黄石
@import url('https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese');
 
body {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-repeat: repeat;
    font-family: "Noto Serif SC", "Noto Serif", serif;
    font-size: 0.85rem;
}
 
div#extra-div-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 161px;
    z-index: -2;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline-whitewash.png"), url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline.png");
    background-repeat: repeat-x;
    background-size: auto 111px;
    background-position: center 50px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
/* HEADER */
 
div#container-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.5) 80px, rgba(0, 0, 0, 0.5) 161px, transparent 240px);
    background-repeat: repeat-x;
    background-size: auto 21px, auto 240px;
    background-position: center 140px, center top;
}
 
#header {
    background-image: none;
}
 
#header h1 {
    float: none;
    width: 100%;
    margin: 0;
}
 
#header h1 a {
    display: block;
    float: none;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-weight: normal;
    font-family: "Oswald", "Zhi Mang Xing", sans-serif;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}
 
@media (max-width: 575px) {
#header h1 a {
    font-size: 50px;
}
}
 
@media (max-width: 479px) {
#header h1 a {
    font-size: 40px;
}
}
 
#header h1 a::before {
    content: "SCP FOUNDATION";
    overflow: hidden;
}
 
/* {$deserted}/
#header h1 a::before {
    content: "废年";
    font-size: 80px;
}
/{$deserted} */
 
#header h1 a span, #header h2 {
    display: none;
}
 
#search-top-box {
    right: 0;
    top: 110px;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-color: transparent;
    color: #666;
    border-color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6), inset 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: #000;
    border-color: #000;
}
 
/* SIDE BAR */
 
#side-bar .side-block {
    background-color: transparent !important;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#side-bar .side-block:not(.media) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
#side-bar .heading,
#side-bar .collapsible-block-unfolded-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #000;
    border-color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: "Zhi Mang Xing", sans-serif;
}
 
#side-bar a, #side-bar a:visited, #side-bar a.newpage {
    color: #000;
}
 
@media (max-width: 767px) {
#side-bar, #side-bar:target {
    background-color: transparent;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    border: none;
}
 
#side-bar .close-menu {
    display: block;
    opacity: 0;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}
 
#side-bar:target .close-menu {
    opacity: 0.5;
    left: 19em;
    width: calc(100% - 19em);
}
}
 
/* MAIN CONTENT */
 
#top-bar ul li:hover a,
#top-bar ul li.sfhover a {
    color: #000;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
}
 
#top-bar .mobile-top-bar .open-menu a {
    border: solid 1px #666;
    border-radius: 5px;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#top-bar .mobile-top-bar .open-menu a:hover {
    color: #000;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#page-title, h1 {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    border-color: #666;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
 
hr {
    background-color: #666;
}
 
.fancyhr hr {
    position: relative;
    height: 12px;
    background-color: transparent;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
 
.fancyhr hr::before {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    top: -9px;
    left: 0;
    border-bottom: solid 2px #000;
    border-radius: 12px;
}
 
.fancyhr hr::after {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-top: solid 2px #000;
    border-radius: 12px;
}
 
/* RATE MODULE */
 
#page-content {
    font-size: 0.925rem;
}
 
.page-rate-widget-box, #page-content .creditRate .rate-box-with-credit-button .page-rate-widget-box {
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
}
 
.page-rate-widget-box .rate-points {
    color: #000 !important;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
}
 
.page-rate-widget-box .rateup.btn,
.page-rate-widget-box .ratedown.btn,
.page-rate-widget-box .cancel {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup.btn a,
.page-rate-widget-box .ratedown.btn a,
.page-rate-widget-box .cancel a {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #666;
}
 
.page-rate-widget-box .rateup.btn a:hover,
.page-rate-widget-box .ratedown.btn a:hover,
.page-rate-widget-box .cancel a:hover {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #000;
}
 
#page-content .rate-box-with-credit-button {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
 
#page-content .creditRate {
    margin-left: 0;
    margin-right: 0;
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    width: 20px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    color: #666;
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    position: static;
}
 
#page-content .rate-box-with-credit-button .creditButton p a:hover {
    color: #000;
}
 
/* DIVISIONS */
 
div.adytoc {
    display: flex;
    justify-content: center;
}
 
div#toc {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}
 
div.adytoc div#toc {
    float: none;
    text-align: center;
}
 
div.adytoc div#toc div.title {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 200%;
}
 
div.adytoc div#toc div#toc-list div {
    margin-left: 0 !important;
    font-family: "Zhi Mang Xing", sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 150%;
}
 
