Link to article: SCP-8054.
:root {
--body-font-primary: 'Jetbrains Mono';
--header-logo: url(https://scp-wiki.wdfiles.com/local--files/component%3Aobject-warning-box-source/scp-logo.svg);
--image-caption-text-color:rgba(128,255,128,0.8);
}
#header h1 a::before {
filter: invert(1);
}
.collapsible-block-folded::before, .collapsible-block-unfolded-link::before{
content: "> ";
}
.image-block, .scp-image-block {
font-weight: normal !important;
border-bottom: solid .325rem rgba(128,255,128,0.8);
}
#u-start1, #u-start2, .textchange div.sitemember:nth-child(2) {
display:none;
}
.type-wrap-wrapper {
position: relative;
text-align: left;
}
.type-wrapper {
background: rgba(255, 0, 0, 0);
}
.typearea1 {
color: rgba(128,255,128,0.8);
overflow: hidden;
width: 0;
display: none;
}
.typearea1 {
overflow: hidden;
}
#u-start1:target ~ .typearea1 {
display: block;
width: 100%;
//animation: type 4s steps(60, end);
}
.typearea2 .blockquote {
color: rgba(128,255,128,0.8);
overflow: hidden;
display: block;
}
.blink {
animation: blink 1s infinite;
}
@keyframes type {
0% {
width: 0;
}
1% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes blink{
to{
opacity: .0;
}
}
.buttonwrapper {
text-align: left;
}
.likebutton {
text-decoration: none;
border: 1px solid #AAA;
color: #000;
}
.likebutton:hover {
background-color: #DDD;
color: #000;
border: 1px solid #0098b3;
}
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;
animation: scan 12s linear 0s infinite;
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-right: 2em;
padding-top: 40%;
font-size: 0.85em;
}
/* 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: underline;
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;
}
:scp-wiki:theme:basalt
[info]
:scp-wiki:component:wide-image-sizer
[info]
component:preview
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
terminal
scanline
text
blink
footer-wikiwalk-nav