Template:ML.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 01:07, 29 August 2024 by HudgynS (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* JoJo's Bizarre Married Life */
.toc {
	border: 1px solid #e7527b;
}

.quote {
	color: #e7527b !important;
}

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

.ML, .portable-infobox.pi-theme-ML {
    border: 2px solid #8d3419;
}

.portable-infobox.pi-theme-ML .pi-data-label a {
  color: white !important;
}

.portable-infobox.pi-theme-ML .pi-title, .portable-infobox.pi-theme-ML .pi-header {
    background-color: #dd634f;
    color: white;
}
.portable-infobox.pi-theme-ML .pi-data .pi-data-label {
    background-color: #3d836a;
}
.portable-infobox.pi-theme-ML .pi-horizontal-group-item.pi-data-label {
    background-color: #3d836a;
    border: 2px solid white;
    border-top: none;
    color: white;
}
.portable-infobox.pi-theme-ML .pi-image-collection-tabs li.current {
    background: #728166;
}
.portable-infobox.pi-theme-ML .pi-navigation {
    background: #e7527b !important;
}

/* Module: Tabber */
.tabcontainer .tab:hover {
    background-color: var(--ml2, #3d836a);
    background-image: linear-gradient(var(--ml2, #3d836a), var(--ml4, #316955));
}
.tabcontainer .tab.active {
    background-color: var(--ml, #dd634f);
    background-image: linear-gradient(var(--ml, #dd634f), var(--ml3, #8d3419));
}

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

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

.tabber__indicator {
  background: #316955;
}