MediaWiki:Common.css

From SimCity Wiki
Revision as of 04:34, 26 January 2013 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
div#content {background-color: ccccccccccc}

#div#content {background-image:url('/skins/monobook/awesome.jpg')}

#div#mw-panel {background-color: LightSkyBlue}

#div#mw-panel {background-image:url('/skins/monobook/awesome.jpg')}

#div#footer {background-color: LightSkyBlue}

#div#mw-head {background-color: LightSkyBlue}

#div#mw-page-base {background-color: LightSkyBlue}

#div#mw-head-base {background-color: LightSkyBlue}

#body{background-image:none;

#background-color: LightSkyBlue;}

#div#mw-panel {color: #3b3b3b}

#div#mw-head {color: #3b3b3b}

body.page-Main_Page h1.firstHeading { display:none; }


/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}