MediaWiki:Monobook.css: Difference between revisions

From electowiki
Content added Content deleted
imported>DanKeshet
(let's try this out)
imported>RobLa
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */

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

Latest revision as of 09:51, 19 August 2007

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