SCP-9000竞赛 中心页

源页面
2025年8月25日
修订 6

核心指标

更新于 2025年11月6日
评分
27
↑ 29
↓ 2
支持率
94%
总票数 31
Wilson 95% 下界
79.3%
在相同票数下更稳健的支持率估计
争议指数
0.241

评分趋势

按周聚合
加载图表中...

最近修订

1 / 3
编辑内容
1 个月前
原文版本9;大的要来了吗?
修改标签
2 个月前
已新增标签:插画。
编辑内容
2 个月前
原文版本7

最近投票

1 / 4
2025-10-19
2025-10-11
2025-09-14
2025-09-13
2025-09-02
2025-08-29
2025-08-26
2025-08-26
2025-08-26
2025-08-25

页面源码

源码字符数 13165文字字数 2266
[[include :scp-wiki-cn:theme:basalt hidetitle=a|centertitle=a]]
[[module CSS]]

/* 框架 版式 */
/* 由 syuzhet 制作 */

/*

你好。

这段代码由道德中立之手堆砌而成。

你在这里找不到你想要的东西——除了一位不偏不倚、如同室温般无趣的技术团队成员。

回头是岸罢!

*/

/*

致译者:

你好啊!

为保证翻译质量,若需获取中心页图片的翻译版本,请提供Wikidot私信或Discord联系syuzhet。请提供主题词语、左上角文本的翻译(也可额外提供右下角文本的翻译),我将向你提供定制版本的图片。

谢谢!

Translator's Note: Love U >3<

*/

@import url('https://fontlibrary.org/face/fantasque-sans-mono');

:root {
    --basalt-secondary-color: 215, 210, 185;
    --basalt-tertiary-color: 215, 210, 185;

    --basalt-overtone: 164, 155, 150;
    --basalt-undertone: 164, 155, 150;
    --basalt-bright-element-color: 164, 155, 150;
    --basalt-dark-element-color: 164, 155, 150;

    --link-color: 142, 86, 71;
    --link-visited-color: 142, 86, 71;
    --link-newpage-color: 142, 86, 71;

    --general-border-color: 215, 210, 185;

    --login-status-link-background-hover: 142, 86, 71;
    --login-status-text-color-hover: 215, 210, 185;

    --side-bar-link-color-hover: 215, 210, 185;
    --side-bar-link-background-hover: 55, 52, 47;
    --selection-text-color: 0, 0, 0;

    --header-border-width: 0rem;
    --title-size: 1.25rem;
    --subtitle-size: 0rem;
    --side-bar-button-height: 50vh;
    --user-button-width: 2rem;
    --header-logo-size: 67.5%;
    --header-subtitle-color: 55, 52, 47;

    --basalt-UI-dark-palette: 55, 52, 47;

    --top-bar-link-color: 117, 114, 101;
    --top-bar-link-color-hover: 215, 210, 185;
    --top-bar-link-background-hover: 164, 155, 150;

    --blockquote-border-color: 55, 52, 47;
    --action-area-border-color: 55, 52, 47;

    --header-link-transition-2nd: 142, 86, 71;
    --header-title-color: 55, 52, 47;

}

#header h1 a::before {
    display: none;
}

#header h1 a span::after {
    margin-bottom: 0;
}

#container #header {
    background: none;
    position: absolute;
    box-shadow: unset;
    backdrop-filter: none;
}

div #container-wrap {
    background-color: #DAD4BB;
    background-image: radial-gradient(circle, rgb(72, 69, 60, 0.05) 30%, transparent 0);
    background-size: 0.5em 0.5em;
    background-repeat: repeat;
    background-attachment: fixed;
}

#main-content {
    margin-top: 0;
}
#page-content {
    padding-top: 0;
}

#page-content > p:nth-child(-n+4) {
    display: none;
}

.widebox {
    position: relative;
    left: calc(-50dvw + 50%);
    width: 100dvw !important;
    max-width: 100dvw !important;
}

.wideboxinterior {
    max-width: 100% !important;
    margin: auto;
}

.wideboxinterior2 {
    width: 50% !important;
    margin: auto;
}

.widebox .wideboxinterior2 {
    font-family: 'Fantasque Sans Mono', monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}

.widebox .wideboxinterior2 a {
    color: #8E5647;
    text-decoration: underline;
    font-weight: 800;
}

.widebox .wideboxinterior2 .blockquote2 {
    margin: 2rem auto;
    max-width: 100% !important;
    padding: 2rem !important;
    color: #191410;
    background-color: #e4e1d2;
    background-size: 100%;
    border: none;
    text-align: justify;
    border-left: 0.4rem solid #37332D;
    box-shadow: 0 5px 16px rgba(0,0,0,.1);
    position: relative;
}