blockquote, div.blockquote {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.blockquote.light {
    background-color: rgba(255, 255, 255, 0.75);
}
 
.blockquote.dark {
    background-color: rgba(0, 0, 0, 0.1);
}
 
.code {
    position: relative;
    border: solid 1px #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.code::before,
.code::after {
    display: block;
    content: "~ CODE ~";
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}
 
.code::before {
    top: 0;
}
 
.code::after {
    bottom: 0;
}
评分: +40+x

老工人们常说,如果你点燃了高炉的火焰,就最好不要再熄灭它。高炉里的钢花和蒸汽是城市的心跳,也是希望的火种,而现在它熄灭了,来自钢厂的高炉即将被拆解回收做成筷子或餐叉,再回身用来肢解自己的血肉,于是城市支离破碎。

看着这片我称为故乡的大地,正出神想着有的没的事情,来客便慢慢走到了我的身边和我并肩而立。幸好他没有把手搭在我肩膀上。万幸。

“基金会重启世界的时候,你在场。” 来客用脚尖细细画着什么,我懒得分神去看。

“这是我的职责,我当然在场。”

“基金会每一次重启世界的时候,你都在场。”

“职责如此。”

“你的家乡变成了这个样子,你却不在场。”

“……”

这座城市以前有一个辉煌的名字,这个名字一度让基金会高度紧张,生怕自己最后的底牌公之于众。不过基金会总是高度紧张的,像一个小心翼翼捧着易碎珠宝的蹒跚孩童,但他不知道的是他自己也是水晶做的。坚硬,但易碎。

于是他给自己绑上了厚厚的求生背心,每次自己即将接触地面时就大力拉开气垫,从此高高在上,让自己和世界与泥土绝缘。

这座城市是建在泥土上的,于是,基金会和这些泥土也相行渐远,渐渐撤出了绝大部分默默无闻的城市,缩进地下的站点里,当起了这个世界的太上皇。

“每次他们都给你保存了记忆,你说有没有可能,这其实是一种惩罚?惩罚你甚至都没有假装为自己的家乡感到难过。” 来客仍用脚尖在画,我点起一根烟。远处一堆废料再也担不起自身重负,崩解进入梦乡。

这座城以前的名字和基金会曾经引以为傲的底牌,现在都不重要了。现在它叫石化城,我的身份证件上的籍贯变成了石化城人,在它成为石化城后,我却从未踏进石化城一步。我生于此长于此时,他还有那个辉煌的名字。而名字一旦被忘记,就成了比存封五十年的故纸堆还要难以发现的东西。我还记得那个名字,基金会却早已丢掉了自己当年的底牌,他们现在有更方便,更好的。

“一开始只有面对实在解决不了的麻烦,他们才会动手。” 来客蹲下用树枝细细雕琢。

一开始只有面对实在解决不了的麻烦,他们才会动手。动手之前还会假模假式地O5议会全票通过致全体基金会成员,后来他们慢慢就不愿意做这表面功夫了,遇到棘手的问题就直接重启了事。

再后来,连初级研究员都开始干这种事实上毫无技术含量的活儿了。

现实就是从这个时候开始出现裂痕的。每一次重启,都会有那么几个阴影里的角落被落在上个时代。

每一次重启。

“你的家乡原本欠的只是发展,而现在时光也成了你家乡的敌人。”

鼎盛时期,共和国百分之二十的有色金属由我的家乡供应,它是工业链条里不可或缺的一颗明珠。而这颗明珠现在躺在时光的缝隙里腐烂发臭。从山坡上看去城市里灯火通明,街上运转的却都是些螺母轴承和钢钉。毫无生气。

不过基金会只是推波助澜,毕竟在没被重启们抛下的岁月里,这座城市连自己的名字都保不住。我刚刚进入基金会的时候曾经和我的师傅聊天,他说,如果你发现你出现在陌生的环境里,检查自己的武器,确认自己的名字。石化城是我的母亲,天边耸立的高炉像母亲高耸的乳房,干枯,没有奶水,但面对时光的奔腾浪潮她还是挺起了胸膛,尽管连名字都已经被冲刷剥离,早已不知去往何方。

在时间的夹缝里的,我的母亲。

“所以你现在准备去哪?” 来者站了起来,他的大作终于完成了。画在土地上的一副精美的基金会标志,三枚箭头对着心脏。

“我?回家。”

两脚踢散了地上精美但碍眼的标志,我慢慢走进我从未来过,却又生活了半辈子的石化城,身后的泥土上留下了一行脚印。我的身后是无尽的黑暗,我的身前是我的母亲,我的家乡,它冰冷沉默,金碧辉煌。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License