Template:BattleTendency.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* Battle Tendency */
 .toc {
	border: 1px solid #952F58;
}

.quote {
	color: #952F58 !important;
}

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

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

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#711E3F,#915D19) !important;
 color:white !important;
}

.tabber__indicator {
  background: #915D19;
}