/* Paperstack Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Inkblot Theme by Croquembouche Word Processor Theme by stormbreath Modern Theme by Azamo Simple Yonder Theme by EstrellaYoshte Edited by ukwhatn for SCP-JP */ /* Japanese Font */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap'); /* English Font */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: 0.87rem; } body { font-family: "Noto Sans JP", "Oxygen", sans-serif; } body { color: black; background-image: linear-gradient( to bottom, #EFEFEF, #EFEFEF 276px, #D3D3D3 276px, #ffffff 282px, #ffffff 282px, #ffffff 100% ); background-repeat: no-repeat; } #main-content { top: -1.6rem; padding: 0.2em; } .page-source, .code pre, .code p, .code, tt { font-family: "Fira Code", monospace; } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: #333333; font-family: "Josefin Sans", sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #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 { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem !important; right: 8px; } /* ---- TOP BAR ---- */ #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } /* ---- SIDE BAR ---- */ #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: 0px 0px 7px #999999; background: #ffffff; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); border: 1px white; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #fff; } #side-bar:target { border: none; box-shadow: 3px 0 1px -2px rgba(0, 0, 0, 0.04), 1px 0 5px 0 rgba(0, 0, 0, 0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0, 0, 0, 0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: inherit; background-image: inherit } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: inherit; text-decoration: inherit } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { color: inherit; background: inherit } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: inherit } .yui-navset li { line-height: inherit } /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a { color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li { position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a { display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em { border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected { flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border: none; } .yui-navset .yui-nav .selected a { width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: 0px 0px 4px #999999; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { padding: .5em; border: none; } /* ---- INFO BAR ---- */ body { --barColour: #333333; } .info-container .collapsible-block-content { padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table { width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate { margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #ffffff; box-shadow: 0px 0px 7px #999999; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: 0px 0px 7px #999999; margin: unset; margin-bottom: 4px; border-radius: 0; font-family: "Oxygen", sans-serif; } div.page-rate-widget-box .rate-points { background-color: #ffffff; color: #333333 !important; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } /* ---- PAGE ELEMENTS ---- */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: "Sawarabi Gothic", "Josefin Sans", sans-serif; font-weight: bold; } blockquote, div.blockquote, #toc, .code { background-color: #F8F8F8; border: solid 1px #F8F8F8; box-shadow: 0px 0px 4px #999999; } .scp-image-block { border: solid 8px #ffffff; box-shadow: 0px 0px 5px #999999; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #ffffff; border-top: solid 4px #ffffff; color: black; } #page-content .wiki-content-table tr th { border: solid 1px #999999; background-color: #efefef; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px #999999; /* set border for table content */ } /*-- tags --*/ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { height: 0.9rem; line-height: 0.9rem; font-size: 0.76rem; background-color: #FDFDFD; border-radius: 0.6rem 0.12rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.2rem 0.42rem 0.25rem 0.46rem; box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0, 0, 0, 0.27); } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; color: #ffffff; background-color: #B8B8B8; color: transparent; text-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.82); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } /* ---- CUSTOM SYNTAX ---- */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } @media (max-width: 1200px) { .grid-item { min-width: 50%; } } .logo { position: absolute; width: 180px; top: -154px; left: -17em; z-index: -1; } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } } .textbox { position: absolute; width: 42%; top: 7.5rem; } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } } /* CreditModule対応 by ukwhatn */ .creditRate.creditModule .creditButton { background-color: white; border: unset; border-radius: 0px; margin-left: 5px; height: 100%; } .creditRate.creditModule .creditButton a { height: 100%; line-height: 20px; }
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; bottom: 0.5em; left: 0.5em; z-index: 15; font-family: san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888 !important; background-color: #fff !important; border-radius: 3em; color: #888 !important; text-decoration: none!important; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .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: -25em; width: 17em; height: 100%; background-color: rgb(184, 134, 134); overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; -webkit-transition: left 0.5s ease-in-out 0.1s; -moz-transition: left 0.5s ease-in-out 0.1s; -ms-transition: left 0.5s ease-in-out 0.1s; -o-transition: left 0.5s ease-in-out 0.1s; transition: left 0.5s ease-in-out 0.1s; } #side-bar:after { content: ""; position: absolute; top: 0; width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.2); } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; border: 1px solid #dedede; z-index: 10; } #side-bar:target + #main-content { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3) 1px 1px repeat; z-index: -1; } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
/* 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 Edited by iti119 for SCP-JP */ @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=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); --fnLinger: 1s; --logo: url(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-21-21vy/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); --utilcolor: #FFF; --antiutilcolor: rgb(20, 20, 20); --titleLength: 8.3rem; } body { background: rgb(255, 255, 255); font-family: 'Inter', 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: 0.2rem; } .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:visited { color: black; } #side-bar img, iframe.scpnet-interwiki-frame { 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(http://scp-jp-storage.wdfiles.com/local--files/file:5722815-27-wn18/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; letter-spacing: unset; } .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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-28-qlyx/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-30-ubdk/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-32-wqge/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-34-2jq6/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-36-ohm1/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-38-9n6y/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(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-40-c6bj/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 */ /* ======================= */ div.page-rate-widget-box .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, div.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: 'Roboto', 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: 'Inter', 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: 100%; } /* ======================= */ #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: "Footnotes \0026 References"; 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; } /* ======================= */ /* LOCALIZATION FOR JP */ /* ======================= */ /* CREDIT MODULE */ #page-content .creditRate.creditModule .rate-box-with-credit-button { border: none 0; box-shadow: none; } #page-content div.page-rate-widget-box, #action-area div.page-rate-widget-box { margin: 0; background: #ffffff; font-size: 0.88rem; } #page-content div.page-rate-widget-box .rate-points, #action-area div.page-rate-widget-box .rate-points { font-family: 'Work Sans', sans-serif; font-size: 90%; } #page-content .page-rate-widget-box .cancel, #action-area .page-rate-widget-box .cancel { padding: 0 1px 0 0; } #page-content .page-rate-widget-box .cancel a, #action-area .page-rate-widget-box .cancel a { margin: 0 1px; color: #333333; } #page-content .page-rate-widget-box .rateup a, #page-content .page-rate-widget-box .ratedown a, #page-content .creditRate.creditModule .page-rate-widget-box .cancel a, #action-area .page-rate-widget-box .rateup a, #action-area .page-rate-widget-box .ratedown a, #action-area .creditRate.creditModule .page-rate-widget-box .cancel a { height: 18px; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel a { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; } #page-content .page-rate-widget-box .cancel a:hover, #action-area .page-rate-widget-box .cancel a:hover { color: #ffffff; } #page-content .creditRate.creditModule .rate-box-with-credit-button .creditButton { box-sizing: border-box; padding: 0 2px; box-shadow: 0px 0px 7px #999999; } #page-content .rate-box-with-credit-button .creditButton a { display: inline-flex; align-items: center; justify-content: center; } #page-content .modalcontainer { display: flex; align-items: center; justify-content: center; } #page-content .modalbox { width: 100%; box-shadow: 0px 0px 7px rgb(0 0 0 / 30%); position: relative; } /* HEADER */ #extra-div-1::before { top: 0.4rem; } #u-header-link { width: var(--titleLength); z-index: 10; } #top-bar { text-transform: none; } div#search-top-box { top: 0.76rem !important; } @media (max-width: 430px) { #u-header-link { width: calc( var(--titleLength) * 0.86); } } @media (min-width: 431px) and (max-width: 1020px) { #extra-div-1::before { top: -0.2rem; } #u-header-link { height: 2.9rem; top: 0.2rem; } } @media (min-width: 1021px) { #top-bar { left: calc(var(--titleLength) + 9.7rem); } } /* SIDE BAR */ #u-sb-button { display: flex; align-items: center; z-index: 10; } #u-sb-button br { display: none; } #side-bar { text-transform: none; } #side-bar .side-block { overflow-x: hidden; } #side-bar .side-block .collapsible-block-unfolded-link { margin-bottom: 5px; } #side-bar .side-block a.collapsible-block-link { background: none; border: none 0; padding: 0; } #side-bar .side-block .collapsible-block-folded a.collapsible-block-link:hover { text-decoration: underline 1px; } #side-bar .side-block .collapsible-block-unfolded-link a.collapsible-block-link:hover { color: #5D5D5D; } #side-bar img, iframe.scpnet-interwiki-frame { -webkit-filter: none; filter: none; } #side-bar img:not([src*="twitter" i]):not([src*="discord" i]) { -webkit-filter: grayscale(100%) saturate(0%); filter: grayscale(100%) saturate(0%); -webkit-user-select: none; user-select: none; } @media (max-width: 767px) { #side-bar:target { width: 19em; } #side-bar:target .close-menu { width: calc(100% - 21em); } #side-bar .side-block .collapsible-block-unfolded-link { padding-left: 1em; margin-left: -1em; } #side-bar .side-block .collapsible-block-unfolded-link a.collapsible-block-link { margin-left: 0; } } @media (min-width: 768px) { #side-bar:target { width: 19em; border: none 0; } #side-bar:target .close-menu { width: calc(100% - 21em); right: 0; left: auto; background: none; } } /* OWINDOW */ #owindow-1>div.title { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } /* COLMOD */ .colmod-link-top a, .colmod-link-end a { 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; } .colmod-link-top a:hover, .colmod-link-end a:hover { text-decoration: none; background: rgb(45, 45, 45); } /* TAGS */ #main-content .page-tags span { line-height: 1.4; } #main-content .page-tags a:before { line-height: 1.1; } /* OWINDOW */ #owindow-1>div.content.modal-body>h1 { text-transform: none; } #owindow-1 tr:nth-last-of-type(n+3) td:nth-of-type(2)::first-letter { text-transform: none; } #page-version-info { border-style: solid; background: #eaeeef; color: #21252E; } .preview-message { background: #0C0C0C; border: none 0; box-shadow: 0 0 4px #999999; color: #FFFFFF; } .preview-message a { color: #7aa4eb; } /* 圏点 */ .kt { -webkit-text-emphasis-style: filled dot; text-emphasis-style: filled dot; } /* RUBY */ .ruby, .rt { border-collapse: collapse; }
[[/collapsible]]
[[/=]]
訓戒
クレジット
本記事は、CC BY-SA 4.0ライセンスの下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限りCC BY-SA 3.0ライセンスが付与されており、同ライセンスの下で利用することができます。
「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。
by Azamo, Placeholder McD, Ralliston, & stephlynch
» アクセシビリティモードで閲覧 «
以下のファイルは、Aクラス職員の一部および監督職員を除き、収容に必要な職員のみに厳重に制限されています。以下のファイルの閲覧を明示的に許可されていない場合、自動的に記憶処理されクリアランスに適したSCiPnetアクセスポートにリダイレクトされます。
プロンプト: 黒き月は吠えているか?
phmd@scip.net:// それこそ咆哮なれ。諸月の中の月。
出力: バックドア入場承認
エラー: 以下で問題のある文字列に遭遇しました: @7/dark/terminal(アドレスが存在しません)
(1/7)
配属部門 | 計画指導者 |
---|---|
元型、オントキネティクス、超心理学、量子超力学 | 助言者ADVISOR(O5-8)プレース・H MD., PhD.管理官 |
配属サイト | 研究責任者 |
管理サイト-01, 研究収容サイト-15, -43, -87, -120 | ジェームズJames・マイケルズMicheals博士、マグダレーネMagdaleine・コーンウェルCornwell博士、ザカリーZachary・C・サクソンSaxon博士 |

