MediaWiki:Monobook.css: Difference between revisions

From electowiki
Content added Content deleted
imported>DanKeshet
No edit summary
imported>RobLa
No edit summary
Line 3: Line 3:
/* background blue stipple */
/* background blue stipple */
body {
body {
background: #f9f9f9 url("http://electorama.com/themes/Electorama/images/bluetile.png") 0px 0px;
background: #f9f9f9 url("http://electorama.com/2006/images/bluetile.png") 0px 0px;
}
}


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



Revision as of 04:22, 11 October 2006

/* 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 */
.pBody {
    background: #ffff00 url("http://www.electorama.com/2006/images/right_bkgbrightylw.png") 0px 0px;
}

/* 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;
}