Template:Eccentrics.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* The Lives of Eccentrics */
.toc {
	border: 1px solid #643CD2;
}

.quote {
	color: #643CD2 !important;
}

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

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

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

.tabber__indicator {
  background: #D7909E;
}