MediaWiki:Timeless.css: Difference between revisions

From The Radical Buddhism Project
No edit summary
No edit summary
Line 188: Line 188:
}
}


/* 2. READING CANVAS: Protects main article content blocks in pure white */
/* 2. HEADER CHROME SWEEP: Forces the top navigation row to your exact gray */
/* This specific alignment floods the stubborn 5px line into invisible matching gray */
#mw-header-container,
#mw-header-container,
.mw-header-container,
#mw-header,
.ts-header,
.main-header-div,
#main-header-div,
.header-separator,
.ts-header-divider {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}
/* Ensure individual system text links inside the new gray header remain dark charcoal */
#mw-header a,
#mw-header span,
.mw-userpage-link,
#pt-anonuserpage,
.personal-menu-item a {
    color: #222222 !important;
    text-shadow: none !important;
}
/* 3. READING CANVAS: Protects main article content blocks and sidebars in pure white */
#mw-content-container,
#mw-content-container,
#mw-content-block,
#mw-content-block,
Line 195: Line 222:
#content,
#content,
.mw-body,
.mw-body,
#mw-navigation {
#mw-navigation,
.ts-inner {
     background-color: #ffffff !important;
     background-color: #ffffff !important;
     background: #ffffff !important;
     background: #ffffff !important;
Line 203: Line 231:
}
}


/* --- PRECISION ERASURE: Removes the tricolor lines and hidden backgrounds --- */
/* --- PRECISION ERASURE: Removes the tricolor lines below header --- */
.color-bar,
.color-bar,
.color-lines,
.color-lines,
Line 214: Line 242:
}
}


/* --- VIEWPORT BUFFER: Forces the stubborn 5px header line to solid white --- */
/* 4. SIDEBAR ALIGNMENT: Flattens menu items on the white canvas background */
/* This catches Timeless's custom internal structural header divider classes */
#mw-header-container,
.mw-header-container,
#mw-header,
.ts-header,
.main-header-div,
#main-header-div,
.header-separator,
.ts-header-divider {
    border: none !important;
    border-bottom: none !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    box-shadow: none !important;
}
 
/* 3. SIDEBAR ALIGNMENT: Flattens menu items and removes box drop-shadows */
.sidebar-chunk,
.sidebar-chunk,
.sidebar-chunk ul,
.sidebar-chunk ul,
Line 249: Line 260:
}
}


/* 4. TOTAL FOOTER UNIFICATION: Surgically forces the inner blocks to your gray */
/* 5. TOTAL FOOTER UNIFICATION: Surgically forces the base blocks to your gray */
footer,
footer,
.ts-footer,
.ts-footer,
Line 263: Line 274:
}
}


/* 5. TYPOGRAPHY CONTRAST: Locks all footer text strings to deep charcoal */
/* 6. TYPOGRAPHY CONTRAST: Locks all footer text strings to deep charcoal */
.mw-footer-container,
.mw-footer-container,
.mw-footer-container ul,
.mw-footer-container ul,
Line 276: Line 287:
}
}


/* 6. LINK MANIPULATION: Customizes navigation links inside the gray banner */
/* 7. LINK MANIPULATION: Customizes navigation links inside the gray banner */
.mw-footer-container a,
.mw-footer-container a,
.mw-footer-container a:link,
.mw-footer-container a:link,

Revision as of 23:15, 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 MINIMAL LAYOUT 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;
    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;
}

/* 4. 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;
    box-shadow: none !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* =====================================================================
   THE RADICAL BUDDHIST PROJECT - TIMELESS CENTRAL DESIGN ARCHITECTURE
   ===================================================================== */

/* 1. VIEWPORT BASE: Colors the absolute bottom canvas region gray */
html,
body,
#mw-wrapper {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
}

/* 2. READING CANVAS: Protects main article content blocks in pure white */
#mw-header-container,
#mw-content-container,
#mw-content-block,
#mw-content,
#content,
.mw-body,
#mw-navigation {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. SIDEBAR ALIGNMENT: Flattens menu items and removes box drop-shadows */
.sidebar-chunk,
.sidebar-chunk ul,
.sidebar-chunk li,
#mw-site-navigation .sidebar-chunk,
#mw-user-interfaces .sidebar-chunk,
.sidebar-chunk h2,
.sidebar-chunk h3,
.sidebar-chunk hr,
#p-logo {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
    padding-left: 10px !important;
}

