MediaWiki:Mobile.css

From Zak
Revision as of 08:12, 20 July 2014 by Admin (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the mobile site */

.homeBoxBorder {
   width:100%;
   box-sizing: border-box;
   border: 1px solid #aaaaaa;
   margin-bottom:20px;
}

.homeWelcomeText {
   font-size:170%;
   margin: 2px !important;
}

.homeBoxTitle {
   width:100%;
   box-sizing: border-box;
   padding:8px;
   background-color:#eeeeee;
}

.homeBoxContent {
   width:100%;
   box-sizing: border-box;
   padding:8px;
}

.homeContentLeft {
   width:100%;
   float:none;
   box-sizing: border-box;
}

.homeContentRight {
   width:100%;
   float:none;
   box-sizing: border-box;
}

.homeNavigationGames {
   width:33%;
   float:left;
   box-sizing: border-box;
   text-align:center;
}

.bgBlue {
   background-color:#ddddff !imporant;
}

.bgLightBlue {
   background-color:#eeeeff;
}

.bgLightGray {
   background-color:#f9f9f9;
}

.hiddenStructure {
   display: none;
   speak: none;
}