Link to article: SCP-9011.
.anom-bar-container{
width: 100vw !important;
max-width: none !important;
position: relative;
left: calc(-50vw + 50%);
margin-top:-5.5rem;
padding-left: 1em !important; /* cydhra-fix */
padding-right: 1em !important; /* cydhra-fix */
}
.dyna-email{
background-color: #121010}
body {overflow-x:hidden;}
.desktop-topper {display:initial;}
.mobile-topper {display:none;}
.desktop-topper a {color:#fff;}
.mobile-topper .scp-image-block img {
border: 0;
width: 100vw;
max-width: none;
left: calc(-50vw + 50%);
position: relative;
}
.scp-image-block.block-fullwidth {
width: 100vw !important;
max-width: none !important;
position: relative;
left: calc(-50vw + 50%);
margin-top:-5.5rem;
}
:root {
--space-body-bg: url(https://scp-sandbox-3.wdfiles.com/local--files/poufypoufson2/swlbg);
--space-header-layer-0: url(https://scp-sandbox-3.wdfiles.com/local--files/poufypoufson2/swlhdr1);
--header-title: "S O F T W H I T E L I G H T";
--header-subtitle: "shattered thoughts, broken minds ";
--sp_header-logo: url(http://scp-sandbox-3.wdfiles.com/local--files/poufypoufson2/swl3);
--sp_area-max-width: 50rem;
--space-nebula: 229 214 157;
--space-planet: 229 214 157;
--space-sun: 229 214 157;
#header::before {mix-blend-mode: unset};
body {
background-image: radial-gradient(circle,rgba(255, 234, 204) 0%, rgba(231, 108, 61, .5) 0%, rgba(38, 1, 0, 1) 100%);
background-repeat: no-repeat;
background-size: cover;
}
div.terminal{
border: 1px solid black;
border: solid 3px #E5D69D;
border-radius: 16px;
background-color: #121010;
/* black shadow at the top of the terminal */
background-image:
radial-gradient(ellipse 1000% 100% at 50% 90%, transparent, #292626);
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 #161721
}
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(178, 138, 204, 0.01), rgba(255, 255, 254, 0.01)) !important;
}
div.text{
color: #E5D69D;
padding-left: 2em;
padding-right: 2em;
padding-top: 40%;
padding-bottom: 10%;
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: #161721;
text-decoration: none;
background: transparent;
}
div.text a.newpage {
color: #161721;
text-decoration: none;
background: transparent;
}
div.text a:hover {
color: #131;
text-decoration: underline;
background-color: #161721;
padding: 1px;
}
div.text a:hover::before{
content: "> ";
}
.note-right {
border: 1px solid transparent;
padding: 0 0 0 20px; /* cydhra-fix */
border-radius: 5px;
background-color: transparent;
box-shadow: 0 0 6px transparent;
}
@media (min-width: 1350px) { /* cydhra-fix */
.note-right-container {
position: absolute;
right: 0; /* cydhra-fix */
width: calc(50vw - 470px); /* cydhra-fix */
}
.note-right {
position: absolute;
left: 100%;
width: calc(50vw - 470px); /* cydhra-fix */
}
}
@media (min-width: 950px) and (max-width: 1350px) { /* cydhra-fix */
.note-right-container {
float: right;
max-width: 400px;
}
}
@media (min-width: 768px) and (max-width: 950px) {
.note-right-container {
float: right; /* cydhra-fix */
max-width: 300px; /* cydhra-fix */
}
}
@media (min-width: 550px) and (max-width: 768px) {
.note-right-container {
float: right;
max-width: 300px;
}
}
@media (max-width: 550px) {
.note-right-container {
width: 100%;
}
}
.note-left { /* cydhra-fix */
border: 1px solid transparent;
padding: 0 20px 0 0; /* cydhra-fix */
border-radius: 5px;
background-color: transparent;
box-shadow: 0 0 6px transparent;
}
@media (min-width: 1350px) { /* cydhra-fix */
.note-left-container {
position: absolute;
left: 0; /* cydhra fix */
width: calc(50vw - 470px); /* cydhra-fix */
}
.note-left {
position: absolute;
right: 100%;
width: calc(50vw - 470px); /* cydhra-fix */
}
}
@media (min-width: 950px) and (max-width: 1350px) { /* cydhra-fix */
.note-left-container {
float: left;
max-width: 400px;
}
}
@media (min-width: 768px) and (max-width: 950px) {
.note-left-container {
float: left; /* cydhra fix */
max-width: 300px; /* cydhra fix */
}
}
@media (min-width: 550px) and (max-width: 768px) {
.note-left-container {
float: left; /* cydhra fix */
max-width: 300px;
}
}
@media (max-width: 550px) {
.note-left-container {
width: 100%;
}
}
/* This entire module: cydhra-fix: remove margins around image blocks because the floats handle it
and also modify the ACS top-box so there is no reserved space to the right of the third grid column */
.scp-image-block.block-left {
margin: 0 0 0 0 !important;
}
.scp-image-block.block-right {
margin: 0 0 0 0 !important;
}
.anom-bar > .top-box {
grid-template-columns: auto 1fr auto !important; /* center top box */
}
:scp-wiki:component:sigma-plus
[info]
:scp-wiki:theme:space
[info]
:scp-wiki:theme:cosmos
[info]
:scp-wiki:component:acs-animation
[info]
:scp-wiki:component:dynamic-emails
[info]
:scp-wiki:component:customizable-acs
[info]
component:preview
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:anomaly-class-bar-source
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
desktop-topper
mobile-topper
note-left-container
note-left
terminal
scanline
text
note-right-container
note-right
note-left-container
note-left
terminal
scanline
text
note-right-container
note-right
terminal
scanline
text
terminal
scanline
text
note-left-container
note-left
desktop-topper
mobile-topper
footer-wikiwalk-nav