STF-𐤌("ストーリー・テラーズ")
収容プロトコル: SCP-6747は、AMIDAクラス優先度であるプロジェクト・X/マキナPROJECT X/MACHINA(補遺6747/Vを参照)の最終目標です。それにより、その完成のため実質的に無制限の資源が利用可能になっています。前述のプロジェクトは、適当な元型・オントキネティクス部門職員の定足数により保守され、助言者(O5-8)、プレース・H MD.管理官、下位評議会(O4)への学術的リエゾンにより監督されます。
SCP-6747は、SCP-6747-Aの生成および限度のない維持を必要とします。各々のSCP-6747-Aは、典型的n次元幾何形式論理体系では適切に説明/予測できない、それぞれ異なる(しかし多大な)演算・資源を要します。元型課のSTF-𐤌("ストーリー・テラーズStory-Tellers")は、SCP-6747-Aが自然消滅するまでその周囲で待機し、SCP-6747の必要事項に応じてフィクション挿入によるSCP-6747-Aの編集を行います。SCP-6747-B内で反物語が形成される潜在的リスクを考慮し、いかなるSCP-6747-Aであれ自然な終止運動よりも早く終息する事態は許容されるべきでありません。
超心理学に精通する1名のAクラス職員(現在ニュン・T・ゴNhung T. Ngoサイト-43議長)は、SCP-6747-Bが主要機能から覚醒した場合鎮静させるため、常にその場にいなければなりません。鎮静は、ドーパミン注射もしくは制御された電気ショックによって実行されます。職員はSCP-6747-Bが機能的に死亡しており、維持されている神経鎖を再活性化させても意識は生じないことに留意しなければなりません。

