网站的版式(Nu-SCP)

这是什么

nu-SCP,一个新的SCP CSS主题。

我如何把它放在我的文档上?

在wiki网站上

[[include :scp-wiki-cn:component:newscptheme]]

这样就好了。

FAQ

有很多人问我们:“这会成为新的网站主题吗?”而且有同样多的人说道,“这主题难看死了”这里的这堆文字是答复所有问题的。如果你看到有人问了,让他们来这里。O5command上面已经有一个有关于可能会在未来替换掉网站主题(Sigma9)的讨论。若要如此做,网站会需要创建一个新的主题。它目前还没有新主题。nu-SCP是一个新的主题。然而,它并非官方主题。它还没有得到任何拥有官方权限的SCP维基职员的审查或批准。它只是少数几个对当前主题审美疲劳的人做的;我们相信当前的主题已经过时,不方便能力较弱者使用,于是尝试制作一个更好的、用到更为先进的网页设计技术的主题。最终我们会想要提议将它作为新的网站主题吗?是的。但不能保证它会成为新网站主题。竞争是存在的:至少有一个其他的主题正在制作,我们并非唯一。见鬼,甚至都不能保证网站主题会改。如果要改的话,我们会提议将nu-SCP作为候选。它在客观上是否改进了当前的网站主题——Sigma9?是的。nu-SCP有许多后台的东西,让无论能力好差的任何用户都能轻易地使用它。比方说,你试着改浏览器的默认字体大小之后就得眼睁睁看着Sigma9崩掉。那种东西应该已经被淘汰了。(如果你看着这玩意的第一反应是它“没有多碍眼”,哪怕是在手机上,那么以上帝的慈爱的名义请提高你的标准!)它在审美上是否提升了?这取决于你和你的看法。我们认为是有的。它是世上最好的CSS吗?不——这一荣誉永远归于https://motherfuckingwebsite.com。我们的话已经说完,现在轮到你了。如果你觉得这个主题很糟糕(你完全有权利这么做),那么说出来吧!发消息给 djkaktusdjkaktusWoedenazWoedenazCroquemboucheCroquembouche,详细介绍你不喜欢这一版式里的哪个部分,以及你感觉它可以如何提升。别忘了遵守批评守则:我们在做一个CSS版式,我们始终寻求建议与改进,但我们不喜欢被攻击。如果这是你不会在讨论区对草稿说的话,那么自己想想就得了。感谢你的阅读。如果你有更多问题,私信我们中的一员,我们会尽快回复。
这个主题是一件半成品。如果你想在你的作品中引入此页上的主题,当然没问题,它完全能够工作。有关此主题的最新开发版本,请点击:http://scptestwiki.wikidot.com/component:theme
+ open block- hide block

示例

[[image nothing.png link=#]]

来个人传个示例图吧

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


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

1 级标题

2 级标题

3 级标题

4 级标题

5 级标题
6 级标题

分页分页长Tab空tab空tab空tab空tab空tab空tab

此为分页(tab view)。

分页背后的代码已经过调整,故可以显示过渡。点击另一个tab来观看华丽顺畅的效果。

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

更多文字


一条分割线

嵌套引用块

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

代码

css
@charset "utf-8";

@import url(http://kaktuskontainer.wdfiles.com/local--files/component%3Anewscptheme/normalize.css);
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|PT+Sans&subset=latin-ext');

/*  nu-SCP
    [2019 Wikidot Theme]
    由 djkaktus & Woedenaz 设计
    由 Woedenaz & Aers & Croquembouche ft Rounderhouse 制作
    由 W Asriel 搬运至SCP-CN
 */

/*  原网址为
    http://kontainer.djkakt.us/component:newscptheme
 */

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #FCB3B3;
    text-shadow: none;
}

::selection {
    background: #FCB3B3;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background-color: #fcfcfc;
    background-image: linear-gradient(to top, /* creates the red part of the header */
                                      rgb(70, 30, 32) 0%,
                                      rgb(78, 0, 12) 30%,
                                      rgb(100, 3, 15) 100%),
                      linear-gradient(to bottom, /* creates the grey part of the header */
                                      rgba(0,0,0,1) 7.5rem,
                                      rgba(66,66,66,1) calc(7.5rem + 2px),
                                      rgba(66,66,66,1) calc(100% - 2px),
                                      rgba(0,0,0,1) calc(100% - 2px),
                                      rgba(0,0,0,1) 100%);
    background-size: 100% 7.5rem, 100% 9.375rem; /* 120px, 150px */
    background-repeat: no-repeat;
    color: rgb(85,85,85) !important;
}

p,
span,
div,
li {
    font-family: 'Lato', sans-serif;
    font-kerning: auto;
    orphans: 2;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-rendering: optimizeLegibility;
}

.code {
    background-color: #f6f6f6;
}

.code *,
pre * {
    font-family: 'PT Mono', 'Andale Mono', 'Courier New', Courier, monospace;
    max-width: 90vw;
    white-space: pre-wrap;
}

#container {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#content-wrap {
    margin: 2em auto 0;
    width: inherit;
    min-height: 1300px;
    height: 100%;
    position: initial;
    display: flex;
    font-size: inherit;
}

h1,
#page-title {
    color: #000000;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: 600;
}

