The site was updated to MediaWiki 1.43. If anything looks broken or there are glitches, report on the talk page or Discord in #wiki-support.
Template:CoolShockBT.css
/* Cool Shock BT */
.toc {
border: 1px solid #86479C;
}
.quote {
color: #86479C !important;
}
.mw-headline-headanchor {
margin-left: 5px !important;
background-size: 55% !important;
}
.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {
background-image: url(https://static.jojowiki.com/images/6/64/CoolShockBTSymbol.png);
}
/* Module:Tabber */
.tabcontainer .tab {
border: 0.08rem solid var(--coolshockbt3);
}
.tabcontainer .tab:hover {
background-color: var(--coolshockbt);
background-image: linear-gradient(var(--coolshockbt), var(--coolshockbt3));
}
.tabcontainer .tab.active {
background-color: var(--coolshockbt);
background-image: linear-gradient(var(--coolshockbt), var(--coolshockbt4));
}
/* Tabber Neue */
.tabber__tab[aria-selected="true"] {
background:linear-gradient(#86479C,#Cf774E) !important;
color:white !important;
}
.tabber__tab[aria-selected="true"]:hover {
background:linear-gradient(#472054,#5E280E) !important;
color:white !important;
}
.tabber__indicator {
background: #5E280E;
}