Template:Baoh.css

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

.quote {
	color: #4b8ac4 !important;
}

.mw-headline-headanchor {
    margin-left: 5px !important;
    background-size: 85% !important;
}

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

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

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

.tabber__indicator {
  background: #14133B;
}