Link to article: SCP-8504.
/* Tweaks to Y2K theme */
.scp-image-block img {image-reeeeeendering: auto !important;}
#header h2 span::before {content: 'One day I’ll find you' !important;}
body blockquote, body div.blockquote {background-color: #D0D0D0 !important;}
body {font-family: Tahoma, Verdana, sans-serif !important; font-size: 14px;}
body strong {font-weight: 900;}
a {text-decoration: underline;}
a.footnoteref {text-decoration: none;}
.footnote-footer {text-decoration: none;}
.okok-supplement h3 {font-size: 18px;}
.collapsible-block-link {font-size: 18px;}
.collapsible-block-folded {margin: .6em 0;}
.collapsible-block-unfolded-link {margin: .6em 0;}
div#extra-div-1 {
height: 140px;
width: 100%;
top: 0;
position: absolute;
background: url("http://scp-sandbox-3.wikidot.com/local--files/one-day-i-ll-find-you/header5");
background-position: 20% 20%;
}
div#header{
background-image: url('http://scp-sandbox-3.wikidot.com/local--files/one-day-i-ll-find-you/Miley3');
background-size: 6rem;
}
h1 {
color: #8A6CCD;
}
div#header h1 a span {
font-size: 0px;
}
div#header h1 a:before {
content: "Hi Sam!";
font-weight: bold;
color: #e775eb;
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
white-space: pre;
}
#page-title, h1 {
color: hsl(327, 86%, 73%)
}
#page-title {
border-bottom-color: hsl(327, 86%, 73%);
}
.scp-image-block {margin-top: 1em !important;}
tt
{
position: relative;
display: inline-block;
background: black;
color: white;
border: 1px solid #444;
font-weight: bold;
padding: 0 2px;
text-transform: uppercase;
cursor: help;
}
tt:hover:after
{
display: block;
position: absolute;
top: 1.2em;
left: -8em;
right: -8em;
margin-left: auto; margin-right: auto;
content: 'ERRNO 2: PROCEDURE FILE MISSING';
text-align: center;
background: red;
color: black;
z-index: 1;
}
.ok-terminal-wrap
{
position: relative;
font-family: monospace;
line-height: 1em;
font-size: 10pt;
height: 0;
width: 100%;
margin-left: 4em; margin-right: 4em;
padding: 0;
animation: 12s vanishes forwards;
-webkit-animation: 12s vanishes forwards;
}
.ok-terminal
{
}
.ok-terminal-inner
{
position: relative;
color: #CCC;
background: 103010;
background: linear-gradient(180deg, blue 0 16px, #103010 16px 100%);
padding: 22px 1em 1em .5em;
margin: 4em auto auto 0;
display: block;
width: 40em;
height: 20em;
border: 2px solid;
border-color: white grey grey white;
}
.ok-terminal-inner strong:before
{
display: block;
position: absolute;
background: blue;
width: auto;
height: 16px;
font-size: 14px;
position: absolute;
top: 2px;
left: 2px; right: 2px;
padding: 2px 32px 2px 32px;
text-decoration: none;
}
.ok-terminal p
{
padding: 0; margin: 0;
animation: printlines 3s steps(3, end) 1s 1 normal both;
-webkit-animation: printlines 3s steps(3, end) 1s 1 normal both;
line-height: 1.2em;
height: 2.4em;
overflow: hidden;
}
.blinking {
animation: 1s blink steps(2, start) infinite;
-webkit-animation: 1s blink steps(2, start) infinite;
}
@keyframes printlines {from { height: 2.4em; } to { height: 6em; }}
@-webkit-keyframes printlines {from { height: 2.4em; } to { height: 6em; }}
@keyframes "vanishes" {to {visibility: hidden; height: 0; overflow: hide;}}
@-webkit-keyframes "vanishes" {to {visibility: hidden; height: 0; overflow: hide;}}
@keyframes "blink" {to {visibility: hidden;}}
@-webkit-keyframes "blink" {to {visibility: hidden;}}
@keyframes appear {
from { opacity: 0; }
99% { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes appear {
from { opacity: 0; }
99% { opacity: 0; }
to { opacity: 1; }
}
@keyframes bootup {
from { visibility: hidden; }
1% { visibility: visible; }
99% { visibility: visible; }
to { visibility: hidden; }
}
@-webkit-keyframes bootup {
from { visibility: hidden; }
1% { visibility: visible; }
99% { visibility: visible; }
to { visibility: hidden; }
}
@keyframes loadblock {
from { max-height: 0; visibility: hidden; overflow: hidden; }
1% { max-height: 10em; visibility: visible; overflow: hidden; }
to { max-height: 1000em; visibility: visible; overflow: visible; }
}
@-webkit-keyframes loadblock {
from { max-height: 0; visibility: hidden; overflow: hidden; }
1% { max-height: 10em; visibility: visible; overflow: hidden; }
to { max-height: 1000em; visibility: visible; overflow: visible; }
}
.loadblock {
overflow: hidden;
overflow-x: visible;
display: block;
animation: 5s loadblock steps(20,end) 10s 1 normal both;
-webkit-animation: 5s loadblock steps(20,end) 10s 1 normal both;
}
.eg-section td {text-align: center;}
.eg-section h2 {text-align: center;}
.eg-suff {font-family: Arial; font-size: 150%;}
.eg-big {font-weight: bold; font-family: Arial; font-size: 150%; color: darkred;}
.eg-huge {font-weight: bold; font-family: Arial; font-size: 200%; color: darkred;}
.ok .collapsible-block {position: sticky; top: 8px;}
.ok .collapsible-block-content {margin: 0;}
.ok .collapsible-block-folded
{
display: none !important;
}
.ok .collapsible-block-unfolded
{
animation: appear 2s steps(2);
-webkit-animation: appear 2s steps(2);
top: -64px;
left: 50%; right: 50%;
background: #D0D0D0;
border: 2px solid;
border-color: white grey grey white;
padding: 1.5em 1em 2.5em 1em;
margin-left: -200px; margin-right: -200px;
position: absolute;
box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}
.ok .collapsible-block-unfolded strong
{
display: block;
background: pink;
color: white;
width: auto;
height: 16px;
font-size: 14px;
position: absolute;
top: 2px;
left: 2px; right: 2px;
padding: 2px 32px 2px 32px;
text-decoration: none;
}
.ok .collapsible-block-unfolded strong:before
{
display: block;
position: absolute;
left: 2px;
top: 2px;
content: '好'; color: red;
font-weight: bold; font-family: Courier New;
font-size: 13px;
text-align: center;
line-height: 18px;
width: 15px;
height: 15px;
border-radius: 8px;
border: 0px solid red;
background: white;
}
.olympia-logo-OLD
{
/*content: 'XO'; color: red;
font-family: Courier New;
font-size: 10px;
line-height: 1.2em;
text-align: center;
display: block;
position: absolute;
border: 3px solid red;
background: white;
border-radius: 20px;
border-bottom-left-radius: 0;*/
}
.ok .collapsible-block-unfolded-link
{
margin: 0; padding: 0;
}
.ok .collapsible-block-unfolded-link a
{
display: inline-block;
background: #D0D0D0;
border: 2px solid;
border-color: white grey grey white;
position: absolute;
bottom: 10px; left: 50%; right: 50%;
margin-left: -40px;
margin-right: -40px;
text-align: center;
padding: .25em;
content: "OK";
text-decoration: none;
color: black;
font-size: 14px;
}
.ok .collapsible-block-unfolded-link a:active
{
border-color: grey white white grey;
text-decoration: none;
color: black;
}
.okok-supplement
{
border: 2px inset #999;
padding: 0 1em;
margin: 1em 0;
background-color: #fafafa;
}
.okok-exploration
{
border: 2px inset #999;
padding: 0 1em;
margin: 1em 0;
background-color: #fafafa;
}
.okok-supplement table
{
margin-top: 1.4em !important;
margin-bottom: 1.4em !important;
}
.okok-supplement p
{
margin-top: 1.4em;
margin-bottom: 1.4em;
}
.okok-exploration p
{
margin-top: 1.4em;
margin-bottom: 1.4em;
line-height: 1.6em;
}
.okok-note
{
border: 1px outset #da8;
border-radius: 2px;
padding: 3em;
margin: 2em 0;
min-height: 780px;
background-color: #f8f5de;
background-image: linear-gradient(to right, rgba(255,210,0,0.4), rgba(200, 160, 0, 0.1) 11%, rgba(0,0,0,0) 35%, rgba(200, 160, 0, 0.1) 65%);
box-shadow: inset 0 0 75px rgba(255,210,0,0.2), inset 0 0 20px rgba(255,210,0,0.3), inset 0 0 30px rgba(220,120,0,0.5);
color: rgba(0,0,0,0.5);
letter-spacing: 0.05em;
line-height: 1.8;
font-family: monospace; font-size: 15px; text-shadow: 1px 1px 1px #ffc, -1px -1px 2px #edd; color: #081861;
}
.ok .collapsible-block-unfolded strong:before
{
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%23fff' version='1.1' viewBox='0 0 328.3 328.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m236.79 27.648c-29.599 0-55.91 14.057-72.638 35.854-16.727-21.797-43.039-35.854-72.638-35.854-50.54 0-91.511 40.971-91.511 91.512 0 113.25 164.15 181.49 164.15 181.49s164.15-67.216 164.15-181.49c1e-3 -50.541-40.971-91.512-91.511-91.512z'/%3E%3C/svg%3E%0A");
content: "";
}
.popup-container .collapsible-block-unfolded {
position: absolute;
background-color: white;
border: 3px solid black;
transform: translate(-50%, 0%);
border-width: 2px;
border-left-color: #999;
border-style: solid;
border-top-color: #aaaaaa;
border-right-color: #666666;
border-bottom-color: #333333;
}
.popup-container .collapsible-block-folded {
display: none !important;
}
.popup-container {
height: 0;
position: relative;
margin-left: 50%;
}
.popup-container .collapsible-block-unfolded-link {
text-align: right;
background: #3366ff;
}
.popup-container .collapsible-block-unfolded-link a {
font-weight: bold;
color: white;
margin: 3px;
}
.popup-container .collapsible-block-content {
padding: 10px;
}
:scp-wiki:theme:y2k
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:info-cw
[info]
component:image-block
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
ok
ok
ok
ok
ok
ok
ok
ok
ok
ok
ok
blockquote
ok
ok
blockquote
footer-wikiwalk-nav