MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(73 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
# | /* Change bg color, font color, and font family except in header */ | ||
body, #mw-page-base, #mw-head-base, .mw-footer li { background-color: #0b283a; background-image: none; color: #50a4a4; font-family: "Verdana"; } | |||
# | /* Change bg color of article content & titles */ | ||
#content { background-color: #0b283a; color: #ccc; font-family: "Verdana"; } | |||
# | /* Change the color of headings */ | ||
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #fff; } | |||
#mw- | /* Change text in left sidebar */ | ||
#mw-panel .portal { font-size: 15px; font-family: "Verdana"; } | |||
#mw-panel { | /* Change text of the "Tools" heading in left sidebar */ | ||
#mw-panel #p-tb h3 { color: #fff; font-size: 15px; font-family: "Verdana"; } | |||
# | /* Change the link colors */ | ||
a, #mw-panel .portal a, .vector-menu-tabs-legacy li a, .vector-menu-dropdown .mw-list-item a, .mw-parser-output a.extiw, .mw-parser-output a.external { color: #04626a; } | |||
a:active, #mw-panel .portal a:active, .vector-menu-tabs-legacy li a:active, .vector-menu-dropdown .mw-list-item a:active, .mw-parser-output a.extiw:active, .mw-parser-output a.external:active { color: #44d0e9; } | |||
a:visited, #mw-panel .portal a:visited, .vector-menu-tabs-legacy li a:visited, .vector-menu-dropdown .mw-list-item a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #8f0802; } | |||
/* Change the color of the active tabs across the top navigation */ | |||
.vector-menu-tabs-legacy .selected { background: #0b283a; } | |||
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #ccc; } | |||
/* Change the color of the inactive tabs across the top navigation */ | |||
.vector-menu-tabs-legacy li { background-image: none; } | |||
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited, a.new { color: #ffffff; } | |||
/* Change the background color of the menu dropdown */ | |||
.vector-menu-dropdown .vector-menu-content { background-color: #0b283a; } | |||
/* Change bg color of legend box */ | |||
.mw-changeslist-legend { background-color: #0b283a; } | |||
# | /* Format the TOC and categories */ | ||
.toc, .toccolours, .catlinks { border: 1px solid #ffffff; background-color: #6292a8; } | |||
.toctogglelabel { color: #ffffff; } | |||
.tocnumber { color: #ccc; } |
Latest revision as of 20:33, 5 July 2023
/* CSS placed here will be applied to all skins */ /* Change bg color, font color, and font family except in header */ body, #mw-page-base, #mw-head-base, .mw-footer li { background-color: #0b283a; background-image: none; color: #50a4a4; font-family: "Verdana"; } /* Change bg color of article content & titles */ #content { background-color: #0b283a; color: #ccc; font-family: "Verdana"; } /* Change the color of headings */ #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #fff; } /* Change text in left sidebar */ #mw-panel .portal { font-size: 15px; font-family: "Verdana"; } /* Change text of the "Tools" heading in left sidebar */ #mw-panel #p-tb h3 { color: #fff; font-size: 15px; font-family: "Verdana"; } /* Change the link colors */ a, #mw-panel .portal a, .vector-menu-tabs-legacy li a, .vector-menu-dropdown .mw-list-item a, .mw-parser-output a.extiw, .mw-parser-output a.external { color: #04626a; } a:active, #mw-panel .portal a:active, .vector-menu-tabs-legacy li a:active, .vector-menu-dropdown .mw-list-item a:active, .mw-parser-output a.extiw:active, .mw-parser-output a.external:active { color: #44d0e9; } a:visited, #mw-panel .portal a:visited, .vector-menu-tabs-legacy li a:visited, .vector-menu-dropdown .mw-list-item a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #8f0802; } /* Change the color of the active tabs across the top navigation */ .vector-menu-tabs-legacy .selected { background: #0b283a; } .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #ccc; } /* Change the color of the inactive tabs across the top navigation */ .vector-menu-tabs-legacy li { background-image: none; } .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited, a.new { color: #ffffff; } /* Change the background color of the menu dropdown */ .vector-menu-dropdown .vector-menu-content { background-color: #0b283a; } /* Change bg color of legend box */ .mw-changeslist-legend { background-color: #0b283a; } /* Format the TOC and categories */ .toc, .toccolours, .catlinks { border: 1px solid #ffffff; background-color: #6292a8; } .toctogglelabel { color: #ffffff; } .tocnumber { color: #ccc; }