The ListPages module does not work recursively.
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@media (min-width: 768px) {
#top-bar .mobile-top-bar {
display: block;
}
#top-bar .mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -20em;
width: 17.75em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 1em 1em 0 1em;
background-color: rgba(0,0,0,0.1);
transition: left 0.4s ease-in-out;
scrollbar-width: thin;
}
#side-bar:target {
left: 0;
}
#side-bar:focus-within:not(:target) {
left: 0;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 19.75em;
opacity: 0;
z-index: -1;
visibility: visible;
}
#side-bar:not(:target) .close-menu { display: none; }
#top-bar .open-menu a:hover {
text-decoration: none;
}
/* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
@supports (-moz-appearance:none) {
#top-bar .open-menu a {
pointer-events: none;
}
#side-bar:not(:target) .close-menu {
display: block;
pointer-events: none;
user-select: none;
}
/* This pseudo-element is meant to overlay the regular sidebar button
so the fixed positioning (top, left, right and/or bottom) has to match */
#side-bar .close-menu::before {
content: "";
position: fixed;
z-index: 5;
display: block;
top: 0.5em;
left: 0.5em;
border: 0.2em solid transparent;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 0.9em;
pointer-events: all;
cursor: pointer;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:focus-within .close-menu::before {
pointer-events: none;
}
}
}
/*
PLACESTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD
Based on:
Penumbra Theme by EstrellaYoshte
Paperstack Theme by EstrellaYoshte
BLANKSTYLE CSS by Placeholder McD, HarryBlank
Ad Astra Theme by NatVoltaic, stormbreath
Night Rush Theme by Nagiros
*/
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .81rem; }
body {
color: #EDEDED;
background-color: #2F333C;
background-image: linear-gradient(
to bottom,
#21252E, #21252E 90px,
#21252E 90px, #2F333C 200px,
#2F333C 200px, #2F333C 100%);
background-repeat: no-repeat;
}
#main-content {
top: -1.2rem;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
width: 12px;
background: #transparent;
}
::-webkit-scrollbar-track {
background: #21252E;
}
::-webkit-scrollbar-thumb {
background: #ededed;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accentColor);
}
/* ---- HEADER ---- */
div#container-wrap,
div#header {
background-image: none;
}
div#extra-div-1 {
height: 164px;
width: 100%;
top: 0;
position: absolute;
background: var(--lgurl);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.5rem; }
/* 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: var(--accentColor);
text-shadow: none;
letter-spacing: 2px;
font-family: 'Montserrat', sans-serif !important;
}
/* 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.3em;
}
#login-status {
color: #ededed;
}
#login-status a {
color: var(--accentColor);
}
#login-status ul a {
color: #ededed;
background: #21252E;
}
#login-status ul a:hover {
color: var(--accentColor);
}
#account-topbutton{
border: solid 1px var(--accentColor);
}
#footer, #footer a {
background: transparent;
color: #ededed;
}
#license-area {
color: #ededed;
}
#search-top-box {
top: 2.2rem!important;
right: 8px;
}
#search-top-box-form > input[type=submit] {
border: solid 1px #ededed;
background: #21252E!important;
box-shadow: none;
border-radius: 0;
color: #ededed;
transition: color 0.15s linear;
}
#search-top-box-form input[type=submit]:hover {
border: solid 1px var(--accentColor);
box-shadow: none;
color: var(--accentColor);
}
#search-top-box-form > input[type=text] { display: none; }
/* ---- TOP BAR ---- */
#top-bar {
top: 8.4rem;
display: flex;
justify-content: center;
right: 0;
}
@media (max-width: 768px) {
.mobile-top-bar {
display: flex;
justify-content: center;
max-width: 100%;
width: 100%;
left: 0;
}
}
#top-bar, #top-bar a {
color: #ededed;
transition: color 0s;
}
#top-bar ul li ul {
border-color: var(--accentColor);
overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: #2F333C;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background: #21252E;
color: #ededed;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: #21252E; /* top bar hover background color */
color: var(--accentColor);
transition: color 0.1s linear;
}
/* ---- SIDE BAR ---- */
div#side-bar{
background: #21252E;
clear: both;
padding: .8em;
border-radius: 0;
box-shadow: none;
overflow-x: hidden;
}
#side-bar .heading{
color: #ededed;
font-family: 'Josefin Sans', sans-serif;
font-size: 0.94rem;
border-bottom: solid 1px #ededed;
}
#side-bar .side-block {
border: transparent;
border-radius: 0;
box-shadow: none;
background-color: #21252E;
}
#side-bar .side-block.media {
background-color:#21252E;
}
#side-bar .side-block.resources {
background-color:#21252E;
}
.side-block .menu-item > .image {
display: none;
}
#top-bar div.open-menu a {
border-radius: 0;
box-shadow: none;
color: var(--accentColor);
background-color: #21252E;
border: 1px groove var(--accentColor);
}
@media (max-width: 767px) {
#main-content {
padding: 0;
margin: 0 5%;
border-left: none;
}
#page-title {
margin-top: 0.7em;
}
#side-bar {
background-color: #21252E;
left: -18.6em;
}
#side-bar:target {
border: none;
box-shadow: none;
}
#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: 18.6em 50%;
z-index: -1;
opacity: 0;
pointer-events: none;
}
#side-bar:target .close-menu {
width: calc(100% - 18.6em);
right: 0;
left: auto;
opacity: 1;
pointer-events: auto;
}
#side-bar:target .close-menu:hover {
background: unset;
}
#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: var(--accentColor);
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #ededed;
font-weight: bold;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #21252E;
border: unset;
box-shadow: none;
box-shadow: none;
transition: background-color 0.15s linear;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ededed;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: var(--accentColor);
}
.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: #ededed;
background-color: #21252E;
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: var(--accentColor);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #21252E;
font-weight: bold;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #21252E;
background-color: var(--accentColor);
}
.yui-navset .yui-content {
background-color: #21252E;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: none;
}
/*---- TAB ANIMATION by Croquembouche ---- */
.yui-navset .yui-content > div {
display: block;
top: 0;
overflow: hidden;
transform-origin: 0 0;
}
#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; }
}
/* ---- INFO BAR ---- */
body{
--barColour: #21252E;
--linkColour: #ededed;
}
.info-container .collapsible-block-content{
padding: 0 .5em 30px;
}
.info-container .collapsible-block-content .wiki-content-table{
width: 100%;
}
/* Ayer's info-bar patch by Monkatraz */
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-shadow: none;
}
#page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before {
content: " ";
display: none;
}
#page-content .info-container .collapsible-block-content::after {
display: none;
}
/* ---- INFO PANE ---- */
#page-content .creditRate{
margin: unset;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
#page-content .rate-box-with-credit-button {
background-color: #21252E;
border: solid 2px #21252E;
border-radius: 0;
box-shadow: 3px 0px 0px 0px var(--accentColor);
}
#page-content .rate-box-with-credit-button .creditButton p a {
border-left-color: transparent;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
border-left: 0;
}
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
color: #ededed;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
color: var(--accentColor);
}
#page-content .modalbox {
background: #2F333C !important;
color: #ededed;
box-shadow: none;
}
.close-credits,
.credit-back {
filter: grayscale(100%) invert(100%) contrast(275%);
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
margin: unset;
border-radius: 0;
border: solid 2px #21252E;
box-shadow: 3px 0px 0px 0px var(--accentColor);
background-color: #21252E;
margin-top: 4px;
margin-bottom:4px;
margin-right: 3px;
}
div.page-rate-widget-box .rate-points {
background-color: #21252E;
border: none;
color: #ededed !important;
text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #21252E;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #ededed;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #21252E;
color: var(--accentColor);
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #21252E;
border: none;
}
.page-rate-widget-box .cancel a {
color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
background: #21252E;
color: var(--accentColor);
}
/* ---- PAGE ELEMENTS ---- */
.page-source, tt{
font-family: "Fira Code", monospace;
font-size: 0.87rem;
}
.code pre, .code p, .code {
font-family: "Fira Code", monospace;
font-size: 0.87rem;
color: #21252E;
}
ins, del {
color: black;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
font-family: 'Montserrat', sans-serif !important;
color: var(--accentColor);
font-weight: bold;
letter-spacing: 1px;
font-size: 2em;
}
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif !important;
color: #EDEDED;
font-weight: bold;
letter-spacing: 1px;
font-size: 1.45em;
}
.lightbox h1 {
color: #21252E;
}
#page-title {
display: none;
}
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
color: var(--accentColor);
transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover {
color: #ffffff;
text-decoration: none;
background-color: var(--accentColor);
}
/* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */
#page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover {
background: transparent;
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: var(--linkColour) !important;
}
hr{
background-color: var(--accentColor);
}
blockquote,
div.blockquote,
#toc {
background-color: #21252E;
border: #21252E 2px solid;
border-left: 5px dashed var(--accentColor);
box-shadow: 4px 4px #2F333C;
}
.code {
background-color: #F8F8F8;
border: solid 3px #2F333C;
box-shadow: none;
}
.scp-image-block {
border: 1px solid var(--accentColor);
box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
background-color: #21252E;
border-top: 1px solid var(--accentColor);
color: #ededed;
font-size: 0.65rem;
padding: 0.1rem;
box-sizing: border-box;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
.scp-image-block.block-left, .scp-image-block.block-right {
float: none; clear: both; margin-left: auto; margin-right: auto;
}
}
/*---- 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;
}
}
#page-content tr th {
color: #21252E;
background-color: var(--accentColor);
border: solid 1px var(--accentColor);
padding: 6px;
}
#page-content tr td {
border: solid 1px var(--accentColor);
background-color: #21252E;
padding: 12px;
line-height: 1.4;
}
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
background: #21252E;
transition: background 0.25s linear;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
width: min-content;
white-space: nowrap;
overflow: hidden;
margin: auto;
}
#page-content .collapsible-block-folded .collapsible-block-link::before {
content: "▷ ";
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
content: "▽ ";
}
#page-content .collapsible-block-link {
text-decoration: none;
color: #ededed;
font-weight: bold;
}
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
background: var(--accentColor);
}
#page-content .collapsible-block-unfolded-link {
box-shadow: 0px -0.26rem 0px 0px var(--accentColor);
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
margin-top: 10px;
margin-bottom: 10px;
}
#page-content .collapsible-block-unfolded > *:nth-child(3) .collapsible-block-link::before {
content: "△ ";
}
#page-content .collapsible-block-unfolded > *:nth-child(3) {
box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
}
/* Selection */
::selection {
background: var(--accentColor);
color: #ffffff;
}
/* Footnotes */
.hovertip {
font-size: .81rem;
background-color: #21252E !important;
border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
background-color: #21252E;
padding-left: 1.4rem;
padding-right: 1.4rem;
padding-bottom: 1.5rem;
box-shadow: -0.24rem 0px 0px 0px var(--accentColor);
}
.footnotes-footer .title {
color: #ededed;
}
.footnote .f-footer, .equation .e-footer, .reference .r-footer {
display: none;
}
.footnotes-footer {
display: none;
}
/* BetterFootnotes Patch */
.fncon {
background-color: #21252E;
border-color: var(--accentColor);
}
.fnnum:hover + .fncon {
right: calc(-8vw - 4rem);
}
.lightbox .fnnum::after {
color: #000;
}
/* Tags */
#main-content .page-tags a {
margin-top: .18rem;
}
.page-tags span {
border-top: 1px solid #ededed;
}
/* Pop-Up Windows */
.owindow {
background-color: #21252E;
border-color: var(--accentColor);
}
.owindow .modal-header {
background-color: #21252E;
}
.owindow .modal-body img {
background-color: transparent !important;
}
.owindow .title {
background-color: #21252E;
color: #var(--accentColor);
border-bottom: 1px solid #2F333C;
}
.owindow .button-bar a {
background-color: #21252E;
border-color: var(--accentColor);
color: #ededed;
}
.owindow .button-bar a:hover {
background-color: var(--accentColor);
}
/* Edit Buttons */
.buttons .btn {
background-color: #21252E;
border-color: var(--accentColor);
color: var(--accentColor);
padding: 3px 5px;
}
.buttons .btn:hover {
background-color: var(--accentColor);
color: #21252E;
}
/* Edit Lock Info*/
#lock-info {
background-color: #21252E;
border-color: #ededed;
}
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
background-color: #21252E;
}
/* Page-History Current */
.pager .current {
background-color: var(--accentColor);
border-color: #ededed;
}
/* ---- INTERWIKI ---- */
.scpnet-interwiki-frame{
filter: invert(100%) grayscale(100%) contrast(75%);
}
/* ACS COLORS by Nagiros */
:root {
--five-color: 255, 34, 67 !important; /* red */
--four-color: 255, 141, 54 !important; /* orange */
--three-color: 255, 226, 82 !important; /* yellow */
--two-color: 117, 167, 242 !important; /* blue */
--one-color: 40, 159, 107 !important; /* green */
--white-bar: 207, 207, 207;
--lg-bar: 118, 118, 130;
--gray-bg: 66, 66, 72;
}
.anom-bar > .bottom-box { /* horizontal bar */
box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
-webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
-moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important;
box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
}
.bottom-box > .diamond-part { /* vertical bar */
box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
-webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
-moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important;
box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
-moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important;
}
.anom-bar-container.esoteric .text-part .main-class,
.anom-bar-container.explained .text-part .main-class,
.anom-bar-container.neutralized .text-part .main-class,
.anom-bar-container.pending .text-part .main-class {
background-color: rgba(66, 66, 72, .5) !important;
background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important;
border-left-color: rgb(118, 118, 130) !important;
border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important;
}
.danger-diamond > .arrows,
.danger-diamond > .bottom-icon::before { /* inverted arrows, esoteric icons */
filter: invert(90%) !important;
-webkit-filter: invert(90%) !important;
}
.danger-diamond > .quadrants > .bottom-quad,
.anom-bar-container.explained .danger-diamond > .quadrants > .top-quad,
.anom-bar-container.neutralized .danger-diamond > .quadrants > .top-quad,
.anom-bar-container.pending .danger-diamond > .quadrants > .top-quad { /* "transparent" bottoms/top icon backgrounds */
background-color: rgb(26, 26, 26) !important; /* body background color */
}
.danger-diamond > .bottom-icon,
.anom-bar-container.pending .danger-diamond > .top-icon::before { /* esoteric, pending icon backgrounds */
background-color: rgb(3, 3, 3) !important;
}
.anom-bar > .bottom-box::before {
background-color: var(--white-bar);
}
.top-left-box > .item {
display: none;
}
/* ---- CUSTOM SYNTAX ---- */
.darkbox {
background-color: #21252E;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
padding-left: .6rem
margin-top: 12px;
margin-bottom:12px;
}
.lightbox {
background-color: #ededed;
color: #21252E;
border-left: solid 0.26rem #21252E;
border-right: solid 0.26rem #21252E;
padding: 0.8rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
color: #21252E;
}
.lightbox hr {
background-color: #000;
}
.lightbox a {
filter: invert(1);
}
.lightbox a:hover {
background: none;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th{
padding: .35em;
}
#page-content .authorbox tr td,
#page-content .authorbox tr th{
padding: .35em;
}
.limit{
margin-bottom: -1rem;
}
.anchor{
position: sticky;
height: 0;
top: 0;
}
.authorbox,
.sidebox {
position: absolute;
width: calc((100vw - 870px) / 2);
max-height: calc(100vh - 18rem);
margin: 0 8px 0 0;
padding: .14rem;
box-sizing: border-box;
overflow: auto;
z-index: 5;
}
.authorbox {
max-width: calc((100vw - 921.2px) / 2) !important;
top: .5em;
right: 103.5%;
}
.sidebox{
top: 0;
left: 103.5%;
padding-left: 1em;
}
@media (max-width:1079px) {
.authorbox, .sidebox {
display: none;
}
}
#page-content .bt {
color: var(--accentColor);
font-weight: bold;
filter: brightness(110%);
text-decoration-color: inherit;
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 3px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: var(--accentColor) 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 3px;
border: var(--accentColor) 1px solid;
box-sizing: border-box;
}
:root {
--accentColor: #99bbff;
--lgurl: url("https://cdn.discordapp.com/attachments/606893333364604939/820794723991814154/arche2.png");
--posX: calc(50% - 358px - 13rem);
--fnColor: var(--accentColor);
--fnLinger: 1s;
}
div#extra-div-1 {
filter: opacity(0.5);
}
/* ---- 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 -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/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;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
CREDENTIALS VERIFIED. WELCOME, O5-13.
O5 COUNCIL CONFERENCE IN-PROGRESS. ATTENDANCE: MANDATORY
INITIATING NEURAL LINK…
DATASTREAM ADJUSTED PER SIXTH SUN PROTOCOL
You blink awake, disoriented by the feeling of transferal to this body. You take note of your surroundings as your grip on reality strengthens — brown table, black chair, grey walls. With a deep breath, you place your hands firmly on the familiar mahogany surface; a gold placard comes into focus, reading "O5-13: MEDIATOR".
The placard is one of thirteen, placed equidistant about the elliptical table, each accompanied by a corresponding Councillor's body. You glance across their faces (where applicable) to watch the last few stragglers upload. Seated across the table is O5-6, who lets out a huff.
To your left, the Chair inquires. "Something the matter, Six?"
"Nothing you haven't heard before, One. It's ridiculous that we have to actually be here."
"It's important to uphold tradition," he cautions. "We owe it to our predecessors."
"If our predecessors had had the option to attend conferences as efficient digital thoughtforms, I think we'd have a different tradition." He leans back in his chair, drumming his fingers rhythmically against the table. "It's a waste of good clone-bodies."
Further to your left, a digitized voice interjects. "FOUNDATION FOR THE ANOMALOUS, FOUNDING DOCUMENT, STATEMENT FIVE," it drones, emitting from a large, cylindrical machine. "LINE SEVENTY-FOUR: O5 PERSONNEL ARE REQUIRED TO BE IN PHYSICAL ATTENDANCE FOR ANY AND ALL MEETINGS OF THE ENTIRE COUNCIL."
Six scoffs. "Easy for you to say. When's the last time you left this room?"
"IRRELEVANCE DETECTED." The upper third of O5-2's cylinder rotates toward the Chair. "THE COUNCIL IS IN FULL ATTENDANCE. PERMISSION TO PROCEED?"
O5-1 reaches forward, taking hold of a Foundation-provided worktablet and stylus. "Yes, let's get started." You and several others follow suit, examining the meeting's itinerary.
"AS THE FOUNDATION'S REIGNING ARCHIVIST, IN THE PRESENCE OF THE CHAIR, I CALL THIS COUNCIL TO ORDER. LET THE RECORD SHOW THAT ALL COUNCILLORS ARE PRESENT AND OF SOUND MIND. THE ROLE OF SPEAKER IS HEREBY DELEGATED TO THE CHAIR."
"As the Foundation's reigning Chair," O5-1 recites, "I verify the aforementioned and commence O5 Council Conference #X-2737B." His boredom is made apparent by the similarity of his voice to O5-2's; a monotonous, pre-recorded sequence of syllables. "The first item on our itinerary is a requested review of sentence by the Internal Judicial Department." As he continues, you look to your worktablet:
ᅠ
INTERNAL TRIBUNAL DEPARTMENT
CASEFILE
Сase №: 43-А-III
Status: Pending Review
Jury: High Tribunal (Judges Anderson, Katz, Joyce, Xavier, presiding Justice Peterson)
Defendant: [IDENTITY UNKNOWN].No means possible to identify the accused, as they were known only to the Founding O5 Council.# ("O5-0"), former unofficial advisor to and, later, dissenter of the Founding Council. Held non-amnesticized retirement status for several decades prior to arrest.
Corpus delicti: The Defendant is hereby accused of committing crimes provided for in paragraphs,
- § 1.1.1 Espionage
- § 1.1.5 Abduction of anomalous objects
and attempting to commit crimes provided for in paragraphs,
- § 1.1.3 Armed assault
- § 2.1.1 Use of anomalous objects against humanity (with the purpose of coercive or non-coercive change of power or established societal norms)
- § 4.9 Other attempts at K-Class event realization (various)
of the ITD Legal Codex.
Your eyes aren't the only ones to widen in response as you read. The Council had been informed of this event and its perpetrator soon after it occurred, though not the why or how. The laundry list of charges is not unusual, though it was particularly uncommon for the accused to be unidentified.
"The perpetrator possesses a remarkable catalog of anomalous abilities and physical augmentations with which they covertly entered a Foundation facility. They then masqueraded as a Senior Researcher and submitted a project proposal to procure SCP-6500-α-Staff. With it, they gained control of the remaining SCP-6500-α elements and wielded them with stated intent to bring about the dissolution of the Foundation." You're surprised again as O5-1 seems unfazed by the gravity of his last statement.
"For their crimes, the High Tribunal has sentenced them to execution. However, as the perpetrator's abilities prevent typical methods of execution, the Council is to review the sentence for an appropriate alternative."
The Chair nods to O5-2, who begins to click and whir in response. Suddenly, the far wall begins to shift, the enormous screen becoming a window into another space. You peer into an inky black chamber, impressing its immensity upon you as a lone figure comes into focus. A soft, blue light illuminates the subject; rather, it illuminates the mass of restraints which obscures them — the figure is suspended in mid-air, each of their six limbs entombed in enormous steel deadlocks.
"This individual claims to be O5-0, an unofficial member of the Founding Council and, as you all are well aware, the first to hypothesize SCP-6500 within the Foundation. They refused to defend or deny their actions, in any capacity, to the Tribunal, and I suspect they will say little now." He sets his worktablet down as he speaks, leaning back in the Chair's chair. "The role of Speaker is now delegated to O5-2 to facilitate further proceedings."
"AS PER STANDARD PROCEDURE, COUNCILLORS MAY ADDRESS QUESTIONS TO THE ACCUSED, AFTER WHICH ANY RESPONSES WILL BE FILTERED FOR HAZARDOUS CONTENT AND BROADCAST THROUGH MY SYSTEMS. THE ROLE OF SPEAKER IS CEDED TO THE FLOOR FOR DISCUSSION."
A youthful man sporting sharp, jet-black hair raps his knuckles against the table, drawing your attention with two short knocks. "I'll start: I don't see any issue with treating the perpetrator as a high-threat humanoid anomaly for now. We seem to have no problem containing them and, should SCP-6500 continue on its course, they'll eventually lose their anomalous abilities. They can be executed then."
"Seriously, Four?" O5-6 scoffs. "You want to delay the restoration of the entire anomalous world and risk giving this criminal exactly what they want?"
"We're not even certain of the full capabilities of these artefacts yet — testing has yet to show their reversal of the Event. It's possible they may only stop or slow the phenomenon — we know this is the case for SCP-6500-α-Heart."
"If the anomalous — and, by proxy, the Foundation — were doomed anyway, what would be the point in executing this individual? They'd have lost the power to harm the Foundation, and it would be moot even if they hadn't."
Another two knocks rap against the table, originating from a stout, silver-haired woman whose placard reads: "O5-9: ORACLE". She opens her eyes to reveal clouded gray sclera, with no visible irises or pupils. If anyone were to understand the natures of the artefacts, she telepaths to you, would it not be this individual?
Four and Six share a glance before looking back to Nine. The Chair responds instead: "Yes, it would. However, they have refused to answer any relevant inquiries."
I shall like to attempt, she retorts, turning to address Two. Open communication to the prisoner.
There is a pause and the crackling of static before Nine continues. "Prisoner," she now speaks, with a raspy but firm tone. "You are now before a conference of the Council in review of your sentence. Be aware that your cooperation may impact your sentencing."
After a few moments, the figure nods slowly; they attempt to shift against their restraints, their lower pair of arms stretching a few inches behind them. You catch glimpses of their face — enough to note their discomfort.
"If you are who you claim to be," Nine continues, "it would stand to reason you are well-studied in the anomalous artefacts which you attempted to wield. The Council inquires as to the natures of these artefacts; what do you know of their abilities, and their role in preventing SCP-6500?"
The subject's lips begin to move soundlessly. A few moments pass as their response is monitored for hazards, before being relayed through O5-2's speakers. "The Earth-Mother provides tools to those who will fight in her name," the low voice hums.
You catch Six rolling his eyes, as does Twelve, who gestures to the former inquisitively. Before he can retort, Ten knocks a six-fingered hand against the table. "This Council is not in the business of solving riddles, prisoner," she cautions. "Please, elaborate."
The figure smirks before speaking again. A dry chuckle precedes their explanation; "The artefacts are elements of the Natural world, imbued with the power to restore it; the Natural world does not include the Foundation. It cannot."
"We protect both the anomalous and Veiled worlds," the Chair insists. "Our goals are not selfish. We only neutralize when necessary or ethical. Our noble pursuit requires the 'Natural world' and its prosperity."
"Ah, you must be One," spits the prisoner. "You sound just like your father — regurgitating all the self-justifying turns of phrase the Foundation has always used."
There is a pause. O5-1 grips the table with a ferocity you do not recognize. "You shall address the Council with respect. This will be your only warning."
"My apologies," they respond, verging on insincerity. "However, my point stands. The artefacts may keep the Impasse at bay, for a time, but it will not solve the root of the disease."
Six knocks. "That being?"
A silence fills the room. The Chair shares a glance with the Oracle, before turning back to the prisoner, whose laughter grows to replace the emptiness. "He really hasn't told you? Oh, this is rich."
The Council gradually turns to their Chair, who addresses them hesitantly. "As I'm sure you're already aware, trend data suggests a correlation between containment efforts and SCP-6500, hence its containment procedures."
"You are a coward," the prisoner states matter-of-factly. "Go on, tell them."
O5-3 gestures to their leader. "One, what the hell's going on here?"
"The correlation, er… it's stronger than we originally thought."
We can avoid this no longer, One. It must be decided now.
Six glances fervently between the two. "Someone'd better start talking sense, right now."
"The Foundation is the cause," the prisoner interrupts. "The sole cause. Every time you lock up an anomaly, every time you conduct a test or publish a document — steal the Natural elements and apply your artificial understandings and definitions — you choke magic out of reality." They sigh, relaxing against their restraints once more. "A Foundation that secures and contains is incompatible with the anomalous."
All eyes in the room gradually converge on O5-1, who tellingly refuses to meet their gazes.
You take a deep breath, watching realization set in among the rest. "You've got to be kidding me," Six huffs. "How the fuck could you, One?"
"Like hell was I going to risk this Foundation for the anomalies we swear to contain!" The Chair punctuates his statement with a pound on the table. "I — we — have a legacy to uphold, and duties to fulfill."
Ten knocks, as if they hadn't passed the point of formality. "Wait, wait — just to make sure we all understand this — you're saying our options are either to sit and watch anomalous phenomena die out, or to dissolve ourselves so we can, instead, sit and watch anomalous phenomena destroy humanity."
"Humanity existed long before the Foundation," the prisoner lectures. "You tell yourselves that you're preventing countless untold apocalypses and raptures, but you're preventing change. You prevent the entropic effects of the Natural world on the artificial and, in so doing, cause the accelerated entropy of the Natural."
"Even if humanity could safely coexist with the anomalous, with no regulating bodies —"
"You misunderstand. Regulation is different from containment."
"Explain."
The figure leans forward. "Councillors, your fearless leader seeks to prolong our crisis indefinitely; he neither wants the anomalous to die nor to prosper, because either option results in the death of his Foundation."
The Chair fumes. "You insolent —"
"Shut it, One," Four snaps.
"You now have a choice," the prisoner continues. "You can go on, preserving this Foundation out of cowardice, perverting its once-noble ideals for the sake of power, or stubbornness, or… you can become something more. You can unmake this institution, revert the death and destruction you have wrought, restore the Natural world, and begin anew — build an organization that fights for the Earth-Mother, and for its inhabitants, human or otherwise."
It's hard to tell how long the following silence lasts; nobody dares to break it, save for Two's clicks and whirrs. After some time, Nine knocks. I propose the latter. To be clear, I submit this proposal to the Council with priority. The decision is now; it is fated.
Three initiates the discourse. "The Foundation cannot exist for its own sake. If we act neither in the best interests of humanity nor the anomalous, then we act for nothing."
"If by 'the best interests of humanity'," Ten adds, "you mean 'the death of trillions of species of sentient and sapient anomalous beings', I'd like to establish that that's the least ethical possible option here."
"Nobody's campaigning for the death of magic, Ten. Sitting on the Ethics Committee isn't a requirement for knowing right from wrong."
"Didn't stop One," Six quips.
The Chair sees an opportunity to regain his footing, placing a knock to the table. "We cannot be seriously considering this criminal's proposal — there is no regulation without control or containment! We have been shown, time and again, that placing too much trust in external groups is a surefire route to betrayal."
O5-5, the Foundation's Liaison to external groups, finally makes his voice heard. "You would paint all groups of interest as untrustworthy because of a few bad actors? We used to wage war on entire anomalous species because we did not understand them — do you think we are not seen as untrustworthy? As Jailors?"
The Councillor to your right clears her throat, tracing her fingertip along the outline of her placard. "I have held the position of O5-12, the Everyman, for three decades. This Foundation plucked me out of my normal little life and told me I was humanity's voice. They introduced me to a bigger, stranger, more fantastic world than I could have ever dreamed was our reality. It was terrifying, and overwhelming… and beautiful. Not a day passes where I don't wish I could share that experience — the truth — with the rest of the world."
"That's a touching sentiment, Twelve," Eight compliments, "but not everyone will be protected as you are. If the Foundation ceased to exist, today, where would our anomalies go? There are over one thousand anomalies which, if released with no precaution, would cull half the human population overnight."
"There would, of course, be cooperation with external groups to ensure the ethical relocation of all de-contained anomalies," Seven adds.
The prisoner's audio feed crackles before they speak again. "They'd be happy to help, too, once they hear the Jailors have quit jailing."
"Think of the sacrifice!" pleads Four. "We have endangered lives and spent vast resources in our pursuit. The efforts of our predecessors, our personnel — the lives endangered to retrieve the artefacts, all in vain? We betray their efforts by giving up."
"Yes, your Foundation allows individuals to enact change, to serve the Natural within the rules of your institution," the Pariah argues, "but magic is not the result of individuals alone, as I have demonstrated in my arrest. Social, organizational change is also needed; we must cooperate in our acceptance of the anomalous."
Ten taps her knuckles to the table to say her piece. "We die in the dark so that humanity can live in the light — so that they can have brighter lives. Without the Foundation, humans will fear the world again, will be overcome by the unknown. We will plunge back into darkness."
"You would apply such platitudes and ideals to a real issue? Humans are the only Class-III species that 'live in the light'," Eleven retorts. "Do we really think that every other sapient space-age species is 'living in the dark' because they don't hide the truth from themselves? Yes, it would be a shock, but do we not owe the truth to the world?"
The question reverberates across the walls and washes over the Council. Your mind races as you replay your peers' arguments, pressing your palms flat to the table.
Two whirrs to life after a bout of silence, turning toward the Chair once more. "IT SEEMS THIS DECISION TAKES PRECEDENCE OVER THE PRISONER'S SENTENCE. HOW SHALL WE PROCEED?"
O5-1 looks up to face his fellow Overseers, and, with a deep breath, reaches forward to pick up his worktablet. "We'll do what we do best, Two: vote."
One by one, in numerical order, each Overseer (except Two) picks up their tablet. One and Two's votes are quick to appear, as are Three's and Four's. You watch Five's pained expression for an eternity before his choice registers. The votes continue in this fashion, moving around the circle, each one bringing your decision closer. You rethink your logic, you consider other perspectives; you are so entrenched in thought that you're taken by surprise when Twelve submits their vote, leaving only you to contribute your say.
With the weight of the world on your shoulders — the Foundation's Atlas — you look to your worktablet.
ADMINISTRATIVE PROPOSAL 6500-Ω
PROPOSAL:
"Dissolve the SCP Foundation in its present form, ending the securing and containment of the anomalous, and any other practices which are observed to damage both known and unknown anomalous and magical phenomena. Begin the process of shaping a new organization able to forge bonds with anomalous communities, ensuring their preservation and future prosperity." (O5-0)
COUNCIL VOTE SUMMARY:
YEA |
NAY |
ABSTAIN |
|
X |
|
|
X |
|
X |
|
|
|
X |
|
|
X |
|
X |
|
|
X |
|
|
|
X |
|
X |
|
|
|
X |
|
X |
|
|
X |
|
|
PENDING |
Stalemate (6-6) detected; the Mediator may not abstain.
Submit your vote below. All votes are final.