Template:LLC.css

Revision as of 18:37, 5 May 2024 by Vish (talk | contribs) (Vish changed the content model of the page Template:LLC.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Lucky Land Communications */
.toc {
	border: 1px solid #6358b0;
}

.quote {
	color: #6358b0 !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);
}

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

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