div#container-wrap {
    background: none;
}

sup {

    vertical-align: top;
    position: relative;
    top: -0.5em;
}

textarea {
    line-height: 1.5;
}

h1 {
    margin-top: 0.7em;
    padding: 0;
    font-weight: bold;
}

h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}

#page-title {
    border-color: #bbb;
}

ul {
    /* list-style-image: url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/bullet.gif); */
    list-style: square;
}

#top-bar ul {
    /* list-style-image: none; /* IE ONLY! IF list-style-image IS SET */
}

a {
    color: rgb(218, 13, 13);
    text-decoration: none;
    background: transparent;
}

a.newpage {
    color: rgb(163, 204, 199);
    text-decoration: none;
    background: transparent;
}

a:hover {
    text-decoration: underline;
    background-color: transparent;
}

a:visited {
    color: #2e0000;
}

text-area {
    line-height: normal;
}

.form-control {
    width: 95%;
}

.title.modal-header {
    background-color: #fff;
}

.owindow {
    background-color: #fff;
}

.page-rate-widget-box {
    overflow: hidden;
    padding: 4px 0 4px 0;
    border-radius: 5px;
    background-color: #590505 !important;
}

/* GLOBAL WIDTH */
#header,
#top-bar {
    max-width: 980px;
    margin: 10px auto;
    font-weight: 600;
    background: none;
}

#header > h1 > a > span {
    position: relative;
    display: inline-table;
    width: 25rem;
    height: 5.75rem;
    z-index: 9999;
    left: -23rem;
    top: -2rem;
}

.mobile-top-bar {
    display: none;
    position: relative;
    left: 1em;
    bottom: 0px;
    z-index: 9999;
}

.mobile-top-bar > div > p {
    display: none;
}

.info-container .collapsible-block-link,
.info-container:hover .collapsible-block-link {
    line-height: 1.6em;
}

body {
    background-color: rgb(252,252,252);
    font-size: 0.90em;
    color: rgb(12,12,12);
  font-kerning: normal;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "onum", "kern", "liga", "clig", "alt";
  -webkit-font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  font-feature-settings: "onum", "kern", "liga", "clig", "calt";
  text-rendering:auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* line behavior */
  orphans:2;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
  word-break:break-word;
}

/* HEADER */
#header {
    width: 90%;
    height: 70px;
    position: relative;
    z-index: 10;
}

#header h1 {
margin-top: 0.7em;
margin-bottom: -0.7em;
}

#header h1,
#header h2 {
    font-family: 'Lato', sans-serif, 微软雅黑 !important;
    margin-left: 6.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

#header h2 {
    margin-top: 1.5em;
    margin-bottom: -0.5em;
}

#header h1 a {
    font-family: 'Lato', sans-serif, 微软雅黑 !important;
}

#header-extra-div-2 {
    content: " ";
    position: absolute;
    top: 0;
    background: url(http://kaktuskontainer.wdfiles.com/local--files/component%3Anewscptheme/logo.svg) 10px 40px no-repeat;
    background-position: center left;
    background-clip: border-box;
    background-size: contain;
    z-index: 9999;
    margin-top: 10px;
    height: 80px;
    width: 100%;
    pointer-events: none;
}

#search-top-box {
    display: infline-flex;
    position: absolute;
    top: 70%;
    right: -2%;
    width: 250px;
    text-align: center;
}

#search-top-box-input {
    border: solid 1px #000000;
    border-radius: 1px;
    color: #fff;
    background-color: #424242 !important;
}

