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. THE GLOBAL FOUNDATION - Every ID/Class from our hunt */ | ||
html, body, | html, body, body.skin-timeless, | ||
#mw-wrapper, | #mw-wrapper, | ||
#mw-header, | #mw-header, | ||
| Line 8: | Line 8: | ||
#mw-header-hack, | #mw-header-hack, | ||
#mw-header-nav-hack, | #mw-header-nav-hack, | ||
#mw-header-nav-hack, | |||
#menus-cover, | #menus-cover, | ||
#user-tools, | #user-tools, | ||
#personal-inner, | |||
#mw-content-container, | #mw-content-container, | ||
#mw-content-block, | #mw-content-block, | ||
#mw-content-wrapper, | #mw-content-wrapper, | ||
#mw-body | #mw-body, | ||
#mw-body-content, | |||
#mw- | |||
#bodyContentOuter, | #bodyContentOuter, | ||
#bodyContent, | #bodyContent, | ||
# | #mw-footer-container, | ||
.mw-indicators, | #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-container, | ||
.ts-inner, | .ts-inner, | ||
. | .dropdown, | ||
.editOptions { | |||
. | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
background-image: none !important; /* Forces | background-image: none !important; /* Forces the white pattern to vanish */ | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* 2. SIDEBARS & | /* 2. SIDEBARS & NAVIGATION - Restored blocks and portlets */ | ||
#mw-site-navigation, | #mw-site-navigation, | ||
#mw-related-navigation, | #mw-related-navigation, | ||
.sidebar-chunk, | .sidebar-chunk, | ||
.sidebar-inner, | |||
.mw-portlet, | .mw-portlet, | ||
.portlet | .portlet { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
background-image: none !important; | background-image: none !important; | ||
| Line 49: | Line 53: | ||
} | } | ||
/* 3. THE | /* 3. THE CENTRAL CONTENT BOX - Accessibility spacing restored */ | ||
#content { | #content { | ||
background-color: #111111 !important; | background-color: #111111 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #444444 !important; | border: 1px solid #444444 !important; | ||
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: 1.15rem !important; /* */ | ||
} | } | ||
/* 4. ACCESSIBILITY LINKS - Cyan and | /* 4. ACCESSIBILITY LINKS - Cyan, Magenta, and Yellow headings */ | ||
a { color: #00FFFF !important; font-weight: bold !important; } | a { color: #00FFFF !important; font-weight: bold !important; } | ||
a:visited { color: # | a:visited { color: #FF0 | ||
Revision as of 07:16, 20 February 2026
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */
/* 1. THE GLOBAL FOUNDATION - Every ID/Class from our hunt */
html, body, body.skin-timeless,
#mw-wrapper,
#mw-header,
#mw-header-container,
#mw-header-hack,
#mw-header-nav-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 and portlets */
#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 - Accessibility spacing restored */
#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, Magenta, and Yellow headings */
a { color: #00FFFF !important; font-weight: bold !important; }
a:visited { color: #FF0