MediaWiki:Timeless.css: Difference between revisions
From The Radical Buddhism Project
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
/* ===================================================================== | /* ===================================================================== | ||
RADICAL BUDDHIST PROJECT - TIMELESS | RADICAL BUDDHIST PROJECT - TIMELESS CHROME DESTRUCTION MATRIX | ||
===================================================================== */ | ===================================================================== */ | ||
/* 1. | /* 1. FLATTEN ALL PRIMARY VERTICAL LAYOUT SEPARATOR LINES TO WHITE */ | ||
#mw-content-block | #mw-wrapper, | ||
#mw-content-container, | |||
#mw-content-block, | |||
#mw-content, | |||
#content, | |||
.mw-body { | |||
border: none !important; | border: none !important; | ||
border-left: none !important; | border-left: none !important; | ||
border-right: none !important; | border-right: none !important; | ||
box-shadow: none !important; | |||
background-color: #ffffff !important; | |||
background-image: none !important; | |||
} | |||
/* 2. CHOP OUT SIDEBAR HEADER LINES AND EMBEDDED COLUMN FRAMES */ | |||
#mw-site-navigation, | |||
#mw-user-interfaces, | |||
.sidebar-chunk, | |||
#p-logo { | |||
border: none !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* | /* 3. WIPE THE TRICOLOR FOOTER STACKS (FLOODS ALL BARS AND LOWER MARGINS TO WHITE) */ | ||
html, | |||
body, | |||
footer, | footer, | ||
.mw-footer-container, | .mw-footer-container, | ||
#mw-footer-container, | |||
#mw-footer, | #mw-footer, | ||
.ts-footer { | .ts-footer { | ||
background-color: #ffffff !important; | |||
background: #ffffff !important; | |||
background-image: none !important; | |||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
margin-bottom: 0 !important; | |||
padding-bottom: 0 !important; | |||
} | } | ||
/* | /* 4. SILENCE THE REMAINING RAW TEXT METADATA IMAGES INSIDE THE BLOCKED FOOTER AREA */ | ||
.mw-footer-container ul, | |||
# | .mw-footer-container li, | ||
#f-poweredbyico, | |||
#f-copyrightico { | |||
display: none !important; | |||
visibility: hidden !important; | |||
} | } | ||
Revision as of 22:55, 21 July 2026
/* All CSS here will be loaded for users of the Timeless skin */
/* =====================================================================
RADICAL BUDDHIST PROJECT - TIMELESS WHITE SIDEBAR MATRIX
===================================================================== */
/* 1. FORCE THE TWO OUTER SIDEBAR PANELS TO PURE WHITE */
#mw-navigation,
.ts-inner,
#mw-site-navigation,
#mw-user-interfaces {
background-color: #ffffff !important;
background: #ffffff !important;
}
/* 2. UNIFY MENU AREAS AND STRIP ALL INTERNAL/EXTERNAL SHADOWS AND BORDERS */
.sidebar-chunk,
.sidebar-chunk ul,
.sidebar-chunk li,
#mw-site-navigation .sidebar-chunk,
#mw-user-interfaces .sidebar-chunk {
background-color: #ffffff !important;
background: #ffffff !important;
border: none !important;
border-top: none !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
box-shadow: none !important;
padding-left: 10px !important; /* Soft, uniform text indentation */
}
/* 3. WIPE THE SYSTEM ACCENT BOX LINES AND LOGO SEPARATORS */
.sidebar-chunk h2,
.sidebar-chunk h3,
.sidebar-chunk hr,
#p-logo {
border: none !important;
box-shadow: none !important;
margin-bottom: 5px !important;
}
/* =====================================================================
RADICAL BUDDHIST PROJECT - TIMELESS CHROME DESTRUCTION MATRIX
===================================================================== */
/* 1. FLATTEN ALL PRIMARY VERTICAL LAYOUT SEPARATOR LINES TO WHITE */
#mw-wrapper,
#mw-content-container,
#mw-content-block,
#mw-content,
#content,
.mw-body {
border: none !important;
border-left: none !important;
border-right: none !important;
box-shadow: none !important;
background-color: #ffffff !important;
background-image: none !important;
}
/* 2. CHOP OUT SIDEBAR HEADER LINES AND EMBEDDED COLUMN FRAMES */
#mw-site-navigation,
#mw-user-interfaces,
.sidebar-chunk,
#p-logo {
border: none !important;
box-shadow: none !important;
}
/* 3. WIPE THE TRICOLOR FOOTER STACKS (FLOODS ALL BARS AND LOWER MARGINS TO WHITE) */
html,
body,
footer,
.mw-footer-container,
#mw-footer-container,
#mw-footer,
.ts-footer {
background-color: #ffffff !important;
background: #ffffff !important;
background-image: none !important;
border: none !important;
box-shadow: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
/* 4. SILENCE THE REMAINING RAW TEXT METADATA IMAGES INSIDE THE BLOCKED FOOTER AREA */
.mw-footer-container ul,
.mw-footer-container li,
#f-poweredbyico,
#f-copyrightico {
display: none !important;
visibility: hidden !important;
}
