MediaWiki:Monobook.css

From electowiki

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* edit this file to customize the monobook skin for the entire site */

/* background blue stipple */
body {
    background: #f9f9f9 url("http://electorama.com/2006/images/bluetile.png") 0px 0px;
}

/*portlet (side bar) yellow stipple */
.portlet > .pBody {
    background: #ffff00 url("http://www.electorama.com/2006/images/right_bkgbrightylw.png") 0px 0px;
}

/*portlet (top bar) blue stipple */
div#p-cactions > .pBody {
    background: #FFFF00 url(http://electorama.com/2006/images/bluetile.png) repeat scroll right bottom;
}


/* Most headers show up in ghastly 70's-ish orange-brown*/
h1, h2, h3, h4, h5, h6 {
    COLOR: #CC6600;    
}

/* Some in a nice, pleasing, red. */
.portlet h4, h5, h6 {
    COLOR: #CC0000;
    text-transform: uppercase;
}