Link to article: SCP-8985.
/* PAGE LEVEL STUFF */
:root {
--page-content-font-size: 1rem;
--main-content-width: 100%;
--main-content-side-margin: 0px;
--basalt-bright-element-color: 133, 83, 172;
--header-UI-font-size: 1rem;
}
#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;
}
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;
}
/* #page-content .creditRate {
margin: 0.5rem;
text-align: center;
width: fit-content;
} */
div#content-wrap {
/* Old background gradient */
/* background: linear-gradient(90deg, #CAD2D9 0%, #FCFCFC 50%, #CAD2D9 100%) */
background: linear-gradient(90deg, #E6EAED 0%, #FFFFFF 50%, #E6EAED 100%);
}
/* FOOTNOTES */
.f-content {
font-size: 1rem;
}
a.footnoteref {
font-weight: bold;
}
/* TEXT TAGS */
.loxodonta {
color: #0359A5;
font-weight: bold;
}
.text-scp {
color: black;
font-weight: bold;
}
.text-scp-a {
color: black;
font-weight: bold;
}
/* RAISA MEMO */
div.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;
}
div.raisa_memo::before {
content: none;
}
.raisa-header {
padding-inline: 0.5rem;
}
.raisa-background {
background: rgba(255, 243, 173, 0.8);
}
div.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;
}
/* HARDCASTLE SECTION */
hr {
margin-inline: -2.5rem;
}
#u-conprocs {
margin-block: 2rem;
}
#u-description {
margin-block: 2rem 1rem;
}
/* .addendum-1 {
padding-bottom: 25rem;
background: linear-gradient(90deg, #E6EAED 0%, #FFFFFF 50%, #E6EAED 100%);
position: relative;
margin-bottom: -25rem;
-webkit-mask-image: linear-gradient(to bottom, black 79%, transparent 100%);
mask-image: linear-gradient(to bottom, black 79%, transparent 100%);
}
*/
.conprocs .section {
margin-top: 0;
}
.addendum-1 .section {
margin-bottom: 0;
}
.addendum-1 hr {
margin-block: 32px;
}
.hardcastle {
background: linear-gradient(90deg, #B0B0B0 0%, #F2F2F2 50%, #B0B0B0 100%);
padding-top: 3rem;
padding-bottom: 0.5rem;
}
div.section {
max-width: 45rem !important;
background-color: white;
padding: 1.5rem 2.5rem;
background: #FCFBFC;
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;
width: 95%;
}
@media screen and (max-width: 600px) {
div.section {
padding-inline: 1.25rem;
}
hr {
margin-inline: -1.25rem;
}
:root {
--header-UI-font-size: 0.75rem;
}
}
div.raisa {
background: rgba(255, 243, 173, 1);
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
}
.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;
}
.bigpic {
position: relative;
margin: 0 auto;
max-width: 70rem !important;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
}
.bigpic img {
width: 100%;
object-fit: cover;
}
.bigpic .scp-image-caption {
max-width: 42rem !important;
margin: auto;
}
div#u-kessock img {
min-height: 30rem;
}
div#u-skye img {
min-height: 26rem;
}
.timeline {
counter-reset: memory;
position:relative;
}
.timeline::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
background: #ccc;
z-index: 0;
}
.memory {
display: block;
background-color: #FCFBFC;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
max-width: 40rem !important;
width: 85%;
border-bottom: 4px solid #0359A5;
box-sizing: border-box;
margin: 1.5rem auto;
padding: .5rem 1.25rem 1rem;
position: relative;
}
.video {
display: block;
background-color: #FCFBFC;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
max-width: 31.25rem !important;
width: 85%;
border: 4px solid #8553AC;
box-sizing: border-box;
margin: 2.5rem auto;
padding: .5rem 1.25rem 1rem;
position: relative;
}
.video-header {
color: #8553AC;
font-weight: bold;
display: flex;
align-items: center;
text-wrap-mode: nowrap;
gap: 2rem;
}
.video-header::after, .video-header::before {
content: " ";
background: #CEBFD9;
height: 1px;
width: 100%;
}
.memory p, .video p {
margin-block: 1rem;
}
div.memory {
counter-increment: memory;
}
.memory-header {
color: #0359A5;
font-weight: bold;
display: flex;
align-items: center;
text-wrap-mode: nowrap;
gap: 2rem;
}
.memory-header::after, .memory-header::before {
content: " ";
background: #BFCDD9;
height: 1px;
width: 100%;
}
.recording {
background: #48494A;
color: white;
padding-block: 0.25rem;
text-align: center;
display: block;
}
.failure {
background: #EAEDF0;
border: 1px solid #BABDBF;
margin-block: 1rem;
}
.failure .memory-header {
color: #8b8b8b;
}
#u-kessock scp-image-block block-center scp-image-caption {
background: #EAEDF0;
}
div#u-tinybox {
width: fit-content;
padding: 0.5rem 1rem;
}
.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;
}
#page-content a.collapsible-block-link {
overflow-wrap: anywhere;
display: block;
margin: 0 auto;
width: fit-content;
font-weight: bold;
}
.finalrate {
background: linear-gradient(90deg, #E6EAED 0%, #B0B0B0 50%, #E6EAED 100%);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#u-finalrate {
height: 1rem;
}
color:#0359A5;
: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]
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
centerbox
raisa_memo
raisa-background
raisa-header
text-notice
text-raisa
raisa-divider
raisa-content
pagebreak
hardcastle
conprocs
section
text-scp
text-scp
text-scp
text-scp-a
shortpic
wide
text-scp
text-scp-a
loxodonta
text-scp
text-scp-a
text-scp
text-scp
text-scp-a
addendum-1
section
text-scp
loxodonta
loxodonta
loxodonta
text-scp
text-scp-a
addendum-2
timeline
section
text-scp
loxodonta
memory
memory-header
shortpic
memory
memory-header
shortpic
memory
memory-header
shortpic
memory
memory-header
memory
memory-header
shortpic
memory
memory-header
video
video-header
videolog
recording
recording
memory
memory-header
text-scp
memory
memory-header
text-scp
memory
memory-header
shortpic
memory
memory-header
text-scp
shortpic
memory
memory-header
shortpic
memory
memory-header
memory
memory-header
text-scp
bigpic
memory
memory-header
shortpic
shortpic
memory
memory-header
shortpic
memory
memory-header
shortpic
memory
memory-header
shortpic
memory
memory-header
shortpic
memory
memory-header
memory
failure
memory-header
memory
failure
memory-header
memory
failure
memory-header
memory
failure
memory-header
bigpic
memory
memory-header
memory
memory-header
memory
memory-header
memory
memory-header
section
section
section
text-scp
pagebreak
not-hardcastle
raisa_memo
raisa-background
raisa-header
text-notice
text-raisa
raisa-divider
raisa-content
section
shortpic
wide
pagebreak
finalrate
centerbox
pagebreak
footer-wikiwalk-nav