MediaWiki:Timeless.css: Difference between revisions

From Access Tech Central
No edit summary
No edit summary
Line 1: Line 1:
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */


/* 1. UNIVERSAL BLACKOUT - Backgrounds to Black, TEXT TO WHITE */
/* 1. UNIVERSAL FOUNDATION - Forces all layers to black with white text */
html, body, body.skin-timeless,
html, body, body.skin-timeless,
#mw-wrapper, #mw-header, #mw-header-container, #mw-header-hack, #mw-header-nav-hack,
#mw-wrapper,  
#menus-cover, #user-tools, #personal-inner, #mw-content-container, #mw-content-block,  
#mw-header,
#mw-content-wrapper, #mw-body, #mw-body-content, #bodyContentOuter, #bodyContent,
#mw-header-container,  
#mw-footer-container, #mw-indicator, #mw-css, #mw-code, #editOptions, #editpage-copywarn,
#mw-header-hack,  
.mw-body, .mw-body-content, .mw-content-ltr, .mw-content-text, .mw-indicators,
#mw-header-nav-hack,  
.mw-code, .mw-css, .ts-container, .ts-inner, .dropdown, .editOptions {
#menus-cover,
#user-tools,
#personal-inner,
#mw-content-container,  
#mw-content-block,  
#mw-content-wrapper,
#mw-body,
#mw-body-content,
#bodyContentOuter,  
#bodyContent,
#mw-footer-container,
#mw-indicator,
#mw-css,
#mw-code,
#editOptions,
#editpage-copywarn,
.mw-body,
.mw-body-content,
.mw-content-ltr,
.mw-content-text,
.mw-indicators,
.mw-code,
.mw-css,
.ts-container,  
.ts-inner,  
.dropdown,
.editOptions {
    background-color: #000000 !important;
    background-image: none !important; /* Forces the white pattern to vanish */
    color: #ffffff !important;
}
 
/* 2. SIDEBARS & NAVIGATION - Restored blocks */
#mw-site-navigation,
#mw-related-navigation,
.sidebar-chunk,
.sidebar-inner,
.mw-portlet,
.portlet {
     background-color: #000000 !important;
     background-color: #000000 !important;
     background-image: none !important;
     background-image: none !important;
     color: #ffffff !important; /* FORCES ALL TEXT TO WHITE */
     border: 1px solid #333333 !important;
}
 
/* 3. THE CENTRAL CONTENT BOX - Your original 111111 background */
#content {
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    max-width: 1400px !important;
    line-height: 1.8 !important; 
    font-size: 1.15rem !important;
}
}


/* 2. SPECIFIC TEXT FORCING - Prevents "Black on Black" text */
/* 4. SEARCH BAR - Restored search visibility */
p, span, h1, h2, h3, h4, h5, h6, li, dt, dd, label, div {
#searchInput, #searchform, #searchButton, .mw-searchInput, #simpleSearch {
    background-color: #121212 !important;
     color: #ffffff !important;
     color: #ffffff !important;
    border: 2px solid #FFFF00 !important;
    visibility: visible !important;
    display: inline-block !important;
}
}


/* 3. SIDEBARS & NAVIGATION - Restored blocks with white text */
/* 5. ACCESSIBILITY LINKS - Cyan and Magenta Palette */
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .sidebar-inner,
a { color: #00FFFF !important; font-weight: bold !important; }
.mw-portlet, .portlet {
a:visited { color: #FF00FF !important; }
     background-color: #000000 !important;
.mw-body h1, .mw-body h2 {
     background-
    color: #FFFF00 !important;
    border-bottom: 2px solid #FFFF00 !important;
}
 
/* 6. INPUT FIELDS & TEXT AREAS */
input, textarea, select, .mw-ui-input, #wpTextbox1, .ace_editor {
    background-color: #121212 !important;
    color: #ffffff !important;
    border: 2px solid #FFFF00 !important;
    padding: 8px !important;
}
 
/* 7. LOGO CLEANUP */
.mw-wiki-logo, #p-logo-text {
    display: none !important;
}
#p-logo {
     background: none !important;
     background-color: transparent !important;
}

Revision as of 07:18, 20 February 2026

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

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

/* 2. SIDEBARS & NAVIGATION - Restored blocks */
#mw-site-navigation, 
#mw-related-navigation, 
.sidebar-chunk, 
.sidebar-inner,
.mw-portlet, 
.portlet {
    background-color: #000000 !important;
    background-image: none !important;
    border: 1px solid #333333 !important;
}

/* 3. THE CENTRAL CONTENT BOX - Your original 111111 background */
#content {
    background-color: #111111 !important; 
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    max-width: 1400px !important; 
    line-height: 1.8 !important;   
    font-size: 1.15rem !important; 
}

/* 4. SEARCH BAR - Restored search visibility */
#searchInput, #searchform, #searchButton, .mw-searchInput, #simpleSearch {
    background-color: #121212 !important;
    color: #ffffff !important;
    border: 2px solid #FFFF00 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* 5. ACCESSIBILITY LINKS - Cyan and Magenta Palette */
a { color: #00FFFF !important; font-weight: bold !important; }
a:visited { color: #FF00FF !important; }
.mw-body h1, .mw-body h2 { 
    color: #FFFF00 !important; 
    border-bottom: 2px solid #FFFF00 !important; 
}

/* 6. INPUT FIELDS & TEXT AREAS */
input, textarea, select, .mw-ui-input, #wpTextbox1, .ace_editor {
    background-color: #121212 !important;
    color: #ffffff !important;
    border: 2px solid #FFFF00 !important;
    padding: 8px !important;
}

/* 7. LOGO CLEANUP */
.mw-wiki-logo, #p-logo-text { 
    display: none !important;
}
#p-logo {
    background: none !important;
    background-color: transparent !important;
}