版式:The Backrooms-P

这是severinesunseverinesun为The Backrooms-P中文wiki制作的主题文件。
这里引用了所有排版工具组的代码
请参见此教程

/* Dawn Liminal Theme [2020 Wikidot Theme] Edited by Severinesun */
 
@import url(https://arandintday.github.io/thebackhubscn/Old_BHL/css/liminal-impact.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap");
 
:root {
    --theme-base: "black-highlighter";
    --theme-id: "liminal";
    --theme-name: "Liminal Theme";
    --logo-image: url("http://backrooms-p-cn.wikidot.com/local--files/start/Backrooms-p%20Logo%20New");
    --header-title: "The Backrooms-P";
    --header-subtitle: "你将会来到这里";
 
    /* 字体 */
    --body-font: "Noto Serif SC", "Source Han Serif SC", serif;
    --header-font: "Noto Serif SC", "Source Han Serif SC", serif;
    --title-font: var(--header-font);
    --mono-font: "Noto Serif SC", "Source Han Serif SC", monospace;
 
    /* 颜色变量 - 全部空格分隔,用于 rgb() 函数 */
    --white-monochrome: 255 228 196;
    --very-light-gray-monochrome: 157 61 12;
    --light-gray-monochrome: 157 61 12;
    --gray-monochrome: 215 177 158;
    --dark-gray-monochrome: 115 142 159;
    --black-monochrome: 25 20 16;
    --medium-accent: 115 142 159;
    --dark-accent: 157 61 12;
    --pale-gray-monochrome: 215 177 158;
    --bright-accent: 215 177 158;
 
    --swatch-topmenu-border-color: var(--medium-accent);
    --link-color: 230 23 68;
    --hover-link-color: 187 0 34;
    --visited-link-color: 150 24 43;
    --newpage-color: 200 100 0;
 
    --background-gradient-distance: 0rem;
    --gradient-header: linear-gradient(to top, rgb(var(--medium-accent)) 0%, rgb(var(--medium-accent) / 0.90) 100%);
    --diagonal-stripes: linear-gradient(transparent 0%);
 
    /* 自定义颜色 */
    --lh-red: #c0392b;
    --lh-blue: #2980b9;
    --lh-green: #27ae60;
    --lh-dark-green: #16a085;
    --lh-purple: #8e44ad;
    --lh-orange: #e67e22;
    --lh-yellow: #f1c40f;
    --lh-paper-bg: 255 251 240;
    --lh-string-color: 192 57 43;
    --lh-book-color: var(--gray-monochrome);
    --lh-tape-color: rgba(90, 90, 90, 0.3);
    --lh-white-bg: 249 249 249;
    --lh-dark-bg: 50 50 50;
    --lh-highlighter: var(--bright-accent);
    --lh-border-color: var(--gray-monochrome);
    --lh-wiki-note-color: var(--bright-accent);
 
    --accentColor: var(--medium-accent);
    --palte-gradient: linear-gradient(90deg, #ff6b6b, #ff8e53, #ffca28, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b);
    --gold-gradient: linear-gradient(135deg, #d4af37, #ffd700, #b8860b, #ffd700, #d4af37);
    --silver-gradient: linear-gradient(135deg, #a9a9a9, #c0c0c0, #808080, #c0c0c0, #a9a9a9);
    --gold-gradient-hover: linear-gradient(135deg, #fffacd, #ffd700, #fffacd, #ffec8b, #fffacd);
    --silver-gradient-hover: linear-gradient(135deg, #e6e6e6, #f5f5f5, #ffffff, #f0f0f0, #e6e6e6);
    --blue-white-gradient: linear-gradient(135deg, #1e40af, #3b82f6, #93c5fd, #ffffff, #93c5fd);
    --rainbow-gradient: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff, #ff0000);
    --rainbow-gradient-hover: linear-gradient(90deg, #ff6666, #ffa366, #ffff66, #66ff66, #6666ff, #7d4bb8, #b366ff, #ff6666);
    --rainbow-red: #ff0000;
    --rainbow-orange: #ff7f00;
    --rainbow-yellow: #ffff00;
    --rainbow-green: #00ff00;
    --rainbow-blue: #0000ff;
    --rainbow-indigo: #4b0082;
    --rainbow-violet: #8b00ff;
}
 
/* 全局样式 */
#skrollr-body {
    background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0);
    background-repeat: repeat;
    background-size: 0.25em 0.25em;
    width: 100%;
    height: 7.5rem;
}
 
#side-bar .side-block div a img {
    filter: grayscale(100%);
}
 
#container {
    background-image: radial-gradient(circle, transparent 50%, transparent 0);
    background-size: 0.25em 0.25em;
    background-repeat: repeat;
    background-attachment: fixed;
}
 
div#page-options-bottom-2>a,
div#page-options-bottom>a {
    border-radius: 0em;
    -moz-border-radius: 0em;
    border: none;
}
 
div#page-options-bottom-2>a:active,
div#page-options-bottom-2>a:hover,
div#page-options-bottom>a:active,
div#page-options-bottom>a:hover {
    border: none;
}
 
#header,
#top-bar {
    background-attachment: scroll;
}
 
#header {
    background-image: none;
}
 
