这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
模板:代达罗斯/common.css:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“.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…” 标签:(旧)WikiEditor |
小 Nannnnn移动页面代达罗斯/common.css至模板:代达罗斯/common.css,不留重定向 |
| (未显示同一用户的1个中间版本) | |
(没有差异)
| |
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;}
}