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 */
/* 1. UNIVERSAL BLACKOUT - Every possible Timeless container/element */
 
html, body, body.skin-timeless,
/* 1. The Global Foundation - Forces all background layers to black */
html, body,  
#mw-wrapper,  
#mw-wrapper,  
#mw-header-container,  
#mw-header-container,  
#mw-header,
#mw-header-hack,  
#mw-header-hack,  
#mw-header-nav-hack,  
#mw-header-nav-hack,  
#menus-cover,
#menus-cover,
#user-tools,
#user-tools,
#personal-inner,
#personal-inner,
.dropdown,  
#mw-content-container,  
#mw-content-container,  
#mw-content-block,  
#mw-content-block,  
#mw-content-wrapper,  
#mw-content-wrapper,
#mw-body,
#mw-body,
.mw-body,  
#mw-body-content,
#mw-body-content,
.mw-content-ltr,
#bodyContentOuter,  
#bodyContentOuter,  
#bodyContent,
#bodyContent,
.mw-code,  
#mw-footer-container,
#mw-indicator,
#mw-css,
#mw-code,
#mw-code,
.mw-css,
#editOptions,
#mw-css,
.editOptions,
#editOptions,  
#editpage-copywarn,
#editpage-copywarn,
#mw-footer-container,  
#p-logo,
#p-logo-text,
#p-search,
#p-personal,
#p-navigation,
#p-tb,
#p-lang,
#catlinks,
.mw-body,
.mw-body-content,
.mw-content-ltr,
.mw-content-text,
.mw-indicators,
.mw-code,
.mw-css,
.ts-container,  
.ts-container,  
.ts-inner,
.ts-inner,  
.mw-indicators {
.dropdown,
    background-color: #000000 !important;
.editOptions,
    background-image: none !important; /* Kills the white pattern */
.sidebar-inner,
    color: #ffffff !important;
.sidebar-chunk,
}
.mw-portlet,
 
.portlet,
/* 2. Sidebars and Nav Boxes - Fixes those stubborn white blocks */
.color-bar,
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .mw-portlet, .portlet, .sidebar-inner {
.visualClear {
     background-color: #000000 !important;
     background-color: #000000 !important;
     background-image: none !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: 1.15rem !important; /* */
}
 
/* 4. Accessibility Links - Cyan and Magenta */
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; }
 
/* 5. Target all input fields, textareas, and buttons */
input, textarea, select, .mw-ui-input, #wpTextbox1 {
    background-color: #121212 !important;
     color: #ffffff !important;
     color: #ffffff !important;
    border: 2px solid #FFFF00 !important;
    padding: 8px !important;
}
/* Change the background when you click into a field (Focus) */
input:focus, textarea:focus {
    background-color: #000000 !important;
    border-color: #00FFFF !important;
    outline: none !important;
}
/* Fix for buttons specifically */
button, .mw-ui-button {
    background-color: #222222 !important;
    color: #FFFF00 !important;
    cursor: pointer;
}
/* 6. Hide the broken Logo box and its glow */
.mw-wiki-logo, #p-logo, #p-logo-text {
    display: none !important;
    background: none !important;
}
}

Revision as of 07:22, 20 February 2026

/* 1. UNIVERSAL BLACKOUT - Every possible Timeless container/element */
html, body, body.skin-timeless,
#mw-wrapper, 
#mw-header-container, 
#mw-header,
#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,
#p-logo,
#p-logo-text,
#p-search,
#p-personal,
#p-navigation,
#p-tb,
#p-lang,
#catlinks,
.mw-body,
.mw-body-content,
.mw-content-ltr,
.mw-content-text,
.mw-indicators,
.mw-code,
.mw-css,
.ts-container, 
.ts-inner, 
.dropdown,
.editOptions,
.sidebar-inner,
.sidebar-chunk,
.mw-portlet,
.portlet,
.color-bar,
.visualClear {
    background-color: #000000 !important;
    background-image: none !important; 
    color: #ffffff !important;
}