MediaWiki:Timeless.css: Difference between revisions

From The Radical Buddhism Project
No edit summary
No edit summary
Line 91: Line 91:


/* =====================================================================
/* =====================================================================
   RADICAL BUDDHIST PROJECT - TIMELESS CHROME & FOOTER ALIGNMENT
   THE RADICAL BUDDHIST PROJECT - TIMELESS CENTRAL DESIGN ARCHITECTURE
   ===================================================================== */
   ===================================================================== */


/* 1. REMOVE THE THIN LINES SEPARATING THE FOOTER FROM THE PAGE */
/* 1. VIEWPORT BASE: Colors the absolute bottom canvas region gray */
#mw-content-container {
html,
     border-bottom: none !important; /* Strips out the native 4px structural line completely */
body,
#mw-wrapper {
     background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
}
}
.mw-footer-container {
 
     border-top: none !important; /* Strips out the upper boundary line container rule */
/* 2. READING CANVAS: Protects main article content blocks in pure white */
     box-shadow: none !important; /* Removes the inner inset shadow gradient overlay */
#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;
}
}


/* 2. FORCE THE FOOTER BACKGROUND TO YOUR PRECISE LIGHT GRAY TONE */
/* 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-container {
#mw-footer-container,
     background-color: #f0f2f4 !important; /* Exact match with your forum style sheet */
#mw-footer,
.mw-footer {
     background-color: #f0f2f4 !important;
     background: #f0f2f4 !important;
     background: #f0f2f4 !important;
     background-image: none !important;
     background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}
}


/* 3. FORCE ALL INTERIOR METADATA TEXT AND CODES TO DEEP CHARCOAL */
/* 5. TYPOGRAPHY CONTRAST: Locks all footer text strings to deep charcoal */
.mw-footer,
.mw-footer-container,
.mw-footer-container,
.mw-footer-container ul,
.mw-footer-container ul,
Line 118: Line 155:
.mw-footer-container p,
.mw-footer-container p,
#footer-info-lastmod,
#footer-info-lastmod,
#footer-info-copyright {
#footer-info-copyright,
     color: #222222 !important; /* Locks all text strings into clean charcoal gray */
#mw-footer li,
#mw-footer a {
     color: #222222 !important;
    font-family: sans-serif !important;
}
}


/* 4. FORCE ALL FOOTER LINKS TO MATCH THE CHARCOAL THEME CONTRAST */
/* 6. 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,
Line 131: Line 171:
.mw-footer-container a:hover {
.mw-footer-container a:hover {
     color: #000000 !important;
     color: #000000 !important;
     text-decoration: underline !important; /* Underlines cleanly when hovered */
     text-decoration: underline !important;
}
 
/* =====================================================================
  RADICAL BUDDHIST PROJECT - TIMELESS FOOTER CANVAS SYNCHRONIZATION
  ===================================================================== */
 
/* Forces the entire outer footer background and the lower base bar to your gray */
footer,
.ts-footer,
.mw-footer-container,
#mw-footer-container {
    background-color: #f0f2f4 !important; /* Perfect match with your forum style sheet */
    background: #f0f2f4 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}
 
/* Clears any extra browser margin padding that might leak white space below the footer */
#mw-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
/* =====================================================================
  RADICAL BUDDHIST PROJECT - VIEWPORT BASE SYNCHRONIZATION
  ===================================================================== */
 
/* 1. Force the absolute base viewport layer to use your light gray fill */
html,
body,
#mw-wrapper {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
}
 
/* 2. Lock the main content grid and side columns back to pure white
      so they do not accidentally turn gray along with the viewport */
#mw-header-container,
#mw-content-container,
#mw-content-block,
#mw-content,
#content,
.mw-body,
#mw-navigation {
    background-color: #ffffff !important;
    background: #ffffff !important;
}
 
/* 3. Re-verify the inner footer container remains perfectly gray */
footer,
.ts-footer,
.mw-footer-container,
#mw-footer-container {
    background-color: #f0f2f4 !important;
    background: #f0f2f4 !important;
}
}

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