MediaWiki:Timeless.css: Difference between revisions
From Access Tech Central
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
/* 1. UNIVERSAL FORCE - Targets every single element regardless of ID */ | |||
*, | |||
/* 1. | *::before, | ||
*, *::before, *::after { | *::after { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
background-image: none !important; | background-image: none !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-color: # | border-color: #333333 !important; | ||
} | } | ||
/* | /* 2. RE-ESTABLISH YOUR PREFERENCES - Prevents the universal rule from breaking your gray search and content boxes */ | ||
#content { | #content { | ||
background-color: #111111 !important; | background-color: #111111 !important; | ||
} | } | ||
#searchInput { | #searchInput { | ||
background-color: #333333 !important; | background-color: #333333 !important; | ||
} | } | ||
/* | /* 3. Keep your links and headers readable */ | ||
a { color: #00FFFF | a { color: #00FFFF !important; } | ||
a:visited { color: #FF00FF !important; } | a:visited { color: #FF00FF !important; } | ||
h1, h2, h3, h4 { color: #FFFF00 !important; } | |||
h1, h2, h3, h4 { | |||
Revision as of 07:41, 20 February 2026
/* 1. UNIVERSAL FORCE - Targets every single element regardless of ID */
*,
*::before,
*::after {
background-color: #000000 !important;
background-image: none !important;
color: #ffffff !important;
border-color: #333333 !important;
}
/* 2. RE-ESTABLISH YOUR PREFERENCES - Prevents the universal rule from breaking your gray search and content boxes */
#content {
background-color: #111111 !important;
}
#searchInput {
background-color: #333333 !important;
}
/* 3. Keep your links and headers readable */
a { color: #00FFFF !important; }
a:visited { color: #FF00FF !important; }
h1, h2, h3, h4 { color: #FFFF00 !important; }