Template:TheJOJOLands.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* The JOJOLands */
.toc {
	border: 1px solid #19236D;
}

.quote {
	color: #19236D !important;
}

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

.mw-headline-headanchor {
	padding-left: 40px;
}

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

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

.tabber__indicator {
  background: #D96EAC;
}