/* 4. TOTAL FOOTER UNIFICATION: Surgically forces the inner blocks to your gray */
/* This specific selector block catches the inner container that was staying white */
footer,
.ts-footer,
.mw-footer-container,
#mw-footer-container,
#mw-footer,
.mw-footer {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 5. TYPOGRAPHY CONTRAST: Locks all footer text strings to deep charcoal */
.mw-footer-container,
.mw-footer-container ul,
.mw-footer-container li,
.mw-footer-container p,
#footer-info-lastmod,
#footer-info-copyright,
#mw-footer li,
#mw-footer a {
    color: #222222 !important;
    font-family: sans-serif !important;
}

/* 6. LINK MANIPULATION: Customizes navigation links inside the gray banner */
.mw-footer-container a,
.mw-footer-container a:link,
.mw-footer-container a:visited {
    color: #222222 !important;
    text-decoration: none !important;
}
.mw-footer-container a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}



/* =====================================================================
   THE RADICAL BUDDHIST PROJECT - TIMELESS CENTRAL DESIGN ARCHITECTURE
   ===================================================================== */

/* 1. VIEWPORT BASE: Colors the absolute bottom canvas region gray */
html,
body,
#mw-wrapper {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
}

/* 2. HEADER CHROME SWEEP: Forces the top navigation row to your exact gray */
/* This specific alignment floods the stubborn 5px line into invisible matching gray */
#mw-header-container,
.mw-header-container,
#mw-header,
.ts-header,
.main-header-div,
#main-header-div,
.header-separator,
.ts-header-divider {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* Ensure individual system text links inside the new gray header remain dark charcoal */
#mw-header a,
#mw-header span,
.mw-userpage-link,
#pt-anonuserpage,
.personal-menu-item a {
    color: #222222 !important;
    text-shadow: none !important;
}

/* 3. READING CANVAS: Protects main article content blocks and sidebars in pure white */
#mw-content-container,
#mw-content-block,
#mw-content,
#content,
.mw-body,
#mw-navigation,
.ts-inner {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important; 
    background-image: none !important;
}

/* --- PRECISION ERASURE: Removes the tricolor lines below header --- */
.color-bar,
.color-lines,
#mw-header-container::after,
#mw-header-container::before {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    border: none !important;
}

/* 4. SIDEBAR ALIGNMENT: Flattens menu items on the white canvas background */
.sidebar-chunk,
.sidebar-chunk ul,
.sidebar-chunk li,
#mw-site-navigation .sidebar-chunk,
#mw-user-interfaces .sidebar-chunk,
.sidebar-chunk h2,
.sidebar-chunk h3,
.sidebar-chunk hr,
#p-logo {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
    padding-left: 10px !important;
}

/* 5. TOTAL FOOTER UNIFICATION: Surgically forces the base blocks to your gray */
footer,
.ts-footer,
.mw-footer-container,
#mw-footer-container,
#mw-footer,
.mw-footer {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 6. TYPOGRAPHY CONTRAST: Locks all footer text strings to deep charcoal */
.mw-footer-container,
.mw-footer-container ul,
.mw-footer-container li,
.mw-footer-container p,
#footer-info-lastmod,
#footer-info-copyright,
#mw-footer li,
#mw-footer a {
    color: #222222 !important;
    font-family: sans-serif !important;
}

/* 7. LINK MANIPULATION: Customizes navigation links inside the gray banner */
.mw-footer-container a,
.mw-footer-container a:link,
.mw-footer-container a:visited {
    color: #222222 !important;
    text-decoration: none !important;
}
.mw-footer-container a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

/* =====================================================================
   SURGICAL TEXT CLIPS: Wipes active title and action tab lines 
   ===================================================================== */

/* Strips out the thick blue line sitting right below the main Page Title */
.firstHeading,
#firstHeading {
    border-bottom: none !important;
    padding-bottom: 5px !important;
}

/* Strips tab borders from lists while leaving link icon backgrounds alive */
.mw-portlet-namespaces,
.mw-portlet-views,
#p-namespaces,
#p-views,
.ts-inner .mw-portlet,
.mw-portlet ul,
.mw-portlet li {
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
}
.mw-portlet li a {
    border-bottom: none !important;
    box-shadow: none !important;
}