Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

Line 47: Line 47:
  
 
[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 }
 
[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 }
 +
 +
 +
.inverttest {
 +
    filter: invert(100%);
 +
}

Revision as of 15:42, 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 }


.inverttest {
    filter: invert(100%);
}