MediaWiki:Common.css: Difference between revisions

From Tonic Trouble Wiki
Jump to navigation Jump to search
No edit summary
(Reverting to regular white mode for now.)
Tag: Replaced
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#firstHeading{
color:rgb(0, 128, 128);
}
.mw-body-content h2 {
    color:rgb(174, 85, 255);
}
.mw-body-content body {
    color:rgb(255, 255, 255);
}
#content    { background-color:rgb(24,26,27); }
#mw-head-base{ background-color:rgb(24,26,27); }
#p-logo      { background-color:rgb(24,26,27); }
body        {
  background-color:rgb(24,26,27);
  color:rgb(255, 255, 255);
}

Latest revision as of 21:06, 10 October 2021

/* CSS placed here will be applied to all skins */