Link to article: SCP-9100.
/* VARIABLES */
:root {
--page-content-font-size: 1rem;
--main-content-width: 100%;
--basalt-bright-element-color: 176, 39, 39;
--header-UI-font-size: 1rem;
--main-content-side-margin: 0rem;
}
/* MAKING ACTION AREA USABLE */
#action-area, #history-subarea {
margin: 1rem auto 0;
max-width: 80%;
}
.licensebox .collapsible-block-link {
color: darkgray !important;
}
div#page-options-container {
max-width: 45rem;
margin: auto;
}
.collapsible-block {
text-align: center;
}
/* BACKGROUNDS */
div#content-wrap {
/* background: linear-gradient(203.04deg, #FBFAF9 40.5%, #f1f1f1 100%); */
background: linear-gradient(90deg, #E6EAED 0%, #FFFFFF 50%, #E6EAED 100%);
}
/* FONTS */
h5 {
font-size: 1.4rem;
}
a:any-link {
font-weight: bold;
}
.trigger {
font-weight:bold;
color: #B02727;
}
/* CENTERBLOCK */
div#u-authorlink {
text-align: center;
color: rgb(187, 187, 187);
font-weight: 700;
font-size: 0.875rem;
}
div#u-authorlink a {
color: rgb(133, 83, 172);
font-weight: 700;
}
div#u-authorlink p {
margin: 0px;
}
.centerbox {
width: fit-content;
margin: auto;
}
.authorlink-wrapper {
margin: 0px !important;
}
/* AUDITOR */
/*div.auditor-section{
}*/
div.auditor-content {
width: 95%;
max-width: 38rem !important;
margin: 2.5rem auto;
color: #C3C3C3;
background: #001600;
padding: 2rem;
box-shadow: inset -4px -4px 3px rgba(0, 0, 0, 0.45), inset 4px 4px 35px rgba(255, 255, 255, 0.2);
border-radius: 8px;
box-sizing: border-box;
}
.auditor {
color: #C3C3C3;
background: #001600 !important;
padding: 2rem;
box-shadow: inset -4px -4px 3px rgba(0, 0, 0, 0.45), inset 4px 4px 35px rgba(255, 255, 255, 0.2);
border-radius: 8px;
box-sizing: border-box;
padding: 0.5rem 2.5rem !important;
margin: 0px !important;
}
.auditor-content hr {
margin-inline: 0px;
height: 1px;
}
.auditor-header {
display: flex;
justify-content: space-between;
p {
margin-block: 0px;
}
}
.auditor-header-content {
font-weight: bold;
}
.a12 {
font-weight: bold;
color: green;
}
/* OVERWATCH/RAISA MEMO */
/* RAISA MEMO */
.raisa_memo {
max-width: 36rem !important;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
padding: 0px;
margin: 3rem auto;
width: 95%;
background-position: center;
}
.raisa_memo::before {
content: none;
}
.raisa-header {
padding-inline: 0.5rem;
}
.raisa-background {
background: rgba(255, 243, 173, 0.8);
}
.raisa-content {
max-width: 26rem !important;
text-align: left;
margin-inline: auto;
padding-inline: 1rem;
}
.raisa-divider {
display: block;
background: rgba(0,0,0,0.1);
height: 2px;
width: 100%;
}
.text-notice {
font-size: 1rem;
font-weight: bold;
}
.text-raisa {
font-weight: bold;
font-size: 1.4rem;
}
/* IMAGES */
.shortpic {
position: relative;
max-width: 50rem !important;
margin: 1rem auto;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
width: 95%;
}
.shortpic img {
max-height: 28rem;
width: 100%;
object-fit: cover;
}
.wide {
margin-block: 2rem;
}
.wide img {
max-height: initial;
object-fit: cover;
}
.dendrite {
max-width: calc(var(--main-content-width)*.825) !important;
}
/* SECTIONS */
.section {
width: 95%;
max-width: 45rem !important;
padding: 1.5rem 2.5rem;
background: linear-gradient(102.71deg, #FEFEFE 0%, #FAFAFA 100%);
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
margin: 2.5rem auto;
box-sizing: border-box;
position: relative;
z-index: 2;
box-sizing: border-box;
}
.section hr {
margin-inline: -1.25rem;
}
.log-title {
text-align: center;
/*width: 95%;
max-width: 45rem !important;
padding: 1.5rem 2.5rem;
margin: 2.5rem auto;*/
}
.pagebreak {
width: 100%;
height: 2rem;
background: #FFFFFF;
box-shadow: inset 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
border-bottom: 1px solid #BABDBF;
border-top: 1px solid #BABDBF;
}
/* RELATIVE TIME HEADERS */
.relativetime {
text-align: center;
font-family: monospace;
display: flex;
align-items: center;
text-align: center;
margin: 2em 0;
}
.relativetime::before,
.relativetime::after {
content: '';
flex: 1;
border-bottom: 1px solid rgb(var(--hr-color));
}
.relativetime p {
margin: 0 1em;
padding: 0 10px;
white-space: nowrap;
}
/* TIMELINE */
/*.timeline {
position:relative;
}
.timeline::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
background: #ccc;
z-index: 0;
}*/
/* EVENTS */
.event {
background: linear-gradient(102.71deg, #FEFEFE 0%, #FAFAFA 100%);
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
display: block;
margin-inline: auto;
margin-block: 1.5em;
padding: 1.5rem 2.5rem;
position: relative;
--posX: -20vw;
max-width: 40rem !important;
width: 85%;
box-sizing: border-box;
ul {
padding-inline-start: 1rem;
}
}
/* DOCUMENT TYPE STYLES */
.conprocs {
background: #FCFBFC;
}
.finlay {
border-left: solid 8px #8553AC;
h5 {
color: #8553AC;
}
}
.finlay-commentary {
font-style:italic;
border-left: solid 8px #8553AC;
padding: 0.5rem 2.5rem;
margin: 0px;
}
.vo {
border-left: solid 8px #345999;
h5 {
color: #58769A;
}
}
.vo-commentary {
font-style: italic;
border-left: solid 8px #345999;
padding: 0.5rem 2.5rem;
margin: 0px;
}
.interview {
border-top: solid 8px #A8531B;
h5 {
color: #A8531B;
}
}
.study {
border-top: solid 8px #45731D;
h5 {
color: #45731D;
}
}
.experiment {
border-top: solid 8px #8292A2;
h5 {
color: #020816;
}
}
.email {
background: #FCFBFC;
border: 2px solid #020816;
}
.memo {
border-top: solid 8px #020816;
}
.video {
border-inline: solid 2px #020816;
}
/* SMALL SCREENS */
@media screen and (max-width: 600px) {
/*:root {
--main-content-side-margin: 1.325rem;
}*/
div.section {
padding-inline: 1.25rem;
}
.event {
padding: 1rem 1.5rem;
}
.audit {
margin-block: 1rem;
}
}
.footnotes-footer {
max-width: 45rem !important;
margin: auto;
}
display: none
color: white;
color: white;
color: white;
color: white;
color: white;
color: white;
:scp-wiki:component:preview
[info]
:scp-wiki:theme:basalt
[info]
:scp-wiki:component:fade-in
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:info-cw
[info]
:scp-wiki:component:classified-bar-woed
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
crom-thumbnail
centerbox
auditor-content
auditor-header
auditor-header-content
auditor-header-content
pagebreak
section
conprocs
shortpic
wide
log-title
timeline
event
relativetime
event
relativetime
section
interview
relativetime
section
finlay
relativetime
section
study
section
finlay-commentary
relativetime
event
relativetime
event
relativetime
section
finlay
relativetime
section
email
relativetime
event
relativetime
event
relativetime
section
finlay
section
auditor
relativetime
section
study
event
section
auditor
relativetime
event
section
experiment
section
finlay-commentary
relativetime
section
experiment
shortpic
dendrite
section
finlay-commentary
event
relativetime
section
email
relativetime
event
relativetime
event
section
finlay
relativetime
event
relativetime
event
relativetime
event
relativetime
event
relativetime
section
experiment
section
finlay-commentary
shortpic
wide
event
relativetime
event
section
auditor
relativetime
section
memo
section
finlay
relativetime
event
relativetime
event
relativetime
section
finlay
relativetime
event
relativetime
event
relativetime
event
relativetime
event
section
finlay
relativetime
event
relativetime
section
experiment
section
finlay-commentary
relativetime
section
experiment
section
video
relativetime
event
relativetime
event
section
email
a12
relativetime
event
relativetime
section
experiment
section
finlay-commentary
relativetime
section
experiment
section
video
section
finlay
relativetime
section
experiment
section
finlay-commentary
relativetime
section
experiment
section
video
relativetime
event
section
memo
relativetime
event
relativetime
event
relativetime
event
relativetime
event
relativetime
event
relativetime
event
section
auditor
relativetime
section
finlay
relativetime
event
relativetime
event
relativetime
event
relativetime
event
relativetime
section
experiment
relativetime
event
relativetime
event
section
email
event
relativetime
section
study
relativetime
section
memo
relativetime
event
section
study
relativetime
event
relativetime
event
relativetime
section
experiment
relativetime
event
relativetime
event
relativetime
section
vo
relativetime
event
document
study
relativetime
section
interview
trigger
trigger
trigger
trigger
trigger
section
vo
relativetime
event
relativetime
section
email
section
memo
section
vo
section
email
relativetime
section
email
relativetime
event
relativetime
event
section
experiment
relativetime
section
experiment
section
vo-commentary
relativetime
section
email
relativetime
section
email
shortpic
dendrite
relativetime
section
email
shortpic
dendrite
shortpic
dendrite
section
vo
relativetime
section
email
section
vo
section
experiment
section
vo
section
interview
trigger
trigger
relativetime
section
email
relativetime
section
vo
section
interview
section
vo
section
study
section
vo-commentary
section
vo-commentary
section
vo-commentary
document
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
relativetime
event
relativetime
section
experiment
trigger
trigger
trigger
trigger
event
relativetime
event
relativetime
section
email
relativetime
section
vo
section
study
section
vo-commentary
section
vo-commentary
shortpic
wide
dendrite
section
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
section
vo-commentary
event
relativetime
event
relativetime
event
relativetime
section
vo
relativetime
event
relativetime
event
relativetime
event
relativetime
event
a12
a12
relativetime
section
memo
pagebreak
auditor-content
centerbox
footer-wikiwalk-nav