MediaWiki:Common.css: Difference between revisions

From Wilde Adventures MUSH Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
  background-image: linear-gradient(white, pink);
}


.log-text
.log-text

Revision as of 10:44, 4 August 2020

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

body {
  background-image: linear-gradient(white, pink);
}

.log-text
{
  font-size:16px;
  line-height: 1.5;
}

#headertabs { font-size:0.95em; color: gray; }
#ca-history { display:none!important; }