Template:WSJ.css

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

.quote {
	color: #c03a3a !important;
}

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

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

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

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

.tabber__indicator {
  background: #544714;
}