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 FULL COLOR OVERRIDES
   SITH HOLOCRON THEME (TIMELESS SKIN DARK MODE)
   =================================================== */
   =================================================== */


/* 1. Header Accents & Colored Strips */
/* 1. Sith Red Links (Force override across all page sections) */
/* Fixes the pink left line and blue top-right bar */
a,
.citizen-header,
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. Remove Top Colored Accent Stripes */
/* Timeless uses background gradients on header containers for those top lines */
#mw-header-container,
#mw-header-container,
#header,
.color-middle,
#top-bar {
.color-left,
   border-top: 2px solid #8B0000 !important; /* Unified Sith Red top border */
.color-right {
  background: #000000 !important; /* Pure black header */
   border-top: 2px solid #8b0000 !important; /* Single dark red top line */
  box-shadow: none !important;
}
}


/* Remove colored pseudo-elements if skin uses ::before/::after for top lines */
/* Remove colored pseudo-elements in Timeless header */
.citizen-header::before,
.citizen-header::after,
#mw-header-container::before,
#mw-header-container::before,
#mw-header-container::after {
#mw-header-container::after,
   background-color: #8B0000 !important;
#header-navigation::before {
  display: none !important;
   background: none !important;
}
}




/* 2. Main Page Title Underline */
/* 3. Main Page Title Underline */
/* Changes the blue line under "Main Page" to Sith Red */
.firstHeading,  
.firstHeading,  
#firstHeading,
#firstHeading,  
.mw-page-title-main {
.mw-page-title-main {
   border-bottom: 2px solid #8B0000 !important;
   border-bottom: 2px solid #8b0000 !important;
}
}




/* 3. Dark Sith Footer & Divider */
/* 4. Fix Grey Footer & Bright Teal Bar */
/* Replaces the bright grey background and green line */
/* Timeless applies the grey color and teal border to #footer-container */
#footer,  
#footer-container,
.mw-footer,
#footer,
.citizen-footer {
.mw-footer {
   background-color: #0d0d0d !important; /* Obsidian / Dark Grey-Black */
   background-color: #0d0d0d !important;
   color: #a0a0a0 !important;             /* Muted grey footer text */
   background-image: none !important; /* Removes default Timeless background gradients */
   border-top: 2px solid #8B0000 !important; /* Replaces green bar with Sith Red */
   border-top: 2px solid #8b0000 !important; /* Replaces green bar with Sith Red */
  color: #a0a0a0 !important;
}
 
#footer-info,
#footer-places,
#footer-icons {
  background-color: transparent !important;
}
}


/* Footer text links */
#footer a,  
#footer a,  
.mw-footer a {
.mw-footer a {
Line 46: Line 76:
}
}


#footer a:hover,
#footer a:hover {
.mw-footer a:hover {
   color: #ff5500 !important;
   color: #ff5500 !important;
}
}




/* 4. Search Bar Focus / Outline (Optional polish) */
/* 5. Timeless Category & Sidebar Borders */
#searchInput:focus,
.sidebar-chunk,
.citizen-search-input:focus {
#mw-site-navigation .sidebar-chunk {
   border-color: #8B0000 !important;
   border-color: #222222 !important;
  box-shadow: 0 0 5px rgba(139, 0, 0, 0.6) !important;
}
}

Revision as of 15:18, 1 August 2026

/* ===================================================
   SITH HOLOCRON THEME (TIMELESS SKIN DARK MODE)
   =================================================== */

/* 1. Sith Red Links (Force override across all page sections) */
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. Remove Top Colored Accent Stripes */
/* Timeless uses background gradients on header containers for those top lines */
#mw-header-container,
.color-middle,
.color-left,
.color-right {
  background: #000000 !important; /* Pure black header */
  border-top: 2px solid #8b0000 !important; /* Single dark red top line */
  box-shadow: none !important;
}

/* Remove colored pseudo-elements in Timeless header */
#mw-header-container::before,
#mw-header-container::after,
#header-navigation::before {
  display: none !important;
  background: none !important;
}


/* 3. Main Page Title Underline */
.firstHeading, 
#firstHeading, 
.mw-page-title-main {
  border-bottom: 2px solid #8b0000 !important;
}


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

#footer-info, 
#footer-places,
#footer-icons {
  background-color: transparent !important;
}

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

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


/* 5. Timeless Category & Sidebar Borders */
.sidebar-chunk,
#mw-site-navigation .sidebar-chunk {
  border-color: #222222 !important;
}