Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
.dota-background { | .dota-background { | ||
| − | background-image: url(" | + | background-image: url("Rexxar.png"); |
background-color: tomato; | background-color: tomato; | ||
} | } | ||
Revision as of 13:34, 8 April 2018
/* CSS placed here will be applied to all skins */
/* Zoom on hover snippet */
.zoom_img img{
-moz-transition:-moz-transform 0.1s ease-in;
-webkit-transition:-webkit-transform 0.1s ease-in;
-o-transition:-o-transform 0.1s ease-in;
transition:transform 0.1 ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(1.6);
-webkit-transform:scale(1.6);
-o-transform:scale(1.6);
transform:scale(1.6);
}
/* End of Zoom on hover snippet */
.dota-background {
background-image: url("Rexxar.png");
background-color: tomato;
}