Anonymous

MediaWiki:Common.css: Difference between revisions

From Melvor Idle
Dark mode: Improve contrast for tabber containers, amend footer styling
(Dark mode: Tweak table borders; Add various classes for styling tables & text)
(Dark mode: Improve contrast for tabber containers, amend footer styling)
Line 156: Line 156:
body.darkMode {
body.darkMode {
color:#eee;
color:#eee;
}
body.darkMode {
background-color:#282e37;
}
}
body.darkMode #searchInput:focus {
body.darkMode #searchInput:focus {
Line 429: Line 432:
border-color:#465160;
border-color:#465160;
color:#eee;
color:#eee;
}
/* Categories, listed at bottom of page on mobile resolutions */
body.darkMode div#content-bottom-stuff {
background-color: #2c343f;
}
/* Tabber styles */
body.darkMode .tabber__tab {
color: #eee;
}
body.darkMode .tabber__tab:visited {
color: #eee;
}
body.darkMode .tabber__tab--active,
body.darkMode .tabber__tab--active:visited {
box-shadow:inset 0 -2px 0 0 #3366cc;
color:#36c;
}
body.darkMode .tabber__tab:hover {
color: #447ff5;
}
body.darkMode .tabber__header {
box-shadow:inset 0 -1px 0 0 #eee;
}
/* Line numbering for SyntaxHighlight module */
body.darkMode .mw-content-ltr.mw-highlight-lines pre,
body.darkMode .mw-content-ltr.content .mw-highlight-lines pre {
box-shadow: inset 2.75em 0 0 #3c4653;
}
}