/* Liminal Legacy Theme [Legacy Theme] by Lynch & Etoile. Remixed by Stretchster. */ @import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal-legacy"; --theme-name: "Liminal Legacy Theme"; --logo-image: url("http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png"); --header-title: "后室的传承"; --header-subtitle: "注意看你背后..."; --body-font: 'Lato', "Noto Sans SC", sans-serif; --header-font: 'Russo One', 'ZCOOL XiaoWei', sans-serif; --title-font: 'Exo', '幼圆', "Noto Sans SC", sans-serif; --mono-font: "PT Mono", "Andale Mono", "Noto Serif SC", '仿宋', "Courier New", Courier, monospace; --white-monochrome: 215, 207, 137; --text-white-monochrome: 222, 222, 222; --pale-gray-monochrome: 255, 185, 97; --light-gray-monochrome: 90, 20, 20; --gray-monochrome: 90, 20, 20; --black-monochrome: 12, 12, 12; --bright-accent: 255, 185, 97; --medium-accent: 86, 23, 23; --dark-accent: 164, 107, 0; --pale-accent: 203,0, 183; --alt-accent: 234,88,255; --legacy-accent: 34,80, 121; --darker-legacy-accent: 45,53,67; --backrooms-yellow: 215,200,0; --swatch-topmenu-border-color: var(--medium-accent); --swatch-headerh1-color: 222, 222, 222; --swatch-headerh2-color: 255, 185, 97; --link-color: 90, 20, 20; --hover-link-color: 255, 185, 97; --visited-link-color: 215, 150, 64; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 0% ); --diagonal-stripes: linear-gradient(transparent 0); } #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, rgb(var(--medium-accent), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } #top-bar div.mobile-top-bar > ul > li > a, #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { color: rgb(var(--bright-accent)); } 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; } .yui-navset .yui-nav .selected a { color: rgb(var(--bright-accent)) !important; } table.wiki-content-table th { color: rgb(var(--text-white-monochrome)); } #login-status { color: rgb(var(--bright-accent)); } #login-status a { color: rgb(var(--bright-accent)); } #search-top-box input.empty { color: rgb(var(--bright-accent)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--alt-accent)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25); } .styled-quote { background-color:rgb(var(--bright-accent)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); color:rgb(var(--black-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(--darker-legacy-accent)); border-left: 0.5rem solid rgba(var(--legacy-accent)); color:rgb(var(--text-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); } .block { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--text-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(--darker-legacy-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color: rgb(var(--text-white-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .borderblock { background-color:rgb(var( --gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .alt-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(var(--black-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); border: solid 0.3rem rgb(var(--gray-monochrome)); } .dark-borderblock { background-color:rgb(var( --darker-legacy-accent)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--legacy-accent)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); border: solid 0.3rem rgb(var(--legacy-accent)); } .dark-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--darker-legacy-accent)); } .dark-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .titleblock { background-color: rgb(var(--gray-monochrome)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--darker-legacy-accent)); color:rgb(var(--text-white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--legacy-accent)) 2px; } .dark-titlebox{ color: rgb(var(--darker-legacy-accent)); position: relative; top: -1.6rem; background-color: rgb(var(--legacy-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .border-block { background-color:rgb(var(--gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--gray-monochrome)); } .featurebox{ padding:0 0.5rem; margin:1rem 0; background:#c7c089; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #d6ce92; box-sizing:border-box; } .featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#D7CF89; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #c7c089; box-sizing:border-box; transition:0.2s; } .newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(199,192,137,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .light-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#5A1414; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #FFB961; box-sizing:border-box; } .light-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#FFB961; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #6B1E1E;; box-sizing:border-box; transition:0.2s; } .light-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(75,16,16,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .dark-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#2D3543; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .dark-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#225079; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #202732; box-sizing:border-box; transition:0.2s; } .dark-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(32,39,50,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .yellow-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .yellow-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; transition:0.2s; } .yellow-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(205,171,0,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } :root { --fade-in-delay: 0.1s; /* Change the speed here. */ } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); }
联合工业部吗。
我怎么没听说他改过名字了,以前叫联合工业来着。
我承认,我不在这个组织了,我只是来打听这个组织过的好不好。
我曾经也是联合工业的一名总监,只不过退休了。
我见到过这个组织的衰退与繁华,和一些繁琐的事。
哎呀,那都不重要,我这一把老年纪了,享受享受生活。说起来,我都70岁左右了。
曾经这个组织有一些我熟悉的人,可是现在呢,走的走,散的散,都觉得这个组织毫无希望。只有我在坚守着。
一直以来我在坚守着什么,最后还不是见到一堆陌生的人,但好的是,他们都挺尊重我这个老人家的哈。
我在前厅那时候也是一名同志,我是他们的老班长,同时也是体能最好的一个,不然我这身老骨头啊,怎么能适应后室的环境呢。
想当年,我每天叫他们一人跑一个十公里,可把他们累坏了哟!
但是啊,我想我在后室不能见到他们了,让我想想,我是在慢跑的时候不小心卡住公路里进入到的后室,那瘆人的黄色啊,可把我吓坏了。
哎呀,我口袋里还留着部队时的照片,都发黄了啊。
我在这个组织里看到了曾经部队时的感觉,也算是一种回忆了,我愿这个组织越来越好。
我老人家也没用了,贡献也够多了。
唉。
你说为什么要存在战争呢,一群老头子的游戏,让年轻人送死。
我以为后室没有战争,却没有料到人本性贪婪。
战争便是军队存在的要素,但我不愿意他们成为战争机器,人是有血有肉的。
人一旦尝到了资本主义的甜头就会堕落,无休止的堕落。这就是共产主义最难的地方,它不可能让极少数人拥有一切,而是让所有人每个人都有份。
…
左翼右翼的什么的无所谓了,人民们只想要个安稳的环境就好。
其实后室也挺好的,相比前厅来说。
那些在互联网上的混子啊,现实中唯唯诺诺,网络上重拳出击,借愁发泄,不做出什么实际行动。
现在这一代年轻人,拿着所谓的共产主义口号,奔向那原始的自由主义,变成了小资产阶级的小少爷。
忘记历史就是背叛啊…可悲的前厅,我没见到那一处光明,如果有,早已被一脚踩灭。
时代的爬虫,未曾见到真相。活在物质生活中,可悲、可恨、可惜,被谎言蒙蔽了双眼,身上的线条蠕动者,操控着这一代的人的身体。
无数先辈组成的安稳社会,却没人记住他们的名字,很少人去尊重他们,无名之辈的悲歌,太阳已落下,夜幕降临,再无升起可能。
星火吗,可惜他再也亮不起来了。我愿后室不会像那一代人的可悲。
我一生坎坷,见过太多人情世面,以至于我都忘记了他们的模样。
头上也有几根白头发了,听说人大部分能活到70岁就走向尽头了,我日子也要不多了。
秋叶落下,轻飘飘的落在脚边,外面下着小雨,雨一直下着,浸透了土地与树林,也浸透了远方的城市,下个没完,注定了我的结局。
死如秋叶。