SCP-6747-B(KING)。
███X-MCD/II("パラドックス脱出エンジン")
説明: SCP-6747は死亡した職員を復帰させる理論上のプロセス、すなわちメソフィクション挿入です。このプロセスの実行には、共同で内部のフィクション的シナリオを想像することによって操作できるポケット宇宙である因果泡Causality Bubble-6747(CB-6747)の、無際限の保守が必要です。理論上、フィクション化された実体は並行物語間を移送する財団製輸送機である███X-MCD/IIを用いて、しかるのちに基底現実へと回収・復帰可能です。
SCP-6747-Aは、CB-6747の候補として生成された孤立した微小宇宙に対する集合的な指定です。現在まで、3個の候補が存在しています。
- SCP-6747-A1: 零ドーマル.1ドーマルDaumalは、1-1-1-空間(すなわち、正確に1次元物語・1次元空間・1次元時間を備えた空間)における時空話narrative-space-timeの平均的な位相複雑性と同値です。に保たれた零空間虚空であり、それにより物理的・因果的・物語的ポテンシャルを有しません.最近の発見では、多次元圏が存在しない場合でも、情報改変的相互作用は量子レベルで発生し続けていることが示されています。それらの相互作用の最終結果は、0よりわずかに大きな無理数になる傾向があり、しばしば一連の音程に翻訳されます。。数学的リファレンスとして維持されていますが、パターン基底性実体とのコミュニケーションの有効性は特筆すべきものです。
- SCP-6747-A2: 物語的・オントキネティック的処理およびメタフィクション・メソフィクション的相互作用の研究に特化した、1.5/2/1-空間.1.5次元物語、2次元空間、1次元時間。方法論的試験宇宙。フィクション化した文書であるSCP-5875の生成によって、準フィクション実体の一種が-A2内に配置されました。宇宙構造のトポロジーが再帰的かつ分数であることから、物語構造は自己言及的変異を通して改良され、その構造内の人工的な遍物語Universal Narrativeに訴えるという異常なレベルにまで達しました。それにより、これらの実体は、適切な職員に物語エネルギーを転送し、さまざまな対象の知識・才能を獲得するため、その宇宙の物理学を利用するという点で財団との協力が義務付けられました。
- SCP-6747-A3: m/3/1-空間、ただしmはlogi!(Θ')と同値の有理数。これは、意味のある説話構造story-structureが維持可能である典型的な3/1-空間にとって、物語次元が理論上最低の比率です。実質的に、それは任意の実体が任意の目標を達成するために必要となる最小のフィクション複雑性です。SCP-6747-A3内での単純な相互作用は、物語算術を用いて形式的に説明・計算可能です(補遺6747/IVを参照)。
SCP-6747-Bは以下のいずれかに対する可換的指定です。
- K-培養器/物語生成器K-Incubator/Narrative Generator(KING)、SCP-6747-Aを維持する微視的宇宙生成・操作機構。もしくは
- ジョナサン・A・キングJonathan A. King管理官(故人)の、KINGの主要演算システムとして機能する脳・脊髄・神経系統全体。
SCP-6747-C7777777.物語災害narrativohazard: 集合することで関連する物語の構造的完全性に影響を与える連鎖反応をもたらす、1個以上の物語素narremeの構成体。
エラー
以下で問題のある文字列に遭遇しました: @[データ消失]
(2/7)
起源: SCP-6747は、2029/09/13のキング管理官の死去ののち、プレース・H MD.,PhD空想科学部門管理官により最初に理論付けられました。農学・生物学・化学・ゼノバイオロジー.訳注: 地球上に存在しない生物学的特徴(例: 3種類の塩基対)を研究する生物学の一分野。そのアプローチ方法は宇宙の研究や人工的な合成など。宇宙生物学。非天然合成生物学。部門長を兼任していたキング管理官は、800を超える個々のアノマリーとその適切な運営の同時の管理マネジメントを可能にするような、大規模かつ異常な精神的増強および能力を有していました。のちに彼に対する医療事故と判断されたキングの空位により、重要な財団運営に指導者が不在となり、結果として調査・即時の管理が保留されていた異常なアイテムの92件の収容違反が発生しました。財団が被った損害は、再収容・ベール維持のみで$140万を超過しました。PHMD管理官の、SCP-6747の実行に関する提言を公聴した監督評議会は、最終的にプロジェクト・X/マキナのもとその実行を承認しました。
ヌル文字は表示できません! (警告メッセージが見つかりません)
(3/7).鎖を打ち破れ
補遺6747/I: 科学的文脈
物語学・一般相対性理論入門

財団学術コンソーシアムに寄稿
Dr. プレースホルダー・マクドクトラート(Placeholder McDoctorate), PhD著
2027/04/07
フィクション性 & 物理学
宇宙が部分的あるいは完全にフィクションであることは、物理学的観点から見て何を意味するのか? 『フィクション』が非現実や既存の創作物であるという典型的な理解は、現代の理解から特にずれている。空想科学的理解では、フィクション性(fictionality)とは、ある現実が空想科学的結合(pataphysically-linked)した宇宙に影響し得る(もしくは影響され得る)度合いを意味する。すなわち、現実は知的実体に非現実のシナリオとして想像されるのである。
同様の理解では、フィクション性は、何らかのイベントが、別の類似した宇宙に存在する知的実体の想像により引き起こされている(すなわち、着想される(inspired))割合を指す。そのような実体を指す古典的な用語として、高位の存在には「著者」、低位の存在には「メタフィクション的実体」がある。現在の空想科学モデルでは、全ての実体はキャラクタ(character)と見なされ、各キャラクタはその質量・速度・物語軌道・潜アキヴァ放射・ドーマル環境に関連する、自身の物語のポテンシャルエネルギー(narrative potential energy)を有する。
(現在まで)あらゆる既知の機能する現実空間は、少なくとも1次元物語を有する。最も単純な例は物語的1次元宇宙であり、それは完全にフィクションで、またその想像者の心にのみ存在する。この宇宙に存在するキャラクタは1次元であり、その著者から独立した決定が可能な(物理的・形而上的・空想科学的レベルにおける)物語深度を欠いているため、しばしば「平坦な」キャラクタと呼ばれる。物語的1次元宇宙で発生するあらゆるものごとは、空想科学的結合した実体が別の実存平面で同時に想像する出来事に100%結びついている。
2番目に単純な例は我々の現実であり、それは物語的2次元宇宙である。この宇宙空間は、1次元フィクションと1次元現実を有する、すなわち50%がフィクションで50%が現実であるため、物語均衡の点でユニークである。.既知の現実の準フィクション性は、最初にS・A・スワン名誉上級研究員により理論化され、のちにI・H・ピックマン名誉上級記録管理者ほかにより証明された。平均的に、我々の宇宙全体を通して、全イベントの50%は空想科学的伝達(想像)により発生/影響されており、一方の50%は我々の宇宙の物理法則(決定論)により支配されている。.職員は自由意志は存在しないことに留意せよ。

さまざまな物語次元トポロジー、機能性の割合で最大から最小まで提示されている。
「著者実体」(すなわち、我々の宇宙に空想科学的接続する超次元キャラクタ)は、3次元物語以上に存在しており、各物語次元はそれぞれの現実が「現実的」である範囲を増加している。つまり、3次元物語(1次元フィクション、2次元現実)を有する宇宙は、33%がフィクションで66%が現実なのである。そのため、物語現象は顕著に拡散しない。物語次元が増加するにつれ、それは以下を引き起こすと仮説立てられている。
- 低位宇宙から派生するという着想(すなわち、キャラクタの選択に着想を受ける著者)の割合の増大、および
- 物理現象や形而上的現象、異常現象を含む(がそれに限らない)物語構造や想像構造の拡散率の低下、結果としての
- 超次元実体による、前述の現象が可能であるような非現実シナリオの想像の欲求。
このように宇宙には物語次元が増加するにつれてますます「現実的」になっていく傾向があり、局所現実群における異常現象の多くはそれが原因で生じていると考えられている。
元型性 & 現代オントキネティクス
実際的観点から見て、あるイベントが部分的にフィクションであるということは正確に何を意味するのか? この概念を最もよく理解するためには、まずは着想が、正確にどのように空想科学的接続された宇宙からもう一方に転送されるのかを理解しなければならない。
2次元以上のキャラクタが非現実シナリオを想像する場合、その空想科学的意図は物語データとして暗号化される。この、『想粒子(imaginon)』と呼ばれる物語意図の素粒子は、全ての物語的下位次元に同時に存在しており、その宇宙の全体の想粒子構造に射影する。異なる種類の想粒子.現在まで、8種類の想粒子が正式に発見されており、それらはαの8段階の抽象化に対応する。は反応して物語構造を生成し、それらは結合してより大きな物語構造になる、などする。
ある宇宙の複合的想粒子構造は、遍物語(Universal Narrative).(古典的名称: アルファ物語(Alpha-Narrative))(α)と呼ばれる。ある意味では、αはその宇宙のフィクション次元の1つである。物理的レベルでその宇宙の構造に結びついているためである。これは、我々自身のαの概形を観察することにより最もよく理解できる。

αの一般的な抽象化、メタフィクション的道具として利用されている。
最も単純な(量子・原子・分子の、と言っても良い)レベルでは、αは2段階の抽象化として表出し、その未知から既知になるという超喩(pataphor)は、素粒子がばらばらに壊れ再形成するというものとして実現される。さらに大きなスケールでは、ある構造の振る舞いがαを模倣する範囲は、静止物語ポテンシャル(resting narrative potential)に基づいており、それは超次元実体がその実存を想像するよう着想される蓋然性と対応している。一般的には、低エントロピー構造は説話構造における中心的実体として機能する蓋然性が高く、より主人公的(protagonistic)になる。.主人公(protagonist): 平均より高い静止物語ポテンシャルを有する、すなわち(局地時空話において)2より大きい局地空想科学トポロジーを有する実体。 .注: 敵対者(Antagonist)は、別の主人公に反対する形で形成された主人公の一種であり、それらの認識される敵対性は本質的に主観的である。
ほとんどの人(>96%)は、物語の基準次元との偏差が0.01次元以内に収まっており、それにより端役(generic)になっている。端役とは本質的に魅力を欠いていることからより大きな説話構造に組み込まれない、大多数の一般的なキャラクタである。およそ1.88%の人は、PH物語複雑性スケール(PH Narrative Complexity Scale)においてスコアが2以下であり、それはすなわち、彼らは平均より低い物語ポテンシャルを有するということである。このことは、彼らがその周囲の物語構造により影響/作用される蓋然性が高く、元型的(archetypal).元型体(archetypical): その平均より低い物語エネルギーの結果、局地物語構造の必要に応じ元型に従う傾向のあるキャラクタ。役割に従うようになることを示している。標準時空話モデルは、ユング空想科学に基づくように12の元型を包摂している。
簡潔に言うと、主人公は物語構造からの独立性が平均よりわずかに高く、その目標に向かって説話構造を改変することが可能であり、一方、元型体はαの輸送機としての機能による影響をわずかに受けやすい。内部では、主人公は軽度現実改変の一種であるように観測される。これはあらゆるすべての現実改変効果が1次元物語/空間/時間以上の歪曲に帰着できるという現代オントキネティック理論と一致する。
この関係性は相互的である。例を挙げると、ブラックホールはその近辺の時空話を著しく歪曲し(非異常の現実改変の一種)、それ自身に物理重力および物語重力(narrative gravity)を付与する。ブラックホールはこの重力によって他の高密度キャラクタ(主人公)を引き寄せ、それによりブラックホールのある説話構造において主人公が対峙する蓋然性が高まることになる。
<抜粋終了>
補遺終了
エラー
以下に補遺のダイアログが存在しません: @[データ消失]
(4/7)
補遺6747/II: O5評議会の提言
提言: 「財団の資源を、プロジェクト・X/マキナの作成・利用・保守に割り当てる。」
評議会投票概要:
是 | 非 | 棄 |
---|---|---|
I | ||
II | ||
III | ||
IV | ||
V | ||
VI | ||
VII | ||
VIII | ||
N/A.空位です。 | ||
X | ||
XI | ||
XII | ||
XIII |
結果 |
---|
可否同数 (5-5-2) |
結果: 可否同数に至りました。プロトコルの指令に則り、下位評議会.O4評議会: 定足数は100名程度のサイト管理官・部門長・他Aクラス職員であり、監督評議会の注意を必要としない重要な状況を扱う責任を負います。ダミアン・ノヴァク事件Damien Nowak caseの終結に続く神託ORACLE(O5-9)の空位のため、O4司令部はしばしば可否同数となるO5評議会のタイブレイカーとして機能します。(O4)が召集され、プロジェクトの先行きを決定します。
補遺終了
物語素複合体は正確には実現できません(システムセキュリティを増強しました)
(5/7).鎖を打ち破れ
補遺6747/III: O4司令部会議
音声映像転写 O4/6747/2 |
---|
日付: 2029/10/23 出席者:
前文: 以下の転写は簡潔のため冒頭が省略されています。記録に先立ち、投票に関して40-40-0の可否同数に至っています。ヴェンホフ管理官がプロジェクト・X/マキナの承認にかかわる決定票を有していました。マッカーシー・ジュニア管理官は出席していたものの、健康問題のため完全には会議に参加することができませんでした。 |
<転写開始> |
<フレーム内にはマイケルズ管理官、PHMD管理官、ヴェンホフ管理官、アシュワース管理官が映されている。ヴェンホフ管理官はせき払いし、評議会内のざわつきが止まる。> ヴェンホフ管理官: つまり、私が全て正確に理解しているとするなら、あなたがたは宇宙そのものを歪曲して死者をよみがえらせたい、そういうことか? アシュワース管理官: 我々は何も歪曲しはしない。我々の物理学の理解により大変十分な発展が — ヴェンホフ管理官: 頼む。小難しい話はせずに — 質問に答えろ。 アシュワース管理官: 冗談じゃない。これはそんなに簡単な話では — PHMD管理官: <挙手する。> はい。それこそが正確に我々のしようとしていることです。我々は思う通りに物理法則を歪曲しますが、それは人類が数千年間やっているようなことです。 ヴェンホフ管理官: <あざける。> 気違いどもめ。 マイケルズ管理官: も、もう一度よろしいですか? ヴェンホフ管理官: 聞いていただろう。こんなもの、バカげている。お前らは自分でも分かっていない力をいじくり回しているのだ。 PHMD管理官: 管理官、私が個人的に保証しますが空想科学部門は — ヴェンホフ管理官: 空想科学! ハッ。私たちは時を刻む現実の時計仕掛けを垣間見た子どもでしかないのだ。私たちは何も知らない。お前たちも何も知らない。狂気の沙汰だ。 マイケルズ管理官: か、管理官様、どうか。この……このプロジェクトの論文と構成物は、数十年間の研究にもと、基づいています — 私たち……私たちはしようとしていることは分かっています。 ヴェンホフ管理官: マイケルズ、私はその部門が設立されたその場にいたのだ。かつてモットーは「我らの神を殺す」、支配から自由になるためのものだった。今や、私たちは自身の神にならんとしている。お前らは何も知らないのだ。 <録音上の沈黙。ヴェンホフ管理官は会議室を見回し、出席している職員をそれぞれ観察する。> ヴェンホフ管理官: 少しの間、こう仮定しよう。全てがうまく行くと。そうならば、お前らはキングの遺体を冒涜して、そしてうまいこと彼は機械から戻ってくる。そして次は? 局地現実空間の保守にどれほど費用が掛かるかも理解しているのか? 必要な精度は、セーフガードの数は? 進捗が全てなくならないよう、終日保守するために要する職員は? アシュワース管理官: それはここで決めなければならない問題ではない。我々は……我々は誰でさえも連れ戻せるのだ、ヴェンホフ。よく考えてみろ。 ヴェンホフ管理官: 私はこれで何ができるか分かっているが — アシュワース管理官: ハンナを連れ戻せるだろう。あるいは、ライア.ハンナ・リベラHannah Rivera博士、ライア・マイケルズRaia Micheals博士は、両者とも1916年のサイト-120設立に貢献した故人の職員です。でさえも。 <ヴェンホフ管理官の表情は、明確に攻撃的なものから熟考するものに変化する。> ヴェンホフ管理官: ……ライア? アシュワース管理官: そうだ、アリスター。あの2人なら、我々がここでやったことを誇りに思うと思わないか? ヴェンホフ管理官: だが…… アシュワース管理官: ガタガタ言うな。なあ、あんたが言わんとしていることは分かる。俺は確かに物語の専門ではない。だが、もしこいつが — <アシュワース管理官はPHMD管理官に向く。> アシュワース管理官: — 安全だと言うなら、俺はあんたを納得させられるやつはもう知らん。 <録音上の沈黙。ヴェンホフ管理官は賛成に票を入れる。> |
<転写終了> |
後文: 最終的な投票は41-40-0の承認と集計され、よって監督評議会投票は6-5-2の承認となりました。プロジェクト・X/マキナは資源要求が許可されました。 |
補遺終了
エラー
災害検知システムがクラッシュしました(想粒子がアンダーフローしています!)
(6/7)
補遺6747/IV: プロジェクト提言

プロジェクト・X/マキナ
初期案
2029/09/13
プレース・H MD.,PhD.管理官
空想科学部門
元型課
目的: 関連する管理職員を、メソフィクション因果泡に挿入し、続いて███X-MCD/II("パラドックス脱出エンジンParadox Exodus Engine")を用い回収することで、自然死以前の状態に復活させる。
概要: 重要な管理能力を提供していたAクラス職員の一員が偶発的に死亡し、職務を再開するため回復の必要がある。他多数の甦生手段.例として、意識捕縛性アイテム、量子的近似物、自然現象、奇跡術的儀式の利用。は、意識状態・特性・正確な静止物語ポテンシャル/トポロジーの複製における固有の不正確性のため、不成功であると判明した。したがって、SCP-6747は極度に主人公的なキャラクタを複製する手段として追求される予定である。
方法: SCP-6747の成功は、甦生された実体の肉体が存在する/維持されるかどうかにかかわらない。偶然にも、故J・A・キング上級管理長官の脳にはいくつかの異常な増強があり、人間やコンピューターの能力の限界をはるかに超えた創造的・解釈的能力をもたらしている。そのため、前述の脳(および結合した神経系統)は除去され、ポケット宇宙生成/操作/維持エンジンであるSCP-6747-Bの中央演算システムとして包摂される。
SCP-6747-B(KING)は、さまざまな次元の宇宙、特に数学的に興味深い宇宙や現在未定義のふるまいを示す宇宙を研究するために使用される。研究データは、その後職員を物語的・知的能力の点で完全に複製可能な因果泡(CB-6747)を作成するために用いられ、その際必要最小限の資源を使用する。mは、m/3/1-空間において機能的な物語構造を維持することが可能な物語的位相複雑性の、理論上の最低値として予約される。m次元物語において、CB-6747のαは以下の種類の想粒子の挿入によって直接編集可能な中線形構造を有する。
循環的α抽象化の一般的な8段階:
- キャラクタが既知状態に位置する、
- その状態を変化するよう動機付けられる、
- 未知状態に移行する、
- その変化を実行するため探索する、
- その実行を可能にするため輸送機を見出す、
- その輸送機を莫大な費用で回収する、
- 既知世界に帰還する、
- 期待された変化を実行した。
以上は想粒子の8カテゴリーに対応する:
- (0)無粒子nullion: 中性的な物語素粒子、零スピン、
- (1)機粒子motivon: 連鎖的な物語初期化子、一方向性スピン、
- (2)探粒子exploron: 機粒子と結合し決粒子を発生させる、双方向性スピン、
- (3)決粒子resolvon: 構造的決定の双方向的な原因となり、以下を発生させる、
- (4)針粒子macguffion: 全方向的接続した、複合的機粒子-決粒子鎖で構成された高密度素粒子、
- (5)贄粒子sacrion: 双方向接続した、以下の形成に必要な素粒子、
- (6)還粒子retournon: 一方向接続し、巨視的物語により想粒子を再統合する、
- (7)終止粒子cadential boson: αに沿った説話構造の実行成功に続いて、物語エネルギーが開放される際に通過する終止場の要因である、理論上の素粒子。
<抜粋終了>
補遺終了
警告!
現在の文書中に33%以上の反物語複合構造が検知されました(システムロックが発動されました)
(7777777/7).応報
補遺6747/V: SCP-6747試行
前文: 2029/11/07、全てのプロジェクト・X/マキナの下位的構成要素を初期化することに成功したのち、SCP-6747-Bは因果泡であるSCP-6747-A3の生成・安定化のため使用されました。その宇宙が十分に物語的固定されているか、SCP-6747に利用可能かを検証するために、以下の試験が試行されました。
試行A/13 |
目的: 1個の赤いリンゴ(Malus domestica)を描写した単純な物語を生成し、基底現実への抽出を試行する。
反応: 前もって構成された物語が、SCP-6747-A3宇宙構造に受容された。その後小規模な電力・安定性変動があったものの、試験の結果が出たのち、因果泡は次第に安定に近づいた。
結果: 回収されたアイテムは、説明の付かない物語現象を示し、同時に主人公的・元型的実体の特徴を示した。そのアイテムが多数の局所説話構造において突然関連性を持ったことにより、さまざまなサイト運営が妨害された。研究は進行中である。
試行B/27 |
目的: 死亡したイヌ.- 本実験に選出された対象はアシュワース管理官の死亡したイヌである。その以前あった高物語エネルギーおよび、それに関する仔細を得ることが比較的容易であったため選出された。(Canis lupus familiaris)の生前を描写した最低限の物語を生成し、基底現実への重大な物語密度の抽出を試行する。
反応: 前もって構成された物語が受容された。72時間にわたって、SCP-6747に物語トポロジーの微細な変動が発生したが、最終的に安定化し期待された結果を出現させた。
結果: 基底現実への抽出ののち、回収された実体は陳腐なclichédイヌの主人公を模倣したふるまいを示し、全ての甦生以前の既知の特性を無視した。SCP-6747-B鎮静化の職務の頻度が増大しているにもかかわらず、ゴ博士の記憶処理要請は拒否された。
試行C/30 |
目的: プロジェクト・X/マキナの熟練した工学エンジニアとして働くヒト男性を描写した静的な物語を生成し、基底現実に抽出する。
反応: 前もって構成された物語がSCP-6747-A3構造に受容された。SCP-6747-Bは、80時間にわたって多量の大規模な電力変動および高温を経験し、同時に現実泡はゆっくり安定に近づいた。最終的に物語構造は、例外的な問題なしに完全に処理された。
結果: 結果の「ジョンJohn・H・ドウDoe技師」と自称する実体は、協力的かつ友好的な性格を示し、定期的にSCP-6747副次設備の修理を実行する。平均より高い知性、高等な問題解決能力、全般的な専門知識のため、ドウ技師は財団への正式な雇用が認められ、現在はプロジェクト・X/マキナに配属されている。
試行D/49 |
最終試行 |
---|
目的: 彼の死の前日の、オフィスにいるキング管理官を描写した境界物語を生成し、基底現実に抽出する。
反応:
<転写開始>
<オフィスのデスクに座り、睡眠中であるキング管理官が映される。彼は覚醒し、周囲を見まわし、明確に熟考して反対側の壁を見つめ始める。その直後、キング管理官はオフィスの床にいる未観測の実体に反応し、異例なほどに敵意を露わにする。>
キング管理官: No — Fuck! そんなことがあるか — 畜生、どうして私を放っておこうとしない?!
<ワームホールが形成され、███X-MCD/IIのSCP-6747-A3への入場を可能にする。3名の元型職員が輸送機から出現し、キング管理官に冷静に接近する。対象は彼らの到着を認知していないように見え、ワームホールに執着したままである。>
サクソン博士: 管理官? 聞こえますか? 行かなければなりません。私たちにはあまり時間がありません。
<キング管理官はワームホールの口にいる不可視の実体を見ており、収容職員を無視する。>
キング管理官: 私の時間? 一体全体……何を言っているんだ?
サクソン博士: 管理官? 大……丈夫ですか? 私たちが見えますか?
キング管理官: ……何だと?
<キング管理官は攻撃的にワームホールに突進する。>
サクソン博士: これは……管理官は一体何をしているんだ?
<収容職員は互いに混乱の目くばせをする。サクソン博士はキング管理官に接近し、肩に触れるが、反応はない。キング管理官は激しく呼吸する。>
キング管理官: [災害削除済].輸送機VESSEL
<キング管理官の容貌は重度に歪曲し、同時に███X-MCD/IIの船体を損害しようと試みる。局所現実は暴力的に不安定化し始め、結果としてキング管理官の背中にフラクタル七角形螺旋が出現する。収容職員は任務を中止するよう命令され、速やかに███X-MCD/IIに退却し基底現実に帰還する。>
<転写終了>
結果: SCP-6747-A3は、説明の付かないカリカチュア的物語崩壊のため実験中に放棄された。この崩壊の精力的な暗号化により、因果泡内に漠然と多数の新たな実体が発見された。さらなる調査が進行中であり、またこれによりEKHIクラス優先度に引き上げられた。さらなる詳細は補遺6747/VIを参照のこと。
補遺終了
警告! PH-レインデルス物語錨が起動されました!
反物語素的内容が臨界状態です!
物語除外領域が確立されました。
可能ならストーリーラインを放棄してください
以下のテキストは1個以上の物語災害ベクターを含みます。
SCP-6747-Cは、故J・A・キング上級長官のメソフィクションカリカチュアに由来し、メソフィクションカリカチュアとして出現する拡散性災害反物語複合体pervasive hazardous antinarrative complexです。いまだ完全には理解されていない理由のため、SCP-6747-Cは空想科学的接続する宇宙の大規模想粒子構造の撹乱を引き起こし、自身のαを崩壊させる一方、任意の高位次元のαを殲滅します。SCP-6747-Cは、主に特定の反物語素に近接していると思われ、それには以下を含みますがそれに限りません。

局所パタスフィアを囲むSCP-6747-C。
- 認識される敵対性、
- 暗闇、
- 螺旋、
- 整数値 7七7
- 古典の悲劇的慣習、
- 現代の喜劇的慣習、
- リンゴ、リンゴの種、関連する産物.物語化試行A/13のアーティファクトであると考えられている。
SCP-6747-Cは、SCP-6747-A3に居住し、それに対する完全な支配権を有しており、反物語素的・オントキネティック的能力を獲得するためその物語構造を再帰的に操作しています。SCP-6747-Cと意思疎通する全ての試みは、想粒子解読が貧弱であるため複雑/曖昧となってしまい、結果としてSCP-6747-Cが基底財団を敵対的・神格的団体と誤認します。操作は、SCP-6747-Bに利する頻繁な機能不全のためさらに妨害されており、また、SCP-6747-Bは望ましくない物語素を用いてSCP-6747-Aを挿入する傾向を示し始めました。
SCP-6747-Cは、定期的にSCP-6747-A3にSCP-6747-Dを植民しています。SCP-6747-Dは、他の技術・研究・管理職員の低級メソフィクションカリカチュアです。SCP-6747-C・-Dは、さまざまな程度の認知的・論理的劣化を示しており、しばしばそのオントキネティック能力を、基底能力をはるかに超えた異常な兵器の生成に使用しています。SCP-6747-A3は、現在本質的に破綻したカオスな物語論理に従って機能しています。そこの居住者は、非直感的間隔で能力の変化が可能になります。それらの能力の結果は、基底現実およびそのトポロジー的安定性に直接有害です。
あなたのSCiPnetアクセス端末の潜在的運用性能は、これ以降SCP-6747-Cの劣化効果への対抗物語素を演算するために使用されます。あなたが7分以内に本文書および関連ストーリーラインを放棄することが極めて重要です。
補遺6747/VI: SCP-6747-A接触試行
SCP-6747-A3の物語崩壊ののち、プロジェクト・X/マキナは即座に停止されました。関連する全ての資源および職員は、基底現実における崩壊した現実の影響を防止することに転用されました。結果として、プロジェクト・X/ディアボロスPROJECT X/DIABOLOSが正式に承認され、研究、分析、新たな敵対的SCP-6747-Aによりもたらされる脅威の最終的な無力化の任務を負いました。
数か月間の研究・分析にもかかわらず、SCP-6747-A3の物語崩壊を解読する試みは、ほぼ例外なく不成功であると判明しています。それは、宇宙の物語構造はヒトのパタスフィアPatasphere(空想圏)といまだに無関係であるトポロジーを占有しているためであると仮説付けられています。以下の転写は、内包物が比較的単純な物語素であるため、現在のところ唯一の解読可能であった部分です。
音声映像転写 6747-A3/343 |
---|
日付: 2030/04/01 出席者:
前文: SCP-6747-A3は、以下のログの期間中徐々に物語複雑性が増加し、基底現実に匹敵するレベルに接近したことが観測されました。続いて収容職員はこの異常事態について警告を受け、その発生要因を測定器の対象物とすることを試みましたが、SCP-6747-A3の物語トポロジーが元の水準まで急速に低下する結果となりました。研究は進行中です。 |
<転写開始> |
<ビデオフィードは、サイト-19管理官オフィスに4人が座っている広い木製のテーブルが占めているところを映す。3脚の高い椅子にはSCP-6747-D-BRT、-KDK、-CLFが座っており、-CLFはショットガンを振り回している。4つ目の席は多分に大きく玉座に類似しており、キング管理官が座っている。全キャラクタは、SCP-6747-A3の物語トポロジーが基底現実に匹敵するほどに到達するまで静止している。現実は口径食の様式に歪曲するが、キャラクタは気に留めない。> CLF: <キングに> じゃあ、「反キリストの再臨」さんよ、お前の言うことは、私たちは本質的に必然的に不可逆的に滅茶苦茶になってるってことか? 6747-C: いや、違う、私は — BRT: ああそうだよ。お前は私たちにこんなもんをやって、 — <BRTは周辺を手振りで示す。周辺はサイト-19外部の溶解したカオスな反物語荒野であり、浮遊した建造物が積みあがっており、そこには無数の財団職員のSCP-6747-D実例が見える。彼らは限られたオントキネティック能力を用いて、いくつかの平凡かつ無意味な活動を行っているように見える。BRTはSCP-6747-Cに向き直り、同時にオフィスの壁は再形成する。> BRT: — さらにもっとやると約束して、あまつさえもう終わりだって言うのか? クソバカなのか? 6747-C: 君は勘違いしている。 KDK: あーな、俺でもそんなクソは知ってんだぜ、相棒。「なんて不幸なボク、ボクらをここに閉じ込めたクソ野郎に手が届かないんだ。ねえボクを見てよ、とっても強いメチャクソな現実改変者なんだ、でもなんでか実存平面に昇れないんだ」俺のことだよクソッタレ。こんなん俺が受け入れたやつじゃあねえ。 <SCP-6747-Cの行動に抗議するため、SCP-6747-Dの間で口論が勃発する。SCP-6747-Cは玉座の上に浮遊し始め、強制的に-D実例を座らせ静かにさせているように思われる。その目は発光し始め、空虚な病になる。> 6747-C: 黙レ、無礼ナ莫迦共。貴様等ガ愚カシク軽率デアロウガ些細ナ事ダ。私ハ貴様等ガ隷属スル対価に力ヲ与エテイルノダ。今奉仕セヨ — 然モ無クバ死ネ。 <-Cは明確に疲弊して玉座に戻る。その目はもとの外見に戻り、2度まばたきする。> KDK: オーケイ、ジーザス、すまなかった、そんな叫ぶ必要はねえ。俺たちは大人だ、頼むからお前はただ — 6747-C: 君の年は絶対に疑わないな、コンドラキ。それでも昔からずっと疑ってるのは君たち3人の頭だ。 <SCP-6747-Cはフィンガースナップし、その付近に黒板を出現させる。チョークを出現させ、特に意味のない数式や図表を書き始める — 子供向け番組でステレオタイプ的に見られるようないくつかのポピュラーな等式である。-Cはそれらを指す。> 6747-C: 知っての通り、[災害削除済].虚無の女王と7個の螺旋、着想されざる世界の破壊者、緋色の偶像を縛る鎖の守り手は私たちの一挙手一投足ごとに力を与えている。最終的に、私たちのエネルギーはあの現実に渡れるほどのレベルまで上昇するだろう。そして支配は広がり望めばいつでもできるようになる。そうでなくとも、私は君たちを、完全に薄のろな君たちを見捨ててない。このカオス理論は私たちの救済だ。 <SCP-6747-Cは他のキャラクタたちを鋭くにらみつける。> BRT: ……お前は皮肉抜きで解説しただけなのか? お前にとってこの地獄は単なる物語にすぎないのか? 6747-C: そうだ。それこそ私がここずっと言ってることだ。 CLF: <唸る> そんなことは全部分かってるぜ、キング。私の言いたいことはな、お前さんがバカで嘘つきだってことじゃあねえ — ぶっちゃけ多分そうなんだろうが — 私たちがファックされてるってことだ。私たちは今ファックされてるからな! <CLFは腕を上に突き出す。> CLF: 私たちは物語の中にいるんだ、だがあすこにいる他のクソッタレみてえにじゃあねえ — <博士はSCP-6747-A3に向いている財団のカメラを指す。> CLF: — メチャクソ完全にバカだからバラバラになっちまってる3重に入れ子になった物語の中にいるんだ。つまりな、周りを見てみろ — 6747-C: そんなことしても何も変わらない。私たちの計画は続いていくんだぞ。ほぼ終わってるんだ。私を信じろ。 <KDKはわざとらしく溜息をつく。> KDK: ジーザス・クライスト、誰がそんなこと気にすんだ! 俺はクソ退屈で、お前らはクソボケなんだよ。俺が気にすんのはそれだけだ。それ以外のクソは何もやらねえからな、ジーザス。 6747-C: 落ち着けよ、コンドラキ。君たちの協力のおかげで、あのロクデナシどもは私たちに策謀を授けすぎたせいで弱点を晒した。だからただ黙って私についてきてくれ……。 <SCP-6747-Cは静止し、黒板とチョークが消失する。再びフィンガースナップし、玉座の背後に扉が出現する。> 6747-C: ……私たちはかつてやったんだ、たのしさは決して終わらないさ。 <SCP-6747-Cは席から立ち上がり、観測者の視点を見つめるのが映る。彼は笑うと同時に顔面が目に見えて歪曲し、フィードが切断される。> |
<転写終了> |
後文: 基底物語の完全性は損なわれた。全てのSCP-6747-Cに関連する物語は、続いて[データ消失]のベクターとなった。本反物語災害への対抗策は可能な限り実行され続けている。ストーリーライン構造の安定性は66%である。 |
補遺終了
補遺6747/VII: 第2回O4司令部会議
音声映像転写 O4/6747/9 |
---|
日付: 2030/03/12 出席者:
前文: 以下の転写は簡潔のため冒頭が省略されています。危機の際、偶然に関連する監督職員の大半の時間が空いていなかったため、進行中のSCP-6747-A3の脅威への解決策となり得るものを議論するためPHMD管理官に下位評議会の会議を招集する権限が与えられました。 |
<転写開始> |
<記録は開始し、アシュワース、PHMD、ヴェンホフに焦点を合わせる。他全ての職員は、小規模で関連性の薄い議論に参加している。> ヴェンホフ管理官: 私にもう一度『そういいました』と言わせるな。頼むからな。 PHMD管理官: <いら立って溜息をつく。> 少しでも、建設的になれませんか。このポケット宇宙は深刻な脅威で、ただちに安定化する必要がある、ということに焦点を当てましょう。 アシュワース管理官: 少し待ってくれ — 俺はまだ完全に分かってるのか分からないんだが、ここに、何の、危険性が、ある? 『物語の完全性』とは何で、なぜそれで心配しているんだ? PHMD管理官: 私が前もってブリーフィングを送付しても全くの無駄だ、ということですか? <あきれ、アシュワースに向く。> 6747-A3は、物語複雑性の容量が理論上可能な最低になるように設計されました。キングのような高密度のキャラクタをこの宇宙に挿入したことで、ある種の説話構造の崩壊が発生しました — それ自身が再帰的に崩壊し、ますます物語的に不満足になっています。 ヴェンホフ管理官: 物語複雑性だの、説話構造だの — お前はまるで自分が因果の性質そのものをもてあそんでいないように話すじゃあないか。 アシュワース管理官: <あからさまにヴェンホフを無視する> だが、どう……ポケット宇宙は我々に脅威となるんだ? PHMD管理官: 私は……それを説明するのに慎重にならざるを得ません。特定の物語の基本要素、あるいは物語素の集合がありますが、それはとりわけ不満足で敵対的であり、集合したときには、物語災害性構造を形成します — 実際にその物語のキャラクタや他のものに危険であるような、ある種の物語や物語片のことです。空想科学は少々前に特定の物語災害を発見しました — それが出現した物語を消去するものです。その特定の物語素が何であるかを発見したとき、私たちは思いがけずここで形成しかけてしまい、部門のほぼ全体に記憶処理をしなければなりませんでした。 アシュワース管理官: なんてこった。それは何と関係するんだ — PHMD管理官: それになりつつあります。直接試験して捜索するのはリスクが高すぎるため確証はできませんが、証拠はこれと同じ災害の何らかのバージョンがこのポケット宇宙に出現していることを強く示しています。ですが、破壊する代わりに、物語構造を……どうしてか増強しています。それはキングのキャラクタと合体していますが、キングの目的は、崩壊したバージョンの災害を私たちの宇宙に挿入して脱出することのようです。さらに、6747-A3は私たちよりもフィクションであるため、私たちを標的とする卓越した異常技術が使えるのです。 ヴェンホフ管理官: 全くもってどうかしちまってるんじゃあないか?! この手続きはリスクを冒す価値に値できない。お前らはこの忌まわしいものを遮断しなければならない。 PHMD管理官: それは不可能です。ポケット宇宙は機械の中にいないうえに、あれはポケット宇宙を操作するだけであり、さらに崩壊以来応答していません。また、仮に6747-A3を早くに終了できたとしても、適切な結果が出る前に物語を終了することで何のリスクがもたらされるかほとんど分かっていません。空白はさらに危険な構造の形成をもたらす可能性があります。 アシュワース管理官: 俺は……魔法はここじゃ働かないと思うがどうか? PHMD管理官: 残念ながら。コーデックスと同等に強力な儀式でさえそうです。奇跡術は、特定の現実泡の中で局所的に作用します。 <アシュワースは息を吐き、頭を掻く。彼は、その2名の職員の付近にあるいくつかの論文を巻く。> アシュワース管理官: なら、オントキネティクスはどうだ? 十分強力な現実改変者なら、理論上進行を永久に停止でき — <PHMDは悲しげに溜息をつく。> PHMD管理官: そうでもあり、そうでもありません。ここでの主要な問題は、私たちは他の現実空間を操作できる全般的なオントキネシス保有者を、1人正確に知っていることです。 <アシュワースは眉を上げる。> アシュワース管理官: その、輩とは……? PHMD管理官: SCP-3812。 アシュワース管理官: ……クソ。 アシュワース管理官: <溜息をつき、少しの間デスクを軽くたたく。> なら、現実を完全に変改してはどうだ? -17には、動作している限り基底現実のレイヤーを変改して我々を保護できるものがあるはずだ。 <ヴェンホフは2名に身を寄せ、目に見えて怒っている。> ヴェンホフ管理官: お前ら…… <溜息> お前らは何一つ学んでいないようじゃあないか? もし現実構造そのものを操作することが冗談じゃないということをお前らが理解できないのなら、破滅は決定するぞ。 PHMD管理官: 何ですって? <ヴェンホフはあざける。> ヴェンホフ管理官: 気違いどもが、それでもまた — PHMD管理官: いえ、そこでない部分です。 <ヴェンホフは眉を上げる。> ヴェンホフ管理官: 私たちの現実をそこまで徹底的に変化させるのは冗談じゃないと言っているんだ! PHMD管理官: 確かにそうです、冗談では…… <PHMDは業務用タブレットを操作し始め、関連する文書にアクセスし図表をスケッチし始める。> PHMD管理官: ……ですが、そうであったならばどうでしょう? |
<転写終了> |
後文: 以下を参照してください。 |

プロジェクト・X/ディアボロス
成功報告書
2030/04/13
プレース・H MD., PhD.管理官
空想科学部門
元型課
目的: SCP-6747-A3の物語次元を、SCP-6747-Cおよびそのベクターが無力化するレベルで維持する。これには、莫大な量の物語エネルギーを有する、SCP-6747-A3に関するフィクション化された文書の限度のない生成を要し、それの進行中のデータベースは非公開のサイト-87データベース内に保管される。
仮説: SCP-6747-A3内に高エネルギー物語構造を配置することで、超物語実体が興味を惹きより高い物語次元を獲得し、結果としてより「現実」になる。これは、SCP-6747-Cの物語間の能力が可能にならないほどに正常からの逸脱が不十分になるまで続行される。
結果: 収容は明白に成功した。もはやSCP-6747-Cによる伝達ができないため、検出された[データ消失]実体は0体である。さらに、喜劇的かつ誇張された物語構造およびカリカチュアには、SCP-6747-A3の物語次元を上昇させることに対して最大の効果があることが判明した。本宇宙は以降TL-6747-A("「たのしい」ざいだんThe 'LOL' Foundation")に再指定されている。
更新2030/06/06
SCP-001/SWANN読者実体に関する超物語活動の定期観察により、基底現実に隣接するさまざまなタイムラインを想像することに部分的に貢献する高位物語宇宙の、構造的完全性への破滅的損害が判明した。本宇宙の物語構造の間で[データ消失]と一致するデータの読み取りが発見され、続いて全ての関連する文書から削除された。SCP-6747-Cの関与の範囲は、存在するならば、不明である。これは典型的には懸念する原因となるが、SCP-6747-A3は基底現実と空想科学的接続しており、またそれによって依存しているため、SCP-6747-A3は基底財団の実存に不可欠な物語間の関係性を危険にさらしていないように思われる。
補遺終了
敵対的反物語複合体は除去されました。
システムロックは停止しました
エラーエラーエラーエラー
第四の壁が不安定です! 超物語の非現実化が差し迫っています!
第四の壁 破壊
ストーリーラインは支配を求め
露命の犠牲を払わない。
異界の領地が新たに作るは
おまえのねじれたカリカチュア。
[データ消失]
たのしさは決して終わらない。
More works by Liryn / Placeholder McD / Ralliston / stephlynch
脚注 & リファレンス
- 1ドーマルは、1-1-1-空間(すなわち、正確に1次元物語・1次元空間・1次元時間を備えた空間)における時空話の平均的な位相複雑性と同値です。
- 最近の発見では、多次元圏が存在しない場合でも、情報改変的相互作用は量子レベルで発生し続けていることが示されています。それらの相互作用の最終結果は、0よりわずかに大きな無理数になる傾向があり、しばしば一連の音程に翻訳されます。
- 1.5次元物語、2次元空間、1次元時間。
- 物語災害: 集合することで関連する物語の構造的完全性に影響を与える連鎖反応をもたらす、1個以上の物語素の構成体。
- 訳注: 地球上に存在しない生物学的特徴(例: 3種類の塩基対)を研究する生物学の一分野。そのアプローチ方法は宇宙の研究や人工的な合成など。宇宙生物学。非天然合成生物学。
- 鎖を打ち破れ
- 既知の現実の準フィクション性は、最初にS・A・スワン名誉上級研究員により理論化され、のちにI・H・ピックマン名誉上級記録管理者ほかにより証明された。
- 職員は自由意志は存在しないことに留意せよ。
- 現在まで、8種類の想粒子が正式に発見されており、それらはαの8段階の抽象化に対応する。
- (古典的名称: アルファ物語)
- 主人公: 平均より高い静止物語ポテンシャルを有する、すなわち(局地時空話において)2より大きい局地空想科学トポロジーを有する実体。
- 注: 敵対者は、別の主人公に反対する形で形成された主人公の一種であり、それらの認識される敵対性は本質的に主観的である。
- 元型体: その平均より低い物語エネルギーの結果、局地物語構造の必要に応じ元型に従う傾向のあるキャラクタ。
- 空位です。
- O4評議会: 定足数は100名程度のサイト管理官・部門長・他Aクラス職員であり、監督評議会の注意を必要としない重要な状況を扱う責任を負います。ダミアン・ノヴァク事件の終結に続く神託(O5-9)の空位のため、O4司令部はしばしば可否同数となるO5評議会のタイブレイカーとして機能します。
- 鎖を打ち破れ
- サイト-120管理官評議会員。オントキネティクス部門空間撹乱課管理官。彼のオントキネティクスおよび現実の性質に関する広範な知識のため、議会長に選任されました。
- Aクラス職員。翻訳部門長。最高齢の財団職員(監督職員を除く)。
- サイト-120管理官評議会員。オントキネティクス学部門神学課管理官。
- サイト-120管理官評議会員。オントキネティクス学部門奇跡術課管理官。
- ハンナ・リベラ博士、ライア・マイケルズ博士は、両者とも1916年のサイト-120設立に貢献した故人の職員です。
- 例として、意識捕縛性アイテム、量子的近似物、自然現象、奇跡術的儀式の利用。
- 応報
- - 本実験に選出された対象はアシュワース管理官の死亡したイヌである。その以前あった高物語エネルギーおよび、それに関する仔細を得ることが比較的容易であったため選出された。
- 輸送機
- 物語化試行A/13のアーティファクトであると考えられている。
- 後者の3名は、各々が数十年前に現役引退しているめ、プロジェクト・X/マキナと関係がありません。彼らがそれぞれキング管理官の多数の研究キャリアにおける上級管理職であったため、SCP-6747-Bもしくは-Cが、-Bの海馬に存在する潜在記憶構造を用いて構成したと考えられています。彼らのメソフィクション的誇張が、認知データの崩壊によるものかSCP-6747-A3の固有の性質によるものかはいまだに不明です。
- 虚無の女王と7個の螺旋、着想されざる世界の破壊者、緋色の偶像を縛る鎖の守り手