模板:代达罗斯/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: infinite;
animation-direction: alternate;
} @keyframes campus { from {color:white;} to {color:black;} }
