MediaWiki:Gadget-TimelessDarkMode.css: Difference between revisions
From Super Smash Bros. Ultimate Mods Wiki
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
.suggestions .suggestions-results, .suggestions .suggestions-special { | .suggestions .suggestions-results, .suggestions .suggestions-special { | ||
background-color: # | background-color: #626262; | ||
} | } | ||
.suggestions .suggestions-result { | .suggestions .suggestions-result { | ||
color: #eee; | |||
} | |||
.suggestions-special .special-label { | |||
color: #ccc; | |||
} | |||
.suggestions-special .special-query { | |||
color: #eee; | color: #eee; | ||
} | } | ||
Revision as of 23:22, 7 May 2025
body {
color: #ddd;
}
.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;
}