#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #000;
    border-radius: 1px;
    color: #fff;
    background: #424242 !important;
}

#search-top-box-form input[type=submit] {
    border: solid 1px #000;
    padding: 3px 5px 2px;
    border-radius: 1px;
    font-size: 90%;
    color: #fff;
    background: #590505 !important;
    box-shadow: none !important;
    cursor: pointer;
}

#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #000;
    border-radius: 1px;
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, .25);
    background: #590505 !important;
    box-shadow: none !important;
}

#login-status {
    color: #fff;
    font-size: 90% !important;
    z-index: 10000;
    right: 1em;
    top: 1em;
}

#login-status a {
    background-color: transparent;
    color: #fff;
}

#login-status ul a {
    color: #000;
    background-color: transparent;
}

#account-topbutton {
    background: #C0C0C0;
    color: #000000;
}

.printuser img.small {
    margin-right: 1px;
}

#header h1 {
    max-height: 95px;
}

#header h1 a {
    display: block;
    content: "SCP基金会";
    margin: 0;
    padding: 30px 0px 0px;
    line-height: 0px;
    max-height: 0px;
    color: transparent;
    background: transparent;
    font-size: 100%;
    text-decoration: none;
    text-shadow: none;
    z-index: 9999;
}

#header h1 a::before {
    content: "SCP基金会";
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

#header h2 span {
    display: block;
    padding: 30px 0px 0px;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: normal;
    color: transparent;
    text-shadow: none;
}

#header h2 span::before {
    content: '控制,收容,保护';
    color: #fafafa;
    text-shadow: 1px 1px 1px #000000;
    width: 100vw;
}

/* TOP MENU */
#top-bar {
    width: 100%;
    margin: 30px 0;
    padding: 0 0 0.25em 0;
    position: initial;
    z-index: 50;
    height: auto;
    line-height: 20px;
    font-size: 90%;
    display: inline-flex;
}

#top-bar ul {
    float: right;
}

#top-bar li {
    margin: 0;
}

#top-bar a {
    color: #fff;
    background: transparent;
}

#top-bar ul li {
    border: 0;
    position: relative;
}

#top-bar ul li ul {
    border: solid 1px #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    border-top: 0;
}

#top-bar ul li a {
    border-left: solid 1px rgba(64, 64, 64, .1);
    border-right: solid 1px rgba(64, 64, 64, .1);
    text-decoration: none;
    padding-top: 9px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}

#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #C0C0C0;
    color: #000;
    border-left: solid 1px rgba(64, 64, 64, 1);
    border-right: solid 1px rgba(64, 64, 64, 1);
}

#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #ddd;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}

#top-bar ul li ul li,
#top-bar ul li ul li.sfhover,
#top-bar ul li ul li,
#top-bar ul li ul li:hover {
    border-width: 0;
}

#top-bar ul li ul li a {
    border-width: 0;
}

#top-bar ul li ul a,
#top-bar a:hover {
    color: #a01;
}

.top-bar ul li:last-of-type ul {
    right: 0;
}

/* Woedenaz Flex Boxes */

#top-bar .top-bar,
#top-bar .top-bar > ul,
#top-bar .top-bar > ul > li > ul {
    display: flex;
    z-index: 20;
}

#top-bar .top-bar {
    align-content: stretch;
    justify-content: space-around;
}

#top-bar .top-bar > ul {
    width: 90vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 61.250rem;
    height: auto;
    z-index: 20;
}

#top-bar .top-bar > ul > li > a,
#top-bar .mobile-top-bar > ul > li > a {
    white-space: pre;
    padding-top: 1em;
}

#top-bar .top-bar > ul > li,
#top-bar .top-bar > ul > li > a,
#top-bar .mobile-top-bar > ul,
#top-bar .mobile-top-bar > ul > li,
#top-bar .mobile-top-bar > ul > li > a {
    width: auto;
    flex-grow: 2;
    flex-shrink: 2;
}

#top-bar .top-bar > ul > li > ul,
#top-bar .mobile-top-bar > ul > li > ul {
    flex-direction: column;
    margin-top: 0;
}

#top-bar .top-bar > ul > li > ul > li > a,
#top-bar .mobile-top-bar > ul > li > ul > li > a {
    white-space: pre-wrap;
    line-height: 140%;
    padding: 0.5em 1em !important;
}

