Template:UEUJ.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 00:52, 7 February 2023 by Vish (talk | contribs) (Vish changed the content model of the page Template:UEUJ.css from "wikitext" to "Sanitized CSS")
Jump to navigation Jump to search
/* Under Execution, Under Jailbreak */
.toc {
	border: 1px solid #d8699c;
}

.quote {
	color: #d8699c !important;
}

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

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

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#993d67,#1a4361) !important;
 color:white !important;
}

.tabber__indicator {
  background: #1a4361;
}