/*
Ragnarok Theme
[2021 Wikidot Theme]
By MalyceGraves
Based on:
Penumbra Theme by EstrellaYoshte
Paperstack Theme by EstrellaYoshte
Ad Astra Theme by NatVoltaic and stormbreath
Inkblot Theme by Croquembouche
Anderson Robotics Theme by Croquembouche
BHL Style Collapsible by Monkatraz
*/
@import url('https://fonts.bunny.net/css2?family=New+Tegomin&display=swap');
@import url('https://fonts.bunny.net/css2?family=Changa&display=swap');
@import url('https://fonts.bunny.net/css2?family=Courier+Prime&display=swap');
#page-content { font-size: 1rem; }
body {
font-family: 'Changa', sans-serif;
color: #EDEDED;
background-color: #000212;
background-image: linear-gradient(
to bottom,
rgba(5, 10, 20, .2), rgba(5, 10, 20, .5) 100px,
rgba(5, 10, 20, .5) 100px, rgba(0, 4, 31, .8) 200px,
rgba(0, 4, 31, .8) 200px, rgba(0, 2, 18, 1) 400px,
rgba(0, 2, 18, 1) 400px, rgba(0, 2, 18, 1) 100%),
url('https://scp-wiki.wdfiles.com/local--files/theme%3Aragnarok-theme/starfield.jpg');
background-repeat: no-repeat;
}
#main-content {
top: -1.2rem;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
width: 9px;
background: transparent;
}
::-webkit-scrollbar-track {
background: #050a14;
}
::-webkit-scrollbar-thumb {
background: #ededed;
border: none;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accentColor);
}
/* ---- HEADER ---- */
div#container-wrap {
background-image: none;
}
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.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: var(--headerColor);
font-family: 'New Tegomin', sans-serif;
text-shadow: none;
}
/ Set the new text's content from variable */
#header h1 a::before {
content: var(--header-title, "R A G N A R O K");
font-weight: 300;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "The End of All Things");
font-weight: 600;
font-size: 1.22em;
}
#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: 'New Tegomin', 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.media > * {
display: flex;
justify-content: space-evenly;
}
#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: #050a14;
border: solid 1px #050a14;
}
@media (max-width: 767px) {
#main-content {
padding: 0;
margin: 0 5%;
border-left: none;
}
#page-title {
margin-top: 0.7em;
}
#side-bar {
background-color: #050a14;
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: #050a14;
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: #050a14;
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: #050a14;
font-weight: bold;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #050a14;
background-color: var(--accentColor);
}
.yui-navset .yui-content {
background-color: #050a14;
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: #3a414f;
--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: #050a14;
border: solid 2px #050a14;
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 .creditButtonStandalone p a {
background-color: #050a14;
border: solid 2px #050a14;
border-radius: 0;
box-shadow: 3px 0px 0px 0px var(--accentColor);
color: #ededed;
}
#page-content .creditButtonStandalone p a: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 #050a14;
box-shadow: 3px 0px 0px 0px var(--accentColor);
background-color: #050a14;
margin-top: 4px;
margin-bottom:4px;
margin-right: 3px;
}
div.page-rate-widget-box .rate-points {
background-color: #050a14;
border: none;
color: #ededed !important;
text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #050a14;
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: #050a14;
color: var(--accentColor);
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #050a14;
border: none;
}
.page-rate-widget-box .cancel a {
color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
background: #050a14;
color: var(--accentColor);
}
/* ---- PAGE ELEMENTS ---- */
.page-source, tt{
font-family: "Courier Prime", monospace;
font-size: 0.87rem;
}
.code pre, .code p, .code {
font-family: "Courier Prime", monospace;
font-size: 0.87rem;
color: #050a14;
}
h1 {
color: var(--accentColor);
font-family: 'New Tegomin', sans-serif;
font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
color: #EDEDED;
font-family: 'New Tegomin', sans-serif;
font-weight: bold;
}
#page-title {
color: #ededed;
font-family: 'New Tegomin', sans-serif;
font-size: 1.65rem;
text-align: center;
border-color: #ededed;
}
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a {
color: var(--accentColor);
transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:hover {
color: #ffffff;
text-decoration: none;
background-color: var(--accentColor);
}
a.newpage { filter: hue-rotate(180deg); }
/* 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: #3a414f;
border: solid 2px #2F333C;
box-shadow: -3px 0px 0px -0.1px var(--accentColor);
}
.code {
background-color: #F8F8F8;
border: solid 3px #2F333C;
box-shadow: none;
}
.scp-image-block {
border: solid 8px #050a14;
border-bottom: solid 0px #050a14;
box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
background-color: #050a14;
border: solid 4px #050a14;
color: #ededed;
font-size: 0.84rem;
}
.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;
}
}
#page-content .wiki-content-table tr th {
border: solid 1px var(--accentColor);
color: var(--accentColor);
background-color: #050a14;
/* set border for table title /
}
#page-content .wiki-content-table tr td {
border: solid 1px var(--accentColor);
/ set border for table content */
}
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
background: #3a414f;
transition: background 0.25s linear;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
width: 1fr;
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;
}
/* Selection */
::selection {
background: var(--accentColor);
color: #ffffff;
}
/* Footnotes */
.hovertip {
font-size: .9rem;
background-color: #050a14 !important;
border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
background-color: #050a14;
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;
}
/* Tags */
#main-content .page-tags a {
margin-top: .18rem;
}
.page-tags span {
border-top: 1px solid #ededed;
}
/* Pop-Up Windows */
.owindow {
background-color: #050a14;
border-color: var(--accentColor);
}
.owindow .modal-header {
background-color: #050a14;
}
.owindow .modal-body img {
background-color: transparent !important;
}
.owindow .title {
background-color: #050a14;
color: #var(--accentColor);
border-bottom: 1px solid #2F333C;
}
.owindow .button-bar a {
background-color: #050a14;
border-color: var(--accentColor);
color: #ededed;
}
.owindow .button-bar a:hover {
background-color: var(--accentColor);
}
/* Edit Buttons */
.buttons .btn {
background-color: #050a14;
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: #050a14;
border-color: #ededed;
}
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
background-color: #050a14;
}
/* Page-History Current */
.pager .current {
background-color: var(--accentColor);
border-color: #ededed;
}
/* ---- INTERWIKI ---- */
.scpnet-interwiki-frame{
filter: invert(100%) grayscale(100%) contrast(75%);
}
/* ---- CUSTOM SYNTAX ---- */
.darkbox {
background-color: #050a14;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox {
background-color: #ededed;
color: #050a14;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
color: #050a14;
}
.limit {
margin-bottom: -1rem;
z-index: 5;
}
.anchor {
position: sticky;
height:0;
top: 0;
z-index: 5;
}
.sidebox {
background-color: #050a14;
border-top: solid 2px var(--accentColor);
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
/* Sidebox mobile optimization, courtesy of Woed */
@media (max-width: 1290px) {
.sidebox {
width: auto;
max-width: 65vw!important;
border: none;
padding-left: 0.4rem; padding-right: 0.4rem;
top: 0.75rem;
right: calc(((100vw - 45.8rem)/2) * -1);
left: initial;
-webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
-webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
-o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
overflow: visible;
}
.sidebox::before, .sidebox::after {
content: " ";
position: absolute;
right: 0;
}
.sidebox::before {
top: calc(50% \- 0.75rem);
width: 0;
height: 0;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
border-right: 0.75rem solid var(--accentColor);
transition: border 0.1s ease-in-out 0.1s;
z-index: 10;
}
.sidebox::after {
top: 0;
max-width: 0.75rem;
width: 100%;
height: 100%;
box-shadow: 0.15rem 0 0 0 var(--accentColor);
max-height: calc(100vh - 18rem);
background-color: \#050a14;
z-index: -1;
transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s;
}
.sidebox > * {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out 0.2s;
-o-transition: opacity 0.2s ease-in-out 0.2s;
transition: opacity 0.2s ease-in-out 0.2s;
}
.sidebox:hover {
overflow: visible;
-webkit-clip-path: inset(-0.125rem -0.25rem 0 0);
clip-path: inset(-0.125rem -0.25rem 0 0);
-webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
-o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
}
.sidebox:hover::before {
border-top: 0 solid transparent;
border-bottom: 0 solid transparent;
}
.sidebox:hover::after {
box-shadow: 0 -0.125rem 0 0 var(--accentColor);
right: 0;
max-width: 100%;
}
.sidebox:hover > * {
opacity: 1;
}
}
@media (max-width:768px) {
.sidebox, .sidebox:hover {
right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem);
}
}
:root {
--accentColor: #9e9e9e;
--headerColor: #8a0101;
--lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Aragnarok-theme/ragnarok1.png");
}
Item #: SCP-5637
Object Class: Safe
Project Classification:
Project Heimdall
Level 4/5637
Secret
Assigned Site
Site Director
Research Head
Assigned MTF
USORPL Site-64
Edgar Holman
Dr. Trevor Bailey
MTF Y-90 ("Andalusian Dogs")
Special Containment Procedures
All information and documentation regarding SCP-5637 has been digitized and has been stored within the Site-64 secure database. Redundant copies have been backed up to the Site-01 Secure Archive and within Deepwell Catalogues 03 & 17. No further copies should exist outside of these archives. Review of all existent data is limited to Level 4 researchers with a current Grade C Neural Inoculation, and is only available via secured SCiPnet VPN.
Personnel found to be in possession of any additional copies will be subject to immediate demotion and/or termination.
All exploration of SCP-5637 has been terminated as per O5 executive override O5-Ord.2018.0145
Description
SCP-5637-1 image captured from drone footage
SCP-5637 refers in toto to a parallel reality accessible through an Einstein–Rosen bridge modified to exist within a 3.224-3.286EHz hyperwave band. It is unclear if this reality is a true alternate divergence from/to our own, or exists within a wholly separate universe/dimensional reality.
Several deviations from baseline physical reality have been observed during the course of study, most notably:
- Daytime illuminance ranges from 9,000-12,000 Lux on cloudless days, with a pronounced sepia hue.
- Baseline Hume levels appear to fluctuate steadily between 0.81 and 0.74
- Gravimetric measurements describe a general gravitational pull of g{1.76} or 17.24 m/s².
- Local day/night cycle of 29.32 hours
- Average surface temperature of 4.6°C, with a range of -7.3:6.8°C. Little to no precipitation.
While no living entities of any kind were noted throughout the observational period, evidence suggests that SCP-5637 once hosted a culture with a technological agency roughly equal to our own. Vast urban complexes and extensive geographical modifications were noted, though in a staggered state of disrepair centering upon the major metropolitan areas.
Due to the relative stability of the Hume fluctuation, lack of inclement weather, and no observed microbial life, entropic evidence is scarce, which makes it exceptionally difficult to hypothesize when SCP-5637 was abandoned. Various theories have been postulated, but with little evidentiary support.
Three major urban areas were extensively explored throughout the duration of the observational period: SCP-5637-1 denotes the area observed during the first opening of the Einstein-Rosen bridge, with SCP-5637-2 & -3 discovered later.
Discovery
SCP-5637 was discovered during Phase II of the Post SCP-2935 Survey conducted by the Department of Extra-Universal Affairs in early 2017. Originally catalogued as another reality affected by the same anomaly as SCP-2935, the unique attributes of SCP-5637 were discovered upon review of the survey data by Dr. Jasmine Ephraim.
The remainder of this catalogue has been amalgamated from the copious notes and recordings of Dr. Ephraim's exploration of SCP-5637.
Attached Addenda
SCPF Internal Memorandum
FROM: Dr. Jasmine Ephraim
TO: Dr. Trevor Bailey
DATE: 02 May, 2017
RE: Phase II survey data
Trevor,
I've come across some variant readings from the E-R Bridge data and I'm pretty certain that it showcases an entirely different universe from the one shown in 2935. The Hume fluctuations of E-R1856 alone are radically different from the baseline we've established for most of "our" corresponding realities, not to mention certain other factors.
I'd like to go ahead and run a series of drone explorations into E-R1856 to confirm my suspicions that it is indeed separate. We have several drones already assigned to my department for cases like this, so there shouldn't be any budgetary overruns from my request. Just an hour or so worth of cycle time on the B-C and a bit more flight time on the drone itself.
Thanks,
Jaz
SCPF Internal Memorandum
FROM: Dr. Trevor Bailey
TO: Dr. Jasmine Ephraim
DATE: 03 May, 2017
RE: Re:Phase II survey data
Go ahead. Keep me in the loop if you find anything actionable. I trust your instincts on this.
Trevor
Trevor Bailey, Ph.D, D.A.S.
Director, Department of Extra-Universal Affairs
□ 5637.doc.01 - Exploration Log Transcript 01 □
Date: 08 May 2017
Researcher: Dr. Jasmine Ephraim
Research Subject: E-R1865 SCP-5637
Foreword: The visual feed from Drone SCPD-0278 has been omitted per O5-Ord.2018.0145. The following log includes Dr. Ephraim's recorded notes only.
[BEGIN LOG]
14:21 - It's, uh… 14:20-ish in the afternoon on May 7th, 2017. This is Dr. Jasmine Ephraim, establishing the Einstein-Rosen Bridge to E-R1865… now. As per usual, the event horizon of the E-R bridge is heavily occluded by the warping of the C-B generator. Launching drone, uh, 278 into the horizon.
14:26 - Getting telemetry back from the drone, everything seems to be working fine. I've got a solid visual feed from all three of the drone's cameras, and all of the on-board sensors are working fine. The Hume field's at 0.74, so a bit lower than our baseline. Temp is registering at 2.9°C, so bring your parkas. Wind is 1.2 meters per second, perfect drone weather. Taking her up.
14:27 - If the local sun wasn't just past zenith, I'd have sworn it was early evening. Best guess, this sun either isn't putting out nearly the same amount of light as ours, or there is some heavy atmospheric interference. Light meter is reading at just over 11,000 lux, and there isn't a cloud in the sky. We ain't in Kansas anymore, boys.
14:33 - The Bridge dumped the drone out in what appears to be a city of some kind. The buildings are all pretty tall and based off the altitude of the drone, I'd estimate the nearest bunch at about 71 meters, but if these windows are any indicator, these stories are all 7-8 meters each. The scale seems all off, but I'm guessing the inhabitants of 1865 are a bit taller than us.
14:34 - Speaking of inhabitants, I haven't seen a soul. This place appears to be fairly well-maintained, so I'd expect to see someone, but nada. I checked the drone's stealth field and nothing seems to be off. Even in the weird light there, it should be working fine. I guess this is why the survey AIC checked this place as a 2935 world, but I haven't seen any bodies either.
14:39 - I've been looking around for signs of damage. Crashed cars, burnt buildings, anything. Nothing consistent with people just up and dying. There's no detritus either, nothing that would indicate a rapid evacuation, nor the looting you'd expect from a place that's been abandoned. Nothing. It's like everyone just left in a calm, orderly fashion.
14:41 - That's gotta be residential. That looks like a bed… Maybe a desk, too? If there were bars on the window, I'd call that a cell and not a bedroom.
15:51 - Just passed the half-hour mark, and I still haven't found anything to suggest why no one's here. The buildings, roads, everything is in great condition. There is evidence that someone definitely lived here, I pushed the drone close enough to one of the buildings to look in through the windows. Definitely a habitation of some kind, though with precious little by way of decoration.
15:52 - That isn't the only thing, either. There aren't any ads on any of the buildings. No billboards, no signs in any windows, nothing. I found what looks like graffiti on several of the buildings at street-level, but the writing is definitely not anything I'd recognize from our world. Lots of straight lines. Runic, if I had a guess. There are symbols that look vaguely Futhark-ian, but it's just a guess. No other art, though. Just the runes, and not much of that.
16:04 - None of the buildings have any sort of markings. No street signs, nothing on the roads themselves aside from lane markings. There are these big things that look like street lights at the intersections, but without power, I have no idea if there are any kind of luminous displays.
16:05 - Maybe the whole place would light up like a christmas tree if there was power. I wonder what this place would look like then? Maybe there are no street signs or billboards 'cause everything was done in holo-overlay? I haven't seen anything that I'd call a holo-projector though, but then again, I haven't a clue what one would even look like.
16:11 - This place is infuriating. Clearly, this society is/was advanced enough to build on a pretty grand scale- this city stretches for kilometers in every direction, but there is precious little to suggest what kind of people they are- were. Hell, it's not like everyone just vanished all at once, there'd be some evidence of that. In 2935, cars crashed, planes fell out of the sky, power stations blew. There was evidence everywhere that everyone had just… stopped. Even if we didn't have all the bodies, there was ample evidence of- Bah! This is just…
16:13 - I gotta get more time. An hour simply isn't enough to really delve into this place. There is definitely enough here to get this place its' own Main listing. See if I can get Trevor to greenlight more exploration. Maybe even get a team together.
16:20 - Ok, pulling the drone back out. I think I have enough to show Trevor and get him on my side when it comes to convincing the bean counters we gotta keep exploring.
[END LOG]
SCPF Internal Memorandum
FROM: Dr. Jasmine Ephraim
TO: Dr. Trevor Bailey
DATE: 15 May, 2017
RE: SCP-5637
Trevor,
Thanks for getting behind my request to get 1865 on the List. I didn't expect to get put in charge of the thing, so thanks for the promotion too! I don't think I'll need a full team or anything, I'm gonna run a few more drone trips through first, get more of a feel for what's on the other side. Playing it safe, you know?
I'll poke at you in a few days with more data, and I'll get a report up to you soonest.
Jaz
SCPF Internal Memorandum
FROM: Dr. Trevor Bailey
TO: Dr. Jasmine Ephraim
DATE: 15 May, 2017
RE: Re:SCP-5637
Jasmine,
You put together a convincing report. SCP-5637 is exactly the kind of thing Multi-U was established to find. Who knows what kind of goodies we'll get over there? The sociological data alone could be worth the budget, not to mention the construction techniques.
Your report mentioned that it looked like there was a major hub not far from where the bridge dumped out? Taller buildings, anyway. Get me some footage of those buildings, take what time you need, and let me know if you need a better set of drones.
As for the promotion, it was time. I've had my eye on you for an L03 slot for a while, and you've definitely earned it. Just keep giving me good work on the CBs and we'll call it even.
Trevor
Trevor Bailey, Ph.D, D.A.S.
Director, Department of Extra-Universal Affairs
SCP-5637-2 image captured from drone footage
□ 5637.doc.16 - Exploration Log Transcript 16 □
Date: 24-25 July 2017
Researcher: Dr. Jasmine Ephraim
Research Subject: SCP-5637
Foreword: The visual feed from Drone SCPD-0301 has been omitted per O5-Ord.2018.0145. The following log includes Dr. Ephraim's recorded notes only. The video feed for this event was 22.8 hours long, with only the occasional irrelevant noise coming from the pickup in Dr. Ephraim's office. The relevant portions of the audio log has been included here.
[BEGIN LOG]
01:21 - I've been at it for, I don't know, 8- 9 hours now? The day/night cycle over there is different from ours, and I guess I'm taking on the habits of working on their time. Gotta get some coffee.
01:23 - Gonna check out this building cluster first.
02:40 - Where's that coffee? I thought I- Oh. Right.
03:26 - This symbol, over and over again. I don't- I don't know what it is. It's familiar though. I just can't… I just can't place it.
05:17 - I never did get that coffee, did I?
06:23 - This is definitely a different city now. The topography of SCP-5637 seems to be all mountains and valleys, at least the parts of it I've been able to see. It makes it hard to see the horizons, there are always more mountains. This range must be absolutely massive, and it just goes on and on. This city, um, SCP-5637-2 is similar, but different. The buildings are more "formal"? Maybe a place of regional government.
06:25 - The buildings are longer than tall, that's for sure. More spread out. There are open areas here, not so crowded. But that symbol is more prominent. Religious?
06:29 - That spreading tree motif is everywhere here. Vaguely Germanic. Norse? Fits the Yggdrasil symbolism- branches above, roots below. Fits with the runic script. I'll have to look into it more.
07:49 - Oh, hey Paul. Yeah, an all-nighter. [Strained laughter] Sorry, yeah. I'll go freshen up. Maybe catch a nap. Sorry I've been so absent-minded. Just, you know. Gotta impress the bosses.
07:51 - No. Nothing that interesting, really. Boring. Cataloguing a few buildings, that's all.
07:52 - Thanks, I appreciate it, but I think I should do this one. Bailey gave it to me, and I-
07:53 - No, no! It's not like that at all. I just want to live up to expectations. You know how it is.
07:55 - Don't worry about it. If it gets too much, I'll let you know. Yeah, I'm signing out now, gonna go get some coffee. Thanks.
[END LOG]
SCPF Internal Memorandum
FROM: Dr. Trevor Bailey
TO: Dr. Jasmine Ephraim
DATE: 03 August, 2017
RE: Report?
Jasmine,
Hey, I noticed that you've been putting a lot of hours in on the drones. I also noticed that one of the drones is missing? What's going on? You've been pulling so many hours of overtime I'm getting worried about you, are you ok?
I've also not gotten any updates from you since the SCP-5637 project first started. Is everything on schedule? I've got a quarterly coming up, and I'd like to fill Director Holman in on what's been going on.
If you need anything, please just let me know.
Thanks,
Trevor
Trevor Bailey, Ph.D, D.A.S.
Director, Department of Extra-Universal Affairs
SCPF Internal Memorandum
FROM: Dr. Jasmine Ephraim
TO: Dr. Trevor Bailey
DATE: 04 August, 2017
RE: Re:Report?
Sorry. had a lot on my mind. I'll put together an omnibus from my notes and send it your way. Jsut want to make it perfect
sorry about the drone. Power died, The sunlight over in SPc-5637 isn't as strong, so the panels werent charging it as much as i thought. I'll file the MIA report tomorrow.
Jasz
SCP-5637-3 image captured from drone footage
□ 5637.doc.33 - Exploration Log Transcript 33 □
Date: 04 February 2018
Researcher: Dr. Jasmine Ephraim
Research Subject: SCP-5637
Foreword: The visual feed from Drone SCPD-0432 has been omitted per O5-Ord.2018.0145. The following log includes Dr. Ephraim's recorded notes only.
[BEGIN LOG]
09:31 - I've had to get a lot more creative- Uh, drone launching… now.
09:33 - I've had to get a lot more creative in how I'm preparing these reports. Just enough to keep stringing Bailey along, but not so much that he wants to push more people at me. Paul's been a godsend in that, he's covered for me a lot more than I want to admit.
09:42 - We've pretty much covered all of SCP-5637-1 & -2, and I think I can finally get to SCP-5637-3 today. I think I've made my reports of the Residential and Municipality complexes boring enough that I should be able to get away with just re-shuffling some of the footage from -2 and uploading that to SCiPnet. I should be able to hide my -3 exploration well enough.
09:44 - The embedded [DATA EXPUNGED] antimeme in my previous uploads seems to be doing the trick, and hardly anyone is asking about my damn reports anymore. Fucking Bailey always breathing down my neck. Bastard's a goddamn micromanager. Never realized that before.
09:46-10:21 - [Data omitted for irrelevancy.]
10:28 - Coming up over the crest now, and the Himinbjörg complex is coming into view.
10:32 - All of this looks familiar as hell. I feel like I know this place. The towers are exactly where I expect- Oh. How is this possible?
10:40: The drone deciphered a broadcast coming from the complex, it filtered out a latent memetic agent– so that's something.
THE FOLLOWING MESSAGE IS BROUGHT TO YOU BY THE FOUNDATION.
As announced in our previous broadcast, there is currently a solar phenomena visible from earth. Any foreign misinformation is to be ignored– the moon poses no threat. Please exit your homes in an orderly fashion and look towards the sky.
THE FOLLOWING MESSAGE IS BROUGHT TO YOU BY THE FOUNDATION.
As announced in our previous broadcast, there is currently a solar phenomena visible from earth. Any foreign misinformation is to be ignored– the moon poses no threat. Please exit your homes in an orderly fashion and look towards the sky.
THE FOLLOWING MESSAGE IS BROUGHT TO YOU BY THE FOUNDATION.
It just keeps going, the same thing over and over again.
10:51 - That seals it. There's no way it can be anything else, I've been there too often not to know. Although a bit bigger, this is Site-█; there's slight differences but it's basically the same. Same towers, same central dome, even the architecture on the main entrance is the same. Everything's on the Jötunheimr scale size-wise, but I live there! I'd recognize it anywhere.
10:52 - Well, not there. This universe's variation anyway.
10:53 - I bet I can get inside. Just got to-
The rest of this file has been expunged, as per O5-Ord.2018.0145
[END LOG]
[THIS FILE HAS BEEN LOCKED AS PER O5-ORD.2018.0145]
MESSAGES
SCPF Internal Memorandum
FROM: Dr. Trevor Bailey
TO: O5-07
DATE: 04 February, 2018
RE: SCP-5637 Research Status.
Overseer,
Per your request, I've put together a summary of Dr. Ephraim's findings into SCP-5637. I've created a secure folder at [DATA EXPUNGED] that contains all relevant audio, visual, and notated documents for your perusal. If you have any questions, I am at your service.
Thanks,
Trevor
Trevor Bailey, Ph.D, D.A.S.
Director, Department of Extra-Universal Affairs
SCPF Internal Memorandum
FROM: O5-07
TO: Dr. Trevor Bailey
DATE: 06 February, 2018
RE: Re:SCP-5637 Research Status
Trevor,
I appreciate the work that you've put into this, but I am afraid I'm going to have to close the file.
As I told you over the phone, I've sent the appropriate documentation to Edgar in order to go through and clean up some things I would rather not be in the official record. I realize that this will place some undo hardship on you and your office, and I'll understand if you want to undergo amnestic treatment as well, but the choice remains yours as the department head. It is imperative that knowledge of SCP-5637 does not get further disseminated, and I trust your judgment on how best to do that.
At least there isn't a body.
07
SCPF Internal Memorandum
FROM: Dr. Trevor Bailey
TO: O5-07
DATE: 04 February, 2018
RE: Re:Re:SCP-5637 Research Status.
I appreciate the candor, Overseer. I'm not sure I entirely agree with your reasoning on how best to contain the Aesir-Class threat, but you're the boss. If I accept Amnestic treatment, will you tell me more? I know it's a big ask, but one doesn't simply ignore the fact that one of their model employees just… breaks all protocol like that. I don't even know how she was able to use the Bridge, but I've seen the footage.
This "Himinbjörg complex" is Site-2, isn't it? I recognize it too, just as Jasmine did. What happened over there? How did she just, disintegrate like that? What happened in SCP-5637 that you're not telling me? This is my area, Overseer. I need to know if I'm sending more people to their deaths simply by doing their jobs.
Trevor
Trevor Bailey, Ph.D, D.A.S.
Director, Department of Extra-Universal Affairs
SCPF Internal Memorandum
FROM: O5-07
TO: Dr. Trevor Bailey
DATE: 06 February, 2018
RE: Re:Re:Re:SCP-5637 Research Status
file001/2b.jpg
Máni happened, that's what.
Look, there aren't a lot of answers I can give you, and for that I'm sorry. That's all I'm going to tell you, that's all I CAN tell you for now.
Just let me know if your researchers find any more abandoned worlds, and I'll make the call on whether to proceed. For now, I'm transferring ownership of the SCP-5637 file to you and I'm having all the records shifted to Site-64.
07
