Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

m
Line 4: Line 4:
  
 
@keyframes animate {
 
@keyframes animate {
     from {opacity: 100;}
+
     from {opacity: 1;}
 
     to {opacity: 0;}
 
     to {opacity: 0;}
 
}
 
}

Revision as of 00:04, 21 April 2018

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

.hidebtn .play-btn-large { display: none; }

@keyframes animate {
    from {opacity: 1;}
    to {opacity: 0;}
}