/* 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)); }
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
Edited by iti119 for SCP-JP
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: 0.8rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', verdana, arial, helvetica, sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#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 {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', verdana, arial, helvetica, sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-45-51f1/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#top-bar div.open-menu a {
border: 1px solid #333 !important;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height: 0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
#page-content .fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-46-ec6z/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
#page-content .fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-47-mqmb/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
/*---- Localization for JP ----*/
/* Rate Module */
#page-content div.page-rate-widget-box .rate-points {
font-family: verdana,arial,sans-serif;
font-size: 0.8rem;
}
.creditRate .page-rate-widget-box .cancel a {
display: inline-flex;
align-items: center;
justify-content: center;
height: 16px;
padding: 2px 5px;
box-sizing: border-box;
color: #333333;
}
.creditRate .page-rate-widget-box .cancel a:hover {
color: #ffffff;
}
/* Credit Module */
#page-content .creditRate.creditModule .rate-box-with-credit-button {
border: none 0;
}
#page-content .creditRate.creditModule .rate-box-with-credit-button .page-rate-widget-box {
border: solid 1px #000;
margin-bottom: 0;
}
.creditRate.creditModule .rate-box-with-credit-button .creditButton {
display: inline-flex;
width: 20px;
height: 18px;
background: #ffffff;
border-color: #000;
border-radius: 0;
box-shadow: none;
}
.creditRate.creditModule .rate-box-with-credit-button .creditButton a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 16px;
}
/* Info Module */
.creditRate:not(.creditModule) .rate-box-with-credit-button .creditButton {
width: auto;
background: none;
border: none 0;
border-radius: 0;
box-shadow: none;
}
.creditRate:not(.creditModule) .rate-box-with-credit-button .creditButton p a {
display: inline-flex;
justify-content: center;
align-items: center;
height: 16px;
padding: 0;
}
/* Side Bar */
#side-bar {
display: grid;
grid-template-areas:
"a"
"a"
"a"
"a"
"red"
"blue"
"b"
"b";
}
#side-bar .side-block[style="background-color: #a7dba2;"] {
background: #D7EFE7 !important;
}
#side-bar .side-block[style="background-color: #e5e5ff;"] {
background: #D8ECF4 !important;
grid-area: blue;
}
#side-bar .side-block[style="background-color: #fff0f0;"] {
background: #F5D8E0 !important;
grid-area: red;
}
#side-bar .side-block[style="background-color: #f0f0f0;"] {
background: #FFFFFF !important;
}
@media (max-width: 767px) {
#side-bar:target {
display: grid;
width: 19em;
}
}
@media (min-width: 768px) {
#side-bar:target {
display: grid;
width: 19em;
border: none 0;
border-right: solid 1px #333;
}
#side-bar:target .close-menu {
margin-left: 21em;
opacity: 0;
}
}
#side-bar hr {
margin-top: 0;
}
クレジット
本記事は、CC BY-SA 4.0ライセンスの下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限りCC BY-SA 3.0ライセンスが付与されており、同ライセンスの下で利用することができます。
「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。
副次クラス:
{$secondary-class}
特別収容プロトコル: あらゆる並行世界の財団には現実アルファ-アルファ-67の次元間研究部門との外交関係においてSCP-PL-245の存在の件を通達済みであり、プロトコル"復讐"下のオブジェクトのために制定された特別収容プロトコルの維持を任務とします。
プロトコルPL-245/アルファ-G-16 "復讐"
ポーランド支部収容委員会により2009/11/13に制定
プロトコル"復讐"はSCP-PL-245の異常影響を最大限効果的に予防すべく制定されました。プロトコルを熟知させられたあらゆる並行世界の財団はSCP-PL-245の性質の関係上その継続的かつ直接的な収容の試行は行わないものとします。
仮にオブジェクトがその出身の並行現実においてなおも生存する場合、並行世界のSCP-PL-245-Aは必ずかかる並行現実の財団職員により定常的な監視下に置かれます。仮にSCP-PL-245の出現が観測された場合は、当該オブジェクトはその使命を遂行する前に抑制される事となります。
SCP-PL-245の消失後、上記パラグラフは該当並行現実においては非義務化しても構いません。SCP-PL-245-AがSCP-PL-245の手により死亡した場合、この事実は必ずログPL-245/アルファ-8-Yに記録されます。
オブジェクトクラス分類に関して: 2009/11/13より、SCP-PL-245はオブジェクトクラス分類委員会の決定により正式に特殊オブジェクトクラスTiconderogaと認定されます。当該クラスは収容不可能であるものの、異常性質により収容が必要とはならないアノマリーを特徴とするものです。
アレクサンデル・フレドロの肖像、実例SCP-PL-245-A-αα67。
説明: SCP-PL-245は30歳代後半の男性の人間に対応した外見を有する人型実体です。SCP-PL-245は褐色の頭髪を有し、中程度の身長や体格です。オブジェクトの国籍は不明であり、ポーランド人である可能性が疑われていますが、裏付けられてはいません。
SCP-PL-245は自らの意志により並行現実間を旅行する能力を有します。いかなる手段でオブジェクトが当該効果を利用している/備え持っていたかは、議論の対象とされています。実体自身は異常性を備え持っておらず、異常手段を利用しているのみと推定されているものの、これに対する裏付けは得られていません。オブジェクトが当該能力を利用する際、当オブジェクトは視認可能な他のいかなる効果もなく消失し、こうした移動は常に即時性です。実体は同一並行現実に二度出現することは不可能です。
SCP-PL-245の目的は、各並行現実において存在する並行世界のアレクサンデル・フレドロ(総称的にSCP-PL-245-Aと指定)の抹殺であり、フレドロは現実アルファ-アルファ-67においてはポーランドの喜劇作家です。
目的を達成するためには、SCP-PL-245は必要と認識した場合に無関係な人物の殺害の実行も可能ですが、大抵の場合は一般人の死亡は回避しようと試みます。SCP-PL-245は通例、該当するSCP-PL-245-A実例の死亡を確認した、または自身の使命がもはや達成不可能であると理解する場合に、他の現実に来訪します。
補遺PL-245.1: ログPL-245/アルファ-8-Y
以下にPL-245/アルファ-8-Yより事例ログ集が掲載されています。ログ全文は次元サイト PL-174の次元間研究部門職員用またはSCP-PL-245プロジェクト職員用アーカイブにてアクセス可能です。
並行現実: ゼータ-パイ-1618
SCP-PL-245-A実例説明: アレクサンデル・フレドロ、男性、30歳、ヘッドギア(主に中折れ帽)の販売員、ポーランド、ウッチ。
事件説明: 2017/02/03にSCP-PL-245により自動車により轢殺。
並行現実: エプシロン-デルタ-4
SCP-PL-245-A実例説明: アレックスAlex・フレドロ、男性、年齢不詳、マクスウェリズム教会員。εδ4のマクスウェリストらにより使用される、財団が詳細未把握のサイバネティック移植技術の発明を行った。
事件説明: 未解明の状況下において拉致、恐らく死亡。
並行現実: アルファ-ガンマ-6
SCP-PL-245-A実例説明: アレクサンデル・フレドロ、男性、57歳、ポーランド国際情勢補助機関 (Polska Organizacja Pomocnicza Sprawy Międzynarodowej) と近しい人脈を有する名士。
事件説明: (αγ6内時間で) 1850/██/██/に毒殺、実行者不明、POPSM により事件78として分類されたインシデント。SCP-PL-245出現の可能性あり。
並行現実: ロー-エータ-79
SCP-PL-245-A実例説明: Δlex.aic、SCP-████、無性。人工知能を意識した構造、実行時の不明なエラーの結果、対応する端末との交流に入った生命体群により異常な意思疎通を行う。
事件説明: 不明なハッカーの攻撃により端末より実例が削除されるに至り、無力化。
並行現実: テータ-プサイ-40
SCP-PL-245-A実例説明: Fryderyk Rho-Xander、男性、33歳、都市 Med'sir 出身の商人。
事件説明: 自身の店舗内で在庫の補充作業を行っていたところ予期せず面前に現れた傭兵により殺害。事件の唯一の目撃者は実行者をSCP-PL-245の説明に則った方法で供述した。
並行現実: ガンマ-エプシロン-121
SCP-PL-245-A実例説明: アレクサンデル・フレドロ、男性、40歳、作家。代表作は『パン・タデウシュ』や『バラディナ』。氏の作品群の大部分はαα67におけるものと差異が見られなかったが、数点の差異のうち一つは『パン・タデウシュ』に第13巻が存在する事である。
事件説明: 身元不明の実行者がSCP-PL-245-A-γε121の存在の抹消を望んだ2015/02/28の現実の遡及的な再構成。シナリオは財団により阻止されたものの、タイムライン中の改変は完全には回避されなかった。氏の死亡の一ヶ月前に、次元の出身タイムラインから実例殺害の件の記録が出現した。
並行現実: エプシロン-ミュー-3
SCP-PL-245-A実例説明: アレクスィ・フルィデルィクAleksy Fryderyk、男性、34歳、並行現実εμ3のSCP財団によりフィールドエージェントとして雇用、インシデント時には並行世界の次元サイト PL-174に所在していた。
事件説明: インシデントログPL-245/ガンマ-G-78を参照。
補遺PL-245.2: インシデントPL-245/ガンマ-G-78
インシデントは2019/07/06 02:52に並行現実エプシロン-ミュー-3において発生しました。SCP-PL-245は当該並行現実においてはアレクスィ・フルィデルィクとして存在するSCP-PL-245-Aの許に出現しました。対象は当時サイト PL-174の自室に所在していました。部屋のカメラからの記録の転写は以下に掲載されており、音声記録は確保されていません。
インシデントの発生に至ったエプシロン-ミュー-3のサイト PL-174ビルディング。
[02:34]: エージェント・フルィデルィクがベッド上での読書の後そこより起床し、部屋の出口の方へと向かう。
[02:46]: 室内に灰色の上着とジーンズ製ズボンを着用したSCP-PL-245が出現する。カメラの存在する後方へと向いており、その間に実体の顔面は視認できない。
[02:46] - [02:47]: SCP-PL-245が部屋中を見回し、一瞬で軽快にポケットより火器を取り出し、その後火器を元通り忍ばせる様子が窺える。
[02:50]: エージェント・フルィデルィクが室内に戻り、SCP-PL-245を認識する。エージェントは会話を試み、オブジェクト側からの応答は無し。
[02:51]: SCP-PL-245は恐らくエージェントとの会話を開始する、当該エージェントはオブジェクトを驚嘆を持って凝視するも、やがて驚嘆は一瞬で軽い微笑に変ずる。
[02:52]: SCP-PL-245は火器を取り出してエージェント・フルィデルィクの頭部めがけて発砲し、その後五秒後に消滅する。
[02:53]: 無関係の財団職員が入室し、床上に意識の無いエージェント・フルィデルィクを認識する。当該職員はサイト PL-174の医療職員に通報する。
補遺PL-245.3: インタビューPL-245-8
インタビューはエージェント・フルィデルィクの完全回復後2019/08/06にサイト PL-174および並行現実エプシロン-ミュー-3のエヴァーグリーン=コヴァルスキ通信モジュールを通じて実施されました。
インタビューログPL-245-8
インタビュアー: タデウシュ・オストロフスキ博士
インタビュー対象: エージェント・アレクスィ・フルィデルィク (SCP-PL-245-A-εμ3)
日時: 2019/08/06
オストロフスキ博士: こんにちは、フルィデルィクさん。
エージェント・フルィデルィク: ちわ、遅れてソーリー、だが友人が足止めしてきてな、えっと、俺は駄目だがあいつへボーリングへ望むみたく辿り着くのは無理だ、って通訳してやってたんだ。
オストロフスキ博士: 構いません、インタビューはこういう場合に開始できるものです。
エージェント・フルィデルィク: イエス。
オストロフスキ博士: 貴方はインシデントの夜の事を何か覚えておいででしょうか。
エージェント・フルィデルィク: 全くもって大ありだ、翌日にミッションがあってな、ああ、ある意味では夜にって事だな。夜のミッション、PL-174近くの施設H.E.R.M.E.S.の方への襲撃みたいなもんだ。そこへうちらが準備するためエトセトラで送り出されてな。
まあこっちはミッションに出向く事は無かったんだが、すぐに辿り着いてやるぜ。
寝付けなかったな、俺の体内時計はあの時点じゃ夜間ミッション続きでぶっ壊れててなあ、夢の中のエスプレッソ二度じゃ助けにもなんねえ、へっ。まあそんで考えたんだ、何か読んどこう、何が俺の邪魔になるんだ?ならねえだろうし、って。そん時ゃ戸棚に何かの本が数冊あったな、確か『復讐』を取ったんだ、坊や、俺の憧れはミツキェヴィチなんだ。まぁそんで読んで、腹の減ったまで読んでるな。キッチンはそこから二角くらい曲がったとこだったな。何時だったかは知らねえ、二時ぐらいか?
オストロフスキ博士: つまりそれが、貴方が当時部屋にいなかった理由であったのですか?
エージェント・フルィデルィク: そういう事になるな。もっと語るぜ?
オストロフスキ博士: 是非お願い致します。
エージェント・フルィデルィク: まあそんでキッチンに行くんだ、ケツ穴ん中みてぇに真っ暗な廊下でなぁ、申し訳ねぇけどよぉ。まあだが予想もしてなかったのは、多くの施設で廊下の明かりがどんな時であっても落とされていたような事だな。
何かのサンドイッチ、チキン入りだっけな、を注文した後、良かったな、うちに戻るんだ、更に真っ暗な廊下で、多分停電か何かだとそん時は思ったな。きっと正真正銘の停電だったんだろうが、まあ配属された前にいい一週間ぐらいはうたた寝しましたわ、それでもう後は知らねえです。
まあそれで元いた場所へ戻るんだが、そしたらそこでよう分からん輩が立っていやがる、そんで思った、俺は同居人をあてがわれて奴は迷い込んできたんだと、そんで話しかけたんだ。正直まるで寝に行く様子がしなかったんで、それが良くない考えだとは思わなかったんだな。
まあそこで奴に何か訊いたんだな、配属先はどこか、だっけな。輩は答えなかった、代わりにおっ始めやがったんだ何かイカレた事を、余所ンとこでカタす前に自分とこでカタさなきゃなんねぇ件のな、それか何なんだあんにゃろう。んでまあ頭を撃ってきやがったのよ。
オストロフスキ博士: 貴方はどうしてそのような言い方ができるのですか?彼は危うく貴方を殺すところだったんですよ。
エージェント・フルィデルィク: まああくまでも危うく、だね、殺さなかったんだし。互いの距離は少ししかないな、特に財団で働いているみたいな身ではな。あんたらんとこじゃどうなのか知らねぇけどさ、俺きっとここまで速くは回復しなかったんじゃね?(哄笑) あい、貴方様。
インタビュー対象は水入りのグラスを取り、二、三度飲む。
俺ん話はこれでお終い、で、意識なくす前に奴がまた何か言ったみたいに聞こえたんだ、何かこんな具合に、誰かが挨拶があるとか、えー?知らねえよ、変な輩。
オストロフスキ博士: どなたからのものであるのかご存知でしょうか?
エージェント・フルィデルィク: まあはい、みたいな?でもよ、どっからインターネットが状況に関係あるなんて事分かればいいんだよ?うへー。