你还在为你的页面只有蓝色调而感到无聊吗?
你还在因为不会代码而感到无力吗?
你想不想要让你的页面变得更加酷炫?
一定!肯定!
那么就仔细看看吧!
代码已经让黑猫警长搞好啦!动动手指复制粘贴即可
让页面变黑变酷,用于故事/文章
[[include :backrooms-wiki-cn:theme:blankcolor]]
[[module css]]
@media screen and (prefers-reduced-motion: no-preference) {
#page-title, #breadcrumbs, #page-content > * {
animation-name: fadeIn;
animation-duration: 1.5s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translate(0,30px);
}
to {
opacity: 1;
transform: translate(0,0);
}
}
:root {
fade-in-delay: 0,1s;
visited-link-color: 221, 221, 221;
firstAccent: 170, 170, 170;
secondAccent: 9, 9, 9;
}body {
-webkit-filter: grayscale(20%);
filter: grayscale(20%);
}
.footnotes-footer {
display:none;
}
#page-title {
text-align: center;
}/* License Box */
#page-content .licensebox .collapsible-block-link {
color: red;
}
#page-content .licensebox .collapsible-block-link:hover {
color: red;
}
[[/module]]
让页面变白,用于人设
[[include :backrooms-wiki-cn:component:centered-title]]
[[include :backrooms-wiki-cn:theme:fragmented]]
[[include :backrooms-wiki-cn:theme:basalt]]
[[include :backrooms-wiki-cn:component:title
|1=异化世界
|2=平衡 制约 生存
|logo=a
|3=
]]
更好的页面动画,嗯…可能对某些页面不适配
[[include :scp-wiki-cn:component:fade-in speed=1]]
[[module css]]
:where(#header > :nth-child(1)) {
animation-name: main-title;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: backwards;
}
@keyframes main-title {
0% {
opacity: 0;
transform:translate(0,-20px);
}
100% {
opacity: 1;
transform:translate(0,0);
}
}
:where(#header > :nth-child(2)) > {
animation-name: sub-title;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: backwards;
}
@keyframes sub-title {
0% {
opacity: 0;
transform:translate(0,20px);
}
100% {
opacity: 1;
transform:translate(0,0);
}
}
.top-bar,
.mobile-top-bar>ul {
animation-name: top-bar;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease;
animation-fill-mode: backwards;
}
@keyframes top-bar {
0% {
transform: rotate3d(1,0,0,90deg);
}
100% {
transform: rotate3d(1,0,0,0deg);
}
}
:where(:root) {
—fade-in: fadeIn;
—fade-in-delay: 0.25s;
}
[[/module]]
生存难度等级系统
这玩意是后室的玩意,我也不知道之前的远古管理搬这玩意有啥用,放个连接在这,自己看吧。点击跳转
还有一个异化世界等级ave-level

