MediaWiki:Timeless.css: Difference between revisions
From Access Tech Central
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
a { color: #00FFFF !important; } | a { color: #00FFFF !important; } | ||
a:visited { color: #FF00FF !important; } | a:visited { color: #FF00FF !important; } | ||
h1, h2, h3, h4 { color: # | h1, h2, h3, h4 { color: #fff698 !important; } | ||
Revision as of 07:46, 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: #666666 !important;
}
/* 2. RE-ESTABLISH YOUR PREFERENCES - Prevents the universal rule from breaking your gray search and content boxes */
#content {
background-color: #333333 !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: #fff698 !important; }
/* 2. BIG FONT & SPACING - Global Text Increase */
html, body, p, div, li, span, a {
font-size: 1.1rem !important; /* Larger text for easier reading */
line-height: 1.6 !important; /* Better spacing for screen readers */
}