Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
.dota-background { | .dota-background { | ||
background-image: url("aa.jpg"); | background-image: url("aa.jpg"); | ||
+ | background-color: tomato; | ||
} | } |
Revision as of 13:28, 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("aa.jpg"); background-color: tomato; }