/* attempt at a menu by woedenaz

#top-bar .top-bar > ul > li > ul {
    position: fixed;
    width: 60vw;
    top: 11em;
    left: 20vw;
    right: 0;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
    font-size: 1.15em;
}

#top-bar ul li ul li,
#top-bar ul li ul li.sfhover,
#top-bar ul li ul li,
#top-bar ul li ul li:hover {
    position: initial;
    left: 0;
    height: auto;
    align-self: center;
    border: 1px solid rgba(48, 7, 7, 1);
    box-sizing: border-box;
    display: block;
    padding: 1.5em 1em !important;
    background: #dedede;
    flex-grow: 2;
    cursor: pointer;
}

#top-bar ul li.sfhover , #top-bar ul li:hover {
    background: #C0C0C0;
    text-decoration: none;
|

#top-bar .top-bar > ul > li > ul > li > a {
    text-align: center;
    border-top: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    align-self: center;
    align-items: center;
}
 */

/* IE7 HACK */
#top-bar ul > li > ul {
    *margin-top: -4px;
}

/* SIDE MENU */
#side-bar {
    clear: none;
    float: none;
    position: initial;
    width: 17em;
    padding: 2.5em 0 0 0;
    margin: 1em 0 0 1em;
    border: none;
    display: flex;
    flex-direction: column;
    background: transparent;
    flex-basis: 13.5rem;
    flex-shrink: 0.1;
}

#side-bar img {
    filter: hue-rotate(210deg);
    -webkit-filter: hue-rotate(210deg);
    /* Safari 6.0 - 9.0 */
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

#side-bar > div:nth-child(1) {
    background-color: rgba(178, 248, 243, 0.25) !important;
}

#side-bar > div:nth-child(3) {
    background-color: rgba(118, 97, 80, 0.2) !important;
}

#side-bar > div:nth-child(4) {
    background-color: rgba(204, 104, 104, 0.15) !important;
}

#side-bar .side-block {
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 0.25vw;
    box-shadow: 0 2px 6px #c0c0c0;
    background: #fff;
    margin-bottom: 15px;
}

#side-bar .side-area {
    padding: 10px;
}

#side-bar .heading {
    color: #000000;
    border-bottom: solid 1px #000000;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}

#side-bar p {
    margin: 0;
}

#side-bar div.menu-item {
    margin: 2px 0;
}

#side-bar div.menu-item img {
    width: 13px;
    height: 13px;
    border: 0;
    margin-right: 2px;
    position: relative;
    bottom: -2px;
}

#side-bar div.menu-item a {
    font-weight: bold;
}

#side-bar div.menu-item.inactive img {
    opacity: 0.25;
}

#side-bar div.menu-item.inactive a {
    color: #d20000;
}

#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #d20000;
}

#side-bar div.menu-item.sub-item {}

#side-bar .collapsible-block-folded {
    background: none;
}

#side-bar .collapsible-block-link {
    margin-left: 15px;
    font-weight: bold;
}

#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #000000;
}

#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    color: #d20000;
}

#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #b01;
    text-decoration: none;
}

#side-bar ul {
    list-style-type: none;
    padding: 0 5px 0;
}

#side-bar a:visited {
    color: #d20000;
}

#side-bar div.side-block:nth-child(5) > div:nth-child(2) > div:nth-child(1) img {
    filter: none;
    -webkit-filter: none;
}

/* CONTENT */
#main-content {
    margin: 2.5em 0 0 1em;
    padding: 1em;
    flex-basis: 47.188rem;
    max-width: 47.188rem
}

/* ACTUALLY HIDE HIDDEN TAGS */
#main-content .page-tags a[href^="/system:page-tags/tag/_"] {
    display: none;
}

#breadcrumbs {
    margin: -1em 0 1em;
    font-weight: 85%;
}

/* YUI-TABS */
.yui-navset .yui-content {
    background-color: #f5f5f5;
}

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #d8d8d8;
    background-image: url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png);
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
/* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover {
    /* no hover effect for selected */
    background: #700 url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1400px;
    /* selected tab background */
    color: #fff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #d88 url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}

.yui-navset li {
    line-height: normal;
}

.footnote-footer {
    padding-bottom: 1em;
}

/* FOOTER */
#footer {
    clear: both;
    font-size: 77%;
    background: #444;
    color: #bbb;
    margin-top: 15px;
    padding: 3px 10px;
}

