MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
/* Left Navigation - Logo */ | /* Left Navigation - Logo */ | ||
#mw-panel { background-color: rgb(13,25,44); color: #cbd9f4; } | #mw-panel { background-color: rgb(13,25,44); color: #cbd9f4; } | ||
/* Main Body */ | |||
#content { background-color: rgb(21,37,60); color: #cbd9f4; } | |||
/* Main Body - Header */ | |||
#firstHeading { color: #cbd9f4; font-weight: bold; } | |||
/* Footer */ | /* Footer */ | ||
| Line 24: | Line 29: | ||
/* Tables */ | /* Tables */ | ||
table.wikitable { background: #313e59; } | table.wikitable { background: #313e59; color: #cbd9f4;} | ||
table.wikitable > * > tr > th { background-color: #222e45; border-color: #172136; } | table.wikitable > * > tr > th { background-color: #222e45; border-color: #172136; } | ||
table.wikitable > * > tr > td { border-color: #172136; } | table.wikitable > * > tr > td { border-color: #172136; } | ||
.wikitable > caption { font-weight: bold; } | .wikitable > caption { font-weight: bold; } | ||
Revision as of 02:02, 18 February 2023
/* CSS placed here will be applied to all skins */
/* Left Navigation - Tools/Header */
#p-tb-label { color: #cbd9f4; font-weight: bold; }
/* Left Navigation - MainPage and Tools */
.vector-menu-portal .vector-menu-content li a { color: #8cabe6 !important }
/* Left Navigation - Background */
body { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Top Menu - Background */
#mw-head-base { background-color: rgb(13,25,44); }
/* Left Navigation - Logo */
#mw-panel { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Main Body */
#content { background-color: rgb(21,37,60); color: #cbd9f4; }
/* Main Body - Header */
#firstHeading { color: #cbd9f4; font-weight: bold; }
/* Footer */
.mw-footer li { color: #cbd9f4; }
/* Footer && Personal - Top Right */
a { color: #8cabe6 !important; }
a:visited { color: #8cabe6 !important ; }
/* Message/Discussion/Read/Edit/View History */
.vector-menu-tabs-legacy li a { background-color: #222e45; color: #8cabe6 !important; }
.vector-menu-tabs-legacy .selected a { background-color: #172136; color: #8cabe6 !important; }
/* Tables */
table.wikitable { background: #313e59; color: #cbd9f4;}
table.wikitable > * > tr > th { background-color: #222e45; border-color: #172136; }
table.wikitable > * > tr > td { border-color: #172136; }
.wikitable > caption { font-weight: bold; }