Template:PhantomBlood.css

Revision as of 02:27, 28 January 2023 by Paisley Park (talk | contribs)
/* Phantom Blood */
 .tabberlive,
 .tabbertab,
 .tabbernav {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

ul.tabbernav li a {
    border: 1px solid #838282;
    border-radius: 1px;
    background-color: #efefef;
    font-family: Rubik !important;
    font-size: 12px !important;
    margin:0 !important;
    padding:2px 12px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 13px !important;
    cursor:default;
}
ul.tabbernav li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.tabbernav li:last-of-type a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabberlive .tabbertab {
    border: none !important;
    border-radius: 3px !important;
    padding: 6px 0px 0px 0px !important;
}
ul.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
    text-align:center;
}

ul.tabbernav li.tabberactive a {
    background:linear-gradient(#3055A1, #777690) !important;
    color:white !important;
}

ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#1F396E,#59586e) !important;
    color:white !important;
    border: none !important;
}

ul.tabbernav li.tabberactive a:hover {
    background:linear-gradient(#1F396E,#59586e) !important;
    color:white !important;
    border-bottom: none !important;
}

ul.tabbernav li {
    padding-top: 0 !important;
}

ul.tabbernav li {
    line-height: 20px !important;
}

.toc {
	border: 1px solid #3055A1;
}

.quote {
	color: #3055A1 !important;
}

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

.mw-body .firstHeading {
    background-image: url(https://static.jojowiki.com/images/d/de/PBSymbolLarge.png);
    background-repeat: no-repeat;
    /* @noflip */
    background-position: right center !important;
    background-size: 25px;
}

.stageBox {
	border-color: #3055A1 !important;
}

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

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

.tabber__indicator {
  background: #49485E;
}