Link to article: Dancing Into the Sun.
}
.scene-break {
/* -- Fancy Scene Break -- */
width: 6rem;
margin: 2rem;
}
/* *** DIVS *** */
.addendum {
border: solid 2px rgb(var(--bright-accent));
background: #F5F5F5;
width: 84%;
padding: 1px 15px;
margin: 10px auto;
}
.label {
background: rgb(var(--bright-accent));
color: white;
padding: 3px;
border-radius: 4px;
font-family: monospace;
white-space: nowrap;
}
.doc {
background-color: rgb(var(--bright-accent));
color: white;
font-family: var(--mono-font);
padding: 0 1.5rem;
font-size: 1.1em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
top: -2em;
border-radius: 4px;
margin-bottom: -3rem;
}
.addendum {
margin-top: 1.6rem;
}
.angled {
-webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
border-radius: 5px;
}
.foundation {
border: solid 3px #444;
background: #f2f2c2 url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/scp_trans.png') center center no-repeat;
padding: 1.5rem;
margin-bottom: 10px;
color: black;
}
.foundation p {
margin: none;
}
.foundation.snow {
background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/scp_trans.png') center center no-repeat;
}
.foundation.raisa {
background: #f2f2c2 url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/raisa_trans.png') center center no-repeat;
background-size: 29rem;
text-align: center;
}
.foundation.alt {
background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Ai57/scp-logo-i57.png') center center no-repeat;
}
.goc {
background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/goc-fade.png') -5rem -5rem no-repeat !important;
border: none;
border-left: 5px solid #275495;
background-size: 30rem;
box-shadow: 1px 1px 4px #27549582;
color: black;
}
.goc h1,
.goc h2,
.goc h3,
.goc h4,
.goc h5,
.goc h6 {
font-family: 'Russo One', sans-serif;
color: #5c95e6;
}
.goc hr,
.goc .label {
background: #275495 !important;
}
.goc .scp-image-caption {
background-color: #275495;
box-shadow: none;
}
.goc.notice {
width: 80%;
margin: 0.625rem auto;
padding: 0.9375rem;
border: solid 0.125rem #5c95e6;
background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Aredtape/goc-fade.png') center no-repeat;
background-size: auto;
text-align: center;
background-position: center !important;
}
.generic {
position: relative;
margin: 0.5em 1.25rem;
padding: 0.825em 1.25em;
clear: both;
-webkit-clip-path: polygon(93% 0px, 100% 15.11%, 100% 100%, 0px 100%, 0px 0px);
clip-path: polygon(93% 0px, 100% 15.11%, 100% 100%, 0px 100%, 0px 0px);
border-left: 4px solid gray;
}
.generic hr {
background: gray;
border: none;
}
.generic h1,
.generic h2,
.generic h3,
.generic h4,
.generic h5,
.generic h6 {
color: #515050;
}
.generic.red {
background: #ff4a4a3d;
}
.generic.blue {
background: #4a80ff3d;
}
.generic.yellow {
background: #fff77f3d;
}
.generic.purple {
background: #a561d536;
}
.flameframe {
background: url('https://cdn.discordapp.com/attachments/1013691157999530004/1017164979906023504/unknown.png');
color: white;
background-size: 100% 100%;
background-position: center;
}
/* ---- CUSTOM DIV BLOCKS ---- */
.classification-header, .ethics-header, .miscomm-header,
.oracle-header, .overwatch-header, .raisa-header,
.warning-header{
margin: 1rem 0;
padding: 0 .53rem;
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
text-align: center;
}
.classification-header > p:nth-child(1)::before, .ethics-header > p:nth-child(1)::before,
.miscomm-header > p:nth-child(1)::before, .oracle-header > p:nth-child(1)::before,
.overwatch-header > p:nth-child(1)::before, .raisa-header > p:nth-child(1)::before{
display: flex;
justify-content: center;
margin: .53rem 0;
padding: 0 0 .8rem;
font-family: var(--header-font);
font-size: 1.35rem;
letter-spacing: 1px;
}
.classification-header{
/* -- Classification Committee Header -- */
color: var(--keyColor);
background-image:
linear-gradient(
hsla(11, 30%, 85%, .7),
hsla(11, 30%, 85%, .7)),
url(https://i.imgur.com/wkUri0y.png);
border: medium solid hsl(360, 26%, 26%);
outline: 7px solid hsl(360, 0%, 76%);
}
.classification-header > p:nth-child(1)::before{
content: "FOUNDATION CLASSIFICATION COMMITTEE MEMO";
color: hsl(360, 26%, 26%);
border-bottom: medium solid hsl(360, 26%, 26%);
}
.classification-header hr{
border-color: hsl(360, 26%, 26%);
}
.ethics-header{
/* -- Ethics Committee Header -- */
color: var(--keyColor);
background-image:
linear-gradient(
hsla(212, 7%, 87%, .7),
hsla(212, 7%, 87%, .7)),
url(https://i.imgur.com/CQCcN7e.png);
border: thick solid var(--keyColor);
}
.ethics-header > p:nth-child(1)::before{
content: "OFFICIAL ETHICS COMMITTEE MEMORANDUM";
color: var(--fgColor);
border-bottom: medium solid var(--fgColor);
}
.ethics-header hr{
border-color: var(--fgColor);
}
.classification-header strong, .ethics-header strong{
color: var(--keyColor);
}
.miscomm-header{
/* -- Miscommunications Notice -- */
color: hsl(57, 98%, 68%);
background-image:
linear-gradient(
hsla(9, 84%, 58%, .7),
hsla(9, 84%, 58%, .7)),
url(https://scp-wiki.wdfiles.com/local--files/desk-of-junior-designer-s-yvonne/miscdept.png);
border: thin solid hsl(57, 98%, 68%);
outline: 7px solid hsl(9, 51%, 47%);
}
.miscomm-header strong{
color: hsl(57, 98%, 68%);
}
.miscomm-header > p:nth-child(1)::before{
content: "NOTICE FROM THE FOUNDATION DEPARTMENT OF MISCOMMUNICATIONS";
border-bottom: thin solid hsl(57, 98%, 68%);
}
.miscomm-header hr{
border-color: hsl(57, 98%, 68%);
}
.oracle-header{
/* -- ORACLE Header -- */
color: var(--textColor);
background-image:
url(https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/spc_logo.png),
url(https://scp-wiki.wikidot.com/local--files/theme:flopstyle-dark/water_ripples.webp);
background-position:
top center,
bottom center;
background-size:
contain,
100%;
border: thick solid var(--keyColor);
}
.oracle-header > p:nth-child(1)::before{
content: "FROM THE DESK OF ORACLE";
border-bottom: medium solid var(--textColorAlt);
}
.oracle-header hr{
border-color: var(--textColor);
}
.overwatch-header{
/* -- Overwatch Header -- */
color: var(--textColor);
background-image:
linear-gradient(
hsla(205, 28%, 27%, .7),
hsla(205, 28%, 27%, .7)),
url(https://i.imgur.com/Q2TCZnd.png);
border: thick solid hsl(205, 36%, 5%);
}
.overwatch-header > p:nth-child(1)::before{
content: "BY ORDER OF THE OVERWATCH COUNCIL";
border-bottom: medium solid hsl(205, 36%, 5%);
}
.overwatch-header hr{
border-color: hsl(205, 36%, 5%);
}
.raisa-header{
/* -- RAISA Notice Header -- */
color: var(--textColor);
background-image:
linear-gradient(
hsla(60, 18%, 36%, .7),
hsla(60, 18%, 36%, .7)),
url(https://i.imgur.com/4uLBoQ3.png);
border: thick solid hsl(0, 0%, 60%);
}
.raisa-header hr{
border-color: hsl(0, 0%, 60%);
}
.warning-header{
/* -- Warning Header (Adapted From 'SCP-3143' & 'SCP-5664') -- */
color: var(--textColorAlt);
background-attachment: fixed;
background-color: hsl(356, 98%, 16%);
background-image:
url(https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/alt_logo_trans.png);
background-position: center;
background-size: 400px;
border: thick solid var(--keyColor);
}
.warning-header p:nth-child(1)::before{
display: flex;
justify-content: center;
margin: .53rem 0;
padding: 0 0 .8rem;
content: "⚠ WARNING ⚠";
border-bottom: medium solid var(--keyColor);
filter: saturate(.85) brightness(1.15);
font: 1.95rem var(--header-font);
}
.warning-header hr{
border-color: var(--keyColor);
}
.oracle-header strong, .overwatch-header strong,
.raisa-header strong, .warning-header strong{
color: var(--textColorAlt);
}
.classification-header h2, .ethics-header h2, .miscomm-header h2,
.oracle-header h2, .overwatch-header h2, .raisa-header h2,
.classification-header h3, .ethics-header h3, .miscomm-header h3,
.oracle-header h3, .overwatch-header h3, .raisa-header h3,
.classification-header h4, .ethics-header h4, .miscomm-header h4,
.oracle-header h4, .overwatch-header h4, .raisa-header h4,
.warning-header h2, .warning-header h3, .warning-header h4{
color: inherit;
}
.log-header, .report-box, .narration{
margin: 1rem 0;
padding: .02rem 1rem;
}
.log-header{
/* -- Interview/Incident/Exploration Log Header -- */
color: var(--textColorAlt);
background: var(--fgColor);
border: thick dashed var(--accentColor);
border-radius: 2rem;
}
div.blockquote.larger, .darkbox.larger, .lightbox.larger, .report-box.larger {
/* -- Larger Quote Size -- */
font-size: 125%;
}
blockquote, div.blockquote {
/* -- Quote Block -- */
margin: 1rem 3rem;
padding: .02rem 1rem;
color: var(--textColorAlt);
background-color: var(--fgColor);
border: 0;
border-left: 7px solid var(--accentColor);
box-shadow: 5px 5px var(--bgColor);
}
@media (max-width: 767px) {
blockquote, div.blockquote {
margin: 1rem 0;
}
}
div.blockquote.dashed {
/* -- Alternative Quote 1 | Dashed -- */
border-left-style: dashed;
}
div.blockquote.classic {
/* -- Alternative Quote 2 | Classic -- */
border: medium solid var(--accentColor);
}
div.blockquote.classic.curved {
/* -- Alternative Quote 3 | Classic Curved -- */
border-radius: 1.27rem;
}
div.blockquote.lightweight {
/* -- Alternative Quote 4 | Lightweight -- */
border-left: 0;
}
div.blockquote.simple {
/* -- Alternative Quote 5 | Simple -- */
margin: 1rem 0;
padding: 0 1rem;
color: var(--textColor);
background: 0;
border-left-style: solid;
}
.darkbox, .lightbox{
margin: 1rem 0;
border-right: 7px solid var(--accentColor);
border-left: 7px solid var(--accentColor);
}
.darkbox{
color: var(--textColorAlt);
background: var(--fgColor);
padding: .4rem .6rem;
}
.lightbox{
color: var(--fgColor);
background: var(--textColorAlt);
padding: .8rem;
}
.lightbox hr{
border-color: var(--keyColor);
}
.lightbox h1, .lightbox h2, .lightbox h3,
.lightbox h4, .lightbox h5, .lightbox h6{
color: var(--fgColor);
}
.lightbox strong,
.lightbox a{
font-weight: bold;
filter: saturate(1.5) brightness(.5);
}
.lightbox a:hover{
color: var(--alphaColor);
filter: unset;
}
.report-box{
/* -- Report Box -- */
color: var(--textColorAlt);
background: var(--fgColor);
border-top: 11px solid var(--accentColor);
}
.red-tint, .orange-tint, .yellow-tint,
.green-tint, .cyan-tint,
.blue-tint, .magenta-tint, .grey-tint{
color: var(--textColor);
background: var(--fgColor);
border: medium solid var(--accentColor);
}
.red-tint, .red-tint hr, .red-tint h3{
/* -- Alternative Report Block Colors -- */
--fgColor: hsl(360, 48%, 45%);
--accentColor: hsl(360, 62%, 75%);
--accentColorLite: hsla(360, 62%, 85%, .5);
}
.orange-tint, .orange-tint hr, .orange-tint h3{
--fgColor: hsl(30, 48%, 35%);
--accentColor: hsl(30, 50%, 73%);
--accentColorLite: hsla(30, 50%, 83%, .5);
}
.yellow-tint, .yellow-tint hr, .yellow-tint h3{
--fgColor: hsl(60, 48%, 26%);
--accentColor: hsl(60, 56%, 76%);
--accentColorLite: hsla(60, 56%, 86%, .5);
}
.green-tint, .green-tint hr, .green-tint h3{
--fgColor: hsl(120, 48%, 29%);
--accentColor: hsl(120, 56%, 76%);
--accentColorLite: hsla(120, 56%, 86%, .5);
}
.cyan-tint, .cyan-tint hr, .cyan-tint h3{
--fgColor: hsl(180, 48%, 28%);
--accentColor: hsl(180, 56%, 76%);
--accentColorLite: hsla(180, 56%, 86%, .5);
}
.blue-tint, .blue-tint hr, .blue-tint h3{
--fgColor: hsl(240, 48%, 54%);
--accentColor: hsl(240, 56%, 76%);
--accentColorLite: hsla(240, 56%, 86%, .5);
}
.magenta-tint, .magenta-tint hr, .magenta-tint h3{
--fgColor: hsl(300, 48%, 41%);
--accentColor: hsl(300, 56%, 76%);
--accentColorLite: hsla(300, 56%, 86%, .5);
}
.grey-tint, .grey-tint hr, .grey-tint h3{
--fgColor: hsl(210, 24%, 39%);
--accentColor: hsl(210, 12%, 75%);
--accentColorLite: hsla(210, 12%, 85%, .5);
}
.red-tint ::selection, .orange-tint ::selection, .yellow-tint ::selection,
.green-tint ::selection, .cyan-tint ::selection,
.blue-tint ::selection, .magenta-tint ::selection, .grey-tint ::selection{
color: var(--keyColor);
}
.overwatch-box{
/* -- Overwatch Document Box -- */
margin: 1rem 6rem;
padding: .02rem 1rem;
background: hsl(207, 24%, 25%);
border: medium solid hsl(205, 36%, 5%);
}
@media (max-width: 479px){
.overwatch-box{
margin: 1rem 0;
}
}
@media (min-width: 480px) and (max-width: 580px){
.overwatch-box{
margin: .53rem;
}
}
.overwatch-box strong{
color: var(--textColorAlt);
}
.overwatch-box hr{
border-color: hsl(205, 36%, 5%);
}
.narration{
/* -- Mimics the Pages of a Book -- */
border: 7px solid var(--fgColor);
}
.journal{
/* -- Page (Adapted From 'RAISA-007710') -- */
margin: 1rem 0;
padding: .73rem 1.33rem 1.33rem;
background:
linear-gradient(
to top,
hsl(225, 2%, 28%) 0%,
hsl(0, 0%, 19%) 8%) 0 8px;
background-size: 100% 1.33rem;
border: thin solid gray;
}
.journal p{
margin: 0;
font: 1.33rem/1.33rem var(--script-font);
}
.journal strong{
color: var(--textColor);
}
.highlighter,
.journal ::selection{
padding: 0 .27rem;
background: hsla(30, 99%, 59%, .3);
}
/* -- TEXT STYLE --
* by JaonHax
**/
/* External box */
.text-container-wrap{
background: var(--fgColor);
border-color: var(--keyColor);
pointer-events: all !important;
}
.text-container-wrap h1, .text-container-wrap h2,
.text-container-wrap h3, .text-container-wrap h4{
color: var(--accentColor);
}
.text-container-wrap h5, .text-container-wrap h6{
color: var(--textColor);
}
/* Internal box */
.text-container{
background: var(--bgColor);
box-shadow: none;
}
/* Messages */
.recv .text{
color: var(--textColorAlt);
background: var(--fgColor);
}
.sent .text{
color: var(--alphaColor);
}
.recv .text strong, .sent .text strong{
color: var(--textColorAlt);
}
.recv .text a{
color: hsl(213, 94%, 58%);
border-color: hsl(213, 94%, 58%) !important;
}
.sent .text a{
color: unset;
border-color: var(--textColor) !important;
}
.recv .text a:hover{
color: var(--keyColor);
background: hsl(213, 94%, 58%);
}
.sent .text a:hover{
background: hsl(214, 94%, 34%);
}
/* Selection */
.text-container-wrap *::selection{
background: hsla(214, 80%, 34%, .8) !important;
}
/* -- HAZARD BOX -- */
.hazard-box{
/* -- Overall -- */
display: flex;
align-items: center;
margin: 1rem 0;
background: var(--fgColor);
}
.hazard-box-image{
/* -- Image -- */
width: calc(100% * .2);
padding: .13rem 0 .13rem .53rem;
}
.hazard-box-text{
/* -- Text -- */
width: 95%;
margin: .27rem 0;
padding: .27rem .53rem;
color: var(--textColorAlt);
}
.hazard-box-1{ border-left: 11px solid rgb(var(--one-color)); } /* Green */
.hazard-box-image-1{
filter: invert(.4) sepia(.5) saturate(750%) hue-rotate(100deg) brightness(1.25);
}
.hazard-box-2{ border-left: 11px solid rgb(var(--two-color)); } /* Blue */
.hazard-box-image-2{
filter: invert(.4) sepia(.5) saturate(750%) hue-rotate(178deg) brightness(1.25);
}
.hazard-box-3{ border-left: 11px solid rgb(var(--three-color)); } /* Yellow */
.hazard-box-image-3{
filter: invert(.4) sepia(.5) saturate(750%) hue-rotate(12deg) brightness(1.75);
}
.hazard-box-4{ border-left: 11px solid rgb(var(--four-color)); } /* Orange */
.hazard-box-image-4{
filter: invert(.4) sepia(.5) saturate(750%) hue-rotate(341deg) brightness(1.25);
}
.hazard-box-5{ border-left: 11px solid rgb(var(--five-color)); } /* Red */
.hazard-box-image-5{
filter: invert(.4) sepia(.5) saturate(1000%) hue-rotate(303deg);
}
.hazard-box-6{ border-left: 11px solid rgb(var(--six-color)); } /* Violet */
.hazard-box-image-6{
filter: invert(.4) sepia(.5) saturate(750%) hue-rotate(221deg) brightness(1.25);
}
.hazard-box-0{ border-left: 11px solid rgb(var(--white-bar)); } /* White */
.hazard-box-image-0{
filter: invert(.81);
}
.blinking{
animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
0%{ color: #000; }
49%{ color: #000; }
60%{ color: transparent; }
99%{ color:transparent; }
100%{ color: #000; }
}
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:right; width: 240px; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 10px; padding-right: 10px;
color: #000000; font-size: 10pt; background-color: #ff00c4; font-family:
margin-right: 20px;
clear: right;
float:left; width: 240px; text-align: left; margin-top: 0; margin-left: 0; margin-bottom: 10px; margin-right: 10px; padding-left: 10px;
color: #FFFFFF; font-size: 10pt; background-color: #ff9900; font-family:
margin-left: 20px;
clear: left;
:scp-wiki:theme:space
[info]
:scp-wiki:component:toggle-sidebar
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:image-features-source
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
pseudocrumbs
scene-break
raisa-header
raisa-header
raisa-header
scene-break
scene-break
foundation
snow
foundation
snow
foundation
snow
foundation
snow
foundation
snow
raisa-header
scene-break
scene-break
raisa-header
scene-break
raisa-header
raisa-header
blinking
scene-break
scene-break
scene-break