MediaWiki:Timeless.css

From Access Tech Central
Revision as of 07:00, 20 February 2026 by Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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