MediaWiki:Common.css

From Astonia Redux
Revision as of 03:08, 17 February 2023 by Jacobbentley (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */


#content { 
 background-color: rgb(21,37,60) !important;
 color: #cbd9f4;
}

#firstHeading { color: #cbd9f4; }

#mw-panel { 
 background-color: rgb(13,25,44) !important;
 color: #cbd9f4;
}

#p-navigation { 
 background-color: rgb(13,25,44) !important;
 color: #cbd9f4;
}

body { 
 background-color: rgb(13,25,44) !important; 
}

#mw-head-base {
 background-color: rgb(13,25,44) !important; 
}

body { 
 color: #cbd9f4;
}