Template:CoolShockBT.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* 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);
}

/* 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;
}