/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; 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; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* BASALT Theme [2021 Wikidot Theme] By Liryn & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://scp-wiki-cn.wdfiles.com/local--code/theme%3Apaperstack/1'); @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP基金会"; --subtitle: " 控制 • 收容 • 保护"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); } body { background: rgb(255, 255, 255); font-family: 'Noto Sans SC', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: -1.3rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; overflow-x: hidden; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; text-transform: none } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a.collapsible-block-link { background: transparent; } #side-bar a:visited { color: black; } #side-bar img { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: auto; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "来自记录与信息安全管理部的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "分级委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "来自潜在威胁战术响应局的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "伦理委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "时间异常部门\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "监督者议会\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "来自误传部门的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-family: 'Work Sans', sans-serif; font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after { color: #3f21ff !important; } .fnnum:hover::after { color: white !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } .document, .darkdocument { width: auto; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ .avatar-hover { display: none !important; } ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 10rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Noto Sans SC', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Noto Sans SC', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 110%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "脚注与参考文献"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } #page-info-break { height: 3rem; } .code pre, .code p, .code, tt { font-family: '仿宋', 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span, #page-content a { word-break: normal !important; } /* ===position adjustment in chinese===*/ #extra-div-1::before { top: 0.5rem; } #extra-div-2::before { top: 2.6rem; } @media (max-width: 1020px) { #extra-div-1::before { top: 0.3rem; font-size: calc(0.85 * 27.45px); } } @media (max-width: 1020px) { #extra-div-2::before { top: 2rem; font-size: calc(0.85 * 1.22em); } }
[[/collapsible]]
[[/=]]
Tired,或许,是时候休息一下了
原创层级
Level C-438
+ [+19 (+20/-1)] … 3
最新评论: (user deleted) 于 20 Jun 2022 11:24
最新编辑: Lizixue 于 13 Jul 2022 15:45
生存难度:生存難度: 等级等級 1 {$one} {$two} 实体横行 Level C-438是后室C层群的第438层。 描述: 一张阖家欢剧院的手绘平面图 Level...
标签: 原创 合著 层级 生存难度1
原创实体
Entity C-73 - “耕种者”
+ [+21 (+23/-2)] … 8
最新评论: pingd 于 09 Sep 2022 06:53
最新编辑: Romand0 于 04 Jan 2023 09:25
...
标签: 2022死亡竞赛 原创 实体
原创故事
那么,下一个
+ [+33 (+36/-3)] … 13
最新评论: ChingYeh ChuLing 于 04 Jan 2023 16:08
最新编辑: Donuts Exusiai 于 18 Nov 2022 16:42
...
标签: 2022鬼扮人竞赛 原创 合著 恐怖 悲剧 惊悚 故事
翻译层级
Level 152
+ [+6 (+6/-0)] … 4
最新评论: Signpost 于 23 Mar 2022 02:51
最新编辑: Donuts Exusiai 于 12 May 2022 01:53

