Link to article: SCP-3939.
:root { --swatch-primary: 187, 0, 17; }
.story {
clear: both; border: 3px black solid; padding: calc(20px - 1em) 0 20px 0;
}
.story p, .choices {
margin-left: 20px; margin-right: 20px;
}
.choices {
clear: both;
}
.choices p {
clear: both; margin: 0; margin-top: 0.5rem;
}
.footer-wikiwalk-nav {
margin-top: 50px;
}
.footer-wikiwalk-nav a:nth-of-type(2) {
color: black !important;
}
span, a {
word-break: normal !important;
}
/* Improved arrow CSS by EstrellaYoshte */
.choices a {
width: max-content;
max-width: 70%;
background-color: transparent;
padding: 3px 6px;
position: relative;
display: block;
z-index: 0;
--border-thickness: 0.0625rem;
clip-path: polygon(0 -5%, 130% -5%, 130% 105%, 0 105%);
border-left: var(--border-thickness) solid rgb(var(--swatch-primary));
}
.choices a::before, .choices a::after {
content: "";
position: absolute;
height: 50%;
width: 116%;
display: block;
z-index: -1;
left: 0;
box-sizing: border-box;
border: solid var(--border-thickness) rgb(var(--swatch-primary));
border-left-width: 0;
border-right-width: calc(var(--border-thickness)*1.35);
}
.choices a::before {
top: 0;
transform: skew(35deg);
border-bottom-width: 0;
}
.choices a::after {
bottom: 0;
transform: skew(-35deg);
border-top-width: 0;
}
:scp-wiki:component:preview
[info]
info:start
info:end
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
footer-wikiwalk-nav