MediaWiki:Vector.css: Difference between revisions
From LCARS
mNo edit summary |
m (sidebar stuffs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
body, .mw-body { background: #000000; color: #D3D3D3; font-family: "Oswald"; font-weight: 300; font-size: 16pt; } | body, .mw-body { background: #000000; color: #D3D3D3; font-family: "Oswald"; font-weight: 300; font-size: 16pt; } | ||
Line 74: | Line 9: | ||
a.new, #p-personal a.new, div.vectorTabs li.new a, .mw-body a.new { color: #ff7b00; } | a.new, #p-personal a.new, div.vectorTabs li.new a, .mw-body a.new { color: #ff7b00; } | ||
.mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:visited { color: #429a19; } | .mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:visited { color: #429a19; } | ||
#p-personal, #mw-panel, #footer-places, .vectorTabs { font-family: "Teko"; font-weight: bold; } | #p-personal, #mw-panel, #footer-places, .vectorTabs, th { font-family: "Teko"; font-weight: bold; } | ||
div#mw-panel div.portal div.body ul li, div.vectorTabs li a { font-size: 1em; } | div#mw-panel div.portal div.body ul li, div.vectorTabs li a { font-size: 1em; } | ||
div#mw-panel div.portal h3 { color: #ffffff; font-weight: bold; } | div#mw-panel div.portal h3 { color: #ffffff; font-weight: bold; } | ||
Line 94: | Line 29: | ||
pre, .mw-code { background-color: #374237; border-color: #81ce38; } | pre, .mw-code { background-color: #374237; border-color: #81ce38; } | ||
#toc, .editOptions, .catlinks { background-color: #001200; border-color: #81ce38; } | #toc, .editOptions, .catlinks, table.sidebar { background-color: #001200; border-color: #81ce38; } | ||
table.sidebar { border-width: 1px; } | |||
fieldset { border-color: #81ce38; } | fieldset { border-color: #81ce38; } | ||
Line 100: | Line 37: | ||
div#footer ul li { color: #d3d3d3; } | div#footer ul li { color: #d3d3d3; } | ||
. | div.thumbinner, ul#filetoc, table.wikitable, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #81ce38; background-color: #001200; } | ||
table.wikitable { color: #D3D3D3; } |
Latest revision as of 19:42, 11 November 2017
/* CSS placed here will affect users of the Vector skin */
body, .mw-body { background: #000000; color: #D3D3D3; font-family: "Oswald"; font-weight: 300; font-size: 16pt; }
.mw-body { border-color: #81ce38; }
#mw-page-base, div.vectorTabs { background-color: #000000; background-image: none; }
a, a:visited, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs li a, div.vectorTabs li a:visited, .mw-body a, .mw-body a:visited { color: #81ce38; }
a.new, #p-personal a.new, div.vectorTabs li.new a, .mw-body a.new { color: #ff7b00; }
.mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:visited { color: #429a19; }
#p-personal, #mw-panel, #footer-places, .vectorTabs, th { font-family: "Teko"; font-weight: bold; }
div#mw-panel div.portal div.body ul li, div.vectorTabs li a { font-size: 1em; }
div#mw-panel div.portal h3 { color: #ffffff; font-weight: bold; }
div#mw-panel div.portal div.body ul li a:hover, #p-personal a:hover, div.vectorTabs li a:hover { text-decoration:none; color: #fff; text-shadow: 3px 3px 6px #81ce38; }
#p-personal a.new:hover, div.vectorTabs li.new a:hover { text-shadow: 3px 3px 6px #ff7b00; }
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, div.vectorMenu h3 span { font-family: "Teko"; font-weight: bold; color: #ffffff; }
ul { list-style-image: none; }
div#simpleSearch { background-image: none; background-color: #001200; border-color: #81ce38; color: #d3d3d3; }
div#simpleSearch input { background-color: transparent; color: #d3d3d3; }
div#simpleSearch #searchInput { font-size: 1em; }
div.vectorTabs span, div.vectorTabs ul li, div.vectorTabs li.selected, div.vectorTabs ul, #mw-page-base, div.vectorTabs, div#mw-head div.vectorMenu h3 { background-image: none; background: transparent; }
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #ffffff; }
pre, .mw-code { background-color: #374237; border-color: #81ce38; }
#toc, .editOptions, .catlinks, table.sidebar { background-color: #001200; border-color: #81ce38; }
table.sidebar { border-width: 1px; }
fieldset { border-color: #81ce38; }
div#footer ul li { color: #d3d3d3; }
div.thumbinner, ul#filetoc, table.wikitable, table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #81ce38; background-color: #001200; }
table.wikitable { color: #D3D3D3; }