版式:你曾经在这里开后宫

评分:

评分: +4+x

评分模块与著作信息模块:

评分: +4+x

独立著作信息模块:

Sigma-9阈限版式由Major Entity GroupMajor Entity GroupGaplouelPew does not match any existing user name的sigma9阈限版式风格制作,基于AelannaAelanna制作的Sigma-9版式,居中页眉与折叠侧栏由Lt FlopsLt Flops制作。

在你的作品开头添加以下代码以应用此版式:

[[include :scp-wiki-ys:theme:sigma-9-liminal]]


示例

可通过五个连字符“-----”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。


标题可通过在一行字起始处输入1至6个加号“+”来创建

此为分页(tab view)。

这是一个引用块,在一行字的起始处加上“> ”来创建。
更多文字


一条分割线

嵌套引用块

这是 表格
你应该老早 就知道怎么
做这个了吧

[[div class="lightblock"]]
[[/div]]

[[div class="darkblock"]]
[[/div]]

[[div class="styled-quote"]]
[[/div]]

[[div class="dark-styled-quote"]]
[[/div]]


:root {
    --header-title: "The Backrooms";
    --header-subtitle: "你曾经来过这里";
    --subtitleColor: #ede9df;
    --titleColor: #ede9df;

    --lgurl: url(https://arandintday.github.io/thebackhubscn/logo.svg);
}

/* header */

#header::before {
    background-position: center -70px;
    background-size: auto 17.5rem;
}

#header h1 a::before, #header h2::before {
   text-shadow: .063rem .1rem .1rem #0c0c0c;
}

/* topbar */

#top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover, #top-bar ul li.sfhover a, #top-bar ul li:hover a, #top-bar a {
    color: #ede9df;
}

#top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover {
    background: none;
}

#top-bar ul li.sfhover a, #top-bar ul li:hover a {
    background: none;
    border-color: #8c887e;
    border-right: 0;
    border-left: 0;
}

#top-bar ul li.sfhover>a {
    background: none;
}

#top-bar ul li ul {
    height: 0;
}

#top-bar ul li:hover ul {
    height: auto;
}

#top-bar ul li ul, #top-bar ul li ul li a, #top-bar ul li ul li a, #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
    border-color: #251f1a;
}

#top-bar ul li.sfhover ul a:hover, #top-bar ul li:hover ul a:hover {
    background: #8c887e;
    transition: background .15s;
}

#top-bar ul li ul li a, #top-bar ul li ul li a, #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

#top-bar ul li a, #top-bar ul li a {
    width: 152px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 0;
    border-left: 0;
    transition: border .25s;
}

#top-bar li ul {
    position: initial;
}

#header div[class*="top-bar"]>ul>li>ul {
    background-color: #363328dd;
    -webkit-backdrop-filter: blur(.125rem);
    backdrop-filter: blur(.125rem);
}

/* login */

#login-status, #login-status a {
    color: #ede9df;
    text-decoration: none;
}

#login-status #account-options ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

#login-status ul a {
    text-decoration: none;
    -webkit-text-decoration: none;
    color: #ede9df;
    font-weight: bold;
}

#login-status>a:hover {
    background: #8c887e;
    text-decoration: none;
    transition: background .15s;
}

#account-topbutton {
    border: 0;
}

#account-options {
    border-color: #8c887e;
    background-image: linear-gradient(#57544d, #48453c);
}

#account-options li a:hover {
    color: #ede9df;
    background-color: #8c887e;
    transition: background .15s;
}

/* search box */

#search-top-box-input {
    color: #ede9df;
    background-color: #363328;
    border-color: #8c887e;
    transition: all .15s;
}

#search-top-box-form input[type=submit] {
    color: #ede9df;
    background: linear-gradient(to bottom,#a99e84,#6a665a,#363328);
    border-color: #8c887e;
    transition: all .15s;
}

#search-top-box-input:hover, #search-top-box-input:focus {
    background-color: #363328;
    border-color: #ede9df;
}

#search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
    background: linear-gradient(to bottom,#a99e84,#6a665a,#363328);
    border-color: #ede9df;
}

/* background */

#extrac-div-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    background-image: radial-gradient(circle, #48453c 50%, transparent 0);
    background-size: .3em .3em;
    background-repeat: repeat;
}

div#container-wrap {
    background-image: linear-gradient(180deg, #57544d, #48453c 140px, #48453c 162px, #24201b 166px, #ede9df 166px);
}

#container {
    background-image: radial-gradient(circle, #48453c0d 50%, transparent 0);
    background-size: .3em .3em;
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: 10;
}

/* footer */

#footer, #footer a {
    color: #ede9df;
    background: #8c887e;
}

#license-area {
    color: #ede9df;
    background: #363328;
}

/* main */

body {
    color: #191410;
}

a {
    color: #e61744;
    transition: text-decoration-color .15s, color .15s, -webkit-text-decoration-color .15s;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

a:visited {
    color: #8c887e;
}

h1, h2, h3, h4, h5, h6 {
    color: #191410;
    margin: .25em 0 .25em;
    padding: 0;
    font-weight: bold;
}

table.wiki-content-table th {
    border: 1px solid #888;
    padding: 0.3em 0.7em;
    background-color: #a0a0a0;
    color: #ede9df;
}

#page-title, .meta-title {
    color: #191410;
    font-weight: bold;
}

