Link to article: SCP-9628.
:root{
--header-title: 'Surrealistics + Sundry';
--header-subtitle: 'STOP MAKING SENSE';
--header-top-gap: 0rem;
--top-bar-height: 3.75rem;
--title-size: min(calc(1.5rem + 3.75vw), 4.25rem);
--subtitle-size: min(calc(0.75rem + 2.75vw), 2.75rem);
--basalt-primary-color: 19, 2, 8;
--basalt-secondary-color:31, 5, 16;
--basalt-tertiary-color: 49, 5, 30;
--basalt-main-text-color: 255, 130, 116;
--link-color: 213, 60, 106;
--basalt-overtone: 229,229,229;
--basalt-undertone: 213, 60, 106;
--basalt-bright-element-color:124, 24, 60;
--basalt-dark-element-color: 213, 60, 106;
--earthworm-segment-border-color: 255, 130, 116 !important;
--general-border-color: 49, 5, 30;
--basalt-UI-dark-palette: 124, 24, 60;
--swatch-menubg-black-color: 49, 5, 30;
--swatch-menutxt-dark-color: 213, 60, 106;
--five-color: 124, 24, 60 !important;
--image-caption-background-color: var(--basalt-bright-element-color);
--logo: url(http://scp-wiki.wikidot.com/local--files/scp-9628/logo.png);
--icon-opacity: 25%;
--page-content-font-size: calc(var(--true-font-size) * .97);
}
.authorlink-wrapper > a::before {
color: rgb(255, 130, 116) !important;
}
#header {
contain: initial;
height: auto;
min-height: var(--header-final-height);
position: static;
background: transparent;
box-shadow: none;
grid-template-areas:
'. . . . .'
'. search line top-bar user'
'h-link h-link h-link h-link h-link';
grid-template-columns: var(--side-bar-button-width) var(--search-button-width) 1fr max-content var(--user-button-width);
grid-template-rows: var(--header-top-gap) var(--top-bar-height) 1fr;
backdrop-filter: none;
background-color: #130208;
background-image: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%237c183c' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");border-bottom: 1rem solid #ff8274;
}
#header h1 { grid-template-columns: minmax(0,1fr); }
#header h1 a {
justify-content: center;
width: auto; height: auto;
text-align: center;
flex-wrap: wrap;
pointer-events: none;
gap: 1rem calc(var(--base-header-height) *.125);
padding: 1rem;
box-sizing: border-box;
}
#header h1 a::before, #header h1 a span { height: auto; pointer-events: auto; }
#header h1 a::before {
width: calc(var(--base-header-height) *1.25);
aspect-ratio: 1;
min-width: unset;
max-width: 100%;
position: absolute;
left: 50%;
opacity: var(--icon-opacity);
transform: translateX(-50%) translateY(-20%);
}
#side-bar::before, #side-bar::after {
inset: initial;
left: 0;
top: var(--header-top-gap);
height: var(--top-bar-height);
transition: left var(--side-bar-transition);
}
#more-options-button{
color: white;
}
:is(.image-block,.scp-image-block) :is(.image-caption,.scp-image-caption) {
font-size: .675em;
}
:where(#page-content) table:not(.form), table.wiki-content-table{
min-width: 100%;
}
#page-content {
padding-block: 0em;
}
.collapsible-block .collapsible-block-link {padding: 5px 10px 5px 10px;text-decoration: none;background-color: rgb(var(--basalt-bright-element-color));
color: white;
font-size: .75rem;
border-radius: 100px;
box-sizing: border-box;
transition: all .2s ease;
display: inline-flex;
}
.notifbox{
border: rgb(var(--basalt-undertone)) .1rem solid;
padding: .2rem;
margin-right:70%;
background-color: rgb(var(--basalt-secondary-color));
margin-bottom: 0rem;
}
.table3 {
--basalt-th-background-color: var(--basalt-dark-element-color);
}
@media only screen and (max-width: 1024px) {
:root {
--header-top-gap: 0rem;
--main-content-side-margin: calc(0.25rem + 2.25vw);
}
#header {
grid-template-areas:
'. search . user'
'h-link h-link h-link h-link'
'top-bar top-bar top-bar top-bar';
grid-template-columns: var(--side-bar-button-width) var(--search-button-width) 1fr var(--user-button-width);
grid-template-rows: var(--top-bar-height) 1fr var(--top-bar-height);
}
@media only screen and (max-width: 1290px) {
#top-bar div.mobile-top-bar>.open-menu {
position: fixed;
left: 0;
top: var(--header-top-gap);
width: var(--side-bar-button-width);
height: var(--top-bar-height);
background-color: rgba(213, 60, 106,.5);
border-radius: 0rem 1rem 1rem 0rem;
backdrop-filter: blur(4px);
}
}
}
.licensebox a.collapsible-block-link {
background-color: transparent;
font-size: 1em;
padding: 0px;
}
div.sur_memo {
--memo-heading: "NOTICE FROM THE DEPARTMENT OF SURREALISTICS";
--memo-logo: url(http://scp-wiki.wikidot.com/local--files/scp-9628/logo-clear.png);
--memo-color: 255, 130, 116;
}
.thin{
max-width: 47.5rem !important;
}
display:none;
max-width: 30rem; margin: 1rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
color: red; font-size: 300%; text-shadow: 0 0 16px red;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
color: red; font-size: 300%; text-shadow: 0 0 16px red;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto;
width: 50px; margin: 2rem auto; filter: grayscale(100%);
filter: grayscale(100%);
color:white
width: 50px; margin: 2rem auto; filter: grayscale(100%);
width: 50px; margin: 2rem auto; filter: grayscale(45%);
filter: grayscale(100%);
component:preview
:scp-wiki:theme:basalt
[info]
:scp-wiki:component:customizable-acs
[info]
:scp-wiki:component:anomaly-class-bar-source
[info]
:scp-wiki:component:customizable-acs
[info]
component:image-block
component:image-block
component:image-block
:scp-wiki:component:earthworm
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
sur_memo
tableb
table5
anom-bar-esoteric
modal
modal
papernote
jotting
modal
notation
modal
modal
modal
papernote
jotting
modal
thin
modal
modal
thin
modal
thin
papernote
jotting
modal
thin
modal
thin
notation
modal
modal
modal
modal
papernote
jotting
modal
thin
modal
thin
modal
thin
footer-wikiwalk-nav