MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
/* Format the TOC and categories */ | /* Format the TOC and categories */ | ||
.toc, .toccolours, .catlinks { border: 1px solid #50a4a4; background-color: # | .toc, .toccolours, .catlinks { border: 1px solid #50a4a4; background-color: #6292a8; } | ||
.toctogglelabel { color: # | .toctogglelabel { color: #ffffff; } | ||
.tocnumber { color: #ccc; } | .tocnumber { color: #ccc; } |
Revision as of 02:09, 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: #5044a4; } 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: #fff; } 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: #bfc5c5; } /* 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: #0b283a; } /* 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 #50a4a4; background-color: #6292a8; } .toctogglelabel { color: #ffffff; } .tocnumber { color: #ccc; }