Template:JoJolion.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 01:02, 29 August 2024 by HudgynS (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* JoJolion */
.toc {
	border: 1px solid #53A599;
}

.quote {
	color: #53A599 !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 0.5s linear;
}

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

/* Module:Tabber */
.tabcontainer .tab:hover {
    background-color: var(--jjl2, #F8A1E8);
    background-image: linear-gradient(var(--jjl2, #F8A1E8), var(--jjl4, #914e85));
}
.tabcontainer .tab.active {
    background-color: var(--jjl, #53A599);
    background-image: linear-gradient(var(--jjl, #53A599), var(--jjl3, #297469));
}

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

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#297469,#914E85) !important;
 color:white !important;
}

.tabber__indicator {
  background: #914E85;
}