Difference between revisions of "MediaWiki:Common.css"

From Publication Station
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div#mw-page-base{
body, div#mw-page-base{
background: black;
background: black;
}
}

Revision as of 12:52, 11 December 2014

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

body, div#mw-page-base{
background: black;
}

a {background: white;
padding-left: 1px; 
padding-right: 1px;
}

a.external{color:#0B00A0!important;}

h1, h2, h3, h4 { border: none; }