Actions

MediaWiki

Common.css

From Sonic Retro

Revision as of 13:50, 21 April 2018 by Hivebrain (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** CSS placed here will be applied to all skins */

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

@keyframes animate2 {
    0% {width: auto;}
    49.99% {width: auto;}
    50% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate3 {
    0% {width: auto;}
    33.33% {width: auto;}
    33.34% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate4 {
    0% {width: auto;}
    24.99% {width: auto;}
    25% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate5 {
    0% {width: auto;}
    19.99% {width: auto;}
    20% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate6 {
    0% {width: auto;}
    16.66% {width: auto;}
    16.67% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate7 {
    0% {width: auto;}
    14.28% {width: auto;}
    14.29% {width: 0px;}
    100% {width: 0px;}
}
@keyframes animate8 {
    0% {width: auto;}
    12.49% {width: auto;}
    12.5% {width: 0px;}
    100% {width: 0px;}
}