Template:TheJOJOLands.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 22:20, 6 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/6/6e/JJLSymbol.png);
} */

.hd {
  opacity: 1;
  transition: opacity 1s linear;
}

.hd:hover {
 opacity: 0;
 transition: visibility 0s 1s, opacity 1s linear;
}

/* 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;
}