Template:TheJOJOLands.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 08:50, 7 February 2023 by Vish (talk | contribs)
Jump to navigation Jump to search
/* The JOJOLands */
.toc {
	border: 1px solid #999;
}

.quote {
	color: #999 !important;
}

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


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

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

.tabber__indicator {
  background: #6E6E6E;
}