注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/*========主页面第一个迭代========*/
/*======整体样式迭代一======*/
#mw-data-after-content,#page-header{display:none}
.page__main{
padding:40px;
}
.fandom-community-header__community-name {
padding-top: 35px;
padding-left: 15px;
font-size:0 !important;
}
.fandom-community-header__community-name::before {
content: "前言|内容警告";
font-size: 25px;
font-weight: 500;
font-family: '宋体', 'SimSun', 'Arial', sans-serif;
line-height: 1.25;
}
.fandom-community-header__image {
margin-right: 25px;
}
.fandom-community-header__local-navigation {
padding-left: 20px;
}
.theme-fandomdesktop-light,.theme-fandomdesktop-dark {
--theme-accent-color: #000;
--theme-accent-color--hover: #000;
--theme-accent-label-color: #fff;
--theme-body-background-color: #fff;
--theme-border-color: #000;
--theme-link-color: #000;
--theme-link-color--hover: #888;
--theme-page-background-color: #fff;
--theme-page-background-color--secondary: #fff;
--theme-page-text-color: #000;
--theme-sticky-nav-background-color: #fff;
--theme-sticky-nav-text-color: #000;
--theme-sticky-nav-text-color--hover: #000;
--theme-body-background-image: rgba(250,250,250,0.9);
--theme-page-accent-mix-color: #a0a0a0;
--theme-page-accent-mix-color--rgb:160,160,160;
--theme-page-dynamic-color-2: #fff;
--theme-page-dynamic-color-1: #fff;
--theme-page-text-mix-color: #ffffff;
--theme-page-text-mix-color-95: #d9d9d9;
--theme-community-header-color: #4d4f31;
}
.page,
.fandom-community-header {
border: 2px solid #000 !important;
}
.fandom-community-header__image img {
content: url("https://static.wikia.nocookie.net/backrooms/images/c/c8/Brakepads.png/revision/latest?cb=20231128121220&path-prefix=zh");
width: 70px;
height: auto;
margin-left: 30px;
margin-top: 25px;
margin-bottom: 20px;
}
.fandom-sticky-header__logo img {
content: url("https://static.wikia.nocookie.net/backrooms/images/c/c8/Brakepads.png/revision/latest?cb=20231128121220&path-prefix=zh");
}
/*======选择迭代一======*/
.choice-container {
text-align: center;
max-width: 600px;
margin: 0 auto;
padding: 30px 20px;
}
.choice-title {
font-size: 25px;
font-weight: 490;
color: #1a1a1a;
margin-bottom: 28px;
letter-spacing: 1px;
user-select: none;
}
.choice-option {
display: block;
width: 70%;
margin: 0 auto 14px auto;
padding: 0;
border: 2px solid #1a1a1a;
background-color: #ffffff;
border-radius: 12px;
text-align: center;
color: #1a1a1a;
font-size: 20px;
font-weight: 400;
cursor: pointer;
user-select: none;
transition: background-color 0.22s ease, border-color 0.22s ease,
box-shadow 0.22s ease, transform 0.18s ease;
}
.choice-option:last-child {
margin-bottom: 0;
}
.choice-option a {
display: block;
text-decoration: none;
color: inherit;
font-size: inherit;
font-weight: inherit;
transition: inherit;
}
.choice-option:hover {
background-color: #f5f5f5;
border-color: #000000;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
transform: translateY(-1px);
}
.choice-option:active {
background-color: #eaeaea;
transform: translateY(0);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
transition: all 0.06s ease;
}
@media (max-width: 480px) {
.choice-option {
width: 85%;
font-size: 18px;
border-radius: 10px;
margin-bottom: 10px;
}
.choice-option .normal-text,
.choice-option a {
padding: 10px 16px;
}
.choice-title {
font-size: 22px;
margin-bottom: 22px;
}
}
/*========全屏div正文========*/
.bofang1 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 801;
background-color: #000;
background-image: url('https://static.wikitide.net/backroomszhwiki/d/d9/%E5%86%8D%E6%B5%8B%E8%AF%95%EF%BC%81.webp');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
}
#mw-customcollapsible-quanping.mw-collapsed .bofang1 {
animation: none;
}
#mw-customcollapsible-quanping:not(.mw-collapsed) .bofang1 {
animation:FadeIn 2s ease forwards;
}
@keyframes FadeIn {
from { opacity: 0;}
to { opacity: 1;}
}