Wow! You flipped a card and got: aux-3-fairydoctor!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 23:08
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
:root {
--header-title: "SCP FOUNDATION";
--dark-accent: 20, 22, 24;
--bright-accent: 228, 228, 228;
--light-gray-monochrome: 84, 84, 84;
--dark-gray-monochrome: 48,48,52;
--black-monochrome: 20, 22, 24;
--medium-accent: var(--bright-accent);
--tab-border-color: var(--dark-accent);
--rating-module-button-color: var(--bright-accent);
--rating-module-button-credit-color: var(--bright-accent);
--swatch-background: var(--dark-accent);
/* Background and Header Colors */
--background-color: var(--dark-accent);
/* Primary Text Colors */
--swatch-text-light: var(--bright-accent);
--swatch-text-general: var(--bright-accent);
/* Primary Menu Colors */
--swatch-menubg-color: var(--dark-accent);
/* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */
--swatch-secondary-color: var(--swatch-menubg-dark-color);
--swatch-tertiary-color: var(--swatch-menubg-medium-dark-color);
/* Primary Header Colors */
--swatch-topmenu-border-color: var(--swatch-menubg-black-color);
--swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color);
--rating-module-text-color: var(--bright-accent);
--rating-module-button-cancel-color: var(--gray-monochrome);;
--gradient-header: linear-gradient(
to bottom,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 90%,
rgb(var(--header-gradient-color-top)) 100%
);
--diagonal-stripes: repeating-linear-gradient(
45deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0) 0.25vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh
);
--toggle-button-bg: rgb(var(--dark-accent));
--toggle-border-color: rgb(var(--dark-gray-monochrome));
--toggle-icon-color: rgb(var(--bright-accent));
}
.modalbox {
background: rgb(var(--dark-accent))!important;
box-shadow: none!important;
border-color: transparent!important;
border-radius: 0px!important;
padding: 4px;
pointer-events: auto !important;
}
#skrollr-body > a {
display: none;
}
body {
color: rgb(var(--bright-accent));
}
#search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover {
color: rgb(var(--dark-gray-monochrome));
}
a, a:visited {
padding: 0 2px;
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
a:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
a.close-menu {
background-color: transparent;
}
a.newpage {
color: rgb(var(--dark-accent));
background-color: rgb(var(--bright-accent));
}
a.newpage:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
::selection {
background: rgb(148, 148, 148);
}
.creditButton p a {
background-color: rgb(var(--black-accent));
}
#page-content .rate-box-with-credit-button {
display: inline-flex;
margin-bottom: .75rem;
border: .0625rem solid rgba(12,12,12,.25);
border: .0625rem solid rgba(var(--gray-monochrome));
border-radius: 0;
background: rgb(var(--dark-accent));
background-color: #fcfcfc;
background-color: rgb(var(--dark-accent));
padding: 0 .125rem;
height: var(--rating-module-height);
overflow: hidden;
}
#top-bar div.mobile-top-bar>ul>li>ul>li:hover>a, #top-bar div.top-bar>ul>li>ul>li:hover>a {
text-decoration: none;
color: rgb(var(--dark-accent));
}
#side-bar .heading
background: rgb(var(--dark-gray-monochrome));
}
#side-bar .side-block {
background-color: rgb(var(--dark-accent));
}
#side-bar .side-block.resources {
background: rgb(var(--dark-accent))!important;
}
#side-bar .side-block.media {
background-color: rgba(var(--dark-gray-monochrome))!important;
}
#side-bar div.menu-item>a {
color: rgb(var(--bright-accent));
}
#side-bar div.menu-item>a:visited {
color: rgb(var(--bright-accent));
}
.side-block.media a {
background: transparent
}
#side-bar .collapsible-block .collapsible-block-folded, #side-bar .heading {
background: rgb(var(--dark-gray-monochrome));
}
#search-top-box-input {
background-color: rgb(var(--dark-gray-monochrome));
}
#account-options {
background: var(--dark-accent);
color: var(--bright-accent);
border-color: var(--bright-accent);
}
#login-status {
color: rgba(var(--swatch-menutxt-light-color),0.5);
}
#login-status ul a {
color: rgb(var(--bright-accent));
}
span.printuser {
color: rgb(var(--swatch-menutxt-light-color));
}
#login-status .printuser {
background-color: transparent;
color: rgb(var(--bright-accent));
}
.page-rate-widget-box {
background: rgb(var(--dark-accent));
border: 0.0625rem solid rgba(var(--swatch-menubg-dark-color));
}
#top-bar div.mobile-top-bar {
background: rgb(var(--dark-accent));
}
#top-bar div.top-bar > ul > li:hover {
background: rgb(var(--swatch-menubg-black-color));
}
#top-bar div.mobile-top-bar > ul > li.sfhover > ul,
#top-bar div.mobile-top-bar > ul > li:hover > ul,
#top-bar div.top-bar > ul > li.sfhover > ul,
#top-bar div.top-bar > ul > li:hover > ul {
color: rgb(var(--dark-accent));
}
blockquote, div.blockquote {
border: none;
background-color: rgb(var(--dark-gray-monochrome));
--swatch-border-color: var(--gray-monochrome);
box-shadow: .0225rem .0835rem .0725rem .0925rem rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
--box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav hover a {
border-color: rgb(var(--dark-accent));
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--dark-accent))!important;
border-color: rgb(var(--bright-accent));
}
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--dark-accent));
}
.yui-navset-bottom .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset .yui-nav li a {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-gray-monochrome));
}
table.wiki-content-table th, table.wiki-content-table tr {
border: .0625rem solid rgba(var(--bright-accent))!important;
}
table.wiki-content-table th {
background: #e3e3e3;
border: 1px solid #e3e3e3;
color: #141618;
}
table.wiki-content-table tr {
border: 1px solid #e3e3e3;
color: #e3e3e3;
}
textarea,
input.text,
input.checkbox,
div.note,
#lock-info {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25);
background-color: rgb(var(--swatch-menubg-extra-dark-color));
color: rgb(var(--swatch-text-light));
}
.code pre span[class*="hl-"] {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.owindow .modal-body img {
background-color: transparent !important;
}
.hovertip {
border: .0625rem solid rgb(var(--dark-gray-monochrome));
color: rgb(var(--swatch-text-light));
}
.hovertip .content {
padding: 0;
}
#footer {
color: rgb(var(--bright-accent));
}
.scpnet-interwiki-wrapper {
-webkit-filter: initial;
filter: initial;
margin-top: 1em;
}
.scpnet-interwiki-frame {
-webkit-filter: invert(0.92) grayscale(1) contrast(1);
filter: invert(0.92) grayscale(1) contrast(1);
}
.scp-image-block {
border: none;
--box-shadow: none;
padding: 0;
min-width: 100%;
display: inherit;
}
.scp-image-block a {
background-color: transparent;
}
.footnote {
background-color: rgb(var(--dark-gray-monochrome));
padding: .625em;
}
.footnotes-footer {
border-left: none;
background-color: rgba(var(--dark-gray-monochrome));
}
.licensebox .collapsible-block-link {
background: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 20px;
height: 20px;
}
#who-rated-page-area .printuser a {
font-size: 100%;
}
#license-area {
color: rgb(var(--light-gray-monochrome));
}
#search-top-box input.empty {
color: rgba(var(--bright-accent));
}
.danger-diamond > .arrows,
.anom-bar > .bottom-box::before {
background-color: rgb(var(--bright-accent));
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--bright-accent));
}
.bottom-box > .diamond-part {
box-shadow: -0.5rem 0 0 0 rgb(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::before {
color: rgba(var(--bright-accent, 12, 12, 12),1);
}
.contain-class .class-text::before {
color: rgb(228 228 228);
}
.anom-bar-container.esoteric .text-part > .main-class > .second-class > .class-text::after {
color: #e4e4e4;
}
.info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link {
background: rgb(var(--bright-accent));
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: rgb(var(--dark-accent));
}
.acs-hybrid-text-bar > a {
background-color: transparent
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::after {
padding-top: 0.1rem;
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::after {
color: rgba(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::after {
color: rgba(var(--bright-accent),1);
}
.danger-diamond a, .danger-diamond a:hover {
background-color: transparent;
color: rgba(0,0,0,0);
}
.fnnum {
background-color: rgb(var(--bright-accent));
}
.fnnum::after {
color: #141618;
}
.fnnum:hover {
background-color: transparent;
}
.fncon {
background: rgb(var(--dark-accent));
border: 2px solid rgb(var(--bright-accent));
}
.fncon::before {
background-color: #141618;
color: #e4e4e4;
border: 2px solid rgb(var(--bright-accent));
}
.printuser {
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
.printuser a {
margin-right: -1px;
font-size: 14px;
background-color: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 19px;
height: 18.5px;
}
.printuser:hover {
background-color: transparent;
}
.page-tags a {
background-color: transparent;
color: rgb(var(--bright-accent));
}
@media only screen and (max-width: 768px) {
#search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] {
background-color: rgb(var(--dark-accent));
}
}
Note to beta readers: There are a number of exposition dumps that are placeholders and will be elaborated and expanded upon throughout the draft's working.
Pushing the linen cart down the hallway, Fusion and the shadow of a rabbit snuck out the back of the casino. They loaded their linen cart in the back of a stolen van that was the same make and model of the linen vans the casino contractor uses.
"Alls good so far," said the hole-less void.
"I wouldn't say that just yet. We aren't out of the woods," Fusion, a tall, grey hag gently reminded xie with no name.
"True."
Nova sauntered through security, her bio-hand gun snug between her breasts, "Good evening for some blackjack, isn't it gentlefolk?"
The security guard nearest to her blushed, meanwhile the guard checking her hand-purse and patting her down was stone faced.
"Yes ma'am. Good evening for sure!" the flushing guard responded. Shortly, behind Nova, a leprechaun fae slightly shorter than her passed through the guards.
"Evenin'," Nebula said.
The security guards were stone faced as they checked his suit. Nebula kept his whip snug inside a conductor baton. No one has even expected a whip made out of plasma to be tied into a baton. Yet, the smug leprechaun was tricky like that.
Normally the good folk would have a rough time if they entered the premises of a place they weren't invited. But Aster had managed to trick Marshal Carter into inviting her and her troupe to the gala. The succubus wasn't quite fae, although she was rather fond of them and always found herself comfortable in their company. She attended the casino a few months prior. Carter and her had had alone time in his chambers where he asked Aster to join him at the casino gala.
Aster responded, "I have a few friends who are rather good at blackjack that I know would love to attend!"
"I'm not sure I can invite anyone who we haven't vetted yet. It would take a few months, by passing the event," he stated.
She sighed, "I can't go then. They are very good friends of mine and I would hate to put them out like that."
The night passed on, and after another bottle of wine Carter said, "Please reconsider coming to the gala. You are like diamonds in the night sky and your flesh is as elegant as lace."
She shook her head, "I already said I wouldn't be able to without-"
"Ah yes. The poker players."
"Blackjack."
He sighed, "I can make an exception for them. For you my soft spoken opal."
Chaos rang throughout the gala as one of the vaults' guards noticed a weight discrepancy on the monitors. The fabled Centauri Fae Enclave's gold had been removed, and the casino's priceless pygnite hoard had also been jacked.
"Shit," Nebula muttered under his breath as he imitated the panic of the patrons around him.
Wordlessly, across the room, Nova stepped into the shadows and headed towards an emergency exit. She realized he mistake when she found it locked, "What was I thinking," she muttered to herself.
"Ma'am we are going to have to ask you to stay put," the flushed security guard from earlier demanded.
"The chaos is too much, I feel faint, and need some fresh air."
"Ma'am we aren't able to do that right now during the emergency."
There was a loud crash, as Nebula withdrew his whip and assaulted a security guard that had hassled him.
"Curse his temper," the lovely leprechaun said as she removed her bio-gun from her bosom.
The flushed guard flushed more. Dazed, he didn't have time to react to Nova shooting him in the ankle. She tore her bottom of her dress and quickly tied it to her legs fashioning it like a pair of pants. Immobilized, but no longer dazed, the guard removed his gun and pointed it at Nova. Before he had time to react, she kicked the gun out of his hands. Regaining her center of weight, she kicked him in the head. The guard groaned as Nova removed his key card. She swiped the card reader and opened the emergency exit door.
Nebula was busy absconding the guards when he heard Nova yell out, "Come on you hot-headed fool!"
Perihelion, the short hell-hound, pulled out a tablet. Focusing the screen on a map of the casino he said, "Ok here are the entry and exit points. When the hare from nowhere and Fusion deliver the gold into the truck the pressure sensors will more than likely set off the alarm."
Nova rose her hand.
"Yes Nova?"
"Why don't we place weights to balance it out?"
"Ah! I was getting to that. The Centaur Fae Enclave report that the gold stolen is half a ton, and with the pygnite…"
Nebula chimed in, "You want us to heist a TON of gold and pygnite? Not to mention that pygnite is a massive biological hazard for us?"
"In a moment Nebula. To answer your question Nova, I aim for us to replace the weights with a half-ton respectively. The concern is with how sensitive the instruments are, they will sense the micro-second of Fusion and the old dog removing the goods. Even with the replacement, we have a window of 5mins if they're triggered."
Nova said, "When they're triggered. I know you want to be optimistic but let's be sensible about this Peri."
Foundation Tales:
The ListPages module does not work recursively.
SCPs:
The ListPages module does not work recursively.
Wow! You flipped a card and got: Tristianaparks' Sandbox Page!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 22:48
≡
/*
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
*/
@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: 'Oxygen', sans-serif; }
body {
color: #000000;
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;
}
div#search-top-box {
top: 2.3rem;
right: 8px;
}
/* ---- TOP BAR ---- */
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
@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: #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;
left: -19em;
}
#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;
}
.page-rate-widget-box .rate-points {
background-color: #ffffff !important;
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: '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 */
}
div.modalbox {
border-radius: 0;
border: none;
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
/*-- 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;
}
}
/* 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) {
.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!important;
position: fixed;
top: 0;
left: -19em;
width: 17em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 0.3em 0.675em;
background-color: rgba(0,0,0,0.1);
transition: left 0.5s ease-in-out;
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
z-index: 10;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#top-bar .open-menu a:hover {
text-decoration: none;
}
.close-menu {
margin-left: 19em;
opacity: 0;
}
}
:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
: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 > * {
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 (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@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; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@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 Azamo & Placeholder McD
Based on:
Paperstack Theme by EstrellaYoshte
Minimal Theme by Stormbreath
BLANKSTYLE CSS by Placeholder McD & HarryBlank
PLACESTYLE CSS by Placeholder McD
Simple Yonder Theme by EstrellaYoshte
Tab animation by Croquembouche
*/
@import url('https://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');
/* MAIN */
/* ======================= */
:root {
--title: " SCP FOUNDATION";
--subtitle: " SECURE • CONTAIN • PROTECT";
--barColour: rgb(20, 20, 20);
--fnColor: rgb(15, 15, 15);
--logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png);
--sidelogo: var(--logo);
--sidesubtitle: var(--subtitle);
}
body {
background: rgb(255, 255, 255);
font-family: 'Roboto', sans-serif;
}
#main-content {
top: -2.8rem;
}
/* ======================= */
/* 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(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png);
}
#side-bar .collapsible-block-unfolded-link {
border-bottom: solid 1px black;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
color: black;
}
/* ======================= */
/* TABS */
/* ======================= */
ul.yui-nav a {
font-family: 'Work Sans', sans-serif;
padding: 3.5px;
color: white;
font-weight: 600;
}
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected,
.yui-navset .yui-nav a:hover,
yui-navset .yui-nav a:active {
color: white;
background-color: black;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border: none;
border-bottom: dotted 1px grey;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.yui-navset .yui-content>div {
display: block;
top: 0;
overflow: hidden;
transform-origin: 0 0;
}
.yui-navset-top a {
transition-property: background, background-color;
transition-duration: 0.2s;
}
/* Tab animation by Croquembouche */
/*---------------------------------------------*/
#page-content .yui-navset .yui-content>div[style*="none"] {
display: block !important;
flex: 0;
max-height: 0;
padding: 0 0.5em;
border-width: 0;
/* The following transition affects the one that DISAPPEARS */
transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s;
animation: tab-disappear 0.5s ease-in-out 0s 1 both;
}
#page-content .yui-navset .yui-content>div[style*="block"] {
display: block !important;
flex: 1;
max-height: 9999rem;
/* The following transition affects the one that APPEARS */
transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s;
animation: tab-appear 0.5s ease-in-out 0.5s 1 both;
}
@keyframes tab-disappear {
0% {
max-height: 9999rem;
}
1% {
max-height: 100vh;
}
100% {
max-height: 0;
}
}
@keyframes tab-appear {
0% {
max-height: 0;
}
99% {
max-height: 100vh;
}
100% {
max-height: 9999rem;
}
}
/*---------------------------------------------*/
.yui-navset .yui-content {
background: transparent;
box-shadow: none;
border-bottom: dotted 4px grey;
}
/* ======================= */
/* TAGS */
/* ======================= */
#main-content .page-tags a {
line-height: inherit;
background-color: rgb(20, 20, 20);
border-radius: 2px 6px;
color: white;
font-family: 'Work Sans', sans-serif;
font-weight: 500;
}
.page-tags span {
border-top: none;
}
/* ======================= */
/* CONTENT */
/* ======================= */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Work Sans', sans-serif;
font-weight: 800;
text-transform: uppercase;
color: black;
}
.top-left-box>.item {
display: none;
}
hr {
background-color: #333;
}
.info-container {
padding-bottom: 8px
}
/* CONTENT > CUSTOM DIVS */
/* ======================= */
.document {
background: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin: 26px auto 0;
max-width: 550px;
min-height: 300px;
padding: 24px;
padding-top: 50px;
position: relative;
width: 80%;
}
.document:before,
.document:after {
content: "";
height: 98%;
position: absolute;
width: 100%;
z-index: -1;
}
.document:before {
background: #fafafa;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
left: -5px;
top: 4px;
transform: rotate(-2.5deg);
}
.document:after {
background: #f6f6f6;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
right: -3px;
top: 1px;
transform: rotate(1.4deg);
}
.darkdocument {
background: rgb(30, 30, 30);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin: 26px auto 0;
max-width: 550px;
min-height: 300px;
padding: 24px;
padding-top: 50px;
position: relative;
width: 80%;
color: #EDEDED;
}
.darkdocument:before,
.darkdocument:after {
content: "";
height: 98%;
position: absolute;
width: 100%;
z-index: -1;
}
.darkdocument:before {
background: rgb(25, 25, 25);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
left: -5px;
top: 4px;
transform: rotate(-2.5deg);
}
.darkdocument:after {
background: rgb(25, 25, 25);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
right: -3px;
top: 1px;
transform: rotate(1.4deg);
}
.notation {
border-left: solid 3px rgb(30, 30, 30);
border-right: solid 3px rgb(30, 30, 30);
padding: 25px 25px 25px 25px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
width: 75%;
margin: auto;
background: #f7f7f7;
}
.modal {
padding: 15px 15px 15px 15px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
width: 96%;
margin: auto;
background: rgb(253, 253, 253);
border: solid 2px #5D5D5D;
}
.smallmodal {
padding: 15px 15px 15px 15px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
width: 75%;
margin: auto;
background: rgb(253, 253, 253);
border: solid 2px #5D5D5D;
}
.jotting {
padding: 5px 10px 5px 10px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
width: 75%;
margin: auto;
background: #FDFDFD;
border: dashed 0.1rem #5D5D5D;
}
.transcript {
padding: 10px 10px 10px 10px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
width: 80%;
margin: auto;
background: rgb(253, 253, 253);
border: dotted 1px #5D5D5D;
border-radius: 10px;
}
.papernote {
background-color: #eaeeef;
color: #21252E !important;
padding: 0.1rem 0.5rem 0.5rem 0.5rem;
box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%);
margin: auto;
width: 65%;
}
.raisa_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 20px 20px 20px;
word-break: break-word;
}
.raisa_memo>p:nth-child(1)::before {
content: "NOTICE FROM THE RECORDS AND INFORMATION SECURITY ADMINISTRATION\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.classification_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 20px 20px 20px;
word-break: break-word;
}
.classification_memo>p:nth-child(1)::before {
content: "CLASSIFICATION COMMITTEE MEMORANDUM\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.ettra_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 20px 20px 20px;
word-break: break-word;
}
.ettra_memo>p:nth-child(1)::before {
content: "NOTICE FROM THE EMERGENT THREAT TACTICAL RESPONSE AUTHORITY\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.ethics_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 20px 20px 20px;
word-break: break-word;
}
.ethics_memo>p:nth-child(1)::before {
content: "ETHICS COMMITTEE MEMORANDUM\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.temporal_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
border: double 3px lightgrey;
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 20px 20px 20px;
word-break: break-word;
}
.temporal_memo>p:nth-child(1)::before {
content: "THE TEMPORAL ANOMALIES DEPARTMENT\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.overwatch_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 30px 20px 20px;
word-break: break-word;
}
.overwatch_memo>p:nth-child(1)::before {
content: "OVERWATCH COMMAND\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.55rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.miscomm_memo {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa;
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Work Sans', sans-serif;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
width: 90%;
min-height: 4rem;
max-height: 100rem;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 30px 20px 20px;
word-break: break-word;
}
.miscomm_memo>p:nth-child(1)::before {
content: "NOTICE FROM THE DEPARTMENT OF MISCOMMUNICATIONS\00000a";
font-family: 'Work Sans', sans-serif;
font-weight: 900;
font-size: 130%;
text-align: center;
margin-bottom: 1rem;
padding-bottom: 0.3rem;
border-bottom: dotted 0.13rem darkslategrey;
max-width: 49rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
align-content: stretch;
align-items: center;
}
.raisa_memo a,
.temporal_memo a,
.classification_memo a,
.overwatch_memo a,
.ettra_memo a,
.ethics_memo a,
.miscomm_memo a {
font-weight: 700;
}
.bigtext {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
}
.st {
font-family: 'Work Sans', sans-serif;
font-weight: 800;
text-decoration: underline;
}
/* ======================= */
/* CONTENT > TABLES */
/* ======================= */
#page-content .wiki-content-table tr th {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
border: solid 1px #000;
background-color: #aaa;
}
#page-content .wiki-content-table tr td {
border: 1px #000 solid;
}
#page-content .table1 tr th {
background-color: #D7EFE7;
}
#page-content .table1 .st {
color: #D7EFE7;
}
#page-content .table2 tr th {
background-color: #D8ECF4;
}
#page-content .table2 .st {
color: #D8ECF4;
}
#page-content .table3 tr th {
background-color: #FDF6D7;
}
#page-content .table3 .st {
color: #FDF6D7;
}
#page-content .table4 tr th {
background-color: #FFDABF;
}
#page-content .table4 .st {
color: #FFDABF;
}
#page-content .table5 tr th {
background-color: #F5D8E0;
}
#page-content .table5 .st {
color: #F5D8E0;
}
#page-content .table6 tr th {
background-color: rgba(146, 0, 255, 0.2);
}
#page-content .table6 .st {
color: rgb(146, 0, 255);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 5px;
padding-left: -100px;
}
.table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
color: black;
}
.table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
color: black;
}
.table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
color: black;
}
.table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
color: black;
}
.table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
color: black;
}
.table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
color: black;
}
/* ======================= */
/* CONTENT > RATING MODULE */
/* ======================= */
.rate-points {
color: black !important;
font-family: 'Work Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
border: none;
font-size: 90%;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel,
.page-rate-widget-box .rate-points {
border: none;
}
/* ======================= */
/* CONTENT > IMAGE BLOCK */
/* ======================= */
.scp-image-block img {
background: white;
}
.scp-image-block.block-right {
margin: 0em 0em 1em 2em;
}
.scp-image-block.block-center {
max-width: 99% !important;
}
.scp-image-block {
border: none;
box-shadow: none;
}
.scp-image-block .scp-image-caption {
border-top: none !important;
margin-top: 8px;
background-color: #292929;
color: #ffffff;
}
.scp-image-block img,
.scp-image-block .scp-image-caption {
outline: solid 1px #444;
box-shadow: 0px 0px 5px #999999;
}
.scp-image-block .scp-image-caption p {
font-size: 110%;
font-family: 'Work Sans', sans-serif;
}
/* ======================= */
/* CONTENT > LINKS */
/* ======================= */
a {
color: #0645AD;
}
a.newpage {
color: #CC2200;
}
a:visited {
color: #0B0080;
}
.danger-diamond a, .danger-diamond a::selection {
color: transparent;
background: none;
}
.scp-image-block .scp-image-caption a {
color: #c5c5c5;
}
/* ======================= */
/* CONTENT > SCROLLBAR */
/* ======================= */
::-webkit-scrollbar {
cursor: pointer;
border: none;
}
::-webkit-scrollbar-thumb {
background: black;
cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
background: rgb(45, 45, 45);
}
::-webkit-scrollbar-track {
background: white;
}
/* ======================= */
/* CONTENT > COLLAPSIBLES */
/* ======================= */
a.collapsible-block-link {
font-family: 'Work Sans', sans-serif;
font-weight: 600;
color: white;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 9px;
background: rgb(20, 20, 20);
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
}
/* ======================= */
/* CONTENT > PAGE TITLE / BREADCRUMBS */
/* ======================= */
#page-title,
.meta-title {
display: block !important;
font-family: 'Work Sans', sans-serif;
font-weight: 700;
color: #252525;
border: none;
margin-top: 3rem;
}
#breadcrumbs {
text-transform: uppercase;
color: grey;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
margin-top: -1.5rem;
font-size: 90%;
}
/* ======================= */
/* CONTENT > BETTERFOOTNOTES INTEGRATION */
/* ======================= */
.fnnum:hover {
background: transparent;
transform: scale(1.3);
}
.fnnum {
transition-duration: 0.2s;
transition-property: transform;
transform: translateZ(0);
}
.fnnum::after {
color: #3f21ff !important;
}
.fnnum:hover::after {
color: white !important;
}
.fncon {
background: rgb(25, 25, 25) !important;
color: #EDEDED;
border: 0.15rem solid rgb(20, 20, 20);
border-radius: 2px;
font-size: 90%;
}
/* ======================= */
/* @MEDIA QUERIES / MOBILE FORMATTING */
/* ======================= */
@media only screen and (max-width: 600px) {
.scp-image-block.block-right {
float: none;
margin: 10px auto;
}
}
@media (min-width: 768px) {
#header,
#top-bar {
width: calc(100% - 4.4rem);
max-width: calc(100% - 4.4rem);
}
#main-content {
max-width: 95%;
}
}
@media (max-width: 1120px) {
#top-bar {
font-weight: 600;
font-size: 80%;
}
}
@media (max-width: 1020px) {
#top-bar {
top: 3.2rem;
left: 7.8rem;
}
#extra-div-1::before {
top: 0.3rem;
}
#extra-div-2::before {
top: 1.9rem;
}
#u-header-link {
height: 2.5rem;
}
.document,
.darkdocument {
width: 95%;
}
}
@media (max-width: 767px) {
.mobile-top-bar {
display: flex;
justify-content: flex-start;
max-width: 100%;
width: 100%;
flex-direction: row;
}
}
@media (max-width: 500px) {
.logo {
display: none;
}
#top-bar {
left: 3.6rem;
}
#extra-div-1::before,
#extra-div-2::before {
left: 4.2rem;
}
#u-header-link {
left: 4rem;
}
}
@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 */
/* ======================= */
::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: double 4px black !important;
margin: auto;
width: 90%;
margin-top: 1rem;
margin-bottom: 1rem;
}
.s-cell {
font-size: 1.25rem !important;
}
.w-container > div > div > p {
line-height: 22px;
}
.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: 'Roboto', sans-serif;
font-size: 105%;
border: none;
width: 80%;
box-shadow: 0px 0px 4px #999999;
padding: 18px 18px 18px 18px;
word-break: break-word;
}
/* ======================= */
/* MISC > FONT SIZE/WEIGHT CHANGES */
/* ======================= */
#page-content strong {
font-weight: 900;
}
#page-content {
font-size: 110%;
}
/* ======================= */
#show-upload-button {
float: unset;
border-radius: 6px;
border: solid 1px grey;
font-size: 0.85rem;
}
.edit-help-34 {
margin-top: 2px;
font-family: 'Work Sans', sans-serif;
font-size: 0.7rem;
font-weight: 500;
}
.printuser a {
font-family: 'Work Sans', sans-serif;
font-weight: 700;
}
form,
#action-area>p,
table.page-files td span {
font-family: 'Work Sans', sans-serif;
}
#action-area>table>thead>tr,
#revision-list>table>tbody>tr:nth-child(1) {
font-family: 'Work Sans', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
#page-info {
font-family: 'Work Sans', sans-serif;
font-weight: 500;
padding-bottom: 0.2rem;
margin-bottom: 0.2rem;
}
#page-info::first-letter,
a.btn.btn-default.button.button-close::first-letter,
a.btn.btn-default.button.button-close-message::first-letter,
a.btn.btn-default.button.button-cancel::first-letter,
a.btn.btn-default.button.button-rename::first-letter,
a.btn.btn-default.button.button-no\,-cancel::first-letter,
#owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter,
#owindow-1 td::first-letter {
text-transform: uppercase;
}
#owindow-1 td a::first-letter {
text-transform: lowercase !important;
}
.button-bar.modal-footer a.btn.btn-danger,
#owindow-1>div.content.modal-body>div>div>a {
float: right !important;
margin-top: -0.73rem;
}
td:nth-child(1)>a {
font-family: 'Work Sans', sans-serif;
font-weight: 600;
}
/* MISC > BUTTONS */
/* ======================= */
a.btn.btn-danger,
a.btn.btn-primary,
.btn-small,
#owindow-1>div.button-bar.modal-footer>a,
#edit-cancel-button,
#edit-diff-button,
#edit-preview-button,
#edit-save-draft-button,
#edit-save-continue-button,
#edit-save-button,
#owindow-1>div.content.modal-body>div>a.btn.btn-default {
font-family: 'Work Sans', sans-serif;
font-weight: 600 !important;
font-size: 0.75rem;
color: white;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 9px;
background: rgb(20, 20, 20);
border-radius: 2px !important;
cursor: pointer;
width: fit-content !important;
margin-top: 0.1rem;
margin-bottom: 0.1rem;
margin-left: 0.3rem;
margin-right: 0.35rem;
float: left;
}
a.collapsible-block-link:hover,
a.btn.btn-danger:hover,
a.btn.btn-primary:hover,
.btn-small:hover,
#owindow-1>div.button-bar.modal-footer>a:hover,
#edit-cancel-button:hover,
#edit-diff-button:hover,
#edit-preview-button:hover,
#edit-save-draft-button:hover,
#edit-save-continue-button:hover,
#edit-save-button:hover,
#owindow-1>div.content.modal-body>div>a.btn.btn-default:hover {
text-decoration: none;
background: rgb(45, 45, 45);
}
#action-area > p:nth-child(5) > a:hover {
text-decoration: none;
background: rgb(45, 45, 45);
}
#action-area > p:nth-child(5) > a {
font-family: 'Work Sans', sans-serif;
font-weight: 600 !important;
font-size: 0.75rem;
color: white;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 7px;
padding-right: 9px;
background: rgb(20, 20, 20);
border-radius: 2px !important;
cursor: pointer;
width: fit-content !important;
margin-top: 0.1rem;
margin-bottom: 0.1rem;
margin-left: 0.3rem;
margin-right: 0.35rem;
}
/* ======================= */
#footer,
#license-area {
font-family: 'Work Sans', sans-serif;
font-weight: 500;
}
#page-content div.collapsible-block {
margin-top: 13px;
margin-bottom: 13px;
}
div.collapsible-block-content {
animation: fade 0.4s;
animation-fill-mode: forwards;
}
.avatar-hover {
display: none !important;
}
/* 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;
}
#files-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-files.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#edit-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-edit.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#history-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-history.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#print-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-print.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#view-source-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-source.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#discuss-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-discuss.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#site-tools-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-tools.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#tags-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-tags.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
#pagerate-button::before {
background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/btn-pagerate.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
content: " ";
}
.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;
}
[[/collapsible]]
[[/=]]
What this is
A bunch of miscellaneous CSS 'improvements' that I,
Croquembouche, use on a bunch of pages because I think it makes them easier to deal with.
The changes this component makes are bunch of really trivial modifications to ease the writing experience and to make documenting components/themes a bit easier (which I do a lot). It doesn't change anything about the page visually for the reader — the changes are for the writer.
I wouldn't expect translations of articles that use this component to also use this component, unless the translator likes it and would want to use it anyway.
This component probably won't conflict with other components or themes, and even if it does, it probably won't matter too much.
Usage
On any wiki:
[[include :scp-wiki:component:croqstyle]]
This component is designed to be used on other components. When using on another component, be sure to add this inside the component's [[iftags]] block, so that users of your component are not forced into also using Croqstyle.
Related components
Other personal styling components (which change just a couple things):
Personal styling themes (which are visual overhauls):
CSS changes
Reasonably-sized footnotes
Stops footnotes from being a million miles wide, so that you can actually read them.
.hovertip { max-width: 400px; }
Monospace edit/code
Makes the edit textbox monospace, and also changes all monospace text to Fira Code, the obviously superior monospace font.
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
:root { --mono-font: "Fira Code", Cousine, monospace; }
#edit-page-textarea, .code pre, .code p, .code, tt, .page-source { font-family: var(--mono-font); }
.code pre * { white-space: pre; }
.code *, .pre * { font-feature-settings: unset; }
Teletype backgrounds
Adds a light grey background to <tt> elements ({{text}}), so code snippets stand out more.
tt {
background-color: var(--swatch-something-bhl-idk-will-fix-later, #f4f4f4);
font-size: 85%;
padding: 0.2em 0.4em;
margin: 0;
border-radius: 6px;
}
No more bigfaces
Stops big pictures from appearing when you hover over someone's avatar image, because they're stupid and really annoying and you can just click on them if you want to see the big version.
.avatar-hover { display: none !important; }
Breaky breaky
Any text inside a div with class nobreak has line-wrapping happen between every letter.
.nobreak { word-break: break-all; }
Code colours
Add my terminal's code colours as variables. Maybe I'll change this to a more common terminal theme like Monokai or something at some point, but for now it's just my personal theme, which is derived from Tomorrow Night Eighties.
Also, adding the .terminal class to a fake code block as [[div class="code terminal"]] gives it a sort of pseudo-terminal look with a dark background. Doesn't work with [[code]], because Wikidot inserts a bunch of syntax highlighting that you can't change yourself without a bunch of CSS. Use it for non-[[code]] code snippets only.
Quick tool to colourise a 'standard' Wikidot component usage example with the above vars: link
:root {
--c-bg: #393939;
--c-syntax: #e0e0e0;
--c-comment: #999999;
--c-error: #f2777a;
--c-value: #f99157;
--c-symbol: #ffcc66;
--c-string: #99cc99;
--c-operator: #66cccc;
--c-builtin: #70a7df;
--c-keyword: #cc99cc;
}
.terminal, .terminal > .code {
color: var(--c-syntax);
background: var(--c-bg);
border: 0.4rem solid var(--c-comment);
border-radius: 1rem;
}
Debug mode
Draw lines around anything inside .debug-mode. The colour of the lines is red but defers to CSS variable --debug-colour.
You can also add div.debug-info.over and div.debug-info.under inside an element to annotate the debug boxes — though you'll need to make sure to leave enough vertical space that the annotation doesn't overlap the thing above or below it.
.debug-mode, .debug-mode *, .debug-mode *::before, .debug-mode *::after {
outline: 1px solid var(--debug-colour, red);
position: relative;
}
.debug-info {
position: absolute;
left: 50%;
transform: translateX(-50%);
font-family: 'Fira Code', monospace;
font-size: 1rem;
white-space: nowrap;
}
.debug-info.over { top: -2.5rem; }
.debug-info.under { bottom: -2.5rem; }
.debug-info p { margin: 0; }
Welcome to my Sandbox
Feel free to look around
Just don't steal my ideas
Info
SCP-XXXX: Ambassador Cyber A. Voltron
Author:
tristianaparks
Image: See "License Box" for more info.
You are viewing a outdated iteration of this document.
If you wish to view the next iteration of this document, click here.
secondary class:
uncontained
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
Cite this page as:
The ListPages module does not work recursively.
For more information, see Licensing Guide.
Licensing Disclosures
Filename:
Name: (if different from filename)
Author:
tristianaparks
License: CC-BY-SA 4.0
Source Link:
Derivative of: (If applicable)
Additional Notes: (Optional)
For more information about on-wiki content, visit the Licensing Master List.
Wow! You flipped a card and got: ExperiencedArdonyx!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 21:43
Item: SCP-6029
Object Class: Safe
Special Containment Procedures: SCP-6029 is to be guarded by MTF Beta-7 "Maz Hatters" to contain and stop the strong radiation emitting from the Main Reactor and its 3 research facilities. Anyone attempting to trespass the building shall be immediately be captured and taken into a 5 by 5 security room and given Class-A amnestics. We have cooperated with the Ukrainian government so that no one can access the city of █████████ , Ukraine. The Ukrainian Special Forces and MTF Beta-7 "Maz Hatters" have cooperated to make sure that no living being, be it animals or humans can trespass the reactors.
Description: SCP- 6029 is the largest reactor out of the three, which the SCP Foundation and the Ukrainian Government speculate it to be the main reactor where the largest destruction took place. The reactor is 10 meters high and 5 meters in length, with most of its outside having a dangerously high level of radiation, and the walls are of concrete, but much more fragile, with its top already destroyed by the radiation. SCP-6029-1 is the smaller counterpart to the main reactor, where the MTF Beta-7 "Haz Matters" and a team of 5 scientists have explored the building, and found out that it was in fact not a reactor, but a research facility used by the Soviets. Inside the building is a 5 by 5 room that has a 5 meters wide and 3 meters wide table, which has papers everywhere which are not readable. There is also a destroyed, malfunctioning control panels that were used to monitor how stable or unstable the uranium in the reactor is. There are also overgrown grass inside, but are mostly near the walls and the outside. SCP-6029-2 is another research facility that is somewhat the same as SCP-6029-1, but with some notable features that include: an infirmary which has been covered with dangerous white powder, a staff break room which has been completely taken over by tall grass, and a bathroom, which looks to be relatively intact. One of the strange discoveries that the MTF-Beta 7 "Maz Hatters" discovered was that there was a document file that was not affected by the radiation, as it was still in good condition. Contained inside are documents that included a list of findings about uranium and a list of instructions. The 5 man scientist team, upon entering the main reactor complained that it was really hot and that they felt shortness to breathing. Upon being sent to the nearby hospital, it was found that they had radiation, as noted by an extra finger on one of the scientists. The O5 command and the Ukrainian government has issued the MTF Beta-7 "Maz Hatters" and scientists wishing to enter the room require wearing a hazmat to prevent radiation from infecting them.
Addendum: The Ukrainian government has identified with the MTF Beta-7 "Maz Hatters" that it is in fact not related to the Chernobyl disaster, but rather a different smaller disaster, even though it being 15 meters away from the Chernobyl site.
[[footnoteblock]]
Wow! You flipped a card and got: Ruler of everything!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 18:41
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) {
.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!important;
position: fixed;
top: 0;
left: -19em;
width: 17em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 0.3em 0.675em;
background-color: rgba(0,0,0,0.1);
transition: left 0.5s ease-in-out;
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
z-index: 10;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#top-bar .open-menu a:hover {
text-decoration: none;
}
.close-menu {
margin-left: 19em;
opacity: 0;
}
}
:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
/*
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;
}
#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;
}
.page-rate-widget-box .rate-points {
background-color: #21252E !important;
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);
}
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;
}
| Assigned Site |
Site Director |
HMCL Supervisor |
Research Head |
Assigned Task Force |
| SCPF-Site-0 |
The Administrator |
Dr. Heather Everwood |
Dr. Xavier Moto |
MTF ω-0 "Ará Orún" |
Special Containment Procedures
SCP-#### is a spear that allows its holder to control aspects of reality pertaining to the concept of time. This includes:
- Attributes of temporal anomalies
- Gravitation
- Spacetime Geometry
- Time symmetry and by extension mass/energy conservation
- Entropy
- Death
- History
- Memory
- Timepieces
- Clockwork
The spear is primarily under the control of Annetta Lang
Excerpts from an orientation for RCT-T personnel held by Site-30 Director Victor Jates, detailing the various parascientific principles of chronological anomalies.
Inertial displacement
First things first, is a booklet called 'Elementary Time Travel and Causal Analysis'; this book detailed phenomenon I like to call "inertial retrocausality". Despite the mathematical rigor of this idea, it was deemed impractical due to the statistical hurdles.
These issues are probably why the books digitization seems to take ages regardless of what timeline or time period your in.
The tachyon
After exploration and investigation of many temporal anomalies using SCP-####, it was discovered that chronological linearity disappears in the absence of all conscious observation. This effect is designated as SCP-5647. It was later discovered that reality shifts to ensure the activation of this non-linearity effect; some have even attributed it to the thermodynamic regularities of our universe. This is what gives us the inertial displacement effect described in the first note.
Procedures to amplify this anomaly were developed, though the finer details are an overseer secret. All I can say is that it can be performed entirely within the confines of Site-01. The next step was to see how the effect scales, thus, a very special particle collider was made, also in Site-01. SCP-3141 based formula's were applied to the collider, in which the acceleration produced has a negative correlation with the number of entities are observing the collider in any way, theoretical or otherwise. There is also a positive correlation between acceleration and the rate at which entropy levels drop within the acceleration pathway. When activated, the collider gave us what we had searched for: a subatomic particle, with superluminal velocity, possessing all the properties of SCP-5647. The X-Tachyon.
Radio/Tachyon interference.
The tachyon field model, at its base, is built around the idea that tachyons concentrate in order to produce temporal anomalies. Xyank did a broad case study involving the following to develop such an idea.
- SCP-176
- SCP-281
- SCP-1950
- SCP-1979
- SCP-119
- SCP-1859
- SCP-982
- SCP-1309
- SCP-084
084 in particular is very significant as it inspired a theory that radio signals affect tachyons, and a less than suitably controlled experiment confirmed it. With radio transceivers in a faraday cage and a computer system measuring shifts in the interference pattern, you can make a tachyon scanner: all you need is some infohazardous math. With this, chronological technology was in our grasp.
Order-States
Distorting world lines is fundamentally what x-tachyons do. Blocking a world-line in the middle gets you retrocausal erasure. Stitch the fragments together, and you get yourself a negative continuity, where events are undone by regression while simultaneously proceeding with chronological progression; events retconned out without any deliberate chronological shift, they are just kind of gone.
Although the Wendel/Gupta/Helsman incident is probably the pettiest incident in the history of western academics, It is enlightening. The notion of "order-states" essentially describes how self-consistent an object's world-line is; low order states cause materials to "decouple" from spacetime, allowing them to automatically move between reference frames. Low order states make materials decay in a process called wilt, as the binding of materials breaks down in the new paradigm of acausal structure; this is what is known as a TK-Class ("Causality Failure") event.
Long ago, a TK-Class event happened on Earth. A massive tachyon storm reduced world lines were reduced to well… world-segments. The only thing holding a person's world-line together was their dubious historical memory.
The Xyank/Anastakos Constant Temporal Sink
A pair of tachyon detectors are placed, one measuring an instance of SCP-2943 and the other measuring the surroundings. A computer system connected to an AM/FM radio transmitter with VHF/UHF capacity induces radio/tachyon interference to synchronize the tachyon levels of the surrounding area with the 2943 instance, extending the instances causal immunity to the area of effect. All of these systems are connected to a central computer unit which assesses the data to ensure synchronization. The points where one causal structure meets another at the bounds of a tachyon field are known as event boundaries.
Shifts in the synchronization can produce what I call Teleological Severance: the ontological connection between cause and affect. creation and creator become severed. Of course, within the event boundary, the restructuring is ineffective. These shifts are the culprit of anomalies like SCP-1422 and SCP-4077. There was an attempt to weaponize this effect, aptly named Project Expunge, or P-EXP for short. The final product of this was the Scranton Xyank Causality Disruptor.
Selected Remarks from SCP-4101-1
"Anna is not the woman you think she is."
"She made a deal with the 3 Gods of the Nootic Churches to attain the spear, and used it to create the first Land Distortion Drives, originally designed to open dormant ways."
"She wandered through time, various iterations from various timelines leaving their mark on the history, working as an odd continuum."
"Ana presented herself to the would-be signers of the forbidden City Convention with a proposed addition to the agreement. This addition is now known as the Ouroboros Protocol"
"The Ana Lang you know today, the one working in Site-120, though separated from the power of the spear, still knows about the spear. She also knows the true reason for her husband's disappearance."
"And there he is now! Still just sitting in that cell while I'm talking to you. Looks kind of bored, really. Maybe tell him I said hi?"
Wow! You flipped a card and got: onionman02_draft7!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 18:06
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/terminus.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/profontwindows.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/vga8.css');
#main-content {
padding: 1rem;
margin-top: 0;
}
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "isolated-terminal";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "Isolated Terminal Theme";
/* set this to your theme's full name */
/* header measurements */
--header-height-on-desktop: 12.4rem;
--header-height-on-mobile: 12rem;
--header-h1-font-size: calc(var(--base-font-size) * 3);
/* Typefaces */
--body-font: 'terminus_ttfmedium', sans-serif;
--header-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--title-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--mono-font: 'profontwindowsregular', monospace;
--base-font-size: 1.11rem;
/* null logo */
--logo-image: none;
/* change title */
--header-title: "SCP FOUNDATION";
/* Header Gradients */
--diagonal-stripes: initial;
/*----*/
--accentColor: 246,196,3;
--darkColor: 40,26,8;
--bright-accent: var(--accentColor);
--dark-accent: var(--accentColor);
--pale-accent: var(--accentColor);
--medium-accent: var(--accentColor);
--black-monochrome: var(--accentColor);
--dark-gray-monochrome: var(--darkColor);
--gray-monochrome: var(--darkColor);
--light-pale-gray-monochrome: var(--darkColor);
--pale-gray-monochrome: var(--accentColor);
--very-light-gray-monochrome: var(--darkColor);
--white-monochrome: var(--darkColor);
--rating-module-button-color: var(--white-monochrome);
--rating-module-button-credit-color: var(--white-monochrome);
--rating-module-text-color: var(--white-monochrome);
--rating-module-button-cancel-color: var(--gray-monochrome);
--swatch-headerh1-color: var(--black-monochrome);
--swatch-menubg-medium-color: var(--bright-accent);
--swatch-menubg-light-color: var(--gray-monochrome);
--swatch-menutxt-light-color: var(--black-monochrome);
--swatch-menubg-medium-dark-color: var(--black-monochrome);
--swatch-primary-darker: var(--bright-accent);
--swatch-primary-darkest: var(--gray-monochrome);
--swatch-text-light: var(--bright-accent);
--swatch-topmenu-bg-color: var(--bright-accent);
--gradient-header: none;
--gradient-background: rgb(var( --gray-monochrome));
/* Desktop Sidebar button */
--toggle-button-bg: rgb(var(--black-monochrome));
--toggle-border-width: 0;
--toggle-icon-color: rgb(var(--swatch-primary-darkest));
--toggle-roundness: 0;
}
/* ------------------------------- */
/* header title adjustments */
#header::before { opacity: 1; } /* change logo opacity */
#header { filter: none; }
#header h1, #header h1 a, #header h1 a::before {
top: 1.46rem;
text-shadow: none;
letter-spacing: 0.1rem;
}
#header h2 { display: none; } /* hide header subtitle */
/* svg logo mask */
#header::before {
background-color: rgb(var(--black-monochrome));
-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
-webkit-mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
-webkit-mask-position: center 0;
mask-position: center 0;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size: calc(var(--base-font-size) * 2.25);
}
#header h1, #header h1 a, #header h1 a::before {
top: 1.91rem;
}
#header::before {
top: 1.25rem;
-webkit-mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
-webkit-mask-position: center 0.8rem;
mask-position: center 0.8rem;
}
}
/* Account Stuff */
#login-status .printuser { color: rgb(var(--pale-gray-monochrome)); }
#account-options { background: var(--gradient-background); }
/* Search Bar */
@media only screen and (min-width: 769px) {
#search-top-box-form input[type="submit"], #search-top-box-input:focus, #search-top-box-input:hover, #search-top-box-form>input {
box-shadow: none;
border: var(--border-styling);
}
#search-top-box-form input[type="submit"]:hover {
color: rgb(var(--swatch-primary-darkest));
border-width: 0;
}
}
/* Desktop Top Bar Config */
@media only screen and (min-width: 769px) {
#top-bar div.top-bar>ul>li>ul>li>a:hover {
color: rgb(var(--gray-monochrome));
}
}
/* Mobile Top Bar Config */
@media only screen and (max-width: 768px) {
:root {
--swatch-menutxt-light-color: var(--white-monochrome);
}
#top-bar div.mobile-top-bar>ul>li>ul>li>a {
color: rgb(var(--swatch-menubg-medium-dark-color));
}
#top-bar div.mobile-top-bar > ul > li:hover > a,
#top-bar div.mobile-top-bar > ul > li.sfhover > a {
color: rgb(var(--black-monochrome));
}
#top-bar div.mobile-top-bar>ul>li>a {
letter-spacing: -0.07rem;
}
#search-top-box:not(:focus-within):before {
background-color: rgb(var(--black-monochrome));
}
}
#side-bar .side-block.media, #side-bar .heading, #side-bar .side-block>.collapsible-block:first-child .collapsible-block-folded {
background-color: rgb(var(--swatch-primary-darker))!important;
}
#side-bar .heading p {
text-shadow: none;
color: rgb(var(--swatch-primary-darkest));
}
/* ----- PAGE ELEMENT ----- */
body {
font-size: calc(var(--base-font-size) * 1.2);
letter-spacing: -0.063rem;
line-height: calc(var(--base-font-size) * 1.57);
text-shadow: 0 0 5px rgba(var(--black-monochrome), 0.13);
/* Ayers Info Bar */
--barColour: rgb(var(--black-monochrome));
--linkColour: rgb(var(--white-monochrome));
}
#page-title {
line-height: calc(var(--base-font-size) * 2);
}
#page-title, h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.07rem;
}
/* teletype */
tt {
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
#edit-page-textarea, .code pre, .code p, .code, .page-source {
font-family: var(--mono-font);
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
/* Rate Module */
.page-rate-widget-box, #page-content .rate-box-with-credit-button {
box-shadow: none;
border: none;
background: rgb(var(--pale-gray-monochrome));
}
#page-content .page-rate-widget-box .rateup a:hover {
background-color: rgba(var(--rating-module-button-plus-color), 0.8);
}
#page-content .page-rate-widget-box .ratedown a:hover {
background-color: rgba(var(--rating-module-button-negative-color), 0.8);
}
#page-content .page-rate-widget-box .cancel a:hover {
background-color: rgba(var(--rating-module-button-cancel-color), 0.8);
}
#page-content .modalbox {
background: rgb(var(--swatch-menubg-light-color)) !important;
box-shadow: none;
border: solid 1px rgb(var(--black-monochrome));
border-radius: 0;
}
#page-content .modalbox hr {
margin: 1em;
margin-left: -0.25em;
margin-right: -0.25em;
}
.close-credits,
.credit-back {
filter: hue-rotate(70deg) brightness(4);
}
/* tab*/
.yui-navset .yui-nav .selected a {
color: rgb(var(--swatch-primary-darkest))!important;
}
/* Blockquote-style */
blockquote, div.blockquote, #toc {
border: var(--border-styling);
background-color: rgba(var(--pale-gray-monochrome), 0.04);
}
/* Code */
div.code {
background-color: #f4f4f4;
text-shadow: none;
}
/* hr */
hr {
background-color: rgb(var(--swatch-menubg-medium-color));
height: 0;
margin-top: 1.5em; margin-bottom: 1.5em;
}
blockquote > hr, div.blockquote > hr {
margin-left: calc(-1em - 0.7px);
margin-right: calc(-1em - 0.7px);
}
/* LINK */
a, a:visited, a:hover, #footer-bar a:not(.image) {
font-weight: bold;
color: rgb(var(--gray-monochrome));
background-color: rgb(var(--black-monochrome));
}
a:hover {
box-shadow: 0 0 0.7em 0.1em rgba(var(--black-monochrome),0.3);
}
#content-wrap a { padding: 0.13em; }
/* patch */
#side-bar .close-menu {
background: transparent;
}
#side-bar .close-menu:hover { box-shadow: none; }
span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
#header a:hover {
box-shadow: initial; /* suppress header links from being affected */
}
form#edit-page-form a, div#action-area a {
color: rgb(var(--swatch-menubg-light-color));
}
a.footnoteref {
display: initial;
margin-left: 0.05em;
}
/* obligatory ACS compatibility */
.danger-diamond a, .danger-diamond a:hover {
background: initial;
text-shadow: none;
box-shadow: none;
}
/* table */
table.wiki-content-table th {
color: rgb(var(--white-monochrome));
}
#page-content .wiki-content-table tr th,
#page-content .wiki-content-table tr td {
border: solid 1px rgb(var(--black-monochrome));
}
/* Image Block */
.scp-image-block {
box-sizing: border-box;
box-shadow: none;
border-color: rgba(var(--black-monochrome), 0);
border-width: 0;
}
.scp-image-block .scp-image-caption {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgba(var(--swatch-menubg-light-color),0);
padding: 0.125rem;
margin-top: 6px;
}
/* Pop-Up Windows */
.owindow {
border-color: rgb(var(--black-monochrome));
}
/* CUSTOM BLOCKS */
.expoblock {
box-sizing: border-box;
border: solid 0.7rem rgb(var(--black-monochrome));
padding: 1rem;
}
.expoblock hr {
height: 0.6rem;
margin: 1.5em 0;
}
span.hilighter {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--gray-monochrome));
font-weight: bold;
padding: 0.2em;
font-size: 108%;
line-height: 1.2;
}
/* OTHER */
/*licencebox link override */
.licensebox .collapsible-block-link {
color: rgb(var(--gray-monochrome));
}
form#edit-page-form .wd-editor-toolbar-panel a { padding: 0; }
#lock-info {
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
div#ohandle-1.title {
color: rgb(var(--swatch-primary-darkest));
background-color: rgb(var(--swatch-menubg-medium-dark-color));
}
div.page-source {
border-color: rgb(var(--swatch-text-light));
}
/* Tags */
#main-content .page-tags a {
padding: 0.2em;
padding-top: 0; padding-bottom: 0;
margin: .25rem .2rem; .5rem .2rem;
}
.page-tags span {
border-top: 1px solid rgb(var(--swatch-text-light));
}
/* Article Bottom Buttons */
div#page-options-bottom > a,
div#page-options-bottom-2 > a,
div#page-options-bottom > a:hover,
div#page-options-bottom-2 > a:hover {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
border-radius: 0;
}
/* other buttons */
div#revision-list a { background-color: rgb(var(--swatch-text-light)); }
table.page-history td.optionstd a,
.buttons .btn,
.owindow .button-bar a {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
.buttons .btn:hover, .owindow .button-bar a:hover {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgb(var(--swatch-menubg-light-color));
}
#license-area {
color: rgb(var(--swatch-text-light));
}
#action-area span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
/* SCANLINE */
div#extrac-div-1 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0));
background-size: auto 8px;
opacity: 0.7;
}
div#extrac-div-2 {
position: fixed;
width: 100vw;
height : 1rem;
top: 0;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%);
opacity : .1;
animation: scanm 6s linear infinite;
}
@keyframes scanm {
0% { top: -1rem; opacity : .05;}
25% { top: 50%; opacity: .03;}
37.5% { top: 75%; opacity: 0.06;}
50% { top: 100%; opacity: .03;}
100% { top: 100%;}
}
div#extrac-div-3 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background-image: radial-gradient(circle, rgb(230,210,200) 0%, rgb(177,158,152) 60%, rgb(55,28,30) 100%);
opacity: 0.25;
mix-blend-mode: color-dodge;
background-repeat: no-repeat;
background-size: cover;
}
/* fixes a chrome bug */
html { background: rgb(var(--dark-gray-monochrome)); }
Have you ever been lied to? You probably have. It's human nature to cover up mishaps with layers of deceit.
Today, you'll uncover one of the Foundation's greatest failures. And you'll realize that all you've been told about this particular object, has all been a ruse.
» PRIMARY FILE «
| Item #: SCP-682 |
Level 5/0682 |
| Object Class: Keter |
Classified |
| Assigned Site |
Site Director |
Research Head |
Assigned Task Force |
| CA-03 |
Miller Kropp |
Connor Leeway |
MTF M-09 "Monster Mash" |
Special Containment Procedures
SCP-682 is currently contained at Containment-Zone CA-03. CA-03 is located in Canada, within the Yukon province. SCP-682 is held in a large containment-vat. The vat contains a paralysis inducing liquid; the vat must be drained and refilled on a bi-weekly basis. SCP-682 must be given a breathing apparatus whilst placed inside of the vat. Once the containment-vat is drained, SCP-682 must be given a large dose of succinylcholine, and then placed back into the vat after it has been refilled.
All personnel under the security level of 5 are to be shown a dummy database file of SCP-682. In the case of SCP-682's file being compromised via personnel who do not posses sufficient credentials, SCP-682 is to be transferred to a temporary containment-tank located in Area-07; the individual or group who has viewed SCP-682's primary file without the required security level is to be directly dealt with by the Overseer Council.
Description
SCP-682 resembles that of an ordinary American Alligator (Alligator Mississippiensis). SCP-682 is approximately 9.86 meters in length and weighs 688 kilograms. SCP-682 has been shown to be able to communicate telepathically, although it does not possess the ability to speak vocally. After several inspections of SCP-682's skin, it has been found that SCP-682's external-skin is made up of dermal denticles. SCP-682's head is akin to that of Rhinoceros, with a large protuberance extending form it's scalp. The entity is sensitive to all electromagnetic radiation within the 10 nm to 400 nm wavelength; commonly referred to as ultraviolet waves.
SCP-682 is considered docile to individuals who it deems, in it's own words, "desirable", and is hostile towards all it dubs "unworthy". Precisely what the requirements are for people to be included in one category is unclear. Testing has shown SCP-682 registers at 174 intelligence quotient. Evidence has been found that shows SCP-682 was possibly intended to be a biological weapon, although Foundation researchers are currently unsure of this. Despite it's paranormal strength, SCP-682 does appear to be mortal; this has yet to be tested as the potential loss of SCP-682 would prove to be detrimental to Foundation research.
The entity has not shown immunity to illnesses such as influenza or the common cold.
Wow! You flipped a card and got: SCP-021-J - A Duck Born From Epicness!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 16:16
Item #: SCP-021-J
Object Class: Epic
Dude "Epic" is not an Object Class stupid
Oh right. Sorry. The SCP is Too Hard For People To Handle.
Item #: SCP-021-J
Object Class: Epic Apollyon Keter - Too much epicness for you to handle.
Special Containment Procedures: SCP-021-J must be put into Site-54, Site-98, Site-8974, Site-21.
Bruh. Your writing an SCP Article. Write professionally.
Special Containment Procedures: SCP-021-J must be put into Site-54, Site-98, Site-8974, Site-21. SCP-021-J is to be contained inside of any site. Please note that no personnel (Even 05 Council) are allowed inside his containment chamber due to its extreme epicness.
Description: SCP-021-J is an Epic Duck. Upon memes, the duck can be any size it wants. Any personnel daring to enter SCP-021-J's containment chamber must bow down before it. If it does quack, anyone 20 km near SCP-021-J's containment chamber will die of its epicness.
Ok yea, much better. But, stop saying "Epicness" so much.
Description: SCP-021-J is an Epic Duck. Upon memes, the duck can be any size it wants. Any personnel daring to enter SCP-021-J's containment chamber must bow down before it. If it does quack, anyone 20 km near SCP-021-J's containment chamber will die of its epicness. Awsomepeicness. SCP-021-J loves to eat Peppi, and it will kill anyone in its path to eat it out of a trash can.
Addendum: SCP-021-J was first found in the year 0001. It was in a lake, then, the Unborn SCP foundation (dumb dumbs) contained it for no reason.
Epicness Logs:
Interview Log 021-J.1
<BEGIN LOG>
Dr. Samsung: So, why do you love Peppi so much, duck?
SCP-021-J gets offended
Dr. Samsung: Wait what are you doing-
SCP-021-J: Quack
Dr. Samsung dies
<END LOG>
Lesson: No one likes green water unless you're a psychopath.
Leason 2: Obey duck. Give all gram crackers or u die.
Robux
Claps Wow. Best SCP I have ever seen in me life.
Cry its too epic
[[footnoteblock]]
Wow! You flipped a card and got: MagicalMelonMen!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 16:08
An Elevator Between Time.
Special Containment Procedures: All personnel working in SCP-XXXX must wear hotel employee uniforms at all times and must treat any unauthorized personnel who enter SCP-XXXX as guests to the hotel. “Out of Order” signs must be posted on SCP-XXXX-A and SCP-XXXX-B at all times. Someone must always be watching SCP-XXXX-A and SCP-XXXX-B’s entrances to divert any unauthorized personnel away from using them.
Description: SCP-XXXX is a Days Inn Hotel in Atlantic City, NJ. Due SCP-XXXX’s location in a populated area it has been deemed best to operate as a normal hotel and to allow civilians to stay in the rooms. SCP-XXXX’s anomalous properties are focused at it’s elevators found on any floor. Each floor has two elevators, which from here on out will be labeled SCP-XXXX-A and SCP-XXXX-B. When stepped inside and activated will take everyone and everything inside of them to different locations marked SCP-XXXX-1 through SCP-XXXX-7. While anything inside of SCP-XXXX-A or SCP-XXXX-B will be sent away the elevator doors will still open at the corresponding floor. Pressing a certain button will always bring everything inside to the same location, for example the button for floor 2 will always travel to SCP-XXXX-2.
SCP-XXXX-1: Button labeled ★1 connects with this location.
SCP-XXXX-A arrives in SCP-XXXX's lobby
SCP-XXXX-2: Button labeled 2 connects with this location.
SCP-XXXX-A arrives in large garden with an unknown size. The garden is broken up into several 10 by 10 foot flower beds lined with acacia wood. Each garden has it's own caretaker to water and weed the flower bed. The caretakers closely resemble dryads and nymphs from Greek mythology. When approaching any of the flower beds the caretaker in charge of it will ask if who ever approached would like to "connect with their roots". If refused the caretaker will politely nod and go back to caring for their garden. If their request is accepted the caretaker will ask the subject to lie down in the center of the flower bed and to place their arms crossed over their chest. Upon completion of these instructions plants and weeds growing in the flower bed will begin to slowly wrap the subject and subject them into a state of deep sleep for any where from 2 weeks too 3 years. After this period of time ends subject will awaken fully refreshed and with extensive knowledge of their ancestors and their lives. Subjects describe the incubation period as a sweet dream state that faintly smelt of their favorite flowers.
SCP-XXXX-3: Button labeled 3 connects with this location.
SCP-XXXX-4: Button labeled 4 connects with this location.
Random notes and sounds seem to be playing during the elevator ride but after testing it was revealed to be stereotypical elevator music in reverse. SCP-XXXX-3 is an exact replica of SCP-XXXX but all furniture has been replaced by people posing as furniture. Instead of people the hotel seemed to be run by sentient furniture. All photos or paintings depicting people in the lobby of SCP-XXXX are seen in SCP-XXXX-3 depicting various different furniture posing similarly to the original photos. See addendum 1 for interactions with SCP-XXXX-3 entities.
SCP-XXXX-5: Button labeled 5 connects with this location
As soon as the elevators doors open a short stocky man runs up to everyone inside of the elevator and beats them into unconscious with a single blow of their baseball bat.Upon waking up subjects will find either fifty dollars or something of valuable taken off of their person's. If a subject doesn't have anything of valuable than parts of subject's body will be taken instead, this includes hair, organs, or genitals. Subject will also find a note thanking subject for their stay and their payment. Depending on what was taken the note will change in tone.
EX:
Hey jerk, thanks for staying with us tonight but next time please bring actually money
so I don't have to spend all night trying to get your lousy liver out of you. Gonna use
this money to get a new suit since you got blood all over mine.
SCP-XXXX-6: Button labeled 6 connects with this location
Button 6 brings SCP-XXXX-A and SCP-XXXX-B to the center of a small clearing surrounded by thick trees identified as Oregon Pines (Pseudotsuga menziesii var. menziesii). The Oregon Pines are closely strewn together and work as a thick wall preventing any escape from the clearing. Attempts to break through the pines as trees seem to actively destroy any ways of breaking them. See amended 6 for further information. Approximately twenty feet in front of the opening to the elevator a small wooden building faces towards the elevator opening. From the outside the building appears to be a 12 by 6 foot shack with a wooden door with an infinity symbol carved into it. Entering the shack reveals a much larger room that resembles a dirty motel lobby. The lobby contains three chairs, a nightstand with different magazines from unknown writers, a help desk with a single service bell on top, and a hallway stretching endlessly from the end of the help desk. If the help bell is rung a hotel worker will appear from somewhere behind the desk. The same two motel workers have appeared since SCP-XXXX has come into the Foundations custody.
SCP-XXXX-7: Button labeled 7 connects with this location.
Lech or parasite that gives host super powers to trick them in some way.
makes people think they have powers? (why would that be anomlous?)
Gives people powers to hide how weak they'll actually becoming? obsession with those powers? simple ignorance
Special Containment Procedures: kept in a cold area to prevent it from attaching onto host
Description: SCP-Idea2 is a parasitic disease that choses to commonly attach it self to humanoid creatures this is dumb finish IDEA 1 first
write a contighazard one day seems like fun.
Wow! You flipped a card and got: GTrixt!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 12:20
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures: Thermal and motion activated cameras are to be placed around
SCP XXXX and monitoring the close proximity up to 100 meters. MTF Unit XXXX “Silent Hunters” is to
be positioned around SCP XXXX, and each operator armed with a Compound Bow and 3 arrows. In
the case an instance of SCP XXXX-1 is observed 50 meters away from SCP XXXX by a thermal camera,
one MTF operator is to take position and neutralize the instance once it is 75-100 meters away from
SCP XXXX and no other instance of SCP XXXX-1 is near of the one to be neutralized.
Description: SCP XXXX is a forest located near ██████, Austria, measuring 3x3 kilometers in
length and having a small cave in the middle. In the forest there are at the time of writing this article
████ instances of SCP XXXX-1, with the amount not noticeably in- or decreasing despite
already ███ neutralized instances which got out of SCP XXXX, with the reason of that still
being unclear.
SCP XXXX-1 are humanoid entities with white-greyish skin, no facial features, and the limbs being 1,5
times the size of a normal human and ending in 3 claws of which the two on the side being
approximately 20 cm long, and the one in the middle being 5-7 cm long and used to climb and cling
onto trees. Instances of SCP XXXX-1 are passive and are observed most of the time clinging at a great
hight on a tree, and rarely walking on the ground. An instance of SCP XXXX-1 becomes active when a
sound louder than 30 decibel is observed, attacking the thing that caused it, even when the sound is
a distance away from the subject, example with a rock being thrown 20 meters away, but instances
of SCP XXXX-1 still precisely attacking the subject and not the rock.
SCP-XXXX-2, which is a cave located in the middle of SCP-XXXX, with the entrance going downwards
for about 20 meters, after that going upwards for another 20 meters. Upon exiting the cave, subjec
are reported to have entered an alternate dimension, in which an unknown poison gas is spread at a
seemingly random time interval throughout the forest which stays for about an hour, as described in
the exploration logs. The gas is unable to be analysed with the tools currently available to the
foundation, gets through gas masks and biohazard suits, is highly toxic, and capable of killing
humans, animals, and instances of SCP XXXX-1 in minutes through organ failure.
Exploration Log 1 Subject is a D-Class, equipped with a camera which is mounted on the shoulder, a microphone to
measure the decibel, headphones to listen to and a tablet which is used to communicate with the
exploration staff. Subject has been told to not speak and keep quiet under any circumstances.
Grammatical and spelling mistakes by the subject are edited out in the log. The goal of this
exploration is to get a general view of the other dimension on the other side of the cave.
Subject gets inside SCP-XXXX
11 decibel
Subject: There are some kind of things in the trees
Dr. ████: Instances of SCP-XXXX-1 are common, as long as you keep quiet they wont do anything.
Please proceed
The camera shows the subject moving a distance away from the tree, accompanied by heavy
breathing, with subject noticeably being distressed
24 decibel
Dr. ████: Please keep your breathing down, you are about to hit a critical noise level.
Subject: Alright, just give me a minute
Subject leans on a tree without an instance of SCP-XXXX-1 for a minute, with the breathing getting
quieter
14 decibel
After 56 minutes, subject reaches SCP-XXXX-2, with the loudness of the breathing ranging from 10-22 decibel, depending if the subject is near a SCP-XXXX-1 instance
Dr. ████: please proceed inside the cave
Subject hesitates, but eventually gets inside SCP-XXXX-2
17 decibel
Subject exits SCP-XXXX-2, no changes of the environment are apparent
Dr. ████: Proceed in the direction you are facing
Subject: Okay, but I am hungry and thirsty, do I have any supplies on me?
Dr. ████: No, taking out supplies out of a backpack or anything similar would be to loud
Subject sighs, which reaches 27 decibel
Dr. ████: Please keep quiet! You almost reached the decibel threshold
Subject shakes head slightly, but then begins to walk
Subject walks for one hour and 27 minutes in one direction, which should have resulted in reaching
the edge of the forest
19 decibel
Dr. ████: Subject, do you see the edge of the forest?
Subject: No, I don’t
Dr. ████: Did you walk slower than before?
Subject: No, for sure I walked at the same speed, now look, when do I get out of here? These
monsters are beginning to freak me out
Dr. ████: That depends on how fast you get out of the forest, keep moving
15 decibel
Subject: Alrig
a loud crack is heard, as subject looks down what appears to be a skeleton inside a torn hazmat suit
is visible, with the Subjects foot standing on the vertebrae
42 decibel
Subject is heard swearing loudly through the microphone
55 decibel
Multiple instances of SCP-XXXX-1 lunge at the Subject, attacking and tearing him apart.
Subject deceased, Exploration suspended
Wow! You flipped a card and got: Cwazzycwafter Part 2!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 07:15
Item #: SCP-XXXX-J
Object Class: Apollyon
Special Containment Procedures: Instances of SCP-XXXX-J-1 must be broken open in a single strike against a hard surface. Its contents must then be poured onto a pan which has been coated in butter and heated to anywhere above 72 degrees Fahrenheit (room temperature) and below 140 degrees Fahrenheit. Instances must be prepared over-hard and cooked until completely solid but not charred on a stovetop, then plated and seasoned with one teaspoon of salt and two teaspoons of pepper.
Description: SCP-XXXX-J refers to an anomalous phenomena surrounding a single, self-replicating egg. If prepared correctly according to the containment procedures, a new egg (SCP-XXXX-J-1) will reappear in the last refrigerator to contain an instance at 7:30am CST on the following morning.
If an instance of SCP-XXXX-J-1 is prepared incorrectly, a devastating K-Class Scenario will occur, the variant of which is determined by the manner in which the instance was incorrectly prepared.
| Preparation Method |
Resulting Scenario |
Scenario Description |
| Instance's shell does not crack after being tapped against a hard surface. |
AK-Class Sas-Saw Scenario |
All humans will be given a speech impediment that causes the sequence of letters S-A-S to be pronounced as either "sas" or "saw," with no consistent usage. |
| Instance's shell does not crack after being tapped against a hard surface after a second attempt. |
BK-Class King of Kings Scenario |
All restaurants or other establishments that serve hamburgers will become a new Burger King location, meaning that no human will ever consume a good burger again. |
| Contents enter pan and contain shell |
CK-Class See K Scenario |
All humans' field of view will be obscured by a large letter K written in comic sans. |
| Contents fall on a non-pan surface |
DK-Class Banana Slamma Scenario |
Apes gain higher intelligence capabilities and swiftly engage in war with humanity, with coconut cream pies as their primary weapons, of which they will have a seemingly-endless supply of. |
| No attempts to cook the instance are made, or instance is not plated. |
EK-Class Eggstranormal Eggvent |
SCP-XXXX-J-1 will duplicate itself. As opposed to simply creating an additional SCP-XXXX-J-1, it creates a new variant of SCP-XXXX-J, which requires a different method of preparation in order to avoid a different set of K-Class scenarios, with the eggception of an EK-Class Eggstranormal Eggvent. |
| Pan is dry when contents enter |
FK-Class Censorship of Expletives Scenario |
The use of the words [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE], [EXPLETIVE] and [EXPLETIVE] will result in the sound of a record scratch as opposed to the actual word being spoken, and the speaker's mouth will be covered by a 2D black box for the duration of the sound. |
| Pan is filled with cooking oil when contents enter |
GK-Class Information Strain Scenario |
All conversations taking place among any members of the human race will consist solely of the words "gee" and "'kay." |
| Pan is at room temperature when contents enter |
HK-Class Frozen Heck Scenario |
All entities that produce heat become a coolant, and all coolants begin to produce heat, resulting in the rapid death of most species on earth due to hypothermia. |
| Pan is above 140 degrees Fahrenheit when contents enter |
IK-Class I Know Already Scenario |
Jeez, then I guess I won't explain it again. Don't need to be so snippy about it.. |
| Instance is prepared over-easy |
JK-Class But What If Scenario |
Every action taken is interpreted by perceivers to be unserious in nature. |
| Instance is prepared over-medium |
KK-Class Bubblegum Scenario |
Every Saturday, all humans will be attacked at some point throughout the day by a Jack Russell Terrier canine with a banjo taped to one of its front paws. |
| Instance is prepared scrambled |
LK-Class See All Evil Scenario |
When an event occurs that a human considers to be morally reprehensible, the human will be forced to stare in the direction of the event's perpetrators until they are dealt with by a law enforcement agency. |
| Instance is prepared hard-boiled |
MK-Class Ultra Scenario |
All humans will become aware of the information contained in classified government documents through a series of internet "deep-dives." |
| Instance is prepared sunny-side up |
NK-Class Knucklehead Scenario |
General human intelligence is significantly inhibited. |
| Instance is plated while raw |
OK-Class, who wants to present first? |
Me! Me! Today, for show and tell, I brought in my stuffed penguin. His name is RJ. I got him because I beat my dad at whack-a-mole at Seaworld. I like him (= |
| Instance is plated undercooked |
PK-Class Poker Night Scenario |
All of humanity will be entered into a massive 7-card stud poker tournament. The biological male and biological female to place highest will be the sole survivors, and all other contestants will spontaneously combust. |
| Instance is plated overcooked |
QK-Class Impatience Scenario |
All humans will be forced to wait in a single single-file queue to obtain 12oz of drinking water, and must repeat the process once the water is received. |
| Instance is plated burnt |
RK-Class Reality Restructuring Scenario |
Reality will remain unchanged with the exception in that the author of this document will become immortal, indestructible, incredibly handsome, will possess the ability to cause and/or create anything at will, and will be followed by hot girls at all times. |
| Instance is turned to ash |
SK-Class Dominance Shift Scenario |
The current layer of reality will change positions with the bottom layer, resulting in the bottom layer becoming the "dominant" layer and the current layer becoming the "submissive" layer. |
| Instance is dropped before it is plated |
TKO-Class Gonna Fly Now Scenario |
Each member of humanity will be beaten until unconscious by an exact duplicate of fictional five-time world heavyweight boxing champion Rocky Balboa, resulting in severe brain damage. |
| Instance is seasoned with less than one teaspoon of salt |
UK-Class Imperialist Takeover Scenario |
All countries and their citizens will become a part of the United Kingdom, either as a primitive colony or as an extension of the primary country of England. |
| Instance is seasoned with more than one teaspoon of salt |
VK-Class TM Scenario |
All global trademarks, copyrights, and patents will be transferred to the Vikander-Kneed Technical Media (VKTM) multimedia corporation, including those that have yet to be created. |
| Instance is seasoned with less than one teaspoon of pepper |
WK-Class Work Scenario |
In order to survive, humanity will form a civilization around the acquisition of “currency” via the performance and completion of daily “work” from their individual “jobs.” This "currency" will be traded for goods and services, including ones that are necessary for survival. |
| Instance is seasoned with more than one but less than two teaspoons of pepper |
XK-Class end-of-the-world Scenario |
For more information, see all of the above. Additionally, see all of the below, as well as SCP articles SCP-001 through SCP-999999999, with the exception of SCP-6875309. |
| Instance is seasoned with more than two but less than three teaspoons of pepper |
YK-Class KYScenario |
One human will jump off a bridge to their inevitable death, starting a chain reaction of friends who would “jump off a bridge if (friend) did it too.” |
| Instance is seasoned with three or more teaspoons of pepper |
ZK-Class Worst Conceivable Scenario Possible Scenario |
Think of the absolute worst possible outcome, then multiply the severity of that outcome by like, a billion. Whatever that event is will occur. |
| Instance is thrown at a wall and broken |
ÑK-Class Spanish Inquisition Scenario |
Not expected to occur at any point. |
Wow! You flipped a card and got: With Pand&Eelig!!! You ca reload the page or go to the next.
DATE: 07 Jul 2021 05:44
Kanix Grace, an Asian-American man who did not know when he had already existed in Theta-80, had super topological ability and metaphysics knowledge…
"King, what do you think? "The supervisor put down the materials and looked at the captain who had taken off the anti-narrative lock.
"I do not know why do he not stay at Theta-80, what can he do here? Like a third theel? OK,OK,we do not a garbage here!"
"Aren't you a member of Meson,have you been a drak eyes?"
'Yeah,he konws,he knows,everything is he right? We are in the Ganymede-88,not on ganymede!'
"Straighten your attitude! Those childish things you just made, like children, said: 'you met me!"