User:Dodoïste/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Dodoïste/vector.js. |
/* Accessibility Gadget */
.day-mode {
background: #fff;
}
.night-mode,
.night-mode #content,
.night-mode #mw-head{
background: #000;
color: #fff;
}
.night-mode div.vectorTabs ul li{
background-image: none;
background-color: #000;
}
.night-mode div.vectorTabs span, div.vectorTabs, div#mw-head div.vectorMenu h3, div#mw-panel div.portal{
background-image: none;
}
.night-mode .mw-body{
border: none;
}
.night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode h6{
border-bottom: 1px solid #333;
}
.night-mode .infobox{
background-color: #222;
border: none;
color: #fff;
}
.night-mode div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
color: #fff;
}
.night-mode #toc{
background: #000;
border: 1px solid #222;
}
.night-mode div.thumbinner{
border: none;
background-color: #222;
}
.night-mode a,
.night-mode div#mw-panel div.portal div.body ul li a:visited,
.night-mode div#mw-panel div.portal div.body ul li a{
color: #659BFF;
}
.night-mode.darkest-mode #firstHeading,
.night-mode.darkest-mode #toctitle,
.night-mode.darkest-mode h1, .night-mode.darkest-mode h2, .night-mode.darkest-mode h3, .night-mode.darkest-mode h4, .night-mode.darkest-mode h5, .night-mode.darkest-mode h6{
color: #fff !important;
}
.day-mode.darkest-mode #firstHeading,
.day-mode.darkest-mode #toctitle,
.day-mode.darkest-mode h1, .day-mode.darkest-mode h2, .day-mode.darkest-mode h3, .day-mode.darkest-mode h4, .day-mode.darkest-mode h5, .day-mode.darkest-mode h6{
color: #000 !important;
}
.night-mode.darker-mode #firstHeading,
.night-mode.darker-mode #toctitle
.night-mode h1, .night-mode.darker-mode h2, .night-mode.darker-mode h3, .night-mode.darker-mode h4, .night-mode.darker-mode h5, .night-mode.darker-mode h6{
color: #bbb !important;
}
.day-mode.darker-mode #firstHeading,
.day-mode.darker-mode #toctitle
.day-mode h1, .day-mode.darker-mode h2, .day-mode.darker-mode h3, .day-mode.darker-mode h4, .day-mode.darker-mode h5, .day-mode.darker-mode h6{
color: #333 !important;
}
.night-mode.dark-mode #firstHeading,
.night-mode.dark-mode #toctitle
.night-mode.dark-mode h1, .night-mode.dark-mode h2, .night-mode.dark-mode h3, .night-mode.dark-mode h4, .night-mode.dark-mode h5, .night-mode.dark-mode h6{
color: #777 !important;
}
.day-mode.dark-mode #firstHeading,
.day-mode.dark-mode #toctitle
.day-mode.dark-mode h1, .day-mode.dark-mode h2, .day-mode.dark-mode h3, .day-mode.dark-mode h4, .day-mode.dark-mode h5, .day-mode.dark-mode h6{
color: #666 !important;
}
.day-mode.dark-mode #content{
color: #666;
}
.day-mode.darker-mode #content{
color: #333;
}
.day-mode.darkest-mode #content{
color: #000;
}
.night-mode.dark-mode #content{
color: #777;
}
.night-mode.darker-mode #content{
color: #bbb;
}
.night-mode.darkest-mode #content{
color: #fff;
}
/* Article feedback tool */
.articleFeedback-panel {
background-color: #333333!important;
}