Link to article: Mega Cool Customizable ACS Add-On Ver. 1.8.0.
@media screen and (prefers-reduced-motion: no-preference) {
.plug-wrap,
.plug {
animation-name: plugscare;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
@keyframes plugscare {
from {
opacity: 0;
transform: scale(0.5,0.5);
}
to {
opacity: 1;
transform: scale(1,1);
}
}
.plug-wrap {
animation-delay: 30s;
position: fixed;
top: 30%;
left: 50vw;
width: 300px;
text-align: right;
z-index: 7;
}
#page-content .plug-wrap .collapsible-block-folded .collapsible-block-link {
opacity: 0;
}
.plug {
animation-delay: 30s;
position: fixed;
background-image: url("https://scp-wiki.wdfiles.com/local--files/scp-7400/sexy.png");
background-size: cover;
background-blend-mode: lighten;
height: 150px;
width: 300px;
text-align: center;
border: 1px solid black;
z-index: 7;
}
@media (max-width: 1000px ) {
.plug-wrap {
display: none;
}
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)t;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
background-size: 100%;
}
body .anom-bar-container.ekhi .danger-diamond > .quadrants > .left-quad,
body .anom-bar-container.danger .danger-diamond > .quadrants > .right-quad {
background-color:rgba(255,109,0,0.25);
background-color: rgb(var(--four-color),0.25);
}
@media screen and (prefers-reduced-motion: no-preference) {
.calibold-wrap,
.calibold {
animation-name: jumpscare;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
}
@keyframes jumpscare {
from {
opacity: 0;
transform: scale(0.5,0.5);
}
to {
opacity: 1;
transform: scale(1,1);
}
}
.calibold-wrap {
animation-delay: 300s;
position: fixed;
top: 10%;
left: 50%;
z-index: 20;
width: 302px;
text-align: center;
}
#page-content .calibold-wrap .collapsible-block-folded .collapsible-block-link {
opacity: 0;
}
.calibold {
animation-delay: 300s;
position: fixed;
z-index: 20;
background-image: url("https://scp-wiki.wdfiles.com/local--files/component%3Acustomizable-acs/calibold-jumpscare.png");
height: 457px;
width: 302px;
text-align: center;
}
.calibold p {
line-height: 457px!important;
}
.anom-bar-container.clear-6 .top-center-box > div {
background-position: center;
}
.anom-bar-container.clear-5 .top-center-box > div {
background-position: center;
}
.anom-bar-container.clear-4 .top-center-box > div {
background-position: center;
}
.anom-bar-container.clear-3 .top-center-box > div {
background-position: center;
}
.anom-bar-container.clear-2 .top-center-box > div {
background-position: center;
}
.anom-bar-container.clear-1 .top-center-box > div {
background-position: center;
}
.anom-bar-container.{$containment-class} .text-part .main-class::before {
background-image: url("{$containment-image}");
}
.anom-bar-container.{$containment-class} .text-part .main-class{
border-left: 0.5rem solid rgba({$containment-color},1);
background-color: rgba({$containment-color},0.15);
}
.anom-bar-container.{$containment-class} .danger-diamond > .top-icon::before {
background-image: url("{$containment-image}");
background-size: contain;
}
.anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .top-quad {
background-color:rgba({$containment-color},0.25);
}
.anom-bar-container.{$containment-class} .danger-diamond > .top-icon::before {
background-color:rgb({$containment-color})!important;
}
.anom-bar-container.{$containment-class} .text-part .main-class::before {
background-color: rgb({$containment-color})!important;
}
.anom-bar-container.{$disruption-class} .text-part .disrupt-class::after {
background-image: url("{$disruption-image}");
}
.anom-bar-container.{$disruption-class} .text-part .disrupt-class{
border-left: 0.5rem solid rgba({$disruption-color},1);
background-color: rgba({$disruption-color},0.15);
}
.anom-bar-container.{$disruption-class} .danger-diamond > .left-icon::before {
background-image: url("{$disruption-image}");
background-size: contain;
}
.anom-bar-container.{$disruption-class} .danger-diamond > .quadrants > .left-quad {
background-color:rgba({$disruption-color},0.25);
}
.anom-bar-container.{$disruption-class} .text-part .disrupt-class::before{
content: ""!important;
}
.anom-bar-container.{$disruption-class} .danger-diamond > .left-icon::before {
background-color:rgb({$disruption-color})!important;
}
.anom-bar-container.{$disruption-class} .text-part .disrupt-class::after {
background-color: rgb({$disruption-color})!important;
}
.anom-bar-container.{$risk-class} .text-part .risk-class::after {
background-image: url("{$risk-image}");
}
.anom-bar-container.{$risk-class} .text-part .risk-class{
border-left: 0.5rem solid rgba({$risk-color});
background-color: rgba({$risk-color},0.15);
}
.anom-bar-container.{$risk-class} .danger-diamond > .right-icon::before {
background-image: url("{$risk-image}");
background-size: contain;
}
.anom-bar-container.{$risk-class} .danger-diamond > .quadrants > .right-quad {
background-color:rgba({$risk-color},0.25);
}
.anom-bar-container.{$risk-class} .text-part .risk-class::before{
content: ""!important;
}
.anom-bar-container.{$risk-class} .danger-diamond > .right-icon::before {
background-color:rgb({$risk-color})!important;
}
.anom-bar-container.{$risk-class} .text-part .risk-class::after {
background-color: rgb({$risk-color})!important;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: rgb({$clearance-one})!important;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: rgb({$clearance-two})!important;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: rgb({$clearance-three})!important;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: rgb({$clearance-four})!important;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: rgb({$clearance-five})!important;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: rgb({$clearance-six})!important;
}
body .anom-bar-container.clear-69 .top-center-box > div {
background: rgb({$clearance-sixty-nine})!important;
}
.anom-bar-container.{$containment-class} .text-part > .main-class::before {
display:none;
}
.anom-bar-container.{$containment-class} .text-part .main-class {
background-color: rgba({$containment-color},0.15);
background-color: rgba({$containment-color},0.15);
border-left: 0.75rem solid rgba({$containment-color},1);
border-left: 0.75rem solid rgba({$containment-color},1);
}
.anom-bar-container.{$containment-class} .text-part {
-ms-grid-columns: 1fr!important;
grid-template-columns: 1fr!important;
}
.anom-bar-container.{$containment-class} .second-class,
.anom-bar-container.{$containment-class} .disrupt-class,
.anom-bar-container.{$containment-class} .risk-class,
.anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .left-quad,
.anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .right-quad,
.anom-bar-container.{$containment-class} .danger-diamond > .left-icon,
.anom-bar-container.{$containment-class} .danger-diamond > .right-icon {
display: none;
}
.danger-diamond > .quadrants > .top-quad.{$containment-class} {
background-color: rgb({$containment-color},0.25);
background-color: rgb({$containment-color},0.25);
}
.anom-bar-container.{$containment-class} .danger-diamond > .top-icon {
width: 65%;
height: 65%;
top: 17.5%;
left: 17.5%;
border-width: 0.3625rem;
}
.anom-bar-container.{$containment-class} .danger-diamond > .top-icon {
background-color: rgb(252, 252, 252);
background-color: rgb(var(--swatch-background, 252, 252, 252));
}
.anom-bar-container.{$containment-class} .danger-diamond > .top-icon::before {
background-color: rgba({$containment-color},0.25);
background-color: rgba({$containment-color},0.25);
background-image: url("{$containment-image}");
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
}
@media (max-width: 875px ) {
.anom-bar-container.{$containment-class} .bottom-box > .text-part {
height: 6rem;
}
.anom-bar-container.{$containment-class} .bottom-box > .text-part {
-ms-grid-rows: 1fr!important;
grid-template-rows: 1fr!important;
grid-template-areas: "main-class";
}
}
@media (max-width: 875px ) and (min-width: 480px ) {
.anom-bar-container.{$containment-class} .anom-bar > .bottom-box {
-ms-grid-columns: 1fr 6rem!important;
grid-template-columns: 1fr 6rem!important;
height: 6rem;
}
}
@media (max-width: 480px ) {
.anom-bar-container.{$containment-class} .anom-bar > .bottom-box {
height: 6rem;
}
}
.anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .top-quad,
.anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .bottom-quad {
background-color:rgba({$containment-color},0)!important;
}
.anom-bar-container.clear-69 .top-center-box > .bar-one {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-two {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-three {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-four {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-five {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-six {
display: block;
}
.anom-bar-container.clear-69 .top-center-box > .bar-sixty-nine {
display: block;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
div.top-center-box > :nth-child(2) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
div.top-center-box > :nth-child(3) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
div.top-center-box > :nth-child(4) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
div.top-center-box > :nth-child(5) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
div.top-center-box > :nth-child(6) { animation-delay: calc(0s * var(--timeScale) + var(--timeDelay))!important; }
.anom-bar-container.clear-69 .top-right-box > .clearance::before {
content: "Nice";
}
.custom-text-wrap .anom-bar-container.clear-6 .top-right-box > .clearance::before {
content: ""!important;
}
.custom-text-wrap .anom-bar-container.clear-5 .top-right-box > .clearance::before {
content: ""!important;
}
.custom-text-wrap .anom-bar-container.clear-4 .top-right-box > .clearance::before {
content: ""!important;
}
.custom-text-wrap .anom-bar-container.clear-3 .top-right-box > .clearance::before {
content: ""!important;
}
.custom-text-wrap .anom-bar-container.clear-2 .top-right-box > .clearance::before {
content: ""!important;
}
.custom-text-wrap .anom-bar-container.clear-1 .top-right-box > .clearance::before {
content: ""!important;
}
body .anom-bar-container.clear-1 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background-image: url("{$clearance-one-image}")!important;
background-attachment: fixed;
background-size: contain;
}
body .anom-bar-container.clear-2 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background-image: url("{$clearance-two-image}")!important;
background-attachment: fixed;
background-size: contain;
}
body .anom-bar-container.clear-3 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background-image: url("{$clearance-three-image}")!important;
background-attachment: fixed;
background-size: contain;
}
body .anom-bar-container.clear-4 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background-image: url("{$clearance-four-image}")!important;
background-attachment: fixed;
background-size: contain;
}
body .anom-bar-container.clear-5 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background-image: url("{$clearance-five-image}")!important;
background-attachment: fixed;
background-size: contain;
}
body .anom-bar-container.clear-6 .anom-bar > .top-box {
-ms-grid-columns: auto 1fr calc(5vw + 8rem);
grid-template-columns: auto 1fr -webkit-calc(5vw + 8rem);
grid-template-columns: auto 1fr -moz-calc(5vw + 8rem);
grid-template-columns: auto 1fr calc(5vw + 8rem);
padding-bottom: 1.15em;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background-image: url("{$clearance-six-image}")!important;
background-attachment: fixed;
background-size: contain;
background-blend-mode: normal!important;
}
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .text-part > .main-class {
padding-right: 3.5rem;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class {
padding-right: 2rem!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::before {
top: 0.5rem!important;
right: 1.25rem!important;
width: 5rem!important;
-webkit-border-radius: -webkit-calc(3.53125rem / 2)!important;
-moz-border-radius: -moz-calc(3.53125rem / 2)!important;
border-radius: calc(3.53125rem / 2)!important;
background-color: rgb({$containment-color})!important;
border-color: rgb(12,12,12)!important;
background-image: url("{$containment-image}")!important;
-webkit-background-size: 75% 75%!important;
-moz-background-size: 75% 75%!important;
-o-background-size: 75% 75%!important;
background-size: 75% 75%!important;
background-repeat: no-repeat!important;
background-position: left -10px center!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::after {
content: ""!important;
position: absolute!important;
top: 0.5rem!important;
right: 0.25rem!important;
width: 3.53125rem!important;
height: 3.53125rem!important;
-webkit-border-radius: 50%!important;
-moz-border-radius: 50%!important;
border-radius: 50%!important;
border: 0.25rem solid rgb(12,12,12)!important;
background-color: rgb(252, 252, 252)!important;
background-color: rgb(var(--swatch-background, 252, 252, 252))!important;
-webkit-background-size: contain!important;
-moz-background-size: contain!important;
-o-background-size: contain!important;
background-size: contain!important;
background-position: center center!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .second-class > .class-text {
font-size: -webkit-calc( 6px + (11 - 6) * ( (100vw - 400px) / ( 800 - 400) ))!important;
font-size: -moz-calc( 6px + (11 - 6) * ( (100vw - 400px) / ( 800 - 400) ))!important;
font-size: calc( 6px + (11 - 6) * ( (100vw - 400px) / ( 800 - 400) ))!important;
position: relative!important;
}
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .text-part > .main-class > .contain-class > .class-text {
font-size: -webkit-calc(10px + (18 - 10) * ( (100vw - 400px) / ( 800 - 400) ));
font-size: -moz-calc(10px + (18 - 10) * ( (100vw - 400px) / ( 800 - 400) ));
font-size: calc(10px + (18 - 10) * ( (100vw - 400px) / ( 800 - 400) ));
}
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .text-part > .main-class > .second-class {
display: none;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .second-class {
display: initial!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part .main-class {
background-color: rgba({$containment-color},0.15)!important;
border-left: 0.75rem solid rgba({$containment-color},1)!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .contain-class > .class-category {
max-width: 55% !important;
}
.anom-bar-esoteric .text-part > div > .class-category,
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .contain-class > .class-category {
font-size: 0.75em!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .contain-class > .class-text,
.anom-bar-esoteric .text-part > .disrupt-class > .class-text,
.anom-bar-esoteric .text-part > .risk-class > .class-text {
font-size: -webkit-calc( 8px + (12 - 8) * ( (100vw - 400px) / ( 800 - 400) ))!important;
font-size: -moz-calc( 8px + (12 - 8) * ( (100vw - 400px) / ( 800 - 400) ))!important;
font-size: calc( 8px + (12 - 8) * ( (100vw - 400px) / ( 800 - 400) ))!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .danger-diamond > .quadrants > .top-quad {
background-color: rgb({$containment-color},0.25)!important;
}
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .danger-diamond > .bottom-icon {
display: none;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .danger-diamond > .bottom-icon {
display: initial!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .danger-diamond > .top-icon::before {
background-color: rgb({$containment-color})!important;
background-image: url("{$containment-image}")!important;
background-size: contain!important;
}
@media (max-width: 960px ) {
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .contain-class > .class-text, .text-part > .disrupt-class > .class-text, .text-part > .risk-class > .class-text {
font-size: -webkit-calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: -moz-calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .contain-class > .class-text {
font-size: -webkit-calc( 12px + (18 - 12) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: -moz-calc( 12px + (18 - 12) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: calc( 12px + (18 - 12) * ( (100vw - 400px) / ( 960 - 300) ))!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .second-class > .class-text {
font-size: -webkit-calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: -moz-calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
font-size: calc( 18px + (24 - 18) * ( (100vw - 400px) / ( 960 - 300) ))!important;
}
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .text-part > .main-class > .contain-class > .class-text {
font-size: -webkit-calc( 20px + (40 - 20) * ( (100vw - 400px) / ( 960 - 300) ));
font-size: -moz-calc( 20px + (40 - 20) * ( (100vw - 400px) / ( 960 - 300) ));
font-size: calc( 20px + (40 - 20) * ( (100vw - 400px) / ( 960 - 300) ));
}
}
@media (max-width: 875px ) {
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::after,
.anom-bar-esoteric .text-part > .main-class::after {
height: 3rem!important;
width: 3rem!important;
}
.anom-bar-esoteric .anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::after,
.anom-bar-esoteric .text-part > .main-class::after,
.anom-bar-esoteric .text-part .disrupt-class::after,
.anom-bar-esoteric .text-part .risk-class::after {
top: -webkit-calc(50% - 1.125rem)!important;
top: -moz-calc(50% - 1.125rem)!important;
top: calc(50% - 1.125rem)!important;
border-width: 0.25rem!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::after {
top: 0.15rem!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class::before {
top: 0.15rem!important;
width: 5.75rem!important;
height: 3rem!important;
right: 1.25rem!important;
-webkit-background-size: 100% 100%!important;
-moz-background-size: 100% 100%!important;
-o-background-size: 100% 100%!important;
background-size: 100% 100%!important;
background-position: left -20px center!important;
}
.anom-bar-esoteric .anom-bar-container.{$containment-class} .contain-class > .class-category {
max-width: 100% !important;
}
}
@media (max-width: 480px ) {
.anom-bar-esoteric .anom-bar-container:not(.{$containment-class}) .text-part > .main-class::before {
width: 2.5rem;
height: 2.5rem;
top: -webkit-calc(50% - 1.475rem);
top: -moz-calc(50% - 1.475rem);
top: calc(50% - 1.475rem);
right: 0.5rem;
}
.anom-bar-esoteric .text-part > div > .class-category,
.anom-bar-esoteric .anom-bar-container.{$containment-class} .text-part > .main-class > .contain-class > .class-category {
font-size: 1em!important;
}
.anom-bar-container.{$containment-class} .text-part > .main-class::before {
top: 0.15rem!important;
width: 4.5rem!important;
height: 2.5rem!important;
right: 1rem!important;
-webkit-background-size: 100% 100%!important;
-moz-background-size: 100% 100%!important;
-o-background-size: 100% 100%!important;
background-size: 100% 100%!important;
background-position: left -10px center!important;
}
.anom-bar-container.{$containment-class} .text-part > .main-class::after {
height: 2.5rem!important;
width: 2.5rem!important;
}
}
.anom-bar-esoteric .anom-bar-container.{$containment-class}.{$secondary-class} .text-part .main-class {
background: linear-gradient(-60deg, rgba({$secondary-color},0.15) 50%, rgba({$containment-color},0.15) 50%);
}
.anom-bar-esoteric .anom-bar-container.{$secondary-class} .anom-bar .text-part > .main-class::after {
background-color: rgb({$secondary-color})!important;
}
.anom-bar-container.{$secondary-class} .danger-diamond > .bottom-icon::before {
background-color: rgb({$secondary-color});
}
.anom-bar-container.{$secondary-class} .danger-diamond > .quadrants > .bottom-quad {
background-color:rgba({$secondary-color},0.25);
}
body .anom-bar > .bottom-box {
-webkit-box-shadow: 0 -0.5rem 0 0 rgb({$accent-one})!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgb({$accent-one})!important;
box-shadow: 0 -0.5rem 0 0 rgb({$accent-one})!important;
}
body .anom-bar > .bottom-box::before {
background-color: rgb({$accent-one});
}
body .text-part > .main-class::before {
border: 0.25rem solid rgb({$accent-two});
}
body .anom-bar-container.esoteric .text-part > .main-class::before {
top: 0.5rem;
right: 1.25rem;
width: 5rem;
-webkit-border-radius: -webkit-calc(3.53125rem / 2);
-moz-border-radius: -moz-calc(3.53125rem / 2);
border-radius: calc(3.53125rem / 2);
background-color: rgb(3, 3, 3);
border-color: rgb({$accent-two});
-webkit-filter: invert(0);
filter: invert(0);
background-image: url("https://scp-wiki.wdfiles.com/local--files/component%3Acustomizable-acs/esoteric-icon.svg");
-webkit-background-size: 75% 75%;
-moz-background-size: 75% 75%;
-o-background-size: 75% 75%;
background-size: 75% 75%;
background-repeat: no-repeat;
background-position: left -10px center;
background-clip: border-box;
}
body .anom-bar-container.esoteric .text-part > .main-class::after {
content: "";
position: absolute;
top: 0.5rem;
right: 0.25rem;
width: 3.53125rem;
height: 3.53125rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 0.25rem solid rgb({$accent-two});
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-position: center center;
}
body .text-part .disrupt-class::after,
body .text-part .risk-class::after,
body .text-part .disrupt-class::before,
body .text-part .risk-class::before {
content: "";
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 0.25rem solid rgb({$accent-two});
width: 2.5rem;
height: 2.5rem;
top: -webkit-calc(50% - 1.5rem);
top: -moz-calc(50% - 1.5rem);
top: calc(50% - 1.5rem);
font-size: 2em;
background-color: rgb(252, 252, 252);
background-color: rgb(var(--swatch-background, 252, 252, 252));
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-position: center center;
}
body .text-part .disrupt-class::before,
body .text-part .risk-class::before {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: rgb({$accent-two});
width: 3rem;
height: 3rem;
top: -webkit-calc(50% - 1.5rem);
top: -moz-calc(50% - 1.5rem);
top: calc(50% - 1.5rem);
border: 0;
right: 1rem;
text-align: left;
font-size: 1em;
padding-left: 0.5rem;
color: rgb(252, 252, 252);
color: rgb(var(--swatch-text-secondary-color, 252, 252, 252));
}
body .bottom-box > .diamond-part {
-webkit-box-shadow: -0.5rem 0 0 0 rgb({$accent-one});
-moz-box-shadow: -0.5rem 0 0 0 rgb({$accent-one});
box-shadow: -0.5rem 0 0 0 rgb({$accent-one});
}
body .danger-diamond > .arrows {
background-color: rgb({$accent-one});
}
body .danger-diamond > .top-icon,
body .danger-diamond > .right-icon,
body .danger-diamond > .left-icon,
body .danger-diamond > .bottom-icon {
border: 0.1875rem solid rgb({$accent-two});
}
body .anom-bar-container .text-part .disrupt-class::before,
body .anom-bar-container .text-part .risk-class::before {
color: rgb({$class-number-color})!important;
}
body .anom-bar > .bottom-box,
body .anom-bar > .bottom-box::before {
-webkit-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
background-position: center 0rem;
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-repeat: no-repeat!important;
background-size: 100% 0.5rem!important;
padding-top: 0.8rem;
}
body .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
body .anom-bar > .bottom-box,
body .anom-bar > .bottom-box::before {
-webkit-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
background-position: center 0rem;
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-repeat: no-repeat!important;
background-size: 100% 0.5rem!important;
padding-top: 0.8rem;
}
body .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
body .anom-bar > .bottom-box,
body .anom-bar > .bottom-box::before {
-webkit-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
background-position: center 0rem;
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-repeat: no-repeat!important;
background-size: 100% 0.5rem!important;
padding-top: 0.8rem;
}
body .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
body .anom-bar > .bottom-box,
body .anom-bar > .bottom-box::before {
-webkit-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
background-position: center 0rem;
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-repeat: no-repeat!important;
background-size: 100% 0.5rem!important;
padding-top: 0.8rem;
}
body .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
body .anom-bar > .bottom-box,
body .anom-bar > .bottom-box::before {
-webkit-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
-moz-box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
box-shadow: 0 -0.5rem 0 0 rgba(0,255,0,0)!important;
background-position: center 0rem;
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-repeat: no-repeat!important;
background-size: 100% 0.5rem!important;
padding-top: 0.8rem;
}
body .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #55CDFC, #F7A8B8, #FFFFFF, #F7A8B8, #55CDFC)!important;
background-size: 100%;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787)!important;
background-size: 100%;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #d60270, #9b4f96, #0038a8)!important;
background-size: 100%;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #ff1c8d, #ffd700, #1ab3ff)!important;
background-size: 100%;
}
body .anom-bar-container.clear-1 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .anom-bar-container.clear-2 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .anom-bar-container.clear-3 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .anom-bar-container.clear-4 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .anom-bar-container.clear-5 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
@import url('https://cdn.jsdelivr.net/gh/Nu-SCPTheme/Black-Highlighter@gh-pages/fonts/inter.css');
.anom-bar > .bottom-box {
margin-bottom: 0.25rem;
}
.acs-extra {
display: grid;
display: -ms-grid;
display: grid;
grid-column-gap: 0.5rem;
margin-left: 0.25rem;
text-transform: uppercase;
}
.acs-extra.column-1 {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.acs-extra.column-2 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.acs-extra.column-3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
.acs-extra.column-4 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.acs-extra-1,
.acs-extra-2,
.acs-extra-3,
.acs-extra-4 {
font-family: Inter, sans-serif;
margin-top: 0.5rem;
overflow: hidden;
padding-left: 0.5rem;
display: grid;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr 2rem;
grid-template-columns: auto 1fr 2rem;
}
.acs-extra.column-1 .acs-extra-2,
.acs-extra.column-1 .acs-extra-3,
.acs-extra.column-1 .acs-extra-4 {
display:none;
}
.acs-extra.column-2 .acs-extra-3,
.acs-extra.column-2 .acs-extra-4 {
display:none;
}
.acs-extra.column-3 .acs-extra-4 {
display:none;
}
.acs-extra-1 {
background-color: rgba({$class-color-1},0.15);
border-left: 0.5rem solid rgba({$class-color-1},1);
}
.acs-extra-2 {
background-color: rgba({$class-color-2},0.15);
border-left: 0.5rem solid rgba({$class-color-2},1);
}
.acs-extra-3 {
background-color: rgba({$class-color-3},0.15);
border-left: 0.5rem solid rgba({$class-color-3},1);
}
.acs-extra-4 {
background-color: rgba({$class-color-4},0.15);
border-left: 0.5rem solid rgba({$class-color-4},1);
}
.acs-extra-1 *,
.acs-extra-2 *,
.acs-extra-3 *,
.acs-extra-4 * {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.acs-extra-1 > .class-category,
.acs-extra-2 > .class-category,
.acs-extra-3 > .class-category,
.acs-extra-4 > .class-category {
margin-right: 0.5rem;
font-size: 0.75rem;
}
.acs-extra-1 > .class-text,
.acs-extra-2 > .class-text,
.acs-extra-3 > .class-text,
.acs-extra-4 > .class-text {
font-size: 1rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
font-weight: 600;
}
.icon-1,
.icon-2,
.icon-3,
.icon-4 {
background-size: 1.5rem 1.5rem;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 50%;
margin-right: 0.25rem;
}
div.acs-extra-1 > *, div.acs-extra-2 > *, div.acs-extra-3 > *, div.acs-extra-4 > * {
white-space: nowrap;
animation-name: flowIn;
animation-duration: calc(0.42s * var(--timeScale));
animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
div.acs-extra > * {
clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
animation-name: expand2;
animation-duration: calc(0.5s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.acs-extra > :nth-child(n) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
@media (min-width: 876px ) {
.anom-bar .text-part {
grid-template-columns: calc((100% + 6.25rem) / 2) auto!important;
}
.anom-bar-container.neutralized .anom-bar .text-part,
.anom-bar-container.neutralised .anom-bar .text-part,
.anom-bar-container.explained .anom-bar .text-part,
.anom-bar-container.pending .anom-bar .text-part {
grid-template-columns: 1fr!important;
}
}
@media (max-width: 875px ) {
.acs-extra.column-1,
.acs-extra.column-2,
.acs-extra.column-3,
.acs-extra.column-4 {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (max-width: 480px ) {
.acs-extra {
margin-right: 0.5rem;
}
}
{$font-import}
.anom-bar-container,
.anom-bar-container *,
.acs-extra,
.acs-extra * {
font-family: '{$font-name}'!important;
}
@import url("https://cdn.jsdelivr.net/gh/Nu-SCPTheme/Black-Highlighter@gh-pages/css/min/normalize.min.css");
@import url("https://cdn.jsdelivr.net/gh/Nu-SCPTheme/Black-Highlighter@gh-pages/css/min/black-highlighter.min.css");
display: none;
display: none;
background-color: rgba({$class-color-1},0.15); border-left: 0.5rem solid rgba({$class-color-1},1);
background-image: url(
background-color: rgba({$class-color-2},0.15); border-left: 0.5rem solid rgba({$class-color-2},1);
background-image: url(
background-color: rgba({$class-color-3},0.15); border-left: 0.5rem solid rgba({$class-color-3},1);
background-image: url(
background-color: rgba({$class-color-4},0.15); border-left: 0.5rem solid rgba({$class-color-4},1);
background-image: url(
default-col
plug-wrap
plug
anom-bar-container
item-{$item-number}
clear-{$clearance}
{$container-class}
{$secondary-class}
{$disruption-class}
{$risk-class}
{$american}
anom-bar
top-box
top-left-box
item
number
top-center-box
bar-one
bar-two
bar-three
bar-four
bar-five
bar-six
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
bar-sixty-nine
top-right-box
level
clearance
bottom-box
text-part
main-class
contain-class
class-category
class-text
second-class
class-category
class-text
disrupt-class
class-category
class-text
risk-class
class-category
class-text
diamond-part
danger-diamond
arrows
octagon
quadrants
top-quad
right-quad
left-quad
bottom-quad
top-icon
right-icon
left-icon
bottom-icon
custom-text-wrap
anom-bar-container
item-{$item-number}
clear-{$clearance}
{$container-class}
{$secondary-class}
{$disruption-class}
{$risk-class}
{$american}
anom-bar
top-box
top-left-box
item
number
top-center-box
bar-one
bar-two
bar-three
bar-four
bar-five
bar-six
top-right-box
level
clearance
bottom-box
text-part
main-class
contain-class
class-category
class-text
second-class
class-category
class-text
disrupt-class
class-category
class-text
risk-class
class-category
class-text
diamond-part
danger-diamond
arrows
octagon
quadrants
top-quad
right-quad
left-quad
bottom-quad
top-icon
right-icon
left-icon
bottom-icon
acs-extra
column-{$category-count}
{$class-color-1}
{$class-color-2}
{$class-color-3}
{$class-color-4}
{$class-category-1}
{$class-text-1}
acs-extra-1
class-category
class-text
icon-1
acs-extra-2
class-category
class-text
icon-2
acs-extra-3
class-category
class-text
icon-3
acs-extra-4
class-category
class-text
icon-4