Template:JOJOmag.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
/* JOJO magazine */
.toc {
	border: 1px solid #ff39b7;
}

.quote {
	color: #ff39b7 !important;
}

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

/* Module: Tabber */
.tabcontainer .tab:hover {
    background-color: #0879c2;
    background-image: linear-gradient(#0879c2, #043c61);
}
.tabcontainer .tab.active {
    background-color: #ff39b7;
    background-image: linear-gradient(#ff39b7, #801c5b);
}

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

.tabber__tab[aria-selected="true"]:hover {
 background:linear-gradient(#801c5b,#043c61) !important;
 color:white !important;
}