Link to article: From 120's Archives Hub.
:root {
--header-title: "R\0026 C Site-120";
--header-subtitle: "FIGHTING FIRE WITH FIRE";
--logo-img: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/pride120.png);
--headerColor: hsl(0, 0%, 20%);
--logo-opacity: 30%;
}
#page-title {
display: none;
}
.footnotes-footer {
display: none;
}
#breadcrumbs {
display: none !important;
}
.log2 {
background: white;
border: 1px solid black;
padding-left: 1em;
padding-right: 1em;
margin: 0.5em 0 0.5em 0;
}
.lognontranslate {
background: #EBF5FB;
border: 1px solid black;
padding-left: 1em;
padding-right: 1em;
margin: 0.5em 0 0.5em 0;
}
.card {
background: var(--back-image) center / cover no-repeat;
}
.card > div {
box-sizing: border-box;
width: 45%;
background: linear-gradient(to right, #0008, #0006);
padding: 0.8rem 0.4rem;
color: white;
}
.card > div > strong:nth-of-type(1) {
font-size: 200%;
}
.card > div > strong:nth-of-type(2) {
font-size: 135%;
display: inline-block;
}
.card > div > strong:nth-of-type(2)::after {
content: "";
display: inline-block;
width: 100%;
height: 4px;
border-radius: 2px;
background: #E6283C;
margin: -0.2rem auto 0.6rem
}
.card > div > strong:nth-of-type(3) {
display: inline-block;
text-align: justify;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.entry {
background: #fcfcfc;
margin: 1em 3em;
padding: 0.75rem;
border: solid 2px #afafaf;
text-align: center;
}
.by-author {
font-size: 90%;
color: #797979;
}
.entry .notation {
font-size: 95%;
}
@media (max-width: 1250px) {
.paper,
.modal,
.entry,
.notation {
margin-left: 0.5em;
margin-right: 0.5em;
}
}
.date {
color: #797979;
font-size: 120%;
font-weight: bold;
}
.anchor {
position: sticky;
height:0;
top: 0.5rem;
z-index: 4;
}
.tocbox {
margin-top: 0;
position: absolute;
top: 0;
right: max(-18.75rem, -17vw);
z-index: 4;
box-sizing: border-box;
width: max-content;
pointer-events: none;
}
#page-content .tocbox .toc-u {
padding: 0.5rem;
background: hsl(0, 0%, 100%);
border-right: solid 0.2rem var(--headerColor);
box-shadow: 0 0 4px rgba(0,0,0,0.3);
position: relative;
width: 15rem;
max-height: calc(98vh - 2rem);
max-width: calc((30vw - 50% - 6rem)/1.2);
margin-right: 0; margin-left: auto;
pointer-events: all;
}
.toc-u #toc::before, .toc-u #toc::after { display: none; }
.toc-u::before, .toc-u::after {
content: "";
display: block;
height: 0.5rem; width: 0.5rem;
position: absolute;
right: 0;
background-color: var(--headerColor);
}
.toc-u::before {
top: 0;
transform: translate(calc(0.1rem + 50%),-50%) rotate(45deg);
}
.toc-u::after {
bottom: 0;
transform: translate(calc(0.1rem + 50%),50%) rotate(45deg);
}
#page-content .tocbox .toc-u #toc-list {
overflow-y: auto;
overflow-x: hidden;
max-height: 84vh;
padding: 0 0.5em 1em;
scrollbar-width: thin;
}
#page-content .tocbox .toc-u #toc-list::-webkit-scrollbar {
width: 6px;
}
.tocbox table,
.tocbox tbody,
.tocbox tr,
.tocbox td,
.tocbox #toc {
display: contents;
}
#toc-list > div { position: relative; }
#toc-list > div[style*="1em"]::before {
content: "•";
display: inline-block;
position: absolute;
left: -0.75em;
color: var(--accentColor);
}
@media (max-width: 1340px) {
.anchor {
filter: none;
transition: filter 0.2s ease-out;
}
.tocbox {
right: -1rem;
width: unset;
}
.tocbox::before {
content: "";
display: block;
position: absolute;
background-color: transparent;
width: 1.5rem; height: 100%;
top: 0; right: -0.25rem;
pointer-events: all;
}
.tocbox::after {
content: "";
display: block;
position: absolute;
background-color: transparent;
width: 0; height: 0;
border: solid 1rem transparent;
border-left-width: 0.5rem;
border-right-color: var(--headerColor);
top: calc(50% - 1rem); right: 0;
pointer-events: all;
transition: border-right-width 0.15s ease-out;
}
#page-content .tocbox .toc-u {
width: -moz-fit-content;
width: fit-content;
max-width: 60vw;
box-shadow: none;
clip-path: inset(-0.5rem -0.5rem -0.5rem calc(100% - 0.65rem));
transition: clip-path 0.2s ease-out;
pointer-events: none;
}
.anchor:hover { filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2)); }
.tocbox:hover {
pointer-events: all;
}
.tocbox:hover::after {
border-right-width: 0;
}
#page-content .tocbox:hover .toc-u {
pointer-events: all;
clip-path: inset(-0.5rem -0.5rem -0.5rem -0.35rem);
}
}
.mobi {
display: none;
}
@media only screen and (max-width: 675px) {
.komp {
display: none;
}
.mobi {
display: inline;
}
}
.nexus {
background: linear-gradient(180deg, rgba(224, 156, 61, 0.55) 0%, rgba(224, 127, 61, 0.55) 100%);
padding: 10px;
margin-left: 15%;
margin-right: 15%;
outline: solid 3px grey;
text-align: center;
transition-property: transform;
transition-duration: 0.5s;
}
.nexus hr {
background-color: grey;
}
img {
transition-property: transform;
transition-duration: 0.5s;
}
.nexus:hover {
transform: scale(1.1);
}
.nexus:hover img {
transform: rotate(-15deg);
}
.description > :not(.preview) { display: none!important; }
.description > .preview {
display: block;
padding-block: .125rem;
font-size: .875em;
text-align: start;
margin-inline-start: 1.5rem;
}
.preview > p {
margin-block: .55em;
}
.preview > p:first-child { margin-block-start: .25em; }
.preview > p:last-child { margin-block-end: .25em; }
display: none;
text-align: center; margin: -10px auto 10px auto;
text-align: center; margin: -25px auto 10px auto;
width: 70px; margin-bottom: -10px;
border: solid 5px #d6d6d6; padding: 10px; margin-bottom: 10px; margin-left: 15%; margin-right: 15%; background: #FFFFFF;
margin-left: 10%;
border: solid 5px #d6d6d6; padding: 10px; margin-bottom: 10px; margin-left: 15%; margin-right: 15%; background: #FFFFFF;
width: 30rem; margin: auto; text-align: center; margin-top: -20px;
height:20px
position: relative; left: -8px; border: 8px solid #ffffff; box-shadow: 0 0 5px #999; margin-top: 15x; margin-bottom: 15px; transform: rotate(1.5deg); width: 100%; max-width: 400px;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter0.jpg);
width:100%;
text-align: left;
font-size: 95%;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter1.jpg);
width:100%;
text-align: left;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter2.jpg);
width:100%;
text-align: left;
font-weight: bold; color: #ff670f;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter3.jpg);
width:100%;
text-align: left;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter4.png);
width:100%;
text-align: left;
--back-image: url(https://scp-wiki.wdfiles.com/local--files/from-120-s-archives-hub/chapter5.png);
width:100%;
text-align: left;
--back-image: url(https://i.imgur.com/ASaFAcP.png);
width:100%;
width: 25%;
font-size: 90%;
width: 25%;
width: 25%;
:scp-wiki:theme:foxtrot
[info]
component:image-block
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:audio-player-woed-source
[info]
fragment:120-hub-rework-groups
fragment:120-hub-rework-places
fragment:120-hub-rework-characters
fragment:120-hub-rework-glossary
fragment:120-hub-rework-timeline
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
pseudocrumbs
nexus
description
date
anchor
tocbox
toc-u
paper
modal
card
entry
by-author
by-author
date
entry
by-author
notation
entry
by-author
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
card
entry
by-author
by-author
by-author
by-author
by-author
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
card
entry
by-author
by-author
by-author
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
entry
by-author
card
entry
by-author
by-author
by-author
by-author
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
by-author
notation
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
entry
by-author
entry
by-author
entry
by-author
card
entry
by-author
by-author
by-author
by-author
by-author
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
entry
by-author
entry
by-author
entry
by-author
card
entry
by-author
by-author
date
entry
by-author
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
card
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
notation
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
date
entry
by-author
notation
entry
by-author
entry
by-author
table1
table3
table5