MediaWiki:Timeless.css: Difference between revisions
From The Radical Buddhism Project
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
margin-bottom: 5px !important; | margin-bottom: 5px !important; | ||
} | |||
/* ===================================================================== | |||
RADICAL BUDDHIST PROJECT - TIMELESS EDGE DELETIONS & FOOTER PURGE | |||
===================================================================== */ | |||
/* 1. STRIP THE MAIN VERTICAL SEPARATOR LINES SHIFTING THE SIDEBARS */ | |||
#mw-content-block { | |||
background-color: #ffffff !important; | |||
border: none !important; | |||
border-left: none !important; | |||
border-right: none !important; | |||
box-shadow: none !important; | |||
} | |||
/* 2. COMPLETELY ERASE THE TRICOLOR FOOTER STRIPS (GRAY, GREEN, DARK GRAY) */ | |||
footer, | |||
.mw-footer-container, | |||
#mw-footer, | |||
.ts-footer { | |||
display: none !important; | |||
visibility: hidden !important; | |||
height: 0 !important; | |||
padding: 0 !important; | |||
margin: 0 !important; | |||
border: none !important; | |||
box-shadow: none !important; | |||
} | |||
/* 3. CLEAN UP BOTTOM SCREEN MARGINS TO PREVENT BLANK VIEWPORT OVERFLOW */ | |||
body, | |||
#mw-wrapper { | |||
margin-bottom: 0 !important; | |||
padding-bottom: 0 !important; | |||
} | } | ||
Revision as of 22:53, 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 EDGE DELETIONS & FOOTER PURGE
===================================================================== */
/* 1. STRIP THE MAIN VERTICAL SEPARATOR LINES SHIFTING THE SIDEBARS */
#mw-content-block {
background-color: #ffffff !important;
border: none !important;
border-left: none !important;
border-right: none !important;
box-shadow: none !important;
}
/* 2. COMPLETELY ERASE THE TRICOLOR FOOTER STRIPS (GRAY, GREEN, DARK GRAY) */
footer,
.mw-footer-container,
#mw-footer,
.ts-footer {
display: none !important;
visibility: hidden !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
}
/* 3. CLEAN UP BOTTOM SCREEN MARGINS TO PREVENT BLANK VIEWPORT OVERFLOW */
body,
#mw-wrapper {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
