模板:代达罗斯/common.css:修订间差异
来自Limbo Wiki Mirror
创建页面,内容为“.before { color: #F8F8F8; width: 50%; overflow: hidden; float: left; filter: grayscale(1) contrast(999) invert(1) } .reverse { transform: rotate(180deg); color: #FFFFFF; width: 50%; overflow: hidden; float: right; } .tips{ color: #FFFFFF; width: 50%; overflow: hidden; float: right; } #hipo { background:transparent; animation-name: campus; animation-duration:0.5s; animation-iteration-count: infin…” |
Nannnnn将页面代达罗斯/common.css的内容模型从“wikitext”更改为“已过滤的CSS” |
(没有差异)
| |
2025年4月27日 (日) 12:44的版本
.before {
color: #F8F8F8;
width: 50%;
overflow: hidden;
float: left;
filter: grayscale(1) contrast(999) invert(1)
}
.reverse {
transform: rotate(180deg);
color: #FFFFFF;
width: 50%;
overflow: hidden;
float: right;
}
.tips{
color: #FFFFFF;
width: 50%;
overflow: hidden;
float: right;
}
#hipo
{
background:transparent;
animation-name: campus;
animation-duration:0.5s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes campus
{
from {color:white;}
to {color:black;}
}
