MediaWiki:Common.css

From Filtered, Archived, Gaslit Wiki
Revision as of 19:54, 4 May 2025 by Owner (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* Set body text color */
body { 
    background: #252525; 
    color: #e6e6e6 !important; /* Force text color */
}

/* Background color of the content and title of pages */
#content { 
    background-color: #252525; 
    color: #e6e6e6 !important; /* Force text color */
}

/* Sets background color of the logo area  */
#p-logo { 
    background-color: #252525; 
}

/* Navigation menu */
#p-navigation { 
    background-color: #252525; 
}

/* Table of contents */
.mw-parser-output .toc {
    background-color: #343434; 
    border: 1px solid #444241; 
}

/* Headings */
h1, h2, h3 {
    color: #e6e6e6 !important; /* Force heading colors */
}

/* Links */
a {
    color: #90b7f9; 
}
a:hover {
    color: #c70039; 
}

/* Top bar */
#mw-head {
    background-color: #252525; 
}
#mw-head a {
    color: #e6e6e6 !important; /* Force link color in top bar */
}

/* View, edit, history bar */
#ca-view, 
#ca-edit, 
#ca-history {
    background-color: #7f7f7f; 
    color: #e6e6e6 !important; /* Force text color */
}

/* Notable members table */
.notable-members {
    background-color: #343434 !important; 
    color: #e6e6e6 !important; 
}
.notable-members th, .notable-members td {
    border: 2px solid #e6e6e6; 
    color: #e6e6e6 !important; /* Force cell text color */
}