MediaWiki:Common.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(36 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 */
body { background-color: #222; }
a {color: #4ECCA3;}
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);}
body { background-color: #062925; }
.mw-body { background-color: #333; color: #fff; }
#mw-page-base { background-color: #062925; background-image: linear-gradient(to bottom,#062925 50%,#044A42 100%);}
.mw-body { background-color: #044A42; color: #fff; }
pre { background-color: #3A9188; color: #000; border: 1px solid #B8E1DD; }
h1, h2, h3, h4, h5, h6 { color: #fff;}
div li {margin-bottom: 1em;}
.toc li {  margin-bottom: 0.4em !important;}
.vector-menu-portal .vector-menu-content li a:visited {color: #14FFEC; }
.vector-menu-portal .vector-menu-content li a {color: #4ECCA3; }
.vector-menu-tabs-legacy .selected {    background: #3A9188; }
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #14FFEC; }
.mw-footer li { color: #B8E1DD;}
.vector-menu-tabs-legacy li {background-image: linear-gradient(to top,#062925 0,#B8E1DD 1px,#3A9188 100%);}
.toc, .toccolours { border: 1px solid #B8E1DD; background-color: #044A42;}
.vector-menu-tabs-legacy li a {color: #062925;}
.vector-menu-dropdown .mw-list-item a { color: #3A9188;}
.vector-menu-dropdown .vector-menu-heading {color: #B8E1DD;}
a:visited {    color: #B8E1DD;}
.tocnumber { color: #4ECCA3;}
.mw-parser-output a.external { color: #14FFEC; }

Latest revision as of 10:49, 21 June 2024

/* CSS placed here will be applied to all skins */
a {color: #4ECCA3;}
body { background-color: #062925; }
#mw-page-base { background-color: #062925; background-image: linear-gradient(to bottom,#062925 50%,#044A42 100%);}
.mw-body { background-color: #044A42; color: #fff; }
pre { background-color: #3A9188; color: #000; border: 1px solid #B8E1DD; }
h1, h2, h3, h4, h5, h6 { color: #fff;}
div li {margin-bottom: 1em;}
.toc li {  margin-bottom: 0.4em !important;}
.vector-menu-portal .vector-menu-content li a:visited {color: #14FFEC; }
.vector-menu-portal .vector-menu-content li a {color: #4ECCA3; }
.vector-menu-tabs-legacy .selected {    background: #3A9188; }
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #14FFEC; }
.mw-footer li { color: #B8E1DD;}
.vector-menu-tabs-legacy li {background-image: linear-gradient(to top,#062925 0,#B8E1DD 1px,#3A9188 100%);}
.toc, .toccolours { border: 1px solid #B8E1DD; background-color: #044A42;}
.vector-menu-tabs-legacy li a {color: #062925;}
.vector-menu-dropdown .mw-list-item a { color: #3A9188;}
.vector-menu-dropdown .vector-menu-heading {color: #B8E1DD;}
a:visited {    color: #B8E1DD;}
.tocnumber { color: #4ECCA3;}
.mw-parser-output a.external { color: #14FFEC; }