Template:Jorge.css

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

.quote {
	color: #de306f !important;
}

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

.mw-headline-headanchor {
    margin-left: 5px;
}

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

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

.tabber__indicator {
  background: #79889B;
}