Template:Irene.css

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

.quote {
	color: #D58C00 !important;
}

.mw-headline-headanchor {
    margin-left: 5px !important;
    background-size: 55% !important;
}

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

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

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

.tabber__indicator {
  background: #43521E;
}