MediaWiki:Vector.css: Difference between revisions
Appearance
Xinreality (talk | contribs) Undo revision 246 by Xinreality (talk) |
Xinreality (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* background colors and whatnot */ | /* background colors and whatnot */ | ||
body { | body { | ||
background-color:# | 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; | |||
} | } |