MediaWiki:Gadget-TimelessDarkMode.css: Difference between revisions
From Super Smash Bros. Ultimate Mods Wiki
Created page with "body { color: #ddd; } .timeless-logo img { filter: invert(1); } #mw-header-container { background-color: #050505; color: #dedede; } #personal h2 { color: #252525; filter: invert(1); } #p-logo-text a { color: #dedede; } #mw-content-container { background-color: #111; } #mw-content { background-color: #252525; } #mw-htmlform-submit-buttons { background-color: #333; } .sidebar-chunk { background-color: #252525; } .oo-ui-tabSelectWidget-framed { backgrou..." |
mNo edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body { | body { | ||
color: #ddd; | color: #ddd; | ||
} | |||
body a:not(.new) { | |||
color: #1af; | |||
} | } | ||
| Line 14: | Line 18: | ||
#personal h2 { | #personal h2 { | ||
color: #252525; | color: #252525; | ||
filter: invert(1); | |||
} | |||
#personal-extra ul { | |||
filter: invert(1); | filter: invert(1); | ||
} | } | ||
| Line 19: | Line 27: | ||
#p-logo-text a { | #p-logo-text a { | ||
color: #dedede; | color: #dedede; | ||
} | |||
#simpleSearch { | |||
background-color: #727882; | |||
} | |||
#simpleSearch input { | |||
color: #eee; | |||
} | |||
.suggestions .suggestions-results, .suggestions .suggestions-special { | |||
background-color: #626262; | |||
} | |||
.suggestions .suggestions-result { | |||
color: #eee; | |||
} | |||
.suggestions-special .special-label { | |||
color: #ccc; | |||
} | |||
.suggestions-special .special-query { | |||
color: #eee; | |||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
background-color: #111; | background-color: #111; | ||
background-image: none; | |||
} | } | ||
| Line 33: | Line 66: | ||
} | } | ||
.sidebar-chunk { | #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | ||
background-color: #252525; | background-color: #252525; | ||
} | } | ||
Latest revision as of 23:27, 7 May 2025
body {
color: #ddd;
}
body a:not(.new) {
color: #1af;
}
.timeless-logo img {
filter: invert(1);
}
#mw-header-container {
background-color: #050505;
color: #dedede;
}
#personal h2 {
color: #252525;
filter: invert(1);
}
#personal-extra ul {
filter: invert(1);
}
#p-logo-text a {
color: #dedede;
}
#simpleSearch {
background-color: #727882;
}
#simpleSearch input {
color: #eee;
}
.suggestions .suggestions-results, .suggestions .suggestions-special {
background-color: #626262;
}
.suggestions .suggestions-result {
color: #eee;
}
.suggestions-special .special-label {
color: #ccc;
}
.suggestions-special .special-query {
color: #eee;
}
#mw-content-container {
background-color: #111;
background-image: none;
}
#mw-content {
background-color: #252525;
}
#mw-htmlform-submit-buttons {
background-color: #333;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background-color: #252525;
}
.oo-ui-tabSelectWidget-framed {
background-color: #777;
}
#personal-inner.dropdown {
background-color: #252525;
}