Template:Game.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 22:33, 6 February 2023 by Vish (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Game */
.toc {
	border: 1px solid #6E7A97;
}

.quote {
	color: #6E7A97 !important;
}

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

.stageBox {
	border-color: #6E7A97 !important;
}

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

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

.tabber__indicator {
  background: #9E9E77;
}