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. | /* 1. UNIVERSAL BLACKOUT - Backgrounds to Black, TEXT TO WHITE */ | ||
html, body, body.skin-timeless, | html, body, body.skin-timeless, | ||
#mw-wrapper, | #mw-wrapper, #mw-header, #mw-header-container, #mw-header-hack, #mw-header-nav-hack, | ||
#mw-header, | #menus-cover, #user-tools, #personal-inner, #mw-content-container, #mw-content-block, | ||
#mw-header-container, | #mw-content-wrapper, #mw-body, #mw-body-content, #bodyContentOuter, #bodyContent, | ||
#mw-header-hack, | #mw-footer-container, #mw-indicator, #mw-css, #mw-code, #editOptions, #editpage-copywarn, | ||
#mw-header-nav-hack, | .mw-body, .mw-body-content, .mw-content-ltr, .mw-content-text, .mw-indicators, | ||
#menus-cover, | .mw-code, .mw-css, .ts-container, .ts-inner, .dropdown, .editOptions { | ||
#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-color: #000000 !important; | ||
background-image: none !important; | background-image: none !important; | ||
color: #ffffff !important; /* FORCES ALL TEXT TO WHITE */ | |||
} | } | ||
/* | /* 2. SPECIFIC TEXT FORCING - Prevents "Black on Black" text */ | ||
p, span, h1, h2, h3, h4, h5, h6, li, dt, dd, label, div { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* 3. SIDEBARS & NAVIGATION - Restored blocks with white text */ | ||
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .sidebar-inner, | |||
.mw-portlet, .portlet { | |||
background-color: #000000 !important; | |||
background- | |||
Revision as of 07:17, 20 February 2026
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */
/* 1. UNIVERSAL BLACKOUT - Backgrounds to Black, TEXT TO WHITE */
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;
color: #ffffff !important; /* FORCES ALL TEXT TO WHITE */
}
/* 2. SPECIFIC TEXT FORCING - Prevents "Black on Black" text */
p, span, h1, h2, h3, h4, h5, h6, li, dt, dd, label, div {
color: #ffffff !important;
}
/* 3. SIDEBARS & NAVIGATION - Restored blocks with white text */
#mw-site-navigation, #mw-related-navigation, .sidebar-chunk, .sidebar-inner,
.mw-portlet, .portlet {
background-color: #000000 !important;
background-