Link to article: SCP-7200.
.comparison-images {
margin: 30px 0;
}
.comparison-images .yui-content {
padding: 0;
}
.comparison-images .scp-image-block {
border: none;
box-shadow: none;
}
.attempt-box__header {
margin-top: -1px;
display: flex;
flex-direction: row;
padding: 5px 10px;
color: white;
font-family: var(--mono-font);
justify-content: space-between;
}
.attempt-box__header--failure {
background-color: #850005;
}
.attempt-box__header--restricted {
background-color: #000;
}
.attempt-box__header--ongoing {
background-color: #008080;
}
.attempt-box__content {
padding: 10px 10px;
}
.attempt-box__content > p {
margin-top: 0;
margin-bottom: 0.6em;
}
.attempt-box__content > *:last-child {
margin-bottom: 0;
}
.attempt-box__content--failure {
border: 1px solid #850005;
}
.attempt-box__content--restricted {
border: 1px solid #000;
font-family: var(--mono-font);
}
.attempt-box__content--ongoing {
border: 1px solid #008080;
}
.comparison-images .yui-content {
position: relative;
}
.comparison-images .yui-content > div {
display: block !important;
position: absolute;
top: 0;
animation: 0.5s fadeout cubic-bezier(1,.05,1,-0.2) both;
}
.comparison-images .yui-content > div:first-child {
position: sticky;
}
.comparison-images .yui-content > div[style*="display: block"] {
z-index: 1;
animation: 0.5s fadein ease-out both;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
display: none
crom-thumbnail
comparison-images
attempt-box__header
attempt-box__header--failure
attempt-box__content
attempt-box__content--failure
attempt-box__header
attempt-box__header--failure
attempt-box__content
attempt-box__content--failure
attempt-box__header
attempt-box__header--failure
attempt-box__content
attempt-box__content--failure
attempt-box__header
attempt-box__header--failure
attempt-box__content
attempt-box__content--failure
attempt-box__header
attempt-box__header--restricted
attempt-box__content
attempt-box__content--restricted
attempt-box__header
attempt-box__header--ongoing
attempt-box__content
attempt-box__content--ongoing
footer-wikiwalk-nav