MediaWiki:Timeless.css: Difference between revisions

From Access Tech Central
No edit summary
No edit summary
Line 50: Line 50:
     max-width: 1400px !important;  
     max-width: 1400px !important;  
     line-height: 1.8 !important;  /* */
     line-height: 1.8 !important;  /* */
     font-size: 1.15rem !important; /* */
     font-size:
}
 
/* 4. Accessibility Links - Cyan and Magenta */
a { color: #00FFFF !important; font-weight: bold !important; }

Revision as of 07:20, 20 February 2026

/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */

/* 1. The Global Foundation - Forces all background layers to black */
html, body, 
#mw-wrapper, 
#mw-header-container, 
#mw-header-hack, 
#mw-header-nav-hack, 
#menus-cover,
#user-tools,
#personal-inner, 
.dropdown, 
#mw-content-container, 
#mw-content-block, 
#mw-content-wrapper, 
#mw-body, 
.mw-body, 
#mw-body-content,
.mw-content-ltr,
#bodyContentOuter, 
#bodyContent,
.mw-code, 
#mw-code,
.mw-css, 
#mw-css,
.editOptions, 
#editOptions, 
#editpage-copywarn,
#mw-footer-container, 
.ts-container, 
.ts-inner,
.mw-indicators {
    background-color: #000000 !important;
    background-image: none !important; /* Kills the white pattern */
    color: #ffffff !important;
}

/* 2. Sidebars and Nav Boxes - Fixes those stubborn white blocks */
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .mw-portlet, .portlet, .sidebar-inner {
    background-color: #000000 !important;
    background-image: none !important;
    border: 1px solid #333333 !important;
}

/* 3. The Central Content Box - Your original #111111 style */
#content {
    background-color: #111111 !important; 
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    max-width: 1400px !important; 
    line-height: 1.8 !important;   /* */
    font-size: