Difference between revisions of "MediaWiki:Common.css"
Line 23: | Line 23: | ||
#p-tb-label { background-color: #272a2d; } | #p-tb-label { background-color: #272a2d; } | ||
#footer { background-color: #272a2d; } | #footer { background-color: #272a2d; } | ||
+ | |||
+ | /* standard link colors */ | ||
+ | .mw-body-content a:link { color: #c96400; } /* normal unvisited links */ | ||
+ | .mw-body-content a:link:visited { color: #c96400; } /* visited links */ | ||
+ | .mw-body-content a:link:active { color: #c96400; } /* active links */ | ||
+ | .mw-body-content a:link.new { color: #c96400; } /* new links */ | ||
+ | .mw-body-content a:link.interwiki { color: #c96400; } /* interwiki links */ | ||
+ | .mw-body-content a:link.external { color: #c96400; } /* external links */ | ||
+ | .mw-body-content a:link.stub { color: #c96400; } /* hovered links */ | ||
+ | |||
+ | .mw-body-content a:link {color: #c96400} | ||
+ | .mw-body-content a:visited {color: #c96400} | ||
+ | .mw-body-content a:hover {color: #ad5600} | ||
+ | .mw-body-content a:active {color: #ad5600} | ||
body { background-color: #272a2d; } | body { background-color: #272a2d; } |
Revision as of 23:50, 6 October 2017
/* CSS placed here will be applied to all skins */ #bodyContent { background-color: #23262d; } #content { background-color: #23262d; } #firstHeading { background-color: #23262d; } #mw-head-base { background-color: #272a2d; } #catlinks { background-color: #23262d; } #mw-panel { background-color: #272a2d; } #p-logo { background-color: #272a2d; border-style: none; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: -12px; padding-right: 10px; padding-left: 10px; } #p-navigation { background-color: #272a2d; } #p-tb { background-color: #272a2d; } #p-tb-label { background-color: #272a2d; } #footer { background-color: #272a2d; } /* standard link colors */ .mw-body-content a:link { color: #c96400; } /* normal unvisited links */ .mw-body-content a:link:visited { color: #c96400; } /* visited links */ .mw-body-content a:link:active { color: #c96400; } /* active links */ .mw-body-content a:link.new { color: #c96400; } /* new links */ .mw-body-content a:link.interwiki { color: #c96400; } /* interwiki links */ .mw-body-content a:link.external { color: #c96400; } /* external links */ .mw-body-content a:link.stub { color: #c96400; } /* hovered links */ .mw-body-content a:link {color: #c96400} .mw-body-content a:visited {color: #c96400} .mw-body-content a:hover {color: #ad5600} .mw-body-content a:active {color: #ad5600} body { background-color: #272a2d; } div.vectortabs { color: #272a2d; } #content { color: #fcfcfc; } #content p { color: #fcfcfc; } #content h1 { color: #ffffff; } #content h2 { color: #ffffff; } #content h3 { color: #ffffff; } #content h4 { color: #ffffff; } #content h5 { color: #ffffff; } body { color: #fcfcfc; }