MediaWiki:Common.css

From Tonic Trouble Wiki
Revision as of 16:35, 10 October 2021 by SilverSpade92 (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 */

#firstHeading{
	color:rgb(241, 196, 15);
}

.mw-body-content h2 {
    color:rgb(0, 128, 128);
}

.mw-body-content h3 {
    color:rgb(174, 85, 255);
}


.mw-body-content h4 {
    color:rgb(249, 166, 124);
}

.mw-body-content tos {
    background-color:rgb(127,127,127);
}

.mw-body-content body {
    color:rgb(255, 255, 255);
}


#content     { 
   background-color:rgb(51,51,70);
   color:rgb(255, 255, 255);
 }

body         { 
   background-color:rgb(37, 66, 59); 
}

textarea {
    background:rgb(0, 0, 0);
    color:rgb(255,255,255);
}

#mw-head-base{ background-color:rgb(51,51,70); }
#p-logo      { background-color:rgb(37, 66, 59); }