MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
.mw-body { | .mw-body { | ||
margin-top: 0px; | margin-top: 0px; | ||
color: # | color: #5e5e5e; | ||
} | } | ||
.mw-editinginterface, .mw-editform { | .mw-editinginterface, .mw-editform { | ||
Line 33: | Line 33: | ||
} | } | ||
.mw-content-ltr, .mw-editinginterface { | .mw-content-ltr, .mw-editinginterface { | ||
color: # | color: #5e5e5e !important; | ||
} | } | ||
Line 41: | Line 41: | ||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
color: # | color: #5e5e5e; | ||
} | } | ||
Line 58: | Line 58: | ||
background-image: none; | background-image: none; | ||
background-color: #fff; | background-color: #fff; | ||
color: # | color: #5e5e5e; | ||
} | } | ||
div.vectorTabs ul li a, div.vectorTabs ul li a:visited, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | div.vectorTabs ul li a, div.vectorTabs ul li a:visited, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | ||
color: # | color: #5e5e5e; | ||
} | } | ||
div.vectorTabs ul li { | div.vectorTabs ul li { | ||
Line 85: | Line 85: | ||
} | } | ||
div.vectorMenu li a, div.vectorMenu li a:visited, div.vectorMenu h3 span { | div.vectorMenu li a, div.vectorMenu li a:visited, div.vectorMenu h3 span { | ||
color: # | color: #5e5e5e; | ||
} | } | ||
div.vectorMenu div.menu { | div.vectorMenu div.menu { | ||
Line 94: | Line 94: | ||
background-color: #00132C; | background-color: #00132C; | ||
color: black; | color: black; | ||
border: 1px solid # | border: 1px solid #5e5e5e; | ||
padding: 0 .8em .3em .5em; | padding: 0 .8em .3em .5em; | ||
background-image: none; | background-image: none; | ||
Line 107: | Line 107: | ||
font-weight: normal; | font-weight: normal; | ||
white-space: nowrap; | white-space: nowrap; | ||
color: # | color: #5e5e5e; | ||
margin: none; | margin: none; | ||
} | } | ||
Line 117: | Line 117: | ||
div#simpleSearch input { | div#simpleSearch input { | ||
background-color: #00132C; | background-color: #00132C; | ||
color: # | color: #5e5e5e; | ||
} | } | ||
Line 131: | Line 131: | ||
#toc, .toc, .mw-warning { | #toc, .toc, .mw-warning { | ||
border: 1px solid # | border: 1px solid #5e5e5e; | ||
background-color: #0C3248; | background-color: #0C3248; | ||
padding: 5px; | padding: 5px; | ||
Line 143: | Line 143: | ||
pre { | pre { | ||
padding: 1em; | padding: 1em; | ||
border: 1px dashed # | border: 1px dashed #5e5e5e; | ||
color: # | color: #5e5e5e; | ||
background-color: #fff; | background-color: #fff; | ||
line-height: 1.1em; | line-height: 1.1em; | ||
Line 150: | Line 150: | ||
.catlinks { | .catlinks { | ||
border: 1px solid # | border: 1px solid #5e5e5e; | ||
background-color: #0C3248; | background-color: #0C3248; | ||
padding: 5px; | padding: 5px; | ||
Line 158: | Line 158: | ||
div#footer ul li { | div#footer ul li { | ||
color: # | color: #5e5e5e; | ||
} | } | ||
Line 167: | Line 167: | ||
table, table.wikitable, div.thumbinner, img.thumbimage { | table, table.wikitable, div.thumbinner, img.thumbimage { | ||
background-color: #111835; | background-color: #111835; | ||
color: # | color: #5e5e5e; | ||
} | } | ||
Revision as of 11:06, 19 July 2021
/* CSS placed here will be applied to all skins */ body, #mw-page-base { background-color: #111835; background-image: none; } #content { background-color: #fff; border-color: #1d1f25; } a:link { color: #686868; } a:visited { color: #686868; } a:hover { color: #686868; text-decoration: underline; } a:active { color: #686868; } .mw-body { margin-top: 0px; color: #5e5e5e; } .mw-editinginterface, .mw-editform { color: #222222; } .mw-content-ltr, .mw-editinginterface { color: #5e5e5e !important; } #left-navigation { margin-left: 11.5em; } h1, h2, h3, h4, h5 { color: #5e5e5e; } div.vectorTabs { padding-left: 0px; background-image: none; } div.vectorTabs ul { background-image: none; } div.vectorTabs ul li { margin-left: 2px; margin-right: 2px; } div.vectorTabs ul li, div.vectorTabs li.selected { background-image: none; background-color: #fff; color: #5e5e5e; } div.vectorTabs ul li a, div.vectorTabs ul li a:visited, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #5e5e5e; } div.vectorTabs ul li { border-top: 1px solid #1d1f25; border-left: 1px solid #1d1f25; border-right: 1px solid #1d1f25; border-bottom: none; background-color: #111835; box-sizing: border-box; } div.vectorTabs span { background-image: none; } div.vectorTabs ul li.selected { border-top: 1px solid #1d1f25; border-left: 1px solid #1d1f25; border-right: 1px solid #1d1f25; border-bottom: none; margin-top: 1px; } div#mw-head div.vectorMenu h3 { background-image: none; } div.vectorMenu li a, div.vectorMenu li a:visited, div.vectorMenu h3 span { color: #5e5e5e; } div.vectorMenu div.menu { background-color: #fff; } div#mw-panel div.portal div.body { background-color: #00132C; color: black; border: 1px solid #5e5e5e; padding: 0 .8em .3em .5em; background-image: none; } div#mw-panel div.portal h3 { background: transparent; padding: 0 1em 0 .5em; display: inline; height: 1em; text-transform: lowercase; font-size: 75%; font-weight: normal; white-space: nowrap; color: #5e5e5e; margin: none; } div#simpleSearch { background-image: none; background-color: unset; } div#simpleSearch input { background-color: #00132C; color: #5e5e5e; } a, a:visited, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, .tocnumber { text-decoration: none; color: #55798B; background: none; } #bodyContent a.external { color: #55798B; } #toc, .toc, .mw-warning { border: 1px solid #5e5e5e; background-color: #0C3248; padding: 5px; font-size: 95%; } table { background-color: #111835; } pre { padding: 1em; border: 1px dashed #5e5e5e; color: #5e5e5e; background-color: #fff; line-height: 1.1em; } .catlinks { border: 1px solid #5e5e5e; background-color: #0C3248; padding: 5px; margin-top: 1em; clear: both; } div#footer ul li { color: #5e5e5e; } #pagehistory li.selected { background-color: unset; } table, table.wikitable, div.thumbinner, img.thumbimage { background-color: #111835; color: #5e5e5e; } #pagehistory li.selected { color: inherit; } .mw-editinginterface, .mw-editform { color: inherit; } #filetoc { background-color: inherit; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: inherit; } .mw-parser-output a.extiw, .mw-parser-output a.extiw:active { color: #55798B !important; }