Link to article: GOC INTELLOG-Δ-5589.
/* ===== Warning Banner ===== */
.warning {
margin: 2rem auto;
padding: 1.5rem 2rem;
max-width: 850px;
background: linear-gradient(135deg, #2b0000, #1a0000);
border: 2px solid #ff4a4a;
border-radius: 12px;
box-shadow: 0 0 22px rgba(255,74,74,0.65);
text-align: center;
font-family: var(--font-sans);
animation: warningPulse 2s infinite;
}
.warning .title {
font-size: 1.8rem;
font-weight: 800;
letter-spacing: 0.1em;
color: #ff4a4a;
text-transform: uppercase;
text-shadow: 0 0 8px rgba(255,74,74,0.8);
}
.warning .subtitle {
font-size: 1.05rem;
font-weight: 600;
color: #5C95E6;
margin-top: 0.6rem;
line-height: 1.6;
}
@keyframes warningPulse {
0%, 100% { box-shadow: 0 0 14px rgba(255,74,74,0.5); }
50% { box-shadow: 0 0 28px rgba(255,74,74,0.9); }
}
/* ===== Transcript / Orientation Text ===== */
.orientation {
max-width: 750px;
margin: 2rem auto;
padding: 0 1rem;
font-family: 'Rubik', 'Courier New', monospace;
font-size: 1rem;
line-height: 1.7;
color: var(--color-text-main);
}
/* Each block paragraph */
.orientation .block {
display: block;
margin: 1.3rem 0;
padding: 0.6rem 1rem;
background: rgba(255,255,255,0.02);
border-left: 3px solid var(--accent-color, #5C95E6);
border-radius: 4px;
}
/* Action text within blocks */
.orientation .block.action {
font-style: italic;
font-weight: 500;
color: #b3b3b3;
background: rgba(255,255,255,0.04);
border-left-color: #aaa;
text-shadow: 0 0 4px rgba(170,170,170,0.5);
}
/* Emphasized text */
.orientation em {
color: var(--accent-color, #5C95E6);
font-style: normal;
font-weight: 600;
text-shadow: 0 0 4px rgba(26,115,232,0.5);
}
.dialogue {
max-width: 750px;
margin: 2.5rem auto;
padding: 1rem 1.2rem;
font-family: 'Rubik', 'Courier New', monospace;
font-size: 1rem;
line-height: 1.65;
background: rgba(255,255,255,0.015);
border-top: 2px solid var(--accent-color, #5C95E6);
border-radius: 6px;
}
/* Each spoken line */
.dialogue .line {
display: block;
margin: 0.6rem 0;
padding-left: 0.5rem;
border-left: 2px solid transparent;
}
/* Speaker variants (assign manually in span class="line eli") */
.dialogue .eli {
color: #5C95E6;
font-weight: 600;
border-left-color: #5C95E6;
}
.dialogue .matt {
color: #e95c5c;
font-weight: 600;
border-left-color: #e95c5c;
}
/* Shared narration or action in dialogue */
.dialogue .action {
font-style: italic;
color: #b3b3b3;
margin-left: 0.5rem;
border-left: none;
}
/* Emphasis inside dialogue */
.dialogue em {
font-style: normal;
font-weight: 700;
color: var(--accent-color, #5C95E6);
}
.report-statement {
background: #f9f9f9;
border: 2px solid #444;
border-radius: 6px;
box-shadow: 0 3px 8px rgba(0,0,0,0.1);
margin: 2em auto;
padding: 1.5em 1.8em;
font-family: "PT Mono", Consolas, "Courier New", monospace;
color: #222;
}
.report-statement .report-header {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 0.5em;
}
.report-statement .report-meta {
font-size: 0.9em;
color: #555;
margin-bottom: 1em;
}
.report-statement hr {
border: none;
border-top: 1px dashed #bbb;
margin: 1em 0;
}
.report-statement .report-body {
line-height: 1.6;
margin-bottom: 1em;
}
.report-statement .report-body ul {
margin-left: 1.2em;
list-style-type: disc;
}
.report-statement .report-body em {
font-style: italic;
}
.report-statement .fnnum {
font-size: 0.8em;
vertical-align: super;
}
.report-statement .fncon {
font-size: 0.8em;
display: block;
margin-top: 0.3em;
color: #444;
}
.report-modal {
background: #eef;
border-left: 4px solid #446;
border-radius: 4px;
max-width: 700px;
margin: 1em auto 2em auto;
padding: 1em 1.3em;
font-family: "PT Mono", Consolas, monospace;
color: #333;
font-style: italic;
}
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:theme:goc
[info]
:scp-wiki:component:advanced-navigation-toolbar-source
[info]
line
eli
warning
title
subtitle
orientation
block
block
block
block
action
block
block
block
action
block
block
action
block
block
block
block
action
block
block
action
block
block
action
block
block
action
block
block
action
block
block
action
block
dialogue
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
action
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
eli
line
matt
line
action
line
eli
line
matt
line
action
warning
report-statement
report-header
report-meta
report-body