Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Nussnougat (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: →Heading: #mw-head { background-color: #000; color: #fff; } #firstHeading { color: #fff; } h2 { color: #fff; } /* Top...") |
Nussnougat (talk | contribs) |
||
Line 8: | Line 8: | ||
/* Top Tabs */ | /* Top Tabs */ | ||
#ca-talk { display:none !important; } | #ca-talk { display:none !important; } | ||
− | #ca-views { background-color: # | + | #ca-views { background-color: #36393f !important; } |
/* Left navigation */ | /* Left navigation */ | ||
Line 24: | Line 24: | ||
/* Body */ | /* Body */ | ||
− | body { background-color: # | + | body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; } |
− | #content { background-color: # | + | #content { background-color: #36393f; color: #fff; } |
/* Footer */ | /* Footer */ |
Revision as of 16:32, 4 August 2019
/* CSS placed here will be applied to all skins */ /* Heading */ #mw-head { background-color: #000; color: #fff; } #firstHeading { color: #fff; } h2 { color: #fff; } /* Top Tabs */ #ca-talk { display:none !important; } #ca-views { background-color: #36393f !important; } /* Left navigation */ div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li{ color: white; font-size: 1.0em; } div#mw-panel div.portal div.body a { color: #4DFF93; } div#mw-panel div.portal div.body a:visited { color: #C9FFD8; } /* Body */ body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; } #content { background-color: #36393f; color: #fff; } /* Footer */ body #footer-info-lastmod { color: #fff; } #footer-poweredbyico { display: none; } #footer-places a { color: #4DFF93; } #footer-places a:visited { color: #C9FFD8; }