Template:UEUJ.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
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/8/8a/UEUJSymbol.png);
}

/* Module: Tabber */
.tabcontainer .tab:hover {
    background-color: var(--ueuj2, #d3d3af);
    background-image: linear-gradient(var(--ueuj2, #326A94), var(--ueuj4, #1a4361));
}
.tabcontainer .tab.active {
    background-color: var(--ueuj, #D8699C);
    background-image: linear-gradient(var(--ueuj, #D8699C), var(--ueuj3, #993d67));
}

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