Link to article: SCP-PL-186.
#page-content .collapsible-block-folded a.collapsible-block-link,
#page-content .collapsible-block-unfolded a.collapsible-block-link {
font-weight: bold;
color:black;
}
.orderwrapper {position: relative;width: auto;text-align: center;}.council1 {position: relative;top: 0;bottom: 0;left: 0;right: 0;width: 295px;height: 295px;margin: auto;background-image: url( "http://kaktuskontainer.wdfiles.com/local--files/format-hell/scp_trans.png" );background-size: 295px 295px;background-repeat: no-repeat;background-position: center;}.ordertitle {position: absolute;left: 0;right: 0;top: 38px;}.ordertitle h1 {font-size: 220%;color: #555;}.orderdescription {position: absolute;left: 0;right: 0;top: 85px;width: 100%;}.orderdescription p {font-size: 90%;color: #555;}.orderdescription h1 {font-size: 120%;color: #555;}.itemno {position: absolute;left: 0;right: 0;bottom: 27px;}.itemno h1 {font-size: 170%;color: #555;}
/*== variables ==*/
:root {
/* Background Color (Default: white) */
--fadeout-background: #FCFCFC;
/* FadeOut Duration */
--fadeout-time: 1s;
/* Image FadeIn Duration (If you use image fade-in) */
--img-fadein-time: 1s;
/* Image Fadein Delay (If you use image fade-in) */
--img-fadein-delay: 1s;
/* Text FadeIn Duration (If you use image fade-in) */
--txt-fadein-time: 500ms;
/* Text Fadein Delay (If you use image fade-in) */
--txt-fadein-delay: 1s;
}
/*== BASE CODE ==*/
.fadeout-wrapper {
position: relative;
overflow: hidden;
}
.fadeout-wrapper .cover{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
background: var(--fadeout-background);
color: transparent;
animation-name: cover-anim;
animation-duration: var(--fadeout-time);
animation-timing-function: linear;
animation-delay: 3500ms;
animation-iteration-count: 1;
animation-direction: forwards;
animation-fill-mode: forwards;
}
@keyframes cover-anim {
0% {
opacity: 0;
z-index:2;
}
100% {
opacity: 1;
z-index:2;
}
}
.fadeout-wrapper .escape {
position: relative;
display: inline-block;
z-index: 3;
}
.fadeout-wrapper .fadein-img img{
position: relative;
z-index: 3;
opacity: 0;
animation: cover-anim var(--img-fadein-time) linear var(--img-fadein-delay) 1 forwards;
}
.fadeout-wrapper .fadein-txt {
position: relative;
z-index: 3;
opacity: 0;
animation: cover-anim var(--txt-fadein-time) linear var(--txt-fadein-delay) 1 forwards;
}
#extra-div-1 {
background: url("http://expunged.xyz/log.jpg");
display: none;
}
width: auto; border: solid 2px #000000; padding: 1px; border-radius:8px; filter:saturate 20;
display: block ; border : solid 2px #000000 ; background :#B2C2C238; margin-left : auto ; margin-right : auto ; width : auto ; padding-left:10px ; padding-right:10px ; padding-top:20px ; padding-bottom:20px
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:component:bhl-dark-sidebar
[info]
component:image-block
component:image-block
:snippets:colalt
:snippets:colalt
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
component:image-block
:snippets:colalt
:snippets:colalt
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
orderwrapper
council1
ordertitle
orderdescription
itemno
fadeout-wrapper
cover