Difference between revisions of "MediaWiki:Common.css"
(48 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
#bodyContent { background-color: #23262d; } | #bodyContent { background-color: #23262d; } | ||
#content { background-color: #23262d; } | #content { background-color: #23262d; } | ||
− | #mw-head-base { background-color: # | + | #firstHeading { background-color: #23262d; } |
− | #catlinks { background-color: # | + | |
+ | #mw-head-base { background-color: #272a2d; } | ||
+ | #catlinks { background-color: #23262d; } | ||
#mw-panel { background-color: #272a2d; } | #mw-panel { background-color: #272a2d; } | ||
− | |||
− | #p-navigation { background-color: # | + | #p-logo { |
− | #p-tb { background-color: # | + | 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: #F8B70A; } /* normal unvisited links */ | ||
+ | .mw-body-content a:link:visited { color: #F8B70A; } /* visited links */ | ||
+ | .mw-body-content a:link:active { color: #F8B70A; } /* active links */ | ||
+ | .mw-body-content a:link.new { color: #990000; } /* new links */ | ||
+ | .mw-body-content a:link.interwiki { color: #F8B70A; } /* interwiki links */ | ||
+ | .mw-body-content a:link.external { color: #F8B70A; } /* external links */ | ||
+ | .mw-body-content a:link.stub { color: #F8B70A; } /* hovered links */ | ||
+ | |||
+ | .mw-body-content a:link {color: #F8B70A } | ||
+ | .mw-body-content a:visited {color: #F8B70A} | ||
+ | .mw-body-content a:hover {color: #DCA002} | ||
+ | .mw-body-content a:active {color: #F8B70A} | ||
+ | |||
+ | .mw-body-content a.mw-redirect {color: #F8B70A} | ||
+ | .mw-body-content a.mw-redirect:visited {color: #F8B70A} | ||
+ | .mw-body-content a.external {color: #F8B70A} | ||
+ | .mw-body-content a.external:visited {color: #F8B70A} | ||
+ | |||
+ | 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; } | ||
+ | |||
+ | |||
+ | /* Infobox templates */ | ||
+ | .infobox { | ||
+ | border: 1px solid #383838; | ||
+ | background: #363e56; | ||
+ | color: black; | ||
+ | margin-bottom: 0.5em; | ||
+ | margin-left: 1em; | ||
+ | padding: 0.2em; | ||
+ | float: right; | ||
+ | clear: right; | ||
+ | } | ||
+ | .infobox td, | ||
+ | .infobox th { | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | .infobox caption { | ||
+ | font-size: larger; | ||
+ | margin-left: inherit; | ||
+ | } | ||
+ | .infobox.bordered { | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | .infobox.bordered td, | ||
+ | .infobox.bordered th { | ||
+ | border: 1px solid #a2a9b1; | ||
+ | } | ||
+ | .infobox.bordered .borderless td, | ||
+ | .infobox.bordered .borderless th { | ||
+ | border: 0 solid #a2a9b1; | ||
+ | } | ||
+ | .infobox.sisterproject { | ||
+ | width: 20em; | ||
+ | font-size: 90%; | ||
+ | } | ||
− | + | .archive-box { | |
+ | border: 1px solid #aaf; | ||
+ | background: #363e56; | ||
+ | margin-bottom: 0.5em; | ||
+ | margin-left: 1em; | ||
+ | padding: 0.2em; | ||
+ | float: right; | ||
+ | clear: right; | ||
+ | text-align: center; | ||
+ | } |
Latest revision as of 18:51, 16 August 2022
/* 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: #F8B70A; } /* normal unvisited links */ .mw-body-content a:link:visited { color: #F8B70A; } /* visited links */ .mw-body-content a:link:active { color: #F8B70A; } /* active links */ .mw-body-content a:link.new { color: #990000; } /* new links */ .mw-body-content a:link.interwiki { color: #F8B70A; } /* interwiki links */ .mw-body-content a:link.external { color: #F8B70A; } /* external links */ .mw-body-content a:link.stub { color: #F8B70A; } /* hovered links */ .mw-body-content a:link {color: #F8B70A } .mw-body-content a:visited {color: #F8B70A} .mw-body-content a:hover {color: #DCA002} .mw-body-content a:active {color: #F8B70A} .mw-body-content a.mw-redirect {color: #F8B70A} .mw-body-content a.mw-redirect:visited {color: #F8B70A} .mw-body-content a.external {color: #F8B70A} .mw-body-content a.external:visited {color: #F8B70A} 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; } /* Infobox templates */ .infobox { border: 1px solid #383838; background: #363e56; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: middle; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #a2a9b1; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0 solid #a2a9b1; } .infobox.sisterproject { width: 20em; font-size: 90%; } .archive-box { border: 1px solid #aaf; background: #363e56; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align: center; }