#header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: var(--logo-image);
    background-size: auto 16rem;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}
 
#header h1,
#header h1 a {
    position: absolute;
    top: 1rem;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
}
 
#header h2,
#header h2 span,
#header h2 span::before {
    position: absolute;
    top: 2rem;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
 
#header h1 a::before,
#header h2 span::before {
    text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
}
 
a.newpage {
    background: transparent;
    text-decoration: none;
    color: rgb(var(--newpage-color));
}
 
blockquote {
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
}
 
.styled-quote {
    background-color: rgb(var(--pale-gray-monochrome));
    border-left: 0.5rem solid rgba(var(--gray-monochrome));
    padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
}
 
.dark-styled-quote {
    background-color: rgb(var(--gray-monochrome));
    border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
    color: rgb(var(--white-monochrome));
    padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
}
 
.dark-styled-quote a {
    color: rgb(var(--swatch-menubg-medium-color));
}
 
.lightblock {
    background-color: rgb(var(--white-monochrome));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, .25);
}
 
.darkblock {
    background-color: rgb(var(--gray-monochrome));
    color: rgb(var(--white-monochrome));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, .25);
}
 
.darkblock a {
    color: rgb(var(--swatch-menubg-medium-color));
}
 
#side-bar div.menu-item a[href*="/scp-"] {
    text-align: left !important;
    width: auto !important;
}
 
#side-bar div.menu-item.small a {
    justify-content: center;
    width: auto;
    padding: 0 0.25em;
    text-indent: 0;
    white-space: nowrap;
}
 
#side-bar div.menu-item a {
    justify-content: flex-start;
    padding: 0 0 0 calc(var(--base-font-size)*.93333);
}
 
#side-bar div.menu-item,
#side-bar div.menu-item>p {
    display: flex;
    flex-shrink: 0;
    flex-basis: 100%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    height: 1.5rem;
    min-height: 1.5rem;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 calc(var(--sidebar-internal-border-thickness)*-1) 0 0 rgba(var(--sidebar-border-color));
    font-size: 0;
}
 
#side-bar div.menu-item>:last-child {
    flex-grow: 2;
}
 
#side-bar .side-block {
    margin-top: -0.5rem;
}
 
#side-bar div.menu-item a:not(a:first-child) {
    border-left: var(--sidebar-internal-border-thickness) solid rgba(var(--swatch-border-color), .08);
}
 
#side-bar div.scpnet-interwiki-wrapper {
    min-height: 300px;
}
 
.thread-container .post .long .content .image:not(.collapsible-block .image) {
    object-fit: cover;
    max-height: 2em;
    width: 100%;
    transition: max-height 0.5s;
}
 
.thread-container .post .long .content .image:hover:not(.collapsible-block .image) {
    max-height: 100em;
}
 
div.scpnet-interwiki-wrapper {
    margin: 0;
    width: auto;
}
 
