Link to article: Do Not Go Gentle Into That Shark Night.
/* Fix for weird sidebar */
#side-bar {
left: -20rem;
}
/* Breadcrumbs Fix */
#breadcrumbs, .pseudocrumbs {
margin-inline: 2rem;
}
textarea#edit-page-textarea {
width: 80% !important;
margin: auto;
display: block;
}
div#header {
background: linear-gradient(180deg, #B4D5DF, transparent);
}
#header, #top-bar {
width: 100%;
max-width: none;
/* margin: 0 auto; */
}
#container {
background: linear-gradient(180deg, transparent 30%, hsl(194 102% 7% / 1) 40%), linear-gradient(90deg, #CAD2D9 0%, #FFFFFF 50%, #CAD2D9 100%);
}
@media screen and (max-width: 600px) {
#container {
linear-gradient(180deg, transparent 30%, hsl(194 102% 7% / 1) 40%), linear-gradient(90deg, #e1e6ea 0%, #FFFFFF 50%, #e1e6ea 100%)
}
}
.part1 {
background: linear-gradient(90deg, #CDDFE4 0%, #FCFCFC 50%, #CDDFE4 100%);
border-block: 1px solid transparent;
}
.part2 {
background: linear-gradient(90deg, #508595 0%, #FCFCFC 50%, #508595 100%);
border-block: 1px solid transparent;
}
.part3 {
background: linear-gradient(180deg, transparent 98%, hsl(194 102% 7% / 1) 100%), linear-gradient(90deg, #082730 0%, hsl(194 71% 24% / 1) 50%, #082730 100%);
border-top: 1px solid transparent;
padding-bottom: 4rem;
}
#page-options-container {
border-top: solid 1px white;
padding-inline: 2rem;
}
#page-info {
color: white;
}
.page-watch-options {
color: white;
}
.page-watch-options a {
text-decoration: underline;
color: white;
}
.page-options-bottom a {
color: #FFF;
background: transparent;
border-radius: 8px;
border: 1px solid white;
}
.part-header {
background: linear-gradient(90deg, #E6E6E6 0%, #FCFCFC 50%, #E5E5E5 100%);
}
.part-header {
border-top: 2px solid #AAA;
border-bottom: 2px solid #AAA;
padding-block: 2rem;
width: 100%;
}
#main-content {
max-width: none !important;
}
#content-wrap {
max-width: none !important;
}
@media not all and (max-width: 767px) {
#main-content {
max-width: none !important;
}
}
@media (max-width: 767px) {
#main-content {
margin: auto;
}
}
#main-content {
max-width: none !important;
}
div.section {
max-width: 40rem !important;
background-color: white;
padding: 1.5rem 2.5rem;
background: #FCFBFC;
box-shadow: 0px 1px 1.9px -4px rgba(0, 0, 0, 0.1), 0px 6px 15px -4px rgba(0, 0, 0, 0.2);
margin: 2.5rem auto;
box-sizing: border-box;
position: relative;
z-index: 2;
width: 95%;
}
@media screen and (max-width: 600px) {
div.section {
padding-inline: 1rem;
width: 95%;
}
}
.centerblock {
text-align: center;
padding-block: 4rem;
}
.final-centerblock {
text-align: center;
padding-top: 4rem;
padding-bottom: 4rem;
/* border-block: 2px solid black; */
background: hsl(194 102% 7% / 1);
}
#page-content .final-centerblock a.collapsible-block-link {
background: none !important;
color: white !important;
border: 1px solid white !important;
}
.final-centerblock .page-rate-widget-box {
margin-top: 6rem;
}
.final-centerblock table.wiki-content-table {
background: none;
color: white;
text-align: left;
}
.final-centerblock table.wiki-content-table th {
background: none;
color: white;
text-align: right;
}
.final-centerblock table.wiki-content-table td a {
color: white;
text-align: left;
text-decoration: underline;
font-weight: bold;
}
#page-content .final-centerblock table.wiki-content-table td, #page-content .final-centerblock table.wiki-content-table tr, #page-content .final-centerblock table.wiki-content-table th {
border: none;
}
span.title {
font-family: var(--head-font), sans-serif;
font-weight: 800;
color: #3b3b3b;
font-size: 2.5rem;
max-width: 24.3rem;
display: block;
margin: 3rem auto 0.5rem;
}
.final-centerblock span.title {
margin: 0rem auto 2rem;
color: white;
}
span.title p {
margin-block: 0px;
}
.time-indicator {
margin-top: 1rem;
}
.time-indicator p {
margin-block: 0px;
}
.custom .authorlink-wrapper > a::before, .custom .authorlink-wrapper > a::after {
display: none;
}
.custom .authorlink-wrapper > a {
display: block;
width: max-content;
margin-right: initial;
margin: 0.25rem auto 1rem;
font-size: 1rem;
font-weight: bold;
}
.custom .authorlink-wrapper .authorbox::before {
content: "";
right: 48%;
}
.custom .authorlink-wrapper .authorbox {
color: rgb(var(--swatch-text-general, 51,51,51));
background-color: rgb(var(--swatch-background, 252,252,252));
left: 50%;
transform: translate(-50%, 0);
width: 30em;
max-width: 90vw;
}
.custom .authorcontent {
text-align: left;
}
h1 {
margin-block: 0px !important;
}
h1 span {
font-size: 2rem;
}
h2 {
margin-top: 1rem !important;
}
h2 span {
/* border-top: 2px solid #AAA;
width: 100%;
display: block;
padding-top: 3rem; */
font-size: 2rem;
}
hr {
margin-block: 2rem;
}
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link) {
text-decoration: none;
font-weight: bold;
color: black;
padding: 0.5rem 1rem;
background: white;
border-radius: 8px;
font-family: var(--ui-font);
font-size: var(--base-font-size);
border: 1px solid black;
transition-duration: 0.4s;
display: inline-block;
box-shadow: none;
font-size: 1.1rem;
width: 15rem;
margin-top: 0px;
}
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link):hover {
background: black;
color: white;
box-shadow: none;
}
table {
margin: 1rem auto !important;
background-color: white;
}
#toc {
border: none;
background-color: initial;
display: table;
}
.collapsible-block-unfolded-link {
display: none;
}
#u-cast .collapsible-block-unfolded-link {
display: block;
}
#page-content tr td {
padding: 12px;
border: none;
border-radius: 8px;
line-height: 1.4;
}
#page-content table:not(.final-centerblock table.wiki-content-table) {
border: 1px solid black;
border-radius: 8px;
}
#toc .title {
padding: 0.5rem 0px;
text-align: center;
font-size: 1.2rem;
/* margin-left: 1rem; */
}
#toc-list div a {
color: rgb(var(--accent));
}
#toc-action-bar a {
color: black;
text-decoration: underline;
}
#toc a:hover {
color: white;
background-color: rgb(var(--accent));
}
#toc #toc-action-bar {
padding: 0px;
border-bottom: 2px solid #bfbfbf;
margin-bottom: 1rem;
padding-block: 0.5rem;
text-align: center;
display: none;
}
#toc {
border: none;
background-color: initial;
display: table;
margin: 0px;
padding: 0px;
min-width: 15rem;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
margin-top: 2rem;
}
#main-content {
max-width: 40rem;
}
:root {
--base-font-size: 1rem;
}
.collapsible-block-folded {
color: white;
text-align: center;
margin-bottom: 1rem;
}
div#u-authorlink p {
margin-top: 0rem;
margin-bottom: 0.5rem;
font-size: 1.1rem;
}
div#u-authorlink a {
font-weight: bold;
font-size: 1.2rem;
}
/* BACK TO TOP BUTTON */
.back-to-top {
position: sticky;
bottom: 1rem;
z-index: 3;
}
.back-to-top p {
text-align: right;
padding-right: 1rem;
}
.back-to-top a {
color: black;
display: inline-block;
width: fit-content;
background-color: white;
border-radius: 8px;
padding: 0.25rem 0.5rem;
border: 1px solid black;
z-index: 3;
}
@media screen and (max-width: 600px) {
}
color:white;
:scp-wiki:theme:foxtrot
[info]
:scp-wiki:component:preview
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
centerblock
title
time-indicator
custom
story
section
part-header
part1
section
section
section
section
section
part-header
part2
section
section
section
section
section
section
section
section
section
section
section
section
part-header
part3
section
section
section
final-centerblock
title
back-to-top