MediaWiki:Monobook.css: Difference between revisions

From electowiki
Content added Content deleted
imported>DanKeshet
(let's learn CSS!)
imported>DanKeshet
No edit summary
Line 5: Line 5:


.pBody {
.pBody {
background: url("themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
background: #ffff00 url("http://www.electorama.com/themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
}
}

Revision as of 22:26, 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: #ffff00 url("http://www.electorama.com/themes/Electorama/images/right_bkgbrightylw.png") 0px 0px;
}