Template:JoJolion.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 15:24, 7 August 2024 by Paisley Park (talk | contribs)
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 {
	background-color: var(--jjl);
	background-image: linear-gradient(var(--jjl2), var(--jjl4));
	border: 0.08rem solid var(--jjl3);
}

.tabcontainer .tab:hover {
	background-color: var(--jjl2);
	background-image: linear-gradient(var(--jjl2), var(--jjl4));
	filter: saturate(2);
}

.tabcontainer .tab.active {
	background-color: var(--jjl);
	background-image: linear-gradient(var(--jjl), var(--jjl3));
	filter: none;
	transition: none;
}

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