用户:Staf Irity/Sandbox02.css:修订间差异
来自Limbo Wiki Mirror
无编辑摘要 |
小 已从limbowiki:用户:Staf_Irity/Sandbox02.css导入8个版本 |
||
| (未显示1个用户的3个中间版本) | |||
| 第43行: | 第43行: | ||
.hide_9{ | .hide_9{ | ||
font-weight:bold; | font-weight:bold; | ||
} | |||
.hide_2, | |||
.hide_3, | |||
.hide_7{ | |||
animation:shiny 2s infinite alternate; | |||
} | } | ||
.C2H5OH | /* */ | ||
.C2H5OH{ | |||
cursor:not-allowed; | |||
position: fixed; | position: fixed; | ||
top: 1px; | top: 1px; | ||
| 第66行: | 第72行: | ||
from {opacity:0} | from {opacity:0} | ||
to {opacity:1} | to {opacity:1} | ||
} | |||
/* */ | |||
/* | |||
.title1 { | |||
display:inline-block; | |||
background: linear-gradient(55deg,#ccaa55 30%,#ff4444,#ccaa55 70%); | |||
background-size: 270% 100%; | |||
animation: gradient 5s linear infinite; | |||
-webkit-text-fill-color: transparent; | |||
background-clip: text; | |||
} | |||
*/ | |||
@keyframes gradient { | |||
0% {background-position: 0% 50%;} | |||
100% {background-position: 100% 50%;} | |||
} | } | ||
2025年6月25日 (三) 23:36的最新版本
div.lw-treediv.end[style="display: block;"] + div .normal,
div.lw-treediv.end:not([style="display: block;"]) + div .hidden{
display:none;
}
div.lw-treediv.end[style="display: block;"] + div .hidden,
div.lw-treediv.end:not([style="display: block;"]) + div .normal{
display:inline;
}
.hide_1,
.hide_2,
.hide_3{
color:#FF0000;
}
.hide_4,
.hide_5,
.hide_6{
color:#BB0000;
}
.hide_7,
.hide_8,
.hide_9{
color:#dd5588;
}
.hide_1,
.hide_3,
.hide_5,
.hide_7{
font-style:italic;
}
.hide_1,
.hide_4,
.hide_7{
font-size:0.9em;
}
.hide_3,
.hide_6,
.hide_9{
font-size:1.1em;
}
.hide_1,
.hide_3,
.hide_8,
.hide_9{
font-weight:bold;
}
.hide_2,
.hide_3,
.hide_7{
animation:shiny 2s infinite alternate;
}
/* */
.C2H5OH{
cursor:not-allowed;
position: fixed;
top: 1px;
margin-top: -36px;
height: 30px;
line-height: 30px;
left: 0px;
right: 0px;
text-align: center;
color:#FF0000;
text-shadow:#8B0000 0 0 15px;
font-size: 18px;
opacity: 0.85;
animation:shiny 2s infinite alternate;
}
@keyframes shiny
{
from {opacity:0}
to {opacity:1}
}
/* */
/*
.title1 {
display:inline-block;
background: linear-gradient(55deg,#ccaa55 30%,#ff4444,#ccaa55 70%);
background-size: 270% 100%;
animation: gradient 5s linear infinite;
-webkit-text-fill-color: transparent;
background-clip: text;
}
*/
@keyframes gradient {
0% {background-position: 0% 50%;}
100% {background-position: 100% 50%;}
}
