View source for MediaWiki:Common.css
From Tycoon Gaming
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css");
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-image: url(https://dash.tycoon.community/wiki/images/e/ea/Logo.gif) !important;
}
/*Galleries*/
.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(2.5);
-webkit-transform:scale(2.5);
-o-transform:scale(2.5);
transform:scale(2.5);
000
1:0
Return to MediaWiki:Common.css.