Jump to content

MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
/* background colors and whatnot */
/* background colors and whatnot */
body {
body {
     background-color:#fce5b9;
     background-color:#f0f0f0;
     background-repeat:repeat-x;
     background-repeat:repeat-x;


Line 91: Line 91:
div#mw-panel div.portal div.body {
div#mw-panel div.portal div.body {
     background-image:none;
     background-image:none;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color:#202e49;
    font-weight: bold;
}
}