Link to article: SCP-9180.
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');
:root {
--logo: url(http://scp-sandbox-3.wikidot.com/local--files/collab:dumbcon/foundlogo);
--header-font: 'Comic Sans MS';
--UI-font: 'Comic Sans MS';
--header-subtitle: "SCREAM - CRY - POUT";
}
h1 {
font-family: 'Comic Sans MS', 'Comic Sans', 'Short Stack', cursive;
margin-top: 1.5em;
}
.collapsible-block-link {
font-size: 1.2em;
font-family: 'Comic Sans MS', 'Comic Sans', 'Short Stack', cursive;
}
p {
font-family: 'Comic Relief';
}
tt {
background-color: #eee;
border-radius: 5px;
}
div.blockquote {
max-width: 90% !important;
}
.ad .image {
display: block;
margin: auto;
max-width: 50%;
}
.footnotes-footer {
display: none;
}
@media (max-width: 768px) {
.ad .image {
max-width: 100%;
}
div.blockquote {
max-width: 100% !important;
}
}
.textbox {
border: solid 0.2rem rgb(var(--general-border-color));
background: #f6f9f7;
color: black;
padding: 1em;
margin: 1em;
}
.box {
border: 2px solid black;
background: #f6f9f7;
color: black;
padding: 1em;
margin: auto;
text-align: center;
width: 150px;
position: relative;
z-index: 3;
}
.logs {
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
width: 97.7%;
}
.logs-header {
text-align: center;
}
table.dialog {
border-collapse: collapse;
}
table.dialog th {
font-family: var(--display-font);
padding: 1.1em 1em 0em 1em;
}
table.dialog td {
font-family: var(--dialogue-font);
padding: 1.15em 0em 0em 0.8em;
}
}
#page-content table.dialog,
#page-content table.dialog th,
#page-content table.dialog td {
background: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
padding: 0 !important;
}
#page-content table.dialog {
width: 100% !important;
border-collapse: collapse !important;
background: transparent !important;
margin: 0 0 1rem 0 !important;
}
#page-content table.dialog th {
font-family: var(--display-font), system-ui, sans-serif !important;
padding: 0.75em !important;
background: #f0f0f0 !important;
text-align: left !important;
}
#page-content table.dialog td {
font-family: var(--dialogue-font), system-ui, sans-serif !important;
font-size: 1.15em !important;
padding: 0.75em !important;
color: #000 !important;
}
#page-content table.dialog th,
#page-content table.dialog td {
font-size: 1em !important;
}
.logs-header img {
width: 600px;
object-fit: cover;
height: 300px;
display:inline-block;
position: relative;
z-index: 1;
}
.foundation {
border:solid 3px #444;
background: #f2f2c2 url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/scp_trans.png') center center no-repeat;
padding: 1.5rem;
margin-bottom: 10px;
color: black;
}
.foundation.snow {
background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/scp_trans.png') center center no-repeat;
}
div.terminal{
border: 1px solid black;
border: solid 3px #BBBBBB;
border-radius: 16px;
background-color: #131;
/* black shadow at the top of the terminal */
background-image:
radial-gradient(ellipse 1000% 100% at 50% 90%, transparent, #121);
background-position: center;
display: block;
/* shadow around the terminal */
box-shadow: inset 0 0 10em 1em rgba(0,0,0,0.5);
/* prevents scanline from forming a scrollwheel */
overflow:hidden;
}
div.terminal blockquote {
background-color: black;
border: double 3px #80FF80
}
div.scanline{
margin-top: -40%;
width: 100%;
height: 60px;
position: relative;
pointer-events: none;
/* Safari 4.0 - 8.0 */
-webkit-animation: scan 12s linear 0s infinite; /* You may need to change this. If the bar goes by too quickly, increase 5s. */
animation: scan 12s linear 0s infinite; /* Same as above */
background: linear-gradient(to bottom, rgba(56, 112, 82,0), rgba(56, 112, 82,0.1)) !important;
}
div.text{
color: rgba(128,255,128,0.8);
padding-left: 2em;
padding-top: 40%;
font-family: monospace;
font-size: 1.2em;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes scan{
from{ transform: translateY(-10%);}
to{ transform: translateY(5000%);} /* You may need to change this depending on the length of your terminal. If the scanline stops halfway, increase the second number.*/
}
@keyframes scan{
from{ transform: translateY(-10%);}
to{ transform: translateY(5000%);} /* Same as above.*/
}
div.text a {
color: #90EE90;
text-decoration: none;
background: transparent;
}
div.text a.newpage {
color: #90EE90;
text-decoration: none;
background: transparent;
}
div.text a:hover {
color: #131;
text-decoration: underline;
background-color: #80FF80;
padding: 1px;
}
div.text a:hover::before{
content: "> ";
}
#u-start, .textchange div.sitemember:nth-child(2) {display:none;}.type-wrap-wrapper {position: relative;text-align: left;}.type-wrapper {background: #555;}.typearea {color: lime; font-family: "Courier";font-size: 1.2em;margin: 10px 0 0 10px;white-space: nowrap;overflow: hidden;width: 0;}#u-start:target ~ .typearea {width: 100%;animation: type 4s steps(60, end); }.typearea a{color: lime;text-decoration: none;}.blink {animation: blink 1s infinite;}@keyframes type{ from { width: 0; } } @keyframes blink{to{opacity: .0;}}.buttonwrapper {text-align: center;}.likebutton {padding: 0.1em 0.5em;text-decoration: none;font-size: 1.3em;background-color: #F4F4F4;border: 1px solid #AAA;color: #000;}.likebutton:hover {background-color: #DDD;color: #000;border: 1px solid #0098b3;}
width:100%;
width:100%;
width:100%;
text-align: right; font-size: 90%; font-style: italic
color:orange
color:green
color:orange
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:orange
color:gray
color:gray
color:gray
color:green
color:orange
color:black
color:green
color:green
color:orange
color:green
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:orange
color:green
color:orange
color:green
color:orange
color:orange
color:orange
color:green
color:pink
color:orange
color:green
color:pink
color:green
color:orange
color:green
color:orange
color:purple
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:orange
color:green
color:green
color:orange
color:green
color:orange
color:orange
color:green
color:orange
color:orange
color:green
color:orange
color:green
color:green
color:orange
color:orange
color:green
color:green
color:green
color:green
color:orange
float:right; margin:0 2em 1em 2em; width:200px; border:0;
width:30%;
component:preview
:scp-wiki:theme:basalt
[info]
:scp-wiki:component:assorted-paper
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:more
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:anomaly-class-bar-source
[info]
:scp-wiki:component:customizable-acs
[info]
:scp-wiki:component:advanced-information-methodology
[info]
component:image-block
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
scp-image-block
block-center
scp-image-caption
modal
modal
document
table5
st
blockquote
st
st
jotting
modal
tableb
blockquote
jotting
modal
tableb
blockquote
foundation
snow
textbox
logs
logs-header
dialog
estrella-paper
verso
terminal
scanline
text
type-wrap-wrapper
type-wrapper
typearea
textchange
sitemember
blink
sitemember
blink
buttonwrapper
likebutton
footer-wikiwalk-nav