Template:SteelBallRun.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* Steel Ball Run */
.toc {
	border: 1px solid #D4813D;
}

.quote {
	color: #D4813D !important;
}

.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {
    background-image: url(https://static.jojowiki.com/images/5/54/SBRSymbol.png);
}

/* Tabber Neue */
.tabber__tab[aria-selected="true"] {
 background:linear-gradient(#D4813D,#C6C3C3) !important;
 color:white !important;
}

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#964C0F,#635959) !important;
 color:white !important;
}

.tabber__indicator {
  background: #635959;
}