@import url("https://use.typekit.net/tax7dna.css"); @supports(display: grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighte"; /* must be either "nuscp" or "sigma9" */ --theme-id: "crocker-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "Crocker Theme"; /* set this to your theme's full name */ /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Acrocker-theme/crocker_logo.png"); --header-title: "Site-81"; --header-subtitle: "Community Cookbook"; /* Typefaces */ --body-font: garamond-premier-pro, serif; --header-font: aragon, sans-serif; --title-font: hwt-van-lanen, sans-serif; /* Standard Colors */ --white-monochrome: 249, 247, 236; /* off-blue white */ --pale-gray-monochrome: 243, 240, 218; /* v light blue for blockquotes and stuff */ --light-gray-monochrome: 213, 194, 96; /* light accent blue for login status */ --gray-monochrome: 206, 157, 144; /* blue */ --dark-gray-monochrome: 162, 149, 85; /* deep blue */ --black-monochrome: 39, 37, 32; /* off-blue black */ --bright-accent: 239, 109, 138; /* bright yellow */ --medium-accent: 188, 67, 69; /* medium red */ --dark-accent: 129, 24, 21; /* deep red */ --newpage-color: var(--bright-accent); /* pale orange */ /* Primary Theme Colors */ --swatch-background: var(--white-monochrome); --background-gradient-color: var(--gray-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--dark-accent); /* Primary Text Colors */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--black-monochrome); /* Primary Header Colors */ --header-gradient-color-bottom: var(--bright-accent); --header-gradient-color-middle: var(--medium-accent); --header-gradient-color-top: var(--medium-accent); --swatch-headerh1-color: var(--dark-accent); --swatch-headerh2-color: var(--black-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: var(--dark-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--medium-accent); --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); /* Header Gradients */ --gradient-header: linear-gradient(35deg, rgb(var(--header-gradient-color-bottom)) 0, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100%); --diagonal-stripes: inherit; /* header measurements */ --header-height-on-desktop: 12.25rem; --header-height-on-mobile: 12.25rem; --topbar-height-on-desktop: 1.875rem; --topbar-height-on-mobile: 2.5rem; --base-font-size: 1rem; --sidebar-width-on-desktop: calc(var(--base-font-size) * 16); } ::-webkit-scrollbar, #side-bar:hover::-webkit-scrollbar { background-color: rgba(var(--pale-gray-monochrome), 1); } ::-webkit-scrollbar-thumb, #side-bar:hover::-webkit-scrollbar-thumb { background-color: rgba(var(--dark-gray-monochrome), 1); } ::-moz-selection { background: rgba(var(--bright-accent), 0.5); } ::selection { background: rgba(var(--bright-accent), 0.5); } html { background: white; } #extra-div-1 { height: var(--header-height-on-desktop); width: 100%; position: absolute; top: 0; left: 0; pointer-events: none; background-image: url("https://scp-wiki.wdfiles.com/local--files/theme:crocker-theme/crocker-header-bg.png"); } html, body { font-feature-settings: "onum"0; font-variant-numeric: tabular-nums; scrollbar-color: rgb(var(--dark-gray-monochrome)) rgb(var(--pale-gray-monochrome)); } #page-content span>a:not([onclick*="Reference"]), #page-content div:not([id*="wiki-tabview"]) a:not([onclick*="Reference"]) { transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 0 0 0 0.01px rgba(var(--light-gray-monochrome), 1); -webkit-box-decoration-break: clone; box-decoration-break: clone; } #search-top-box::before { background-color: rgb(var(--swatch-primary-darkest)); } #search-top-box-input { background-color: rgb(var(--pale-gray-monochrome)); } #login-status { color: rgb(var(--dark-accent)); } #login-status a { color: rgb(var(--swatch-text-dark)) !important; } #search-top-box input.empty { color: rgb(var(--dark-accent)); } #main-content { margin-top: 2.1em; } #page-content span>a:not([onclick*="Reference"]):hover, #page-content div:not([id*="wiki-tabview"]) a:not([onclick*="Reference"]):hover, #page-content span>a:not([onclick*="Reference"]):active, #page-content div:not([id*="wiki-tabview"]) a:not([onclick*="Reference"]):active { transition: box-shadow 1000ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 100vw 0 0 0 rgba(var(--light-gray-monochrome), 0.75); text-decoration: none; } #page-content span>a:not([onclick*="Reference"]):focus-within, #page-content div:not([id*="wiki-tabview"]) a:not([onclick*="Reference"]):focus-within { transition: box-shadow 1000ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 100vw 0 0 0 rgba(var(--light-gray-monochrome), 0.75); text-decoration: none; } hr { background: rgb(0, 0, 0, 0); border: 0; height: 0em; width: 90%; position: relative; margin: 1.875rem auto 2.175rem; } #page-title::after, hr::after { content: " "; height: 0.35rem; width: 100%; position: absolute; margin: 0 auto; background: rgb(var(--white-monochrome)); border-top: 0.125rem dashed rgb(var(--gray-monochrome)); border-bottom: 0.125rem dashed rgb(var(--gray-monochrome)); left: 0; top: 50%; box-sizing: border-box; } #header { --swatch-headerh2-color: var(--swatch-primary); -webkit-filter: initial; filter: initial; } #header h1, #header h1 a, #header h2, #header h2 span { display: flex; align-items: center; } #header h1 a { margin-left: 12rem; margin-top: -1em; position: relative; width: auto; display: flex; align-items: center; justify-content: center; top: 0; } #header h1 a::before { --text-shadow: rgb(var(--swatch-text-light)); font-size: clamp(3rem, 24vw, 7rem); color: rgb(var(--dark-accent)); } #header h2, #header h2 span { margin-left: 6.5rem; height: var(--header-height-on-desktop); justify-content: flex-start; font-family: var(--title-font); margin-top: 2.25rem; } #header h2 span { line-height: 1.15; font-size: 1.1rem; margin-top: 0rem; } #header h2 span::before { --wght: 600; font-weight: 600; text-shadow: 0.125rem 0.125rem 0 rgb(var(--white-monochrome)); } #login-status span.printuser { color: rgb(var(--swatch-text-tertiary-color)); } #top-bar { --wght: 900; font-size: var(--base-font-size); font-weight: 900; } #side-bar:hover { background: rgb(var(--white-monochrome)); } #top-bar div[class*="top-bar"]>ul>li:hover { background-color: rgb(var(--gray-monochrome)); } #top-bar div[class*="top-bar"]>ul>li>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div[class*="top-bar"]>ul>li>a::before, #top-bar div[class*="top-bar"]>ul>li>a::after { background-color: rgb(var(--dark-accent)); } #top-bar div[class*="top-bar"]>ul>li:hover>a, #top-bar div[class*="top-bar"]>ul>li:hover>a { color: rgb(var(--white-monochrome)) !important; } #top-bar div[class*="top-bar"]>ul>li>ul { background-color: rgb(var(--dark-gray-monochrome)); background-image: var(--gradient-header); box-shadow: inherit; } #top-bar div[class*="top-bar"]>ul>li>ul, #top-bar div[class*="top-bar"]>ul>li>ul>li { border-color: rgb(var(--light-gray-monochrome)); } #top-bar div[class*="top-bar"]>ul>li>ul>li>a { --wght: 600; font-weight: 600; } #top-bar div[class*="top-bar"]>ul>li>ul>li>a::before, #top-bar div[class*="top-bar"]>ul>li>ul>li>ul>li>a::before, #top-bar div[class*="top-bar"]>ul>li>ul>li>a:hover::before { background-color: rgb(var(--dark-accent)); } #side-bar:hover { background: rgb(var(--white-monochrome)); } #side-bar .heading, #side-bar .side-block>.collapsible-block:nth-child(1) .collapsible-block-folded { background: rgba(var(--pale-gray-monochrome), 0.5); font-family: var(--title-font); min-height: 1.5rem; } #side-bar .heading p, #side-bar .side-block>.collapsible-block .collapsible-block-link { --wght: 900; text-shadow: inherit; color: rgb(var(--dark-gray-monochrome)); font-weight: 900; letter-spacing: 0.15em; font-size: calc(var(--base-font-size) * 0.95); height: 1.5rem; display: flex; align-items: center; justify-content: center; } #side-bar div.menu-item .sub-text { color: rgb(var(--medium-accent)); } #page-title { font-family: var(--title-font); position: relative; border: 0px; text-align: center; } #page-title:before { top: calc(100% - 0.75rem); } #page-title:after { left: 50%; transform: translateX(-50%); top: calc(100%); max-width: 43.375rem; } #content-wrap h1, #content-wrap h2, #content-wrap h3, #content-wrap h4, #content-wrap h5, #content-wrap #page-title { --wght: 700; line-height: 1.25; font-weight: 700; } #content-wrap h1, #content-wrap #page-title { font-size: 2.45rem; } #content-wrap h2 { font-size: 1.7rem; } #content-wrap h3 { font-size: 1.25rem; } #content-wrap h4 { font-size: 1rem; } #content-wrap h5 { font-size: .9rem; } #content-wrap *>#page-title, #content-wrap *>h1:first-of-type, #content-wrap *>h2:first-of-type, #content-wrap *>h3:first-of-type, #content-wrap *>h4:first-of-type, #content-wrap *>h5:first-of-type, #content-wrap *>h6:first-of-type { margin-bottom: 0; margin-top: 0; } #content-wrap *+h1, #content-wrap *+h2, #content-wrap *+h3, #content-wrap *+h4, #content-wrap *+h5, #content-wrap *+h6 { margin-top: 1.5em; } #content-wrap #page-title+*, #content-wrap h1+*, #content-wrap h2+*, #content-wrap h3+*, #content-wrap h4+*, #content-wrap h5+*, #content-wrap h6+* { margin-top: 1em; } #content-wrap p+* { margin-top: 1em; } #page-content ol:not([class*="yui-nav"]), #page-content ul:not([class*="yui-nav"]) { margin-bottom: 1em; margin-top: 1em; line-height: 1.5; padding-left: 3ch; } #page-content ol:not([class*="yui-nav"]) { counter-reset: crocker-counter; list-style: none; } #page-content ul:not([class*="yui-nav"]) { list-style: none; text-indent: -1em; } #page-content ol:not([class*="yui-nav"]) li, #page-content ul:not([class*="yui-nav"]) li { margin-bottom: .25em; max-width: 100ex; } #page-content ol:not([class*="yui-nav"]) li { counter-increment: crocker-counter; position: relative; text-indent: -1rem; line-height: 1.5rem; padding-bottom: 0.5rem; } #page-content ul:not([class*="yui-nav"]) li::before, #page-content ol:not([class*="yui-nav"]) li::before { color: rgb(var(--medium-accent)) } #page-content ul:not([class*="yui-nav"]) li::before { font-family: var(--header-font); font-size: 1.25rem; content: "\2767"; margin-right: 0.25rem; } #page-content ol:not([class*="yui-nav"]) li::before { content: counter(crocker-counter) ". "; font-family: var(--header-font); font-size: 1.25rem; } #content-wrap table { font-size: 1rem; line-height: 1.5; border-spacing: 0; margin: 1.25rem auto !important; border-collapse: collapse !important; } #content-wrap table td, #content-wrap table th, #content-wrap td, #content-wrap th { --wght: 400; border: 1px solid rgb(var(--gray-monochrome)); background-color: rgb(var(--white-monochrome)); font-weight: 400; padding: .25rem 0.5rem !important; justify-content: center; grid-auto-flow: column; align-items: center; } #content-wrap thead td, #content-wrap thead th, #content-wrap th { --wght: 700; background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--dark-gray-monochrome)); font-weight: 700 !important; } #content-wrap table thead th, #content-wrap thead th { --wght: 700; font-weight: 700; } #content-wrap table th, #content-wrap th { text-align: left; } #content-wrap thead td, #content-wrap thead th, #content-wrap th { text-shadow: none; color: rgb(var(--swatch-primary-darkest)); } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 2.35em, rgb(171, 206, 212) 2.35em, rgb(171, 206, 212) 2.5em, transparent 2.5em), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1em, transparent .1625em); background-position: 1em 0.75em; background-size: 100% 1.8em; font-size: 0.9em; font-family: var(--mono-font); } .code pre { white-space: pre; white-space: normal; width: 100%; overflow: hidden; } .code>*, .footnotes-footer>* { --wght: 400; padding: 0 0 0 3em; font-weight: 400; letter-spacing: 0.05em; outline: none; } .code>* { line-height: 1.75; } .footnotes-footer>* { line-height: 2; } .footnotes-footer .title { --wght: 900; font-family: var(--title-font); margin: -0.75em 0 0.75em 0; } .footnotes-footer .footnote-footer { width: 90%; margin: 0 0 0 4ch !important; } .footnotes-footer a[href*="javascript"]::before, .bibitems .bibitem::after { right: -50%; background-color: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-text-secondary-color)); padding: 0 0.25em 0 0.5em; border-radius: 50%; font-size: 0.9em; } .footnotes-footer div.footnote-footer:not([id*="footnote-1"]) { margin-top: -0.1em !important; } .footnotes-footer .footnote-footer>a:nth-of-type(1) { margin-left: 0; } .scp-image-block { box-shadow: initial; -webkit-box-shadow: initial; } @media only screen and (max-width: 56.25rem) { #header { background-position: left .5rem top 2rem; background-size: auto 8.375rem; } #header h1 a { margin-left: 7rem; margin-top: -2.5rem; } #header h2 { width: calc(100% - 9.5rem); height: calc(100% - 7.5rem); margin-left: 8.35rem; margin-top: 8rem; text-align: left; } #header h2 span { width: 90vw; height: 100%; margin: 0; display: flex; position: relative; align-items: center; justify-content: center; } #header h2 span::before { position: absolute; top: 0; left: 0; width: 90%; margin: 0; } #top-bar { font-size: calc(var(--base-font-size) * 0.8); } #top-bar>div.mobile-top-bar>div.open-menu { font-size: calc(var(--base-font-size) * 0.65); } #top-bar>div.mobile-top-bar>div.open-menu>p>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.mobile-top-bar>ul>li>a { letter-spacing: 0; } #top-bar>div.top-bar>ul>li:last-of-type>ul, #top-bar>div.mobile-top-bar>ul>li:last-of-type>ul { left: 50%; } #side-bar:target .close-menu { width: calc(100% - 15em - var(--scrollbar-width)); } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 1.35rem, rgb(171, 206, 212) 1.35rem, rgb(171, 206, 212) 1.5rem, transparent 1.5rem), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1rem, transparent .1625rem); background-position: 1rem 0.45rem; background-size: 100% 1.25rem; font-size: 0.7rem; font-family: var(--mono-font); } .code>*, .footnotes-footer>* { line-height: 1.85; padding-left: 2.5rem; } .footnotes-footer .title { padding-left: 2.5rem !important; } #content-wrap h1, #content-wrap #page-title { font-size: 1.9rem; } #content-wrap h2 { font-size: 1.5rem; } #content-wrap h3 { font-size: 1.1rem; } #content-wrap h4 { font-size: 0.9rem; } #content-wrap h5 { font-size: .8rem; } } }
@import url("https://use.typekit.net/tax7dna.css"); @import url('http://scpko.wdfiles.com/local--files/unfont/UnBatang.css'); @font-face { font-family: '행복고흥B'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/행복고흥B.woff') format('woff'); font-weight: normal; font-style: normal; } /* https://noonnu.cc/font_page/333 */ @font-face { font-family: 'MapoDPPA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoDPPA.woff') format('woff'); font-weight: normal; font-style: normal; } /* https://noonnu.cc/font_page/380 */ @supports(display:grid) { :root:lang(ko) { /* Header */ --header-title: "제81기지"; --header-subtitle: "직원들 다함께 만든 요리책"; /* Typefaces */ --body-font: 'garamond-premier-pro', 'UnBatang', serif; --header-font: 'aragon', '행복고흥B', sans-serif; --title-font: 'hwt-van-lanen', 'MapoDPPA', sans-serif; } textarea { font-family: var(--mono-font); } input#edit-page-title.text { font-family: var(--title-font); }
크레디트
빙아기 허브(氷我記 ハブ)
원작: http://scp-jp.wikidot.com/hyogaki-hub
저자: ©︎ 팀 발칸반도(nemo111,
Rhapsodyyyyyy,
BARIGANEsensha,
kata_men)
역자: Salamander724
어떻게 멸망했나
어떻게 발버둥쳤나
얼어붙은 지구에서
그리고 5000조년 뒤…
인류가 다다른 해답은 얼음투성이 미래였다
"빙氷아我기記"는 불가피한, 혹은 이미 일어난 특정한 멸망을 주체로 한 이야기입니다.
조사 끝에 지구가 얼음으로 뒤덮이는 미래가 기다림을 알게 된 재단. 그 미래는 어떻게 발버둥쳐도 번복할 수 없고, 기계장치의 신 같은 장치도 없으며, 전자견 같은 대역전극도 존재하지 않습니다.
그것을 알게 된 재단 직원들을 비롯 변칙성을 아는 인물들은 어떻게 움직이는가 .
장막으로 지켜지고 있던 사람들은 멸망으로 가는 계단을 어떻게 느끼는가 .
그리고, 자아를 가진 변칙존재들은 그 결말에 무엇을 생각하는가 .
그리고 세계가 끝난 뒤.
얼음투성이 지구에서 살아남은 인류는 대부분 지하로 들어갔습니다. 끝없는 혹한의 바닥에서, 그들의 미래에 무엇이 기다리고 있을 것인가.
맹추위 속에 내던져져도 활동할 수 있는 변칙존재도 있을 것입니다. 그들은 새하얗게 변한 이 세계에서 무엇을 하는가.
그럼, 한 분 한 분 좋은 종말을 보내시길.
본 연작에는 섬세한 설정은 없습니다. 뭔가 일어나서 지구가 몽땅 얼어 버렸다, 그뿐입니다. 그 무언가는 SCP-2203-JP의 대규모 발생일 수도 있고, 다른 이유일 수도 있습니다. 인류는 추위에 의해 전멸했을수도 있고, 겨우겨우 살아 있을 수도 있습니다. 이야기의 무대도 자유입니다. 인류가 완전히 없어진 뒤의 세계를 그리는 것도 좋겠죠. 점점 얼어가는 세계에서 그것을 거스르려는 인류를 그리는 것도 좋아요. 혹은, 전지구 동결의 전조를 처음 알고 절망한 인류를 그리는 것도 재미있을지도 모릅니다.
각자의 종말을 각자가 묘사하는 것이라고 생각합시다.
by Rhapsodyyyyyy
저는 이 연작이 특히 「그렇다면, 당신의 (재단) 직원은 유사시에 무엇을 하고 어떻게 움직이는가」역주 — 여기서 "직원"이란 거의 "자캐"라는 뜻으로 읽을 수 있음라는 이야기를 만들기 좋겠다고 생각합니다.
현재 인사 파일이 존재하는 직원은 많지만, 그 가운데 1개 작품 이상의 이야기 등에 제대로 출연한 직원은 얼마나 될까요? 캐릭터 태그의 존재에 한하면 더욱 적어지겠죠.
그런 직원들을 발판으로 — 구체적으로는 「어떻게 움직이면 좋을까」라는 생각을 발판삼아 이 연작을 집필해 주시면 좋겠습니다. 특정한 멸망 상황에 당신의 직원은 도움이 되었을까요, 도움이 되지 않았을까요. 모든 것이 아름다운 이야기가 될 것입니다.
빙아기의 「아」我는 이 연작을 자아내는 「나」, 즉 「당신」을 뜻합니다. 당신만의 빙아기를 즐거이 기다리겠습니다.
nemo111
제가 the-great-evil에서 기술한 것과 같이, 초상사회 뿐 아니라 정상사회에 사는 우리 같은 보통 인간들에게도 초점을 맞추는 것이 이 연작의 특징이기도 하다고 생각합니다.
변칙적 전지구 동결에 의한 예정된 죽음이 다가오는 그 광경은 어딘가 적막감에 차 있고 예쁘고……. 그런 세계를 목격한 그들은 어떤 인물이고 어떤 인생을 살아온 것일까요? 마지막 때를 기다리는 이들은 누구와 무엇을 생각하며 죽어갈까요, 혹은 맞설까요?
재단도 GoI도 변칙존재도 일반인도, 새하얀 세계에서 각양각색의 관점에서 그려지는, SCP 창작의 매력에 넘친 당신의 이야기를 기대하고 있습니다.
변칙성이 별로 관계 없다면 SCP에서 할 필요 없다고? 해서는 안 될 이유도 없으니 일단 저질러!
BARIGANEsensha
{빙아기} 태그의 사용 및 이 허브에 대한 작품 추가는 모든 유저가 할 수 있습니다. 딱히 허락 같은 것 받을 필요 없지만 불명확한 점이 있을 경우 nemo111,
Rhapsodyyyyyy,
BARIGANEsensha,
kata_men 네 명 중 한 명에게 연락하세요.
[[footnoteblock]]