模板:代达罗斯/common.css:修订间差异
来自Limbo Wiki Mirror
Nannnnn将页面代达罗斯/common.css的内容模型从“wikitext”更改为“已过滤的CSS” |
小 Nannnnn移动页面代达罗斯/common.css至模板:代达罗斯/common.css,不留重定向 |
(没有差异)
| |
2025年4月27日 (日) 12:46的版本
.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;}
}