欢迎来到 M.E.G. 后室通讯档案,流浪者! 在这里,您可以看到从各个后室发送到M.E.G.公共终端的所有表格的存档信息。 输入搜索词: 高级搜索: 用户 Annie Erikson 搜索来自用户的消息 Annie Erikson 发现3条消息 Annie Erikson 探险者总署公共终端 #3 // 日期: 01/10/---- 主题:第76次呼救尝试 |...
标签: 层级 恐怖 悲剧
Level 161
+ [+13 (+13/-0)] … 6
最新评论: R Hassin 于 24 Oct 2022 15:24
最新编辑: Romand0 于 04 Jan 2023 06:12
Level 161 生存难度:生存難度: 等级等級 pending {$one} {$two} {$three} Level 161,也被称作停尸间,这是一个在后室中高度无事实证明...
标签: 2021惊吓竞赛 奇异 层级 恐怖 生存难度待定 神秘
翻译实体
Liability 740 - “判官”
+ [+13 (+13/-0)] … 5
最新评论: Ambersight 于 08 Jan 2023 11:49
最新编辑: az18121063499 于 08 Nov 2022 10:21
Liability 740 未经后室不结盟贸易集团明确许可,请勿共享或复制本文件 在Liability 740攻击商人协会时所摄的照片 威胁等级:高 优先级:高 描述: Liability 740是一个强大的实体。该实体是一座类似于神话中“正义女神1”的,有2米(7英尺)高的石像。 它刺杀B.N.T.G的高层人员,目前为止阻碍了至少三个B.N.T.G.贸易前哨站的业务。...
标签: 不结盟贸易集团 动作 实体 神秘 阿尔戈斯之眼
Entity 420
+ [+8 (+8/-0)] … 6
最新评论: PetrichorIRIS421 于 04 Jan 2023 03:19
最新编辑: Donuts Exusiai 于 26 Oct 2022 04:31
IETS 实体编号: 420 栖息地:大多数层级 一张在Level 4发现的Jack-o'-Burger的图片 描述: Jack-o'-Burger是没有茎,被切成两半的大南瓜。在这两半南瓜之间充满了与前厅中汉堡相似的成分。它们可以在后室中几乎每个层级里被找到。但它最常见的地方是存在有食物的层级(例如Level...
标签: 2021惊吓竞赛 喜剧 实体 积极
Entity 400
+ [+9 (+9/-0)] … 3
最新评论: Lin_NothaveAYA 于 23 Jul 2022 09:56
最新编辑: Donuts Exusiai 于 16 Oct 2022 09:01
实体编号: 400 栖息地:建筑内部 模仿者只能在具有建筑物内部外观的层级中找到。只有在那里它们才可以成功狩猎。 安全分类: 公开 入口,或者说,是一个模仿者的“嘴”。 描述: 模仿者是一种活的有机体,它可以将自己伪装成几个房间。房门半开着作为入口。这些门通常被模仿者用来引诱流浪者。...
标签: 实体 恐怖
Entity 194
+ [+5 (+5/-0)] … 4
最新评论: Donuts Exusiai 于 11 May 2022 15:16
最新编辑: Donuts Exusiai 于 11 May 2022 15:17

对敏感流浪者的警告 这篇文章有一节详细介绍了自残的行为。如果您对此类主题敏感,请不要阅读“行为”区域的第二部分。 谢谢您的配合。 Entity 194:水晶姐妹 统合实体分类系统 实体编号: 194 栖息地: Level 197 IETS: 0E- 分级: Neutralized 性质: HVM VRL-A VRL-B NCR...
标签: 实体 悲剧
Entity 143 - “掠夺者杂草”
+ [+6 (+7/-1)] … 1
最新评论: Smashing Black Tea 于 12 May 2022 08:06
最新编辑: Donuts Exusiai 于 08 Nov 2022 03:32
module "wiki/CssModule"...
标签: 实体
Entity 227 - “模型战斗机中队”
+ [+8 (+8/-0)] … 3
最新评论: WhiteBlade VIKC 于 08 Sep 2022 03:22
最新编辑: Lizixue 于 07 Sep 2022 18:30
统合实体分类系统 实体编号: #227 栖息地: 大多数层级 IETS: 4B- 分级: Itemic 性质: HVM VRL-A VRL-B NCR MCH CBR SYN DMN SSV CVL RAD NRO TXC PYR RLA UNQ AGR BNV {$custom-name} 描述 Entity...
标签: 实体 永恒资料库 积极
Entity 297 - “黑暗君主”
+ [+6 (+6/-0)] …
最新评论: 于
最新编辑: Be the worthy 于 20 Jan 2023 09:29
⚠️信息通知⚠️ M.E.G.数据库已被某不知名团体损坏。有文件正在发生极大的变化,与此同时也有相当一部分的信息被泄露;这些信息本不打算向公众公布。由于这一安全漏洞,此文件无法被恢复到其最初的版本,并且已被锁定于当前的版本中。 请仔细考虑以下信息的真实性。 统合实体分类系统 实体编号: 297 栖息地: 未知 IETS: 4B+ 分级: ...
标签: 万神殿 实体 格式错乱 神秘
Entity 300 - “Richard”
+ [+2 (+2/-0)] … 4
最新评论: Hekalivia_Ven 于 25 Feb 2022 16:09
最新编辑: NPCenter 于 06 Nov 2022 17:52
IETS 一张关于Richard的照片。1该照片由实体自己提供。拍摄地未知。 实体编号: 300 所在地: Level 399 描述: Richard是一名身高与年龄均不详的白人男性2 他留着金色短发,通常穿着浅蓝色上衣和深蓝色外套。Richard居住在Level 399,据信他创造了该层级,因为他似乎有能力去控制该层级。3 行为: Richard总是被别人观察到在Level...
标签: 实体
翻译物品
Object 84
+ [+4 (+4/-0)] …
最新评论: 于
最新编辑: Donuts Exusiai 于 26 Jun 2022 15:12
传入传输: 平均六十秒的电视广告中共有一百二十个半秒的片段,或者说,每秒播放三分之一个片段。我们用感官上的冲击轰炸人们,这代替了人们的思考。你不能和电视争论。为什么?因为电视是“真实的”,即时的。它有维度,它告诉你该想什么。这似乎是正确的。它会让你很快得出自己的结论,而你的思想没有时间去抗议。所以,它是符合你的思想的。 物品编号:84 威胁等级:高 强烈建议不要接近该物品。 ...
标签: 喜剧 物品 神秘
Object 59 - “祈祷杯”
+ [+5 (+6/-1)] … 1
最新评论: Donuts Exusiai 于 17 Apr 2022 15:04
最新编辑: Donuts Exusiai 于 12 May 2022 01:54

...
标签: 恐怖 物品 神秘
合著
Level C-490
+ [+253 (+256/-3)] … 42
作者: Dr Dayy和
Donuts Exusiai;{$note}
最新评论: imwei 于 17 Jan 2023 05:47
最新编辑: Bloodwillow2957 于 07 Jan 2023 07:52
Level 6.1
+ [+8 (+10/-2)] … 17
作者: ThisUserDoesntExist和
Donuts Exusiai;{$note}
最新评论: I have good name 于 09 Jan 2023 13:55
最新编辑: Ambersight 于 07 Jan 2023 11:17
第一份简历
西行归乡者
临时焦点
最好的祝福
月度人气选手
野心家
娱乐玩家
下叙名人
妙笔生花
藏匿的细节
谁把它放出来的
极简主义
多元主义
逻辑毁灭使者
弗兰肯斯坦
泰坦尼克号
海底两万里
基督山伯爵
威尼斯商人
官方同人作家
中立流浪者
拥抱虚无
深海探索者
微型冒险家
梦游之人
理科博士生
监督者之友
我们的特色
空中楼阁基建师
外交官
老练的外交官
简明扼要
奥德赛式翻译
天外来客
头号粉丝
档案记录员
创作百夫长
C1发掘者
打点计时器
征服外域
变废为宝
五脏俱全
史诗级讲师
“卧底”的生涯
什么是平行宇宙
是金子总会发光
失语的艺术
文字生物圈
参与奖
独行者
百人之上
千人之上
冠军的荣耀
你的标签去哪了
小电视军团
后室巨匠
成就图标 | 成就类型 | 成就名 | 达成条件 | 备注 | ||||
---|---|---|---|---|---|---|---|---|
![]() |
常规 | 欢迎新人 | 加入Backrooms的Wikidot。 | 恭喜你进入了后室! | ||||
![]() |
常规 | 翻译入门 | 发布第一篇翻译作品并获得认可。 | 这是好的 | ||||
![]() |
常规 | 初入茅庐 | 发布第一篇原创作品并获得认可。 | 一个优秀的开始 | ||||
![]() |
常规 | 翻译新星 | 任意一篇翻译作品获得+5以上的分数。 | 不知道为啥就火了 | ||||
![]() |
常规 | 翻译家 | 任意一篇翻译作品获得+10以上的分数。 | 目前只有几人能达到 | ||||
![]() |
常规 | 留下足迹 | 任意一篇原创作品获得+5以上的分数。 | del不掉了 | ||||
![]() |
常规 | 炉火纯青 | 任意一篇原创作品获得+10以上的分数。 | 这天上线的人多 | ||||
![]() |
常规 | 金钻瞩目 | 任意一篇原创作品获得+30以上的分数。 | 精品预定 | ||||
![]() |
常规 | 中分之神 | 任意一篇原创作品获得+50以上的分数。 | 不存在的 | ||||
![]() |
常规 | 身份证明 | 创建你的作者页。 | 恭喜你现在已经是别人口中的大佬了 | ||||
![]() |
常规 | 今天人真多 | 任意一篇原创作品获得除你以外总计20条评论。 | 模因病毒 | ||||
![]() |
文章 | 吟游诗人 | 创作一篇故事。 | 也许这个你以前写过 | ||||
![]() |
文章 | 天选之子 | 任意一篇文章成为本月精品。 | 你后面还有人排着队呢 | ||||
![]() |
文章 | 二段跳 | 创作一篇具有迭代的文章。 | 好戏还在后面 | ||||
![]() |
标签 | 超级联动 | 创作一个拥有五个以上标签的文章。 | 梦幻联动 | ||||
![]() |
翻译 | 翻译起步 | 累计发布3篇翻译。 | 小试牛刀 | ||||
![]() |
翻译 | 翻译熟手 | 累计发布5篇翻译。 | 仍需努力 | ||||
![]() |
翻译 | 翻译高人 | 累计发布10篇翻译。 | 得心应手 | ||||
![]() |
翻译 | 耐力持久 | 发布一篇中文字数多于5000字的层级翻译。 | 来自海外的大动作 | ||||
![]() |
翻译 | 头号粉丝 | 翻译同一个作者的文章累计达到三篇。 | 单推人 | ||||
![]() |
挑战 | 打卡神人 | 连续5天每天发布一篇文章(原创、翻译皆可)。 | 现在要开始加速了! | ||||
![]() |
挑战 | 超细节描述 | 发布一篇字数超过10000字的原创档案(不包括代码)。 | 宏伟的计划 |
To be free once more
摆脱旧时光的束缚
From the times before
重获自由
Counting the stars
数着漫天星辰
And our lovely scars
却也无法忘记那些可爱的伤痕
Wherever we'll be
无论身处何方
Our soul and body still bleed
内在与外在的伤依然是一片血红
There is much more to endure
还有许许多多的事情需要你承受
My Starry Eyed Dreamer
亲爱的 眼中充满星光的梦想者
Waking up to another day
醒来面对新的一天
Hoping that the world is now changed
有时我希望这个世界已经有所改变
All the noises in my brain
理不清的杂念如噪音在脑海里缠绕
I'm surprised that I'm still sane
出乎意料的是我依然还算理智
Dragging my feet off the ground
抬起自己的脚准备迈出去
Heavy heart just full of doubt
内心却似乎被沉重的不安填满
Even so I won't give in
即便如此我也不会屈服
To the fears I hold within
不会再在恐惧中退缩
Hoping that we could be free
我真的很希望能
From all of our doubts and our worries
摆脱我们所有的不安与忧虑
Listening to our favorite songs
听着我们最喜欢的歌曲
Looking for a place where we belong
寻找一片属于我们的归宿
We don't know what the future holds
没人能对未来有足够的把握
Do we live in fear all ing year? No
就因为这个就要终日杞人忧天吗?没道理吧
Do the things we've always dreamed
所以还是要向着自己的梦想迈进
Even if it hurts and even if we bleed
即便会头破血流疼痛不堪也值得
Just one more leap, just one more leap
再跳起一次,再尝试一次
I'll make it there even if I'm incomplete
已然残缺的我也想实现心愿
I wanna see, I wanna see
我还想看见,我想要看请
All the smiles I made while I'm still me
自我还在这里的时候 属于我的笑容
Do you believe, do you believe
你相信吗,你会坚守
In the things you made In the things you dream
在渴求的事请中你收获的所有吗?
That part of me, that part of me
我内心还在纠结的,不安的那部分
Please let me go, there's room to grow
请解开束缚,让我能成为自己
Even though our world is dying
即便这世界似乎要支离破碎
I will never give up trying
我也不会停止挣扎
Singing songs when life gets hard
日子再苦涩我也会继续歌唱
Hoping that my voice will reach your heart
盼望着这些歌声能触及你的心
All these words I sing for you
向你唱出的一字一句里
Hope you know my feelings are true
我希望你相信并了解其中的真心
If you fall from the weight of life
当生活让你喘不过气,让你坠入绝望时
Just know I'll be right by your side
请记住,请相信,我一定会陪着你
(By your side)
(与你同在)
(I'll be right by your side)
(我一定会陪着你)
(By your side)
(与你同在)
(I'll be right by your side)
(就在你的身边)
(By your side)
(与你同在)
(I'll be right by your side)
(作为你的依靠)
(By your side)
(与你同在)
(I'll be right by your side)
(和你一起共度风雨)
Waking up to another day
从梦里醒来面对新的一天
Hoping that the world is now changed
我希望这个世界也随新的一天焕然一新
All the noises in my brain
杂念如噪音般在脑海里挥之不去
I'm surprised that I'm still sane
但所幸是还有足够的理智
Dragging my feet off the ground
起身 想迈出自己的脚步
Heavy heart just full of doubt
内心却被不安填满
Even so I won't give in
可我也不会就此屈服
To the fears I hold within
不会再因为恐惧退缩
Hoping that we could be free
盼望着我们能摆脱
From all of our doubts and our worries
摆脱所有的不安与担忧
Listening to our favorite songs
听着我们最喜欢的歌曲
Looking for a place where we belong
寻找一片我们自己的归属
We don't know what the future holds
没人能说清明天究竟是什么样
Do we live in fear all ing year? No
若因此一直杞人忧天 其实毫无道理
Do the things we've always dreamed
追随着自己的梦,去实现这些梦寐以求的事情
Even if it hurts and even if we bleed
即便可能会遍体鳞伤也值得
Just one more leap, just one more leap
再试一次,再试一次
I'll make it there even if I'm incomplete
残缺不全我也要尽力圆梦
I wanna see, I wanna see
我想看见,我想看清
All the smiles I made while I'm still me
当我还是我自己时的那些微笑
Do you believe, do you believe
你会铭记 你会坚信
In the things you made In the things you dream
迄今为止的所有收获和一直以来的梦吗
That part of me, that part of me
依然不安 纠结的这颗心
Please let me go, there's room to grow
请解开束缚,让我成长
Even though our world is dying
内在的世界可能会分崩离析
I will never give up trying
但我也不会放弃
Singing songs when life gets hard
尝试在苦涩的生活中歌唱
Hoping that my voice will reach your heart
唱着希望能触及你内心的旋律
All these words I sing for you
只是这里面的一字一句
Hope you know my feelings are true
希望你明白这也是我的真心
If you fall from the weight of life
如果生活的重压让你倍感窒息绝望
Just know I'll be right by your side
请记住,请相信,我一定会在这里陪着你
Right by your side
与你同在
Keep running Starry Eyed Dreamer
眼中映着星光的你,向着梦的方向奔跑吧
Stay focused you are now stronger
专心致志的你会更加强大
Keep fighting for something greater
向更精彩的世界前进,奋斗到底
I love you, Starry Eyed Dreamer
我由衷地爱着你——眼里闪着星光的,执着于梦想的你
I love you, Starry Eyed Dreamer
我爱闪烁逐梦的你
(By your side)
(若你坠入低谷)
(I'll be right by your side)
(我会与你同在)
(By your side)
(在你身边)
(I'll be right by your side)
(与你共度风雨)
Keep running Starry Eyed Dreamer
所以被梦想点亮双眸的你,请奋力奔跑吧
Stay focused you are now stronger
全神贯注一心一意的你定会所向披靡
Keep fighting for something greater
向更精彩的世界前进,奋斗到底
I love you, Starry Eyed Dreamer
闪亮的逐梦者,我会一直爱你
Keep running Starry Eyed Dreamer
被梦想点亮双眸的你,请奋力奔跑吧
Stay focused you are now stronger
专心致志会让你更加有力
Keep fighting for something greater
为更加美好的未来坚持
I love you, Starry Eyed Dreamer
闪亮的逐梦者,我会一直爱你
To be all the wonderful things I've dreamed
想要变成我一直梦想的美好的人
I know I got a long way to go
我知道这还有很长很长的路要走
I see all the grand possibilities
许多奇妙的可能出现在眼前
I know beyond the stars is my home
我知道,漫天繁星之上是我的归宿
And I
于是我
Will do what feels right
打算做自己认为正确的事
All I gotta do is go
我要做的就是
Towards the light
向着光芒迈步
My starlight, shine so bright
我的星光 如此闪耀
My starlight, it will be alright
星芒之下 一切都会安好
My starlight, shine so bright
我的星光 如此璀璨
My starlight, it will be alright
星芒之下 安心就好
……
Whew, man a sigh of relief
那么,现在放松下来
Look at all the things we achieved
想想我们已经实现的种种事情
Working for our dreams, our future
为我们的梦想和未来而努力
Hoping that our world gets better
希望这个世界也能更加美好
I know it's hard but I won't let my dreams go
实现如此的美梦很难 但我不会轻易停下
Even if I gotta do this on my own
即便这样的坚持只能靠我自己
Close your eyes, visualize, create
现在 闭上眼 用想象描绘
Bring it far to the stars, okay
把愿景寄托给那些星星
Go to bed, dream again, awake
去睡一觉 再梦一回然后醒来
Do it all again, but with a different plan
重振旗鼓再试试 不过换一个思路!
Sometimes it feels like
有时这感觉就像
I'm Floating in the sky
我在空中自由地漂浮
Forever dreaming
永远在梦里
Of all these beautiful things
描绘最美好的一切
And I
所以我
Will do what feels right
顺遂自己的心意放手去做
All I gotta do is go
我要做的就是
Towards the light
向着光芒迈步
My starlight, shine so bright
我的星光 如此闪耀
My starlight, it will be alright
星芒之下 一切都会安好
My starlight, shine so bright
我的星光 如此绚丽
My starlight, it will be alright
星芒之下 安心便好