利用者:Swmrryu/vector-2022.css
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
/*::marker {
content: "・";
}
#toc ::marker {
content: none;
}
table img {
display:none;
}
*, * > *, * *, .mw-body *::marker {
animation: gaming 1s linear infinite;
}
nav#p-personal {
background: transparent !important;
}
.toctogglelabel:before { *//* m.ansaikuropedia.org *//*
content: "目次";
display: inline-block;
margin: 0.5em;
}
#mw-navigation, #mw-navigation *, #mw-panel-toc, .mw-page-container, *//* new-vector-skin *//*
input, .header-container, .last-modified-bar, *//* m.ansaikuropedia.org *//*
.mw-footer, body, .mw-body, table, #toc, #toc *, #mw-head, #mw-head *, #siteNotice, #siteNotice *, #catlinks, #catlinks *, .thumbinner, .thumbinner *{
background-color: black !important;
}
@keyframes gaming {
0.0%{
color: rgba(255, 0, 0,1);
border-color: rgba(255, 0, 0,1);
} 12.5% {
color: rgba(255,136, 0,1);
border-color: rgba(255,136, 0,1);
} 25.0% {
color: rgba(255,255, 0,1);
border-color: rgba(255,255, 0,1)
} 37.5% {
color: rgba(136,255, 0,1);
border-color: rgba(136,255, 0,1);
} 50.0% {
color: rgba( 0,255, 0,1);
border-color: rgba( 0,255, 0,1);
} 62.5% {
color: rgba( 0,136,255,1);
border-color: rgba( 0,136,255,1);
} 75.0% {
color: rgba( 0, 0,255,1);
border-color: rgba( 0, 0,255,1);
} 87.5% {
color: rgba(136, 0,255,1);
border-color: rgba(136, 0,255,1);
} 100.0% {
color: rgba(255, 0, 0,1);
border-color: rgba(255, 0, 0,1);
}
}
#p-logo, H1, #toc H2, .gaming-area {
background: linear-gradient(135deg, rgba(255,0,0,1), rgba(255,136,0,1), rgba(255,255,0,1), rgba(136,255,0,1), rgba(0,255,0,1), rgba(0,136,255,1), rgba(0,0,255,1), rgba(136,0,255,1), rgba(255,0,0,1)) 0% center/200%;
animation: gaming-back 1s linear infinite;
}
.gaming-area {
width: auto;
height: 4rem;
text-align: center;
font-size: 2rem !important;
line-height: 4rem !important;
}
@keyframes gaming-back {
0.0%{background-position-x: 0%;}
100.0%{background-position-x: 200%;}
}
.thumbcaption {
z-index: 99999;
position: relative;
text-align: center !important;
}
.myrotate {
display: inline-block;
border: none;
animation: around 3s linear infinite;
-webkit-animation: around 3s linear infinite;
-webkit-animation-name: around;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
@keyframes around {
100% {transform: rotateZ(360deg);}
}
@-webkit-keyframes around {
100% {-webkit-transform: rotateZ(360deg);}
}
}}
*/