Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) m |
Matrixwissen (talk | contribs) m |
||
Line 44: | Line 44: | ||
#p-navigation { | #p-navigation { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-tb { | #p-tb { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-tb-label { | #p-tb-label { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
Line 61: | Line 61: | ||
#p-affiliated_sites { | #p-affiliated_sites { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-tb.body { | #p-tb.body { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
Line 80: | Line 80: | ||
#toc { | #toc { | ||
− | background: # | + | background: #E6C29A; |
color: #323D4F; | color: #323D4F; | ||
} | } |
Revision as of 05:30, 20 November 2017
/* CSS placed here will affect users of the Vector skin */ #content { background: #F0E6C3; color: #323D4F; } #bodyContent { background: #F0E6C3; color: #323D4F; } #firstHeading { background: #F0E6C3; color: #323D4F; } #catlinks { background: #F0E6C3; color: #323D4F; } #mw-head-base { background: #E5CC70; color: #323D4F; } #mw-head { background: #E5CC70; color: #323D4F; } #mw-panel { background: #F0E6C3; color: #323D4F; } #p-logo { background: #F0E6C3; color: #323D4F; } #p-navigation { background: #E6C29A; color: #323D4F; } #p-tb { background: #E6C29A; color: #323D4F; } #p-tb-label { background: #E6C29A; color: #323D4F; } #p-affiliated_sites { background: #E6C29A; color: #323D4F; } #p-tb.body { background: #E6C29A; color: #323D4F; } #footer { background: #E5CC70; color: #323D4F; } #toc { background: #E6C29A; color: #323D4F; } body { background: #E5CC70; color: #323D4F; } table { color: #323D4F; background-color: #F0E6C3; }