#content-wrap {
    min-height: 1416px;
}

.blockquote, [class*=blockquote], blockquote, div.blockquote {
    margin: .5em 40px;
    background-color: #fffbf0;
    -webkit-box-shadow: 0 .0625rem .125em #1914101a;
    box-shadow: 0 .0625rem .125em #1914101a;
}

.code, .code * {
    background-color: #fffbf0;
}

/* options */

.page-options-bottom a {
    color: #ede9df;
    background: #8c887e;
}

.page-options-bottom a, .page-watch-options a {
    font-weight: bold;
    text-decoration: none;
    -webkit-text-decoration: none;
    transition: background .15s, color .15s;
}

.page-options-bottom a:hover, .page-watch-options a:hover {
    background: #303034;
    text-decoration: none;
    -webkit-text-decoration: none;
}

.page-watch-options a:hover {
    color: #ede9df;
    background: #8c887e;
}

.page-options-bottom {
    margin: 0;
}

#page-options-container {
    margin: 1em 0 3em;
}

div#page-options-bottom, div#page-options-bottom-2, div#page-options-bottom>a {
    display: flex;
    flex-wrap: wrap;
}

div#page-options-bottom-2>a, div#page-options-bottom>a {
    flex-grow: 2;
    justify-content: center;
    transition: background-color .15s, color .15s;
    padding: .25rem;
    text-align: center;
}

/* tab */

.yui-navset .yui-content {
    background-color: #f7f5f166;
    border-color: #a0a0a0;
}

.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - .125rem);
    padding: 0;
    border-bottom: 3px solid #444;
}

.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
    background-color: #fffbf0;
    background-image: none;
    border-top: 1px solid #8c887e;
}

.yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {
    background: #8c887e;
    color: #e3e9df;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover {
    background: #48453c;
    color: #e3e9df;
}

#page-content .yui-navset .yui-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 2px;
}

#page-content .yui-navset .yui-nav li, #page-content .yui-navset .yui-nav li.selected {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#page-content .yui-navset .yui-nav li a {
    border: 1px solid #444;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: background .15s, color .15s;
}

#page-content .yui-navset .yui-nav li.selected a {
    border-width: 1px 1px 0 1px;
}

#page-content .yui-navset .yui-nav li a em {
    border: none;
    top: 0;
    padding: 5px 11.52px;
    font-weight: bold;
}

/* ratebox */

.page-rate-widget-box {
    font-weight: bold;
    border: 1px solid #a9a6a0;
    background: linear-gradient(to top,#e3e3e3 0,#e7e7e7 100%);
    border-radius: 0;
    padding: 2px;
    margin: 1em 1.5em;
}

.page-rate-widget-box .rate-points {
    padding: 0 5px;
}

.page-rate-widget-box .cancel a:hover {
    color: #fffff0 !important;
    background: #cccbca;
    border-radius: 0;
}

.page-rate-widget-box .rateup a:hover {
    color: #fffff0 !important;
    background: #2ccc2a;
}

.page-rate-widget-box .ratedown a:hover {
    color: #fffff0 !important;
    background: #cc2b2a;
}

.page-rate-widget-box .rate-points, .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a, .page-rate-widget-box .cancel a {
    color: #191410 !important;
    padding: 3px 5px 2px;
    transition: background .15s, color .15s;
}

.page-rate-widget-box .rate-points, .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel {
    background-color: transparent !important;
    border: 0;
    border-right: 0;
    border-radius: 0;
}

.creditButton p a {
    color: #191410 !important;
    font-weight: bold;
    border-left: 0 !important;
    margin-left: -4px !important;
    padding: 4px 2px 2px !important;
    transition: color .15s, background .15s;
}

.creditButton p a:hover {
    color: #fffff0 !important;
    background: #cccbca;
}

.rate-box-with-credit-button {
    font-weight: bold;
    border: 1px solid #a9a6a0 !important;
    background: linear-gradient(to top,#e3e3e3 0,#e7e7e7 100%);
    border-radius: 0 !important;
    padding: 2px;
}

.rate-box-with-credit-button .page-rate-widget-box {
    background: none;
    border: 0;
}

.creditButtonStandalone p a {
    font-weight: bold;
    border: 1px solid #a9a6a0;
    background: linear-gradient(to top,#e3e3e3 0,#e7e7e7 100%) !important;
    border-radius: 0 !important;
    padding: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5) !important;
    color: #191410 !important;
    transition: color .15s, background .15s;
}

.creditButtonStandalone p a:hover {
    color: #fffff0 !important;
    background: #cccbca !important;
}

.modalbox {
    background: #ede9df !important;
    border: 2px solid #bbb !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 6px #40404080 !important;
}

.fa-info:before {
    content: "i";
    width: 15px;
    display: inline-block;
}

/* imageblock */

.scp-image-block {
    border: 1px solid #888;
}

.scp-image-block .scp-image-caption {
    background-color: #fffbf0;
    border-top: 1px solid #888;
}

/* divblock */

.styled-quote {
    border-left: 0.5rem solid #48453c;

}

.dark-styled-quote {
    border-left: 0.5rem solid #fffbf0;

}

.lightblock, .styled-quote {
    background-color: #fffbf0;
    padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    -webkit-box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
}

.darkblock, .dark-styled-quote {
    background-color: #48453c;
    color: #fffbf0;
    padding: 0.1rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    -webkit-box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0, 0, 0, .25);
}

.darkblock a, .dark-styled-quote a {
    color: #a0a0a0;
}

/* sidebar */

#side-bar .side-block {
    background: #ede9df;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 6px #40404080;
    box-shadow: 0 2px 6px #40404080;
}

