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. THE GLOBAL FOUNDATION - Every ID/Class from our hunt */ | /* 1. THE GLOBAL FOUNDATION - Every ID/Class from our entire hunt */ | ||
html, body, body.skin-timeless, | html, body, body.skin-timeless, | ||
#mw-wrapper, | #mw-wrapper, | ||
| Line 8: | Line 8: | ||
#mw-header-hack, | #mw-header-hack, | ||
#mw-header-nav-hack, | #mw-header-nav-hack, | ||
#menus-cover, | #menus-cover, | ||
#user-tools, | #user-tools, | ||
| Line 41: | Line 40: | ||
} | } | ||
/* 2. SIDEBARS & NAVIGATION - Restored blocks and | /* 2. SIDEBARS & NAVIGATION - Restored blocks and inner containers */ | ||
#mw-site-navigation, | #mw-site-navigation, | ||
#mw-related-navigation, | #mw-related-navigation, | ||
| Line 53: | Line 52: | ||
} | } | ||
/* 3. THE | /* 3. THE SEARCH BAR - Restoring visibility for the search input and button */ | ||
# | #searchInput, | ||
background-color: # | #searchform, | ||
#searchButton, | |||
.mw-searchInput, | |||
#simpleSearch { | |||
background-color: #121212 !important; /* Dark but distinct from page background */ | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border: | border: 2px solid #FFFF00 !important; /* Yellow border for screen reader focus */ | ||
display: inline-block !important; /* Forces it to show up */ | |||
visibility: visible !important; | |||
} | } | ||
/* 4. | /* 4. THE | ||
Revision as of 07:17, 20 February 2026
/* TIMELESS TOTAL BLACKOUT - FOR ACCESSTECHCENTRAL.COM */
/* 1. THE GLOBAL FOUNDATION - Every ID/Class from our entire hunt */
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 and inner containers */
#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 SEARCH BAR - Restoring visibility for the search input and button */
#searchInput,
#searchform,
#searchButton,
.mw-searchInput,
#simpleSearch {
background-color: #121212 !important; /* Dark but distinct from page background */
color: #ffffff !important;
border: 2px solid #FFFF00 !important; /* Yellow border for screen reader focus */
display: inline-block !important; /* Forces it to show up */
visibility: visible !important;
}
/* 4. THE