#footer .options {
    visibility: visible;
    display: block;
    float: right;
    width: 50%;
    font-size: 100%;
    text-align: right;
}

#footer a {
    color: #fff;
    background: transparent;
}

/* SOME NICE BOXES */
div.sexy-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 10px 12px;
    margin: 7px 4px 12px;
    overflow: hidden;
}

div.sexy-box div.image-container img {
    margin: 5px;
    padding: 2px;
    border: 1px solid #999;
}

/* Custom page content classes */
#page-content {
    min-height: 720px;
    max-width: 90vw;
}

.unmargined > p {
    margin: 0;
    line-height: 100%;
}

.content-panel {
    border: solid 1px #888880;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.1);
}

.content-panel.standalone {
    background: #fcfdfb;
}

.content-panel.series {
    padding: 0 20px;
    margin-bottom: 20px;
}

.content-panel.centered {
    text-align: center;
}

.content-panel.left-column {
    float: left;
    width: 48%;
}

.content-panel.right-column {
    float: right;
    width: 48%;
}

.content-panel .panel-heading {
    padding: 2px 10px;
    color: #ffffff;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
}

.content-panel .panel-heading > p,
.content-panel .panel-footer > p {
    margin: 0;
}

.content-panel .panel-body {
    padding: 5px 10px;
    background: #C0C0C0;
}

.content-panel .panel-footer {
    padding: 1px 10px;
    color: #C0C0C0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.content-panel .panel-footer a {
    color: #C0C0C0;
}

.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #C0C0C0;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0, 0, 0, .15)
}

.alternate:nth-child(even) {
    background-color: rgba(255, 255, 255, .9);
}

/* Page Rating Module Customizations */
.page-rate-widget-box {
    display: inline-block;
    border-radius: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    margin-right: 2em;
}

.page-rate-widget-box .rate-points {
    background-color: #590505 !important;
    border: solid 1px #000;
    border-right: 0;
    border-radius: 0px;
    color: #fff;
}

.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #590505;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-weight: bold;
}

.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background-color: #590505;
    color: #fff;
    padding: 0 4px;
    margin: 0 1px;
}

.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background-color: #6c1616;
    color: #fff;
    text-decoration: none;
}

.page-rate-widget-box .cancel {
    background-color: #590505;
    border: solid 1px #000;
    border-left: 0;
    border-radius: 0px;
}

.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #fff;
}

.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background-color: #6c1616;
    color: #fff;
    text-decoration: none;
}

/* Heritage Collection Rating Module */
.heritage-rating-module {
    display: inline-block;
    background-color: #633;
    padding: 2px 8px 2px 5px;
    border: solid 1px #ccc066;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    margin-right: 2em;
    margin-bottom: 10px;
}

.heritage-rating-module .page-rate-widget-box {
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 0;
}

.heritage-rating-module .heritage-emblem {
    float: left;
    position: relative;
    top: -2px;
    left: 2px;
    height: 16px;
    width: 16px;
    overflow: visible;
    margin-right: 2px;
}

.heritage-rating-module .heritage-emblem img {
    width: 20px;
    height: 20px;
    border: 0;
}

/* Fixes for multi-line page tags */

#main-content .page-tags {
    margin: 1em 0 0;
    padding: 0;
}

#main-content .page-tags span {
    display: inline-block;
    padding: 0;
    max-width: 60%;
}

#main-content .page-tags a {
    display: inline-block;
    white-space: nowrap;
}

/* Standard Image Block */
.scp-image-block {
    border: solid 1px #000;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
    width: 300px;
}

.scp-image-block.block-right {
    float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}

.scp-image-block.block-left {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}

.scp-image-block.block-center {
    margin-right: auto;
    margin-left: auto;
}

.scp-image-block img {
    border: 0;
    min-width: 100%
}

.scp-image-block {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    min-width: 100%;
}

.scp-image-caption {
    min-width: 100%;
}

.scp-image-block .scp-image-caption {
    background-color: #C0C0C0;
    border-top: solid 1px #000;
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}

.scp-image-block > p {
    margin: 0;
}

.scp-image-block .scp-image-caption > p {
    margin: 0;
    padding: 0 10px;
}

div.block-right,
div.block-left {
    min-width: 20%;
}

