MediaWiki:Timeless.css: Difference between revisions
From The Radical Buddhism Project
Created page with "→All CSS here will be loaded for users of the Timeless skin: →===================================================================== RADICAL BUDDHIST PROJECT - TIMELESS CHROME & SIDEBAR MATRIX =====================================================================: →1. FORCE THE TWO OUTER SIDEBAR FLOATS TO YOUR EXACT GRAY: #mw-navigation, .ts-inner, #mw-site-navigation, #mw-user-interfaces { background-color: #f0f2f4 !important; background: #f0f2..." |
No edit summary |
||
| Line 2: | Line 2: | ||
/* ===================================================================== | /* ===================================================================== | ||
RADICAL BUDDHIST PROJECT - TIMELESS | RADICAL BUDDHIST PROJECT - TIMELESS WHITE SIDEBAR MATRIX | ||
===================================================================== */ | ===================================================================== */ | ||
/* 1. FORCE THE TWO OUTER SIDEBAR | /* 1. FORCE THE TWO OUTER SIDEBAR PANELS TO PURE WHITE */ | ||
#mw-navigation, | #mw-navigation, | ||
.ts-inner, | .ts-inner, | ||
#mw-site-navigation, | #mw-site-navigation, | ||
#mw-user-interfaces { | #mw-user-interfaces { | ||
background-color: # | background-color: #ffffff !important; | ||
background: # | background: #ffffff !important; | ||
} | } | ||
/* 2. UNIFY MENU | /* 2. UNIFY MENU AREAS AND STRIP ALL INTERNAL/EXTERNAL SHADOWS AND BORDERS */ | ||
.sidebar-chunk, | .sidebar-chunk, | ||
.sidebar-chunk ul, | .sidebar-chunk ul, | ||
| Line 20: | Line 20: | ||
#mw-site-navigation .sidebar-chunk, | #mw-site-navigation .sidebar-chunk, | ||
#mw-user-interfaces .sidebar-chunk { | #mw-user-interfaces .sidebar-chunk { | ||
background-color: # | background-color: #ffffff !important; | ||
background: # | background: #ffffff !important; | ||
border: none !important; | border: none !important; | ||
border-top: none !important; | border-top: none !important; | ||
| Line 31: | Line 31: | ||
} | } | ||
/* 3. | /* 3. WIPE THE SYSTEM ACCENT BOX LINES AND LOGO SEPARATORS */ | ||
.sidebar-chunk h2, | .sidebar-chunk h2, | ||
.sidebar-chunk h3, | .sidebar-chunk h3, | ||
Revision as of 22:51, 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;
}
