MediaWiki:Common.css

From Aetherium
Revision as of 23:28, 4 July 2023 by Keverynn (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: #content { background-color: #03387a; } #bodyContent { background-color: #5b94da; } #firstHeading { background-color: #e0eeff; } #catlinks { background-color: #09919a; } #mw-head-base { background-color: #03387a; } #mw-panel { background-color: #5b94da; } #p-logo { background-color: #03387a; } #p-navigation { background-color: #5b94da; } #p-tb { background-color: #5b94da; } #p-tb-label { background-colo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: #03387a; }

#bodyContent { background-color: #5b94da; } 

#firstHeading { background-color: #e0eeff; } 

#catlinks { background-color: #09919a; } 

#mw-head-base { background-color: #03387a; } 

#mw-panel { background-color: #5b94da; } 

#p-logo { background-color: #03387a; } 

#p-navigation { background-color: #5b94da; } 

#p-tb { background-color: #5b94da; } 

#p-tb-label { background-color: #5b94da; } 

#p-tb .body { background-color: #5b94da; } 

#footer { background-color: #5b94da; } 

body { background-color: #5b94da; }