/* Wikiwalk Navigation */
.footer-wikiwalk-nav {
    font-weight: bold;
    font-size: 75%;
}

/* Forum Customizations */
.forum-thread-box .description-block {
    padding: .5em 1em;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15),
        inset 0 1px 0 rgba(255, 255, 255, .8),
        inset 0 10px 5px rgba(255, 255, 255, .25),
        inset 0 -15px 30px rgba(0, 0, 0, .1)
}

.thread-container .post .head {
    padding: 0.5em 1em;
    background-color: #eee;
    background: linear-gradient(to right, #eee, #eeecec);
    box-shadow: inset 2px 3px 6px rgba(0, 0, 0, .15);
    border-radius: 5px 5px 0 0;
}

/* Hide Forum Signatures */
.signature {
    display: none !important;
}

/* Ruby by Nanimono Demonai */

.ruby,
ruby {
    display: inline-table;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    height: 1em;
    vertical-align: text-bottom;
}

.rt,
rt {
    display: table-header-group;
    font-size: 0.6em;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

/* Keycap */

.keycap {
    border: 1px solid;
    border-color: #ddd #bbb #bbb #ddd;
    border-bottom-width: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 1px 3px;
    font-family: inherit;
    font-size: 0.85em;
    white-space: nowrap;
}

/* tag style */

.tags {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 3px 5px 3px 0px;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    background: #666;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags:before {
    content: "";
    padding: 0px 1px 3px 1px;
    float: left;
    position: relative;
    top: -3px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #666 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0px;
}

.tags:after {
    content: "";
    position: relative;
    top: 4.5px;
    left: -8px;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #333;
    box-shadow: -1px -1px 2px #333;
}

/* Display Black Block by Nanimono Demonai */
.bblock {
    color: #000000;
    background-color: #000000;
    transition: 2s;
    text-decoration: none;
}

.bblock:hover {
    background-color: #000000;
    color: #006600;
    text-decoration: none;
}

.dblock {
    color: #000000;
    background-color: #000000;
    transition: 2s;
    text-decoration: none;
}

.dblock:hover {
    background-color: transparent;
    text-decoration: none;
}

/*
    2011-11-13 Minobe Hiroyuki @ Marguerite Site
    www.marguerite.jp/Nihongo/WWW/CSSTips/EmphasizeDots-CSS3.html
    Edited for the SCP Foundation by Nanimono_Demonai
*/

.emph {
    text-emphasis-style: dot;
    -webkit-text-emphasis-style: dot;
}

/* For FireFox */
@-moz-document url-prefix() {
    .emph {
        /* For the environments which comply with CSS3. */
        font-family: monospace;
        font-style: normal;
        font-weight: normal;
        background-image: url(http://www.kaktuskontainer.wikidot.com/local--files/component%3Atheme/dot.png), none;
        background-repeat: repeat-x;
        padding: 0.5em 0 0;
        background-color: transparent;
        background-clip: padding-box, content-box;
        background-size: 1em 1.3em, auto;
    }
}

/* For IE10 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .emph {
        /* For the environments which comply with CSS3. */
        font-family: monospace;
        font-style: normal;
        font-weight: normal;
        background-image: url(http://www.kaktuskontainer.wikidot.com/local--files/component%3Atheme/dot.png), none;
        background-repeat: repeat-x;
        padding: 0.5em 0 0;
        background-color: transparent;
        background-clip: padding-box, content-box;
        background-size: 1em 1.3em, auto;
    }
}

/* viewport */

@viewport {
    width: device-width;
    zoom: 1.0;
}

/* IE viewport */
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

/* opera viewport */
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}

/* chrome viewport - maybe it isn't work… */
@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}

/* firefox viewport - maybe it isn't work too… */
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}

/* webkit scrollbar */
::-webkit-scrollbar {
    width: 9px;
    /* for vertical scrollbars */
    height: 9px;
    /* for horizontal scrollbars */
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-round: 0.5px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(175, 175, 175, 0.4);
}

.page-source {
    word-break: break-all;
}

/* Responsive Web Design */
img,
embed,
video,
object,
iframe,
table {
    max-width: 100%;
}

#page-content div,
#page-content div table {
    max-width: 100%;
}

#edit-page-comments {
    width: 100%;
}

/* Phones */

