Difference between revisions of "MediaWiki:Common.css"

From Eurobattle.net WiKi
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
div.shadow {
 
width: 64px;
 
margin: 64px;
 
border: 1px solid #000000;
 
padding: 0px;
 
}
 
 
div.shadow:hover {
 
        box-shadow: 0 0 10px 5px #ffcc00;
 
/*-moz-box-shadow: 0 0 10px rgba(255,204,0,1);
 
-webkit-box-shadow: 0 0 10px rgba(255,204,0,1);
 
box-shadow: 0 0 10px rgba(255,204,0,1);*/
 
}
 

Revision as of 13:22, 8 April 2018

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