MediaWiki:Timeless.css: Difference between revisions
From Access Tech Central
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */ | /* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */ | ||
/* 1. | /* 1. UNIVERSAL BACKGROUNDS - Forces every container and grid layer to pure black */ | ||
html, body, #mw- | html, body, | ||
.ts-inner, . | #mw-wrapper, | ||
#mw-content-container, | |||
#mw-content-block, | |||
#mw-content-wrapper, | |||
#mw-header-container, | |||
#mw-header-nav-hack, | |||
#mw-footer-container, | |||
#bodyContentOuter, | |||
#personal-inner, | |||
.mw-body, | |||
.ts-container, | |||
.ts-inner, | |||
.dropdown { | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
background-image: none !important; /* Kills the default light patterns */ | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* 2. | /* 2. SIDEBARS & NAVIGATION - Fixes white blocks in the nav columns */ | ||
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .mw-portlet, .portlet { | #mw-site-navigation, | ||
#mw-related-navigation, | |||
.sidebar-chunk, | |||
.mw-portlet, | |||
.portlet { | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
background-image: none !important; | |||
border: 1px solid #333333 !important; | border: 1px solid #333333 !important; | ||
} | } | ||
/* 3. | /* 3. MAIN CONTENT BOX - High contrast for screen readers & readability */ | ||
#content { | #content { | ||
background-color: #111111 !important; /* Slightly lighter | background-color: #111111 !important; /* Slightly lighter for depth */ | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #444444 !important; | border: 1px solid #444444 !important; | ||
max-width: 1400px !important; /* | max-width: 1400px !important; /* Expanded width */ | ||
line-height: 1.8 !important; /* | line-height: 1.8 !important; /* Spacing for accessibility */ | ||
font-size: 1.15rem !important; /* | font-size: 1.15rem !important; /* Larger text */ | ||
} | } | ||
/* 4. | /* 4. ACCESSIBILITY LINKS & HEADINGS - High visibility palette */ | ||
a { color: #00FFFF !important; font-weight | a { color: #00FFFF !important; font-weight | ||
Revision as of 07:00, 20 February 2026
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */
/* 1. UNIVERSAL BACKGROUNDS - Forces every container and grid layer to pure black */
html, body,
#mw-wrapper,
#mw-content-container,
#mw-content-block,
#mw-content-wrapper,
#mw-header-container,
#mw-header-nav-hack,
#mw-footer-container,
#bodyContentOuter,
#personal-inner,
.mw-body,
.ts-container,
.ts-inner,
.dropdown {
background-color: #000000 !important;
background-image: none !important; /* Kills the default light patterns */
color: #ffffff !important;
}
/* 2. SIDEBARS & NAVIGATION - Fixes white blocks in the nav columns */
#mw-site-navigation,
#mw-related-navigation,
.sidebar-chunk,
.mw-portlet,
.portlet {
background-color: #000000 !important;
background-image: none !important;
border: 1px solid #333333 !important;
}
/* 3. MAIN CONTENT BOX - High contrast for screen readers & readability */
#content {
background-color: #111111 !important; /* Slightly lighter for depth */
color: #ffffff !important;
border: 1px solid #444444 !important;
max-width: 1400px !important; /* Expanded width */
line-height: 1.8 !important; /* Spacing for accessibility */
font-size: 1.15rem !important; /* Larger text */
}
/* 4. ACCESSIBILITY LINKS & HEADINGS - High visibility palette */
a { color: #00FFFF !important; font-weight