.widebox .wideboxinterior2 h1 {
    background-color: #37332D;
    padding: 0.5rem 0.05rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
    text-align: center;
    color: #d7d2b9;
    font-size: 1.5rem;
}

.headerimage {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 16px rgba(0,0,0,.5);
}

.headerimage .headerlogo {
    position: relative;
    display: block;
    pointer-events: none;
    margin: auto;
    top: 60dvh;
    width: 50%;
}

.page-source {
    color: rgb(55, 52, 47);
}

h1, #page-options-container, .licensebox .collapsible-block-folded a, .page-watch-options a {
    color: rgb(55, 52, 47);
}

#action-area, .licensebox .collapsible-block-content {
    background: rgb(215, 210, 185);
    padding: 10px;
}

.licensebox .collapsible-block-link {
    background: rgb(215, 210, 185);
    padding: 10px;
}

.widebox .wideboxinterior2 .blockquote {
    margin: 2rem auto;
    max-width: 100% !important;
    padding: 4rem !important;
    color: #a39e93;
    background-color: #252420;
    background-size: 100%;
    border: none;
    box-shadow: 0 5px 16px rgba(0,0,0,.5);
    background-image: radial-gradient(circle, rgb(72, 69, 60, 0.7) 25%, transparent 0);
    background-size: 0.25em 0.25em;
    background-repeat: repeat;
    background-attachment: fixed;
    font-weight: 600;
}

.blockquote br {
    display: block;
}

.blockquote .quotehead {
    background-color: #252420;
    padding: 0.1rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
    color: #DAD4BB;
    font-size: 1rem;
    border-left: 0.4rem solid #DAD4BB;
}

.blockquote ul {
    list-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blockquote li::before {
      content: "▶";
      margin-right: 8px;
      color: #a39e93;
}

.blockquote2 hr {
    height: 1rem;
    background-image: linear-gradient(to right, rgba(55, 52, 47, 0.5) 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-color: transparent;
}

#odialog-hovertips div {
    box-shadow: 0px 2px 16px rgba(0,0,0,.05);
}

/* Piece of shit sidebar */

#top-bar div.mobile-top-bar>.open-menu {
     visibility:visible;
     opacity: 0.6;
     transition: opacity 0.2s;
}

#top-bar div.mobile-top-bar>.open-menu:hover {
    opacity: 1;
}

#side-bar {
     margin-top:0;
     height:100%
}

#side-bar, #side-bar:is(:hover, :focus-within):not(:target) {
     left:calc(var(--side-bar-width) * -1)
}

#side-bar::after, #side-bar::before {
     display:none
}

#side-bar:target {
     left:0;
     width:var(--side-bar-width);
     z-index:10
}

#side-bar a.close-menu, #side-bar:target a.close-menu {
     display:block;
     pointer-events:none;
     position:fixed;
     top:0;
     right:0;
     left:auto;
     width:100%;
     min-width:3.75rem;
     height:100%;
     margin-left:0;
     opacity:0;
     z-index:-1;
     transition:width var(--side-bar-transition),opacity var(--side-bar-transition)   
}

#side-bar:target a.close-menu {
     width:calc(100% - var(--side-bar-width));
     pointer-events:auto;
     opacity:1;
}

/* Mobile */

@media only screen and (max-width: 1020px) {
    #container #header {
        background: #D7D2B9;
        position: sticky;
    }
    .headerimage {
        height: calc(70dvw);
        background-image: url(https://scpsandboxcn.wikidot.com/local--files/leebrfj/9000contestbanner-mobile-translated.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        overflow-x: clip;
    }
    .headerimage img {
        display: none;
    }
    .headerimage .headerlogo {
        position: relative;
        display: block;
        margin: auto;
        top: 40dvh;
        height: 15%;
        width: auto;
    }
    .widebox .wideboxinterior2 {
        font-size: 0.9rem;
    }
    .wideboxinterior2 {
        width: 95% !important;
        margin: auto;
    }
    .widebox .wideboxinterior2 .blockquote2 {
        margin: 2rem auto;
        padding: 30px !important;
    }
    .widebox .wideboxinterior2 .blockquote {
        margin: 2rem auto;
        padding: 30px !important;
    }
    .widebox .wideboxinterior2 h1 {
        font-size: 1.3rem;
    }
    .wideboxinterior:before {
        background-image: none;
    }
}

[[/module]]

