MediaWiki:Gadget-TimelessDarkMode.css: Difference between revisions
From Super Smash Bros. Ultimate Mods Wiki
|
|
| Line 1: |
Line 1: |
| body {
| | @import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css'; |
| 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;
| |
| }
| |
Revision as of 18:16, 27 January 2026
@import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css';