Link to article: Croquembouche's author page.
/* Header */
#header h1 a::before { content: "🍞" }
#header h2 span::before { content: "Croquembouche's author page" !important }
#header { background-image: url(https://scp-wiki.wdfiles.com/local--files/croquembouche/delta.png) }
#header::before { display: none } /* Hide AR logo */
h1 { margin: 1em 0 }
h1 + p { margin-top: -1.5em; padding-bottom: 1.5em }
.page-rate-widget-box { margin-bottom: 0 }
/* Easter eggs */
/* Hide contest-contest for everyone except Placeholder McD */
.ee-contest-contest:not(.user-id-6536693) { display: none }
/* Hide collab name insult joke for everyone except people I've collabed with */
.ee-collab:not(
.user-id-2893766, /* Me */
.user-id-1888434, /* djkaktus */
.user-id-5588260, /* JakdragonX */
.user-id-3440103, /* Captain Kirby */
.user-id-3213383, /* OthellotheCat */
.user-id-3737554, /* Veiedhimaedhr */
) { display: none }
/* Switch 8822 image after the slider is opened */
.image-8822-1 {
animation: hide 0s linear 0.6s 1 both;
animation-play-state: paused;
}
.image-8822-2 {
animation: show 0s linear 0.6s 1 both;
animation-play-state: paused;
}
.page-box:hover .page-box__cover:not(:hover) :is(.image-8822-1, .image-8822-2) { animation-play-state: running }
@keyframes hide { from { opacity: 1 } to { opacity: 0 }}
@keyframes show { from { opacity: 0 } to { opacity: 1 }}
/* Page info slider thingies used on this page */
.page-box {
--more-text: "MORE INFO";
--triangle-url: url(http://topia.wdfiles.com/local--files/cqb%3Apage-info-slider-deep/slider.png);
position: relative;
width: 90%;
margin: 0 auto 2em auto;
z-index: 20;
overflow: hidden;
background-color: white;
container-type: inline-size;
}
.page-box::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
box-shadow: inset 0 0.5px 3px 1px rgba(0, 0, 0, 0.3);
z-index: 19;
pointer-events: none;
}
.page-box__table table {
margin: 0 -1px 0 0;
width: 100%;
}
.page-box__table table:nth-of-type(n + 2) {
margin-top: -1px;
}
.page-box__table td {
background-color: #fff;
border-color: var(--border-color, grey);
}
.page-box__table th {
background-color: #eee;
border-color: var(--border-color, grey);
}
.page-box .avatar-hover {
z-index: 30;
}
.page-box__table::after {
position: absolute;
content: "";
inset: 0;
pointer-events: none;
opacity: 0.1;
background-color: var(--shade-color, none);
}
.page-box__table ul {
padding-right: 1em;
}
.page-box__cover {
position: absolute;
display: none;
flex-direction: column;
justify-content: space-around;
inset: 0;
right: 93px;
z-index: 10;
background-color: white;
padding: 20px 0 20px 25px;
box-sizing: border-box;
transform: translate(0, 0);
transition: transform 0.6s ease-in-out;
will-change: transform;
}
@container (min-width: 550px) {
.page-box__cover { display: flex !important }
}
.page-box__cover::after {
content: var(--more-text);
position: absolute;
top: 50%;
right: -70px;
color: rgba(0, 0, 0, 0.2);
font-weight: bold;
font-size: 0.8em;
transform: translate(0, -50%);
pointer-events: none;
}
.page-box__cover::before {
content: "";
position: absolute;
top: 0;
right: -102px;
width: 103px;
height: 100%;
background-image: var(--triangle-url);
background-position: center;
pointer-events: none;
}
@media (max-width: 767px) {
.page-box__cover {
display: none;
}
}
.page-box__cover-title {
width: 100%;
font-size: 50px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.page-box__cover-title--length-medium {
font-size: 30px;
}
.page-box__cover-title--length-long {
font-size: 20px;
}
.page-box__cover-title a {
background-color: #fffa;
position: relative;
z-index: 1;
}
.page-box__cover-tagline {
color: #000c;
margin-bottom: 0;
flex: 0;
}
.page-box__cover-title--truncated {
flex: 1;
white-space: normal;
}
.page-box__cover-title--truncated + .page-box__cover-info .page-box__cover-tagline {
margin: 1em 0;
}
.page-box__cover-info-stats {
display: flex;
}
.page-box__cover-info-stats div {
color: #0008;
margin: 0 6em 0 0;
}
.page-box:hover .page-box__cover:not(:hover),
.page-box:has(.page-box__table:focus-within) .page-box__cover {
transform: translate(calc(-100% - 70px), 0);
}
.page-box__cover > img {
max-height: 70%;
max-width: 120px;
position: absolute;
top: 50%;
right: 60px;
transform: translate(50%, -50%);
}
#u-misinformation:has([name=misinformation]:target) {
display: block !important;
font-size: 9rem;
line-height: 1;
margin: 0;
font-weight: bold;
}
:root:has([name=misinformation]:target) #page-content > :not(#u-misinformation) {
display: none !important;
}
#u-thorley:has([name=thorley]:target) {
display: block !important;
}
:root:has([name=thorley]:target) #page-content > :not(#u-thorley) {
display: none !important;
}
.blockquote.notifier-status {
background-color: rgb(250, 240, 202);
background-image: linear-gradient(to bottom, rgba(192, 179, 156, 0.5), transparent);
border: 0.25rem solid rgb(129, 67, 79);
margin-inline: 0;
font-family: Inter, sans-serif;
display: flex;
flex-direction: row;
align-items: center;
font-size: 15px;
}
@media (max-width: 960px) and (min-width: 767px), (max-width: 650px) {
.blockquote.notifier-status { flex-direction: column; }
}
.blockquote.notifier-status a {
color: rgb(204, 51, 0);
text-decoration-line: underline;
text-decoration-color: rgb(192, 179, 156);
white-space: nowrap;
}
.blockquote.notifier-status a:hover {
color: rgb(255, 83, 31);
text-decoration-thickness: 2px;
text-decoration-color: rgb(255, 83, 31);
}
.notifier-status-frame, .notifier-status-frame iframe {
border: none;
height: 6.125rem;
width: 15rem;
flex-grow: 0;
flex-shrink: 0;
}
display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;
display: none
display: none
--shade-color: grey
display: none
--shade-color: grey
display: none
--shade-color: grey
display: none
--shade-color: grey
display: none
padding-right: 4ch
--shade-color: grey
display: none
--shade-color: yellow
display: none
--shade-color: yellow
display: none; background-image: url(https://scp-wiki.wikidot.com/local--files/scp-9001/thread.webp); background-position: -9% 0; background-size: auto 100%; background-repeat: no-repeat;
--shade-color: orange
display: none
--shade-color: yellow
display: none
--shade-color: yellow
display: none
max-width: 450px
max-width: 430px
:scp-wiki:theme:ar
[info]
:scp-wiki:component:croqstyle
[info]
:scp-wiki:component:listusers-1
[info]
:scp-wiki:component:listusers-2
[info]
:scp-wiki:component:listusers-3
[info]
blockquote
ee-contest-contest
user-id-%%number%%
blockquote
notifier-status
notifier-status-frame
page-box
page-box__cover
image-8822-1
image-8822-2
page-box__cover-title
page-box__cover-title--length-short
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-short
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-short
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-short
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
ee-collab
user-id-%%number%%
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-short
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-medium
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-medium
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-long
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-medium
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table
page-box
page-box__cover
page-box__cover-title
page-box__cover-title--length-medium
page-box__cover-title--truncated
page-box__cover-info
page-box__cover-tagline
page-box__cover-info-stats
page-box__table