MediaWiki:Monobook.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:


.pBody {
.pBody {
    color: red;
     background-color: #E5F2FB;
     background-color: #E5F2FB;
}
}

Revision as of 15:00, 15 March 2006

/* edit this page to customize the monobook skin for the entire site. There is also [[MediaWiki:Common.css]] */

/*<pre><nowiki>*/

body {
    background: #C5D0EA 0 0 no-repeat;  /* changed default background */

.pBody {
    color: red;
    background-color: #E5F2FB;
}

#p-navigation {
    background-color: #E5F2FB;
}

.portlet {
    background-color: #E5F2FB;
}

/*</nowiki></pre>*/