MediaWiki:Monobook.css: Difference between revisions

Content deleted Content added
imported>DanKeshet
No edit summary
imported>RobLa
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1:
/* edit this file to customize the monobook skin for the entire site */
 
/* background blue stipple */
body {
background: #f9f9f9 url("http://electorama.com/themes/Electorama2006/images/bluetile.png") 0px 0px;
}
 
/*portlet (side bar) yellow stipple */
.portlet > .pBody {
background: #ffff00 url("http://www.electorama.com/themes/Electorama2006/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. */
.pBody {
.portlet h4, h5, h6 {
background: #ffff00 url("http://www.electorama.com/themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
COLOR: #CC0000;
text-transform: uppercase;
}