Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

m (Reverted edits by Black Squirrel (talk) to last revision by Hivebrain)
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
.hidebtn .play-btn-large { display: none; }
 
.hidebtn .play-btn-large { display: none; }
  
@keyframes animate {
+
@keyframes animate2 {
     0% {opacity: 1;}
+
     0% {width: 100%;}
     49.99% {opacity: 1;}
+
     49.99% {width: 100%;}
     50% {opacity: 0;}
+
     50% {width: 0px;}
     100% {opacity: 0;}
+
     100% {width: 0px;}
 
}
 
}
 +
@keyframes animate3 {
 +
    0% {width: 100%;}
 +
    33.33% {width: 100%;}
 +
    33.34% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
@keyframes animate4 {
 +
    0% {width: 100%;}
 +
    24.99% {width: 100%;}
 +
    25% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
@keyframes animate5 {
 +
    0% {width: 100%;}
 +
    19.99% {width: 100%;}
 +
    20% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
@keyframes animate6 {
 +
    0% {width: 100%;}
 +
    16.66% {width: 100%;}
 +
    16.67% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
@keyframes animate7 {
 +
    0% {width: 100%;}
 +
    14.28% {width: 100%;}
 +
    14.29% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
@keyframes animate8 {
 +
    0% {width: 100%;}
 +
    12.49% {width: 100%;}
 +
    12.5% {width: 0px;}
 +
    100% {width: 0px;}
 +
}
 +
 +
[lang=ja] { font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",メイリオ,Meiryo,游ゴシック,"Yu Gothic","Noto Sans CJK JP","Droid Sans Japanese","MS Pゴシック","MS PGothic",sans-serif }

Latest revision as of 15:45, 2 January 2019

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

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

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

[lang=ja] { font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",メイリオ,Meiryo,游ゴシック,"Yu Gothic","Noto Sans CJK JP","Droid Sans Japanese","MS Pゴシック","MS PGothic",sans-serif }