MediaWiki:Monobook.css: Difference between revisions

From electowiki
Content added Content deleted
imported>DanKeshet
(let's try this out)
imported>DanKeshet
(let's learn CSS!)
Line 2: Line 2:
body {
body {
background: #f9f9f9 url("http://electorama.com/themes/Electorama/images/bluetile.png") 0px 0px;
background: #f9f9f9 url("http://electorama.com/themes/Electorama/images/bluetile.png") 0px 0px;
}

.pBody {
background: url("themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
}
}

Revision as of 22:23, 26 January 2005

/* edit this file to customize the monobook skin for the entire site */
body {
    background: #f9f9f9 url("http://electorama.com/themes/Electorama/images/bluetile.png") 0px 0px;
}

.pBody {
    background: url("themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
}