Template:CoinS/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.zoomMedal img { width: 77px !IMPORTANT; height: 77px !IMPORTANT;}
.zoomMedal.SPanimation { width: 77px !IMPORTANT; height: 77px !IMPORTANT}
.zoomMedal .floatleft { margin: 0 !important;}
.zoomIcon img { width: 30px !IMPORTANT; height: auto}
.zoomLinkSkill img { width: 63px !IMPORTANT; height: 63px !IMPORTANT}

.ss-parent {
	transition: transform .2s;
}

.ss-parent:hover {
	transform: scale(1.5);
}

.zoomIcon {display: inline;}
.zoomIcon img {animation: reversescaleIcon .2s ease-in-out forwards;}
.zoomIcon:hover img {animation: scaleIcon .2s ease-in-out forwards; cursor:none;}

.containerMedals {display: flow-root; width: 100%;margin: 3px 0 3px 0;}
.containerMedals:hover {background: transparent}

.ss-parent:hover > .ss-hideicon {
	display: none;
}