Link to article: The Legend Of The Iron Goat.
#page-title{
display: none;
}
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
hr {
margin-top: 3em;
}
div.parapost > hr{
margin-top: 1em;
}
:root {
--fade-in-delay: 0s;
--bg-light: #262626;
--bg: #1a1a1a;
--bg-dark: #000000;
}
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
background: var(--bg-dark);
border-width: 2px;
border-style: solid;
border-color: var(--bg-light);
padding: 0 1em;
margin: 1em 3em;
}
div.parapost p, li{
color: #f2f2f2;
font-family: 'PT Mono', monospace;
}
div.parapost > hr{
background-color: #f2f2f2 !important;
}
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
@media (max-width: 479px) {
div.parapost {margin: 1em 0;}
div.parapost.reply1 {margin: 1em 0 1em 1em;}
div.parapost.reply2 {margin: 1em 0 1em 2em;}
div.parapost.reply3 {margin: 1em 0 1em 3em;}
div.parapost.reply4 {margin: 1em 0 1em 4em;}
div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
@media (min-width: 480px) and (max-width: 580px) {
div.parapost {margin: 0.5em;}
div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
/* Terminal Code */
div.terminal{
border: 1px solid black;
border: solid 3px #BBBBBB;
border-radius: 16px;
background-color: #313131;
/* black shadow at the top of the terminal */
background-image:
radial-gradient(ellipse 1000% 100% at 50% 90%, transparent, #202020);
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;
}
/* 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.*/
}
padding-top:16em;
component:preview
:scp-wiki:theme:blankstyle
[info]
:scp-wiki:theme:queerstyle
[info]
:scp-wiki:component:parawatch-forum-post
[info]
:scp-wiki:component:parawatch-forum-post
[info]
:scp-wiki:component:parawatch-forum-post
[info]
:scp-wiki:component:parawatch-forum-post
[info]
:scp-wiki:component:parawatch-forum-post
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
blockquote
terminal
scanline