MediaWiki:Common.css: Difference between revisions

From The Chaakat Holocron
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* ===================================================
/* ===================================================
   SITH HOLOCRON THEME (TIMELESS SKIN DARK MODE)
   TIMELESS DARK SITH HOLOCRON FIX
   =================================================== */
   =================================================== */


/* 1. Sith Red Links (Force override across all page sections) */
/* --- 1. SITH RED LINKS --- */
a,  
a,  
a:link,  
a:link,  
Line 26: Line 26:




/* 2. Remove Top Colored Accent Stripes */
/* --- 2. HEADER CONTAINER & ACCENT LINES --- */
/* Timeless uses background gradients on header containers for those top lines */
/* Forces all header parts to deep obsidian black and applies a clean top red line */
#mw-header-container,
#mw-header-container,
#mw-header-hack,
#mw-header-nav,
#site-navigation,
#user-tools,
#p-logo-text,
.color-middle,
.color-middle,
.color-left,
.color-left,
.color-right {
.color-right {
   background: #000000 !important; /* Pure black header */
   background-color: #0a0a0a !important;
   border-top: 2px solid #8b0000 !important; /* Single dark red top line */
   background-image: none !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
}


/* Remove colored pseudo-elements in Timeless header */
/* Set single top red border on header and remove default color bars */
#mw-header-container {
  border-top: 2px solid #8b0000 !important;
  border-bottom: 1px solid #222222 !important;
}
 
#mw-header-container::before,
#mw-header-container::before,
#mw-header-container::after,
#mw-header-container::after,
#header-navigation::before {
#mw-header-hack::before,
#mw-header-hack::after {
   display: none !important;
   display: none !important;
   background: none !important;
   background: none !important;
}
/* Ensure Logo text matches the dark background */
#p-logo-text a {
  color: #d4af37 !important; /* Ancient Sith Gold for wiki title */
}
}




/* 3. Main Page Title Underline */
/* --- 3. PAGE TITLE UNDERLINE --- */
.firstHeading,  
.firstHeading,  
#firstHeading,  
#firstHeading,  
Line 54: Line 70:




/* 4. Fix Grey Footer & Bright Teal Bar */
/* --- 4. FOOTER & BOTTOM WRAPPERS --- */
/* Timeless applies the grey color and teal border to #footer-container */
/* Fixes the white/light footer and teal line */
#footer-container,
#footer-container,
#footer,
#footer-container * {
.mw-footer {
   background-color: #0d0d0d !important;
   background-color: #0d0d0d !important;
   background-image: none !important; /* Removes default Timeless background gradients */
   background-image: none !important;
   border-top: 2px solid #8b0000 !important; /* Replaces green bar with Sith Red */
}
  color: #a0a0a0 !important;
 
#footer-container {
   border-top: 2px solid #8b0000 !important; /* Replaces teal line with Sith Red */
}
}


#footer-info,  
/* Footer Text & Links */
#footer-places,
#footer,
#footer-icons {
#footer-info,
   background-color: transparent !important;
#footer-places {
   color: #888888 !important;
}
}


#footer a,  
#footer a,  
.mw-footer a {
#footer-container a {
   color: #cc2222 !important;
   color: #cc2222 !important;
}
}
Line 81: Line 99:




/* 5. Timeless Category & Sidebar Borders */
/* --- 5. SIDEBAR & INNER BOXES --- */
.sidebar-chunk,
.sidebar-chunk,
#mw-site-navigation .sidebar-chunk {
#mw-site-navigation .sidebar-chunk,
#page-tools .sidebar-chunk {
  background-color: #121212 !important;
   border-color: #222222 !important;
   border-color: #222222 !important;
}
}

Revision as of 15:20, 1 August 2026

/* ===================================================
   TIMELESS DARK SITH HOLOCRON FIX
   =================================================== */

/* --- 1. SITH RED LINKS --- */
a, 
a:link, 
.mw-parser-output a,
#mw-content-text a,
#mw-panel a,
#page-tools a {
  color: #e62222 !important;
  text-decoration: none !important;
}

a:visited,
.mw-parser-output a:visited {
  color: #991111 !important;
}

a:hover,
.mw-parser-output a:hover,
#page-tools a:hover {
  color: #ff5500 !important;
}


/* --- 2. HEADER CONTAINER & ACCENT LINES --- */
/* Forces all header parts to deep obsidian black and applies a clean top red line */
#mw-header-container,
#mw-header-hack,
#mw-header-nav,
#site-navigation,
#user-tools,
#p-logo-text,
.color-middle,
.color-left,
.color-right {
  background-color: #0a0a0a !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Set single top red border on header and remove default color bars */
#mw-header-container {
  border-top: 2px solid #8b0000 !important;
  border-bottom: 1px solid #222222 !important;
}

#mw-header-container::before,
#mw-header-container::after,
#mw-header-hack::before,
#mw-header-hack::after {
  display: none !important;
  background: none !important;
}

/* Ensure Logo text matches the dark background */
#p-logo-text a {
  color: #d4af37 !important; /* Ancient Sith Gold for wiki title */
}


/* --- 3. PAGE TITLE UNDERLINE --- */
.firstHeading, 
#firstHeading, 
.mw-page-title-main {
  border-bottom: 2px solid #8b0000 !important;
}


/* --- 4. FOOTER & BOTTOM WRAPPERS --- */
/* Fixes the white/light footer and teal line */
#footer-container,
#footer-container * {
  background-color: #0d0d0d !important;
  background-image: none !important;
}

#footer-container {
  border-top: 2px solid #8b0000 !important; /* Replaces teal line with Sith Red */
}

/* Footer Text & Links */
#footer,
#footer-info,
#footer-places {
  color: #888888 !important;
}

#footer a, 
#footer-container a {
  color: #cc2222 !important;
}

#footer a:hover {
  color: #ff5500 !important;
}


/* --- 5. SIDEBAR & INNER BOXES --- */
.sidebar-chunk,
#mw-site-navigation .sidebar-chunk,
#page-tools .sidebar-chunk {
  background-color: #121212 !important;
  border-color: #222222 !important;
}