#side-bar .heading {
    background: #9a978d;
    text-align: center;
    border: 2px solid #8f8c85;
    margin: 0;
    padding: 0;
}

#side-bar .heading:not(:first-child) {
    margin: 0;
}

#side-bar .heading + .heading {
    border-top: 0;
}

#side-bar div.menu-item, #side-bar div.menu-item>p {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#side-bar div.menu-item .text, div#side-bar>div.side-block>div.menu-item a {
    display: block;
    flex-grow: 2;
    justify-content: flex-start;
    transition: background .15s, color .15s;
    margin: 0;
    background-clip: padding-box;
    padding: 0 .6em;
    color: #3a3a35;
    font-size: .875rem;
    line-height: 1.4rem;
    text-decoration: none;
}

#side-bar div.side-block>div.menu-item>p {
    border: 2px solid #cecac0;
    border-top: 0;
}

#side-bar div.side-block>div.menu-item>p a:hover {
    color: #ede9df;
    background: #8c887e;
}

#side-bar div.side-block>div.menu-item>p a:not(:first-child) {
    border-left: 2px solid #cecac0;
}

div#side-bar>div.side-block>div.heading a, div#side-bar>div.side-block>div.heading>p {
    color: #ede9df;
    display: block;
    padding: 3px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #404040;
    transition: background .15s;
}

div#side-bar>div.side-block>div.heading p, div#side-bar>div.side-block>div.heading div.menu-item {
    display: block;
    font-size: 12pt;
    height: auto;
}

div#side-bar>div.side-block>div.heading p a:hover {
    background: #8c887e;
    transition: background .15s;
}

div.side-block.media {
    margin: 0 0 15px !important;
}

div#side-bar div.side-block.media {
    border: 2px solid #cecac0;
}

div#side-bar div.side-block.media img {
    filter: opacity(0.35);
    transition: filter .15s;
}

div#side-bar div.side-block.media img:hover {
    filter: opacity(0.5);
}

#top-bar .open-menu a {
    background: #ede9df;
    border: 2px solid #8f8c85;
    color: #8f8c85;
    border-radius: 5px;
}

#top-bar .open-menu a:hover {
    -webkit-box-shadow: 0 2px 6px #40404080;
    box-shadow: 0 2px 6px #40404080;
}

/* window */

.owindow, .title.modal-header {
    background: #ede9df;
}

.owindow .button-bar a, a.action-area-close {
    color: #ede9df;
    background: #8c887e;
    border: 0;
    transition: background .15s, color .15s;
}

.owindow .button-bar a:hover, a.action-area-close:hover {
    background: #303034;
    text-decoration: none;
    -webkit-text-decoration: none;
    transition: background .15s, color .15s;
}

/* others */

#side-bar:hover, #edit-page-textarea, body, html {
    scrollbar-color: #ababab66 #fffbf3 !important;
    scrollbar-width: thin !important;
}

::-webkit-scrollbar-track {
    background: #e5e1d8;
    border: .05rem solid #d2cec6;
}

::selection {
    background: #8c887e40;
    text-shadow: none;
}

/* adapt */

:root {
    --white-monochrome: 237, 233, 223;
    --pale-gray-monochrome: 255, 251, 240;
    --light-gray-monochrome: 160, 160, 160;
    --gray-monochrome: 72, 69, 60;
    --black-monochrome: 25, 20, 16;
    --bright-accent: 140, 136, 126;
    --medium-accent: 56, 107, 56;
    --dark-accent: 140, 136, 126;
    --pale-accent: 140, 136, 126;
}

.box:hover p:after {
    line-height: 1.5rem;
}

@media (max-width: 480px) {
.plas .rightbox:before, .plas .rightbox:after {
    top: .25em;
}

.plas .levelbar {
    padding: 6px;
}
}

/* mobile */

@media (max-width: 1000px) {
body {
    min-width: 1000px;
}
}

@media (max-width: 767px) {
body {
    min-width: 0;
}

#login-status {
    left: inherit;
    right: 0;
}

#search-top-box {
    top: 2.25rem;
}

#side-bar {
    background-color: #fffcf0;
}

#top-bar li ul li {
    width: auto;
}

#top-bar ul li a, #top-bar ul li a {
    width: 82px;
}

#top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a, #top-bar li ul li a {
    width: 80px;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License