[[div class="widebox"]]
[[div class="headerimage"]]
[[image https://scpsandboxcn.wikidot.com/local--files/leebrfj/9000contestbanner-pc-translated.png]]
[[/div]]

[[div class="wideboxinterior"]]
[[div class="wideboxinterior2"]]

[[div class="blockquote"]]
[[div class="quotehead"]]
+++ 结构
[[/div]]
* A:世上的一切事物,无论有形还是无形,皆受结构的支配与限制。
* B:没有永恒的事物。世上的一切结构都终有一日将会化作尘埃。

[[div class="quotehead"]]
+++ 构造
[[/div]]
* A:一切有意义的事物都可分解为基础元素,可被分类、解释、归为平常。
* B:没有绝对的事物。即便是最平凡、最为人所洞悉的东西,也可能孕育未解之谜。

[[div class="quotehead"]]
+++ 模式
[[/div]]
* A:一切事物,自它们最初的颤动,至其最终的垂死吐息,均已包蕴于宇宙的宏大总谱。
* B:没有必然的事物。法则总有例外,敢于打破周期的异类总会存在。
[[/div]]


[[div class="blockquote2"]]
+ 节点日期:

**写作时间:**现在开始!
**投稿开放:**北京时间2025年9月20日11:59
**投稿结束:**北京时间2025年10月4日11:59
**结果确定:**北京时间2025年10月18日11:59

+ 参赛条目:

[[=]]
北京时间2025年9月20日11:59投稿阶段开始后,已翻译的参赛条目将在此显示。
[[/=]]

[[module css]]

.entry-list {
    display: grid;
    margin-block: .75rem;
    padding-inline-start: 1rem;
    padding: 2rem;
    background-color: #E9E6D6;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
}

.entry {
    padding: .1rem;
    transition: background-color .175s ease-out;
}
.entry:is(:hover,:focus-within) { background-color: rgb(var(--basalt-undertone),.175); }

.entry .title {
    font-size: 1.125em;
}
.entry .title  p { margin: 0; }
.entry .title :is(a,.entry-author) { font-weight: bold; font-style: normal; }

.ranked-list .title {
    display: flex;
    justify-content: space-between;
}

.ranked-list .title .index {
   width: 2.5em;
   text-align: left;
}

.ranked-list .title .rating {
    margin-left: auto;
}

.description > :not(.preview) { display: none!important; }
.description > .preview {
    display: block;
    padding-block: .125rem;
    font-size: .875em;
    text-align: start;
    margin-inline-start: 1.5rem;
}
.preview > p {
    margin-block: .55em;
}
.preview > p:first-child { margin-block-start: .25em; }
.preview > p:last-child { margin-block-end: .25em; }

.entry-list .entry::marker {
    content: "";
}

.entry .description {
    display: none;
    position: absolute;
    background: #E4E1D2;
    box-shadow: 6px 6px 0px rgba(0,0,0,.05),
        0 1px 6px rgba(0,0,0,.25);
    margin-right: -20px;
}

.entry .description .preview {
    margin-left: 0;
    margin: 0.5rem 1rem;
}

.entry:hover .description, .entry:active .description {
    display: block;
    animation-name: desc-bounce;
    animation-duration: 0.1s;
}

@keyframes desc-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

[[/module]]

[[div class="entry-list"]]
[[module ListPages category="_default adult" separate="no" tags="+9000 -中心" perPage="500" order="random" wrapper="no"]]
[[div class="entry"]]
[[div class="title"]]
%%title_linked%% [[span class="entry-author"]]%%created_by%%[[/span]] 译
[[/div]]
[[div class="description"]]
%%content{2}%%
[[/div]]
[[/div]]
[[/module]]
[[/div]]

+ 投稿说明:

**1.** 在本站上以url“{{9000contest<你的用户名>}}”发布你的参赛作品,在{{<你的用户名>}}处填入你的网站用户名。例如,一个名为TroyL的用户计划发布一篇参赛作品,则其url应为{{9000contesttroyl}}。这个页面必须由你本人发布(或,如果作品为合著,则发布者应为合著作者之一)。

**2.** 给你的参赛作品添加“{{9000}}”标签使它在本页面上出现。

[[=]]
-- **请勿在投稿开放前发布投稿;这会导致你被取消参赛资格!** --
[[/=]]

**3.** 在作品的评论区按照优先级降序发布你希望获得的前五个编号(不包括9000)。否则你可能会无法被排入队列中,且你的作品将会被分配一个任意编号。**注意:若你想更改你选择的编号,你必须尽快联系竞赛团队成员以确认更改生效。若你在24小时内未收到回复,请就此事宜联系[[*user Naepic]]。否则你的更改可能无效。**

+ **注意:**SCP-9999槽位将不会为此次竞赛开放。不要将其纳入你的编号选择。

+ 标签指南:

如前所述,添加“{{9000}}”标签可使你的作品出现在本页面上。如果你愿意,我们同样鼓励你//为自己的参赛条目添加其它标签//。为使整个过程更加顺利,我们提供了[[[a-laymen-s-guide-to-tagging|给外行人的加标签指导]]]和[https://05command.wikidot.com/tech-hub-tag-list 目前所有可用标签的列表]。请确保在自行添加标签时参考这些页面,它们是极好的资源!

[[=]]
-- **请勿自行添加“{{scp}}”标签!这必须由标签团队成员执行!** --
[[/=]]

若有任何问题,请随意向[https://05command.wikidot.com/maintenance-and-ancillary-staff-team-main#toc8 标签分队]的任意一名成员寻求帮助,通过Wikidot私信或是在[https://discord.gg/G8WypMXYNQ MAST的官方Discord服务器上]皆可。

+ 比赛规则:

* 对其他人好一点。缺乏竞技精神的行为是无法容忍的,并可能导致你的条目失去参赛资格。

* 名次以净评分为依据按降序排列。本次竞赛的获胜者将获得SCP-9000这一编号。其他参赛者则将以最终名次按顺序选择新系列的其他编号。

* 评分应仅基于文章本身的优点,而不是你是否认为它值得赢得比赛。根据你对一件作品在竞赛中取胜或失败的愿望进行投票将被取消资格。

* 每名用户只能有一篇参赛作品。允许合著,但这将算作所有合著者的参赛作品。

* 允许发布预先写好的草稿,只要它们从未被发布到维基上。

* 允许对作品进行编辑,但不得全篇替换。尽管你可以添加或删除自己作品的部分内容,作品的中心思想应当是保持不变的。这也意味着任何将会彻底替换或重写初始作品的编辑都会被禁止。若一篇文章存在计划内的更新或我们在此前的竞赛中见过的类似情况,**参赛者需首先向竞赛负责人提供完成的作品。任何推迟发布的更新必须在投稿时段内完成。**这是为了确保参赛者能够自由地创作自己的作品,同时防止部分参赛者在发布期结束后还能获得“额外时间”来完成他们的作品。投稿结束后,仅允许进行小范围编辑。若你不确定自己的编辑修改是否违反了这些规则,请向竞赛负责人询问。

* 参赛作品将经历常规的删除流程。

* “结构”、“构造”和“模式”可作非常广泛的解读。只要你能以任意方式解释你的作品与这三个主题之一的关系,你的作品都是可接受的。你可以自由决定是将主题作为一个整体进行解释,还是从中进行选择——你的投稿不必同时符合三个主题。这个主题是用于激发、而非限制灵感的。如果你不确定某一篇作品是否符合要求,请随意询问下面列出的竞赛负责人。

* 若你的参赛条目包括图像,我们强烈建议你让[[*user Naepic]]对其进行检查,不论通过Wikidot或是官方Discord。这是为了能够快速检查其可用性,确保不会有用户浪费时间使用有版权问题的图像。这也会节省投稿结束后追踪图像作者的时间。

* **本次竞赛不会延期。**

* 任何参赛者,若采取不正常和/或负面的行为来增加自己的总评分或减少竞争对手的总评分,将被取消相关比赛的参赛资格,且可能被禁止参加其他比赛。根据具体实施的行为,该参赛者可能会受到进一步的纪律处分。恶意行为的例子包括但不限于:
 * 在作品发布后的几分钟内对你所有的竞争对手进行downvote。
 * 向其他用户发送关于你作品的垃圾私信。
 * 煽动恶意的upvote/downvote,无论是对你的作品还是对其他人的作品。

* SCP-9000竞赛的负责人是[[*user Modulum]]、[[*user Naepic]]、[[*user psychicprogrammer]]和[[*user WhiteGuard]]。如上所述,若你对竞赛有任何问题,请随时联系他们或其他 [[[https://05command.wikidot.com/community-outreach-main|社区外展团队成员]]]。竞赛负责人有权取消以下作品的参赛资格:违反了上述规则的、存在其他未列出的严重缺乏竞技精神的,以及不符合主题的作品。所有决议都可向竞赛负责人提出申诉。

@@@@
@@@@
@@@@
@@@@

------

@@@@

[[=]]
^^特别感谢中心页发动机[[*user syuzhet]]。^^
[[/=]]

[[/div]]

[[/div]]
[[/div]]

[[/div]]

@@@@
@@@@
@@@@
@@@@

[[include :scp-wiki-cn:component:license-box
| author = Naepic
]]
=====
> **文件名:**banner.png
> **图像名:**此版权模块将留空,直到版权小组之士气得到提升。
> **图像作者:**syuzhet
> **授权协议:**CC BY-SA 3.0
> **来源链接:**
=====
[[include :scp-wiki-cn:component:license-box-end]]