Difference between revisions of "MediaWiki:Common.css"

From Publication Station
Line 6: Line 6:


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



Revision as of 12:54, 11 December 2014

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

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

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

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

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