MediaWiki:Common.css: Difference between revisions

From Aetherium
Jump to navigation Jump to search
No edit summary
No edit summary
 
(55 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/*Changes background color of the bottom and left of each page, up to behind half of the logo */
/* Change bg color, font color, and font family except in header */
body { background: #031831;}
body, #mw-page-base, #mw-head-base, .mw-footer li { background-color: #0b283a; background-image: none; color: #50a4a4; font-family: "Verdana"; }


/*Changes background color of the title and content pages */
/* Change bg color of article content & titles */
#content { background-color: #6B87E1;}
#content { background-color: #0b283a; color: #ccc; font-family: "Verdana"; }


/*Changes background color of the rectangle area where category links are located */
/* Change the color of headings */
#catlinks { background-color: #ffffff;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #fff; }


/*Sets background color of the logo area */
/* Change text in left sidebar */
#p-logo { background-color: #ffffff;}
#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; }

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; }