MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (26 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:#222222; color:#e5e5e5; } | body, .wikitable { background-color:#222222; color:#e5e5e5; } | ||
.mw-sidebar { background-color:#363636; } | .wikitable > tr > th, .wikitable > * > tr > th { background-color:#666666; color:#e5e5e5; } | ||
.mw-sidebar, .toc, .toccolours { background-color:#363636; background-image:none; } | |||
.mw-page-container { background-color:#363636; border-left:none; border-right:none; } | .mw-page-container { background-color:#363636; border-left:none; border-right:none; } | ||
.catlinks { background-color: #363636; } | |||
a, a:visited, .vector-menu-portal .vector-menu-content li a:visited { color:#00A4FF; } | a, a:visited, .vector-menu-portal .vector-menu-content li a:visited { color:#00A4FF; } | ||
.vector-menu-portal .vector-menu-content li a { color:#00A4FF; } | .vector-menu-portal .vector-menu-content li a { color:#00A4FF; } | ||
.vector-menu-portal .vector-menu-content li { font-size:1em; } | |||
a.external, a.external:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #1AC500; } | a.external, a.external:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #1AC500; } | ||
h1, h2, h3, h4, h5, h6 { color:## | h1, h2, h3, h4, h5, h6 { color:#d1d1d1; } | ||
.mw-footer li { color:#919191; } | |||
.toctogglelabel { color:#00A4FF; } | |||
#filetoc { background-color:#666666; color:#e5e5e5; } | |||
.vector-menu-tabs .selected { background:#363636; color: } | |||
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color:#fff; } | |||
.vector-menu-tabs li { background-image:none; } | |||
.vector-menu-tabs li a, .vector-menu-tabs li a:visited, .vector-menu-dropdown .vector-menu-heading { color:#00A4FF; } | |||
.vector-body { font-size:1em; } | |||
#footer-icons {display:none; } | |||
#mw-sidebar-button:before { background-image:url(https://deadpoly.wiki/chevron.png); opacity:1; } | |||
#mw-sidebar-checkbox:not(:checked) ~ .mw-header #mw-sidebar-button:before { background-image:url(https://deadpoly.wiki/menu.png); opacity:1; } | |||
p img { max-width:100%; } | |||
@media screen and (min-width: 93.75em) { | |||
.mw-sidebar { border-right: 1px solid #858585; } } | |||
.bottomads {font-size:14px; color:#696969; margin-bottom:5px; } | |||
Latest revision as of 16:11, 29 August 2022
/* CSS placed here will be applied to all skins */
body, .wikitable { background-color:#222222; color:#e5e5e5; }
.wikitable > tr > th, .wikitable > * > tr > th { background-color:#666666; color:#e5e5e5; }
.mw-sidebar, .toc, .toccolours { background-color:#363636; background-image:none; }
.mw-page-container { background-color:#363636; border-left:none; border-right:none; }
.catlinks { background-color: #363636; }
a, a:visited, .vector-menu-portal .vector-menu-content li a:visited { color:#00A4FF; }
.vector-menu-portal .vector-menu-content li a { color:#00A4FF; }
.vector-menu-portal .vector-menu-content li { font-size:1em; }
a.external, a.external:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #1AC500; }
h1, h2, h3, h4, h5, h6 { color:#d1d1d1; }
.mw-footer li { color:#919191; }
.toctogglelabel { color:#00A4FF; }
#filetoc { background-color:#666666; color:#e5e5e5; }
.vector-menu-tabs .selected { background:#363636; color: }
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color:#fff; }
.vector-menu-tabs li { background-image:none; }
.vector-menu-tabs li a, .vector-menu-tabs li a:visited, .vector-menu-dropdown .vector-menu-heading { color:#00A4FF; }
.vector-body { font-size:1em; }
#footer-icons {display:none; }
#mw-sidebar-button:before { background-image:url(https://deadpoly.wiki/chevron.png); opacity:1; }
#mw-sidebar-checkbox:not(:checked) ~ .mw-header #mw-sidebar-button:before { background-image:url(https://deadpoly.wiki/menu.png); opacity:1; }
p img { max-width:100%; }
@media screen and (min-width: 93.75em) {
.mw-sidebar { border-right: 1px solid #858585; } }
.bottomads {font-size:14px; color:#696969; margin-bottom:5px; }