Link to article: Mega Cool Customizable ACS Add-On Ver. 1.8.0 Guide.
#page-title,
.meta-title {
display: initial!important;
}
.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;
}
.anom-bar-container.clear-6 .anom-bar .top-center-box > div {
background-color: rgb(133, 0, 5);
background-color: rgb(var(--swatch-primary, 133, 0, 5));
background-image: url("https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/galactic.jpg")!important;
background-attachment: fixed;
background-size: contain;
background-blend-mode: overlay!important;
}
body .pride-clearance-example .anom-bar-container.clear-6 .top-center-box > div {
background: linear-gradient(90deg, #fcf431, #fcfcfc, #9d59d2, #282828)!important;
background-size: 100%;
}
body .accent-example .anom-bar > .bottom-box {
-webkit-box-shadow: 0 -0.5rem 0 0 rgb(0,135,189);
-moz-box-shadow: 0 -0.5rem 0 0 rgb(0,135,189);
box-shadow: 0 -0.5rem 0 0 rgb(0,135,189);
}
body .accent-example .text-part > .main-class::before {
border: 0.25rem solid rgb(80,0,0);
}
body .accent-example .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(80,0,0);
-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 .accent-example .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(80,0,0);
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-position: center center;
}
body .accent-example .text-part .disrupt-class::after,
body .accent-example .text-part .risk-class::after,
body .accent-example .text-part .disrupt-class::before,
body .accent-example .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(80,0,0);
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 .accent-example .text-part .disrupt-class::before,
body .accent-example .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(80,0,0);
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 .accent-example .bottom-box > .diamond-part {
-webkit-box-shadow: -0.5rem 0 0 0 rgb(0,135,189);
-moz-box-shadow: -0.5rem 0 0 0 rgb(0,135,189);
box-shadow: -0.5rem 0 0 0 rgb(0,135,189);
}
body .accent-example .danger-diamond > .arrows {
background-color: rgb(0,135,189);
}
body .accent-example .danger-diamond > .top-icon,
body .accent-example .danger-diamond > .right-icon,
body .accent-example .danger-diamond > .left-icon,
body .accent-example .danger-diamond > .bottom-icon {
border: 0.1875rem solid rgb(80,0,0);
}
body .accent-example .anom-bar-container .text-part .disrupt-class::before,
body .accent-example .anom-bar-container .text-part .risk-class::before {
color: rgb(212,175,55)!important;
}
body .pride-accent-example .anom-bar > .bottom-box {
-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 .pride-accent-example .anom-bar > .top-box {
padding-bottom: 0.5rem;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
body .font-example .anom-bar-container,
body .font-example .anom-bar-container * {
font-family: 'Josefin Sans'!important;
}
.custom-text-wrap .anom-bar-container.clear-3 .top-right-box > .clearance::before {
content: ""!important;
}
#page-content .secret-collapsible .collapsible-block-folded .collapsible-block-link {
opacity: 0;
}
color:rgb(12,12,12);
color:rgb(66,66,72);
color:rgb(0,159,107);
color:rgb(0,135,189);
color:rgb(255,211,0);
color:rgb(255,109,0);
color:rgb(196,2,51);
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:more-by:calibold
[info]
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
anom-bar-esoteric
blockquote
anom-bar-esoteric
anom-bar-esoteric
blockquote
anom-bar-esoteric
blockquote
anom-bar-esoteric
blockquote
anom-bar-esoteric
blockquote
blockquote
blockquote
blockquote
blockquote
pride-clearance-example
blockquote
blockquote
accent-example
blockquote
blockquote
pride-accent-example
blockquote
blockquote
font-example
blockquote
blockquote
blockquote
blockquote
custom-text-wrap
blockquote
secret-collapsible
blockquote
blockquote