@media (max-width: 767px)  {
    html {
        overflow-x: hidden;
    }

    #search-top-box-input {
        display: none;
    }

    #page-content {
        font-size: 0.9em;
    }

    #main-content {
        margin: 0;
    }

    #recent-posts-category {
        width: 100%;
    }

    #header,
    .mobile-top-bar {
        max-width: 90vw;
    }
    #search-top-box {
        display: none;
    }

    .top-bar {
        display: none !important;
    }

    .mobile-top-bar {
        top: 15px;
        display: flex;
        position: relative;
        padding: 0;
        width: 100vw;
        left: -2vw;
    }

    .mobile-top-bar > div > p {
        display: block
    }

    .page-options-bottom a {
        padding: 0 4px;
    }

    blockquote {
        margin: 1em 0;
    }

    .license-area {
        font-size: 0.8em;
    }

    .page-history tbody tr td:last-child {
        width: 35%;
        font-side: 1.5rem;
    }

    #header h1 {
        font-size: 1.4em;
        margin-top: 1em !important;
        margin-bottom: -1em !important;
    }

    #header h1 a::before {
        max-width: 69vw;
    }
    #header h2 {
        margin-top: 1.4em !important;
        margin-bottom: -1.5em !important;
    }

    #header h1,
    #header h2 {
        margin-left: 5.75rem;
        max-width: 69vw;
    }

    #header h2 span::before {
        display: inline-block;
        width: 69vw;
    }

    #header > h1 > a > span {
    top: -3.2rem;
    left: -6rem;
    max-width: 91vw;
    margin-right: -23vw;
    }

    #login-status {
        font-size: 70%;
    }

    .owindow {
        min-width: 80%;
        max-width: 99%;
    }

    .modal-body .table,
    .modal-body .table ~ div {
        float: left;
    }

    .owindow .button-bar {
        float: right;
    }

    .owindow div .btn-primary {
        width: 100%;
        float: left;
    }

    .owindow div .btn-primary ~ div {
        width: 100%;
    }

    .yui-navset {
        z-index: 1;
    }

    #navi-bar,
    #navi-bar-shadow {
        display: none;
    }

    .open-menu a {
        position: fixed;
        top: 18.5vh !important;
        left: 88vw !important;
        z-index: 150;
        font-family: 'Nanum Gothic', san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
    }

    .open-menu a:hover {
        text-decoration: none !important;
        -webkit-box-shadow: 0px 0px 20px 3px rgba(153, 153, 153, 1);
        -moz-box-shadow: 0px 0px 20px 3px rgba(153, 153, 153, 1);
        -ms-box-shadow: 0px 0px 20px 3px rgba(153, 153, 153, 1);
        -o-box-shadow: 0px 0px 20px 3px rgba(153, 153, 153, 1);
        box-shadow: 0px 0px 20px 3px rgba(153, 153, 153, 1);
    }

    #main-content {
        max-width: 90vw;
        margin: 0 5%;
        padding: 0;
        -webkit-transition: 0.5s ease-in-out 0.1s;
        -moz-transition: 0.5s ease-in-out 0.1s;
        -ms-transition: 0.5s ease-in-out 0.1s;
        -o-transition: 0.5s ease-in-out 0.1s;
        transition: 0.5s ease-in-out 0.1s;
    }

    #side-bar {
        width: 80%;
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }

    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);

    }

    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }

    #side-bar:target + #main-content {
        left: 0;
    }

    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3) 1px 1px repeat;
        z-index: -1;
    }

        #login-status {
            font-size: 70%;
        }

        table.form td,
        table.form th {
            float: left;
        }

        /*
        td.title {
            width: 30%;
        }
        */

        td.name {
            width: 15em;
        }

        table.form td,
        table.form th {
            padding: 0;
        }

        #edit-page-title {
            max-width: 90%;
        }

        .content-panel.left-column,
        .content-panel.right-column {
            width: 99%;
            float: left;
        }

        #page-content div,
        #page-content div table {
            clear: both;
        }

        #page-content div.title {
            word-break: keep-all;
        }

        #content-wrap {
            margin: 3.5em auto 0;
        }

}

@media (max-width: 450px) {
        div.block-right,
        div.block-left {
                min-width: 100%;
                margin: 0 auto;
        }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
页面版本:⁨0⁩, 最后编辑于: ⁨2019/1/17 07:14:34⁩ (⁨⁨2799⁩ 日前⁩), 现时评分: 7