iframe.scpnet-interwiki-frame {
    border: inherit;
    width: 100%;
    height: 230px;
}
 
@media (min-width:768px) {
    div.scpnet-interwiki-wrapper,
    iframe.scpnet-interwiki-frame {
        width: 100%;
    }
}
 
/* Content Warning */
#page-content div#u-adult-warning {
    width: fit-content;
    margin: 0 auto 1.25rem;
    padding: 0.5rem 1rem;
    border: 3px solid #333;
    background: #e4e4e4;
    color: #333;
    text-align: center;
    font-weight: bold;
}
 
#page-content div#u-adult-warning>div#u-adult-header {
    font-size: 300%;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    color: #901;
}
 
#page-content div#u-adult-warning>div#u-adult-header p {
    margin: 0;
}
 
#page-content div#u-adult-warning>.error-block {
    color: unset;
    padding: unset;
    margin: unset;
    border: unset;
    margin-bottom: 1em;
}
 
/* 去除用户信息中头像白边 */
#odialog-container .owindow>div.modal-body>img[style*="padding: 2px 8px;"]:first-child {
    background-color: initial !important;
}
 
img.small {
background-image:url(http://www.wikidot.com/common--theme/base/images/karma/karma_5.png)!important;
}
 
@keyframes rainbow2 {
  from {
    color: #114514;
  }
  10% {
    color: #191981;
  }
  50% {
    color: #893364;
  }
  75% {
    color: #810931;
  }
  100% {
    color: #889464;
  }
}
 
.rainbow2{  
  animation-name: rainbow2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
 }
 
.hl-code {color: black;} .hl-var {color: #caff70;} .hl-identifier {color: black;} .hl-identifier {color: black;} .hl-reserved {color: #ffaeb9;} .hl-number {color: #b0e2ff;font-style:italic;} .hl-string {color: #ffd700;} .hl-brackets {color: #969696;} .hl-special {color: #5b5bff;font-weight: bold;} 
 
.glassblock { background-image: linear-gradient(-30deg, rgba(var(--bright-accent),.8) -80%, rgba(var(--white-monochrome),.4) 100%); border: solid rgb(var(--pale-accent)) 2px; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } /*备用彩蛋 img.small { background-image:url(http://www.wikidot.com/common--theme/base/images/karma/karma_5.png)!important; } */ div#lock-info { font-size: 0; margin: .8rem 0; padding: 0.4rem .8rem; } div#lock-info > strong { font-size: .82rem; } div#lock-info > br { display: none; } div#lock-info::before { content: '我告诉你啊,你现在拥有一个15分钟的闲置锁定,别墨迹,快点写,别瞎写,别整个垃圾出来\A这个锁定将在闲置 '; display: inline; font-size: .82rem; white-space: pre-wrap; } div#lock-info::after { content: ' 秒后失效嗷,快点嗷!——severinesun'; display: inline; font-size: .82rem; } body[class="wait"] a[name="page-top"][target]+div #main-content #action-area div#lock-info::before { content: '保存页面中……\A若此提示因为傻逼Wikidot已经显示了很长时间,建议将编辑框中的内容复制到剪切板然后刷新本页重新编辑。'; display: inline; font-size: .82rem; color: red; white-space: pre-wrap; } /* 动态渐变 - palte */ a[href*="user:info/palte"] .username, a[href*="user:info/palte"] { background: linear-gradient(90deg, #ff6b6b, #ff8e53, #ffca28, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b) !important; background-size: 300% 100% !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; animation: palte-gradient-animation 3s ease infinite !important; font-weight: bold !important; color: transparent !important; } /* 金色渐变用户组 */ a[href*="user:info/gangjing999"] .username, a[href*="user:info/severinesun"] .username, a[href*="user:info/luohaotian"] .username, a[href*="user:info/starry_milky_way"] .username, a[href*="user:info/capybara13"] .username, a[href*="user:info/gangjing999"], a[href*="user:info/severinesun"], a[href*="user:info/luohaotian"], a[href*="user:info/starry_milky_way"], a[href*="user:info/capybara13"] { background: var(--gold-gradient) !important; background-size: 200% 200% !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; font-weight: bold !important; color: transparent !important; text-shadow: 0 0 1px rgba(255, 215, 0, 0.3) !important; } /* 银色渐变用户组 - 修正blueberrybushilanmei */ a[href*="user:info/a-sleepy"] .username, a[href*="user:info/blueberrybushilanmei"] .username, /* 修正为 bushilanmei */ a[href*="user:info/lmaojoker"] .username, a[href*="user:info/a-sleepy"], a[href*="user:info/blueberrybushilanmei"], /* 修正为 bushilanmei */ a[href*="user:info/lmaojoker"] { background: var(--silver-gradient) !important; background-size: 200% 200% !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; font-weight: bold !important; color: transparent !important; text-shadow: 0 0 1px rgba(192, 192, 192, 0.4) !important; } /* 动画定义 */ @keyframes palte-gradient-animation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } /* 悬停效果 */ a[href*="user:info/palte"]:hover .username, a[href*="user:info/palte"]:hover { animation-duration: 1.5s !important; } a[href*="user:info/gangjing999"]:hover .username, a[href*="user:info/severinesun"]:hover .username, a[href*="user:info/luohaotian"]:hover .username, a[href*="user:info/starry_milky_way"]:hover .username, a[href*="user:info/capybara13"]:hover .username { background: linear-gradient(135deg, #fffacd, #ffd700, #fffacd, #ffec8b, #fffacd) !important; text-shadow: 0 0 2px rgba(255, 215, 0, 0.5) !important; } /* 悬停效果 - 修正blueberrybushilanmei */ a[href*="user:info/a-sleepy"]:hover .username, a[href*="user:info/blueberrybushilanmei"]:hover .username, /* 修正为 bushilanmei */ a[href*="user:info/lmaojoker"]:hover .username { background: linear-gradient(135deg, #e6e6e6, #f5f5f5, #ffffff, #f0f0f0, #e6e6e6) !important; text-shadow: 0 0 2px rgba(192, 192, 192, 0.6) !important; } /* 蓝白渐变用户 - KWLDXSC */ a[href*="user:info/kwldxsc"] .username, a[href*="user:info/kwldxsc"] { background: var(--blue-white-gradient) !important; background-size: 200% 200% !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; font-weight: bold !important; color: transparent !important; text-shadow: 0 0 2px rgba(30, 64, 175, 0.4) !important; } /* 蓝白渐变悬停效果 */ a[href*="user:info/kwldxsc"]:hover .username, a[href*="user:info/kwldxsc"]:hover { background: linear-gradient(135deg, #3b82f6, #60a5fa, #bfdbfe, #ffffff, #bfdbfe) !important; text-shadow: 0 0 3px rgba(59, 130, 246, 0.6) !important; } /* 快速彩虹闪烁效果 - 无阴影 a[href*="user:info/sleeped"] .username, a[href*="user:info/sleeped"] { animation: rainbow-flash 0.8s linear infinite !important; font-weight: bold !important; padding: 0 2px !important; border-radius: 3px !important; } @keyframes rainbow-flash { 0% { color: var(--rainbow-red) !important; } 14% {color: var(--rainbow-orange) !important;} 28% {color: var(--rainbow-yellow) !important;} 42% {color: var(--rainbow-green) !important;} 56% {color: var(--rainbow-blue) !important;} 70% {color: var(--rainbow-indigo) !important;} 84% {color: var(--rainbow-violet) !important;} 100% {color: var(--rainbow-red) !important;}} a[href*="user:info/sleeped"]:hover .username, a[href*="user:info/sleeped"]:hover { animation-duration: 0.5s !important; } a[href*="user:info/sleeped"]::after { background: var(--after-background) !important; background-size: 100% !important; animation: none !important; }*/ /* 替代方案:使用背景渐变动画 */ a[href*="user:info/sleeped"] .username, a[href*="user:info/sleeped"] { background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #8b00ff, #ff0000); background-size: 600% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: rainbow-scroll 1.2s linear infinite; font-weight: bold; padding: 0 2px; border-radius: 3
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License