MediaWiki:Common.css: Difference between revisions

From Tonic Trouble Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 2: Line 2:


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


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


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


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


.mw-body-content body {
body         {  
    color:rgb(255, 255, 255);
  background-color:rgb(29,32,33);  
}
}


#content    {  
#content    {  
   background-color:rgb(51,51,70);
   background-color:rgb(24,26,27);
   color:rgb(255, 255, 255);
   color:rgb(255, 255, 255);
  }
  }
body        {
  background-color:rgb(37, 66, 59);
}
textarea {
textarea {
     background:rgb(0, 0, 0);
     background:rgb(29,32,33);
     color:rgb(255,255,255);
     color:rgb(255,255,255);
}
}


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

Revision as of 21:05, 10 October 2021

/* 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);
}


body         { 
   background-color:rgb(29,32,33); 
}

#content     { 
   background-color:rgb(24,26,27);
   color:rgb(255, 255, 255);
 }
textarea {
    background:rgb(29,32,33);
    color:rgb(255,255,255);
}

#mw-head-base{ background-color:rgb(29,32,33); }
#p-logo      { background-color:rgb(29,32,33); }