Template:ReyInfinito.css
Jump to navigation
Jump to search
/* rey infinito */
.tabberlive,
.tabbertab,
.tabbernav {
margin: 0px;
padding: 0px;
border: none;
background: none;
}
ul.tabbernav li a {
border: 1px solid #23161d;
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: 8px 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(#301623,#e1ddd1) !important;
color:white !important;
}
ul.tabbernav li.tabberactive a:active {
background:linear-gradient(#24101a,#b0a892) !important;
color:white !important;
border: none !important;
}
ul.tabbernav li.tabberactive a:hover {
background:linear-gradient(#24101a,#b0a892) !important;
color:white !important;
border-bottom: none !important;
}
ul.tabbernav li {
line-height: 20px !important;
}
.toc {
border: 1px solid #432233;
}
.quote {
color: #432233 !important;
}
.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {
background-image: url(https://static.jojowiki.com/images/9/94/ReyInfinitoSymbol.png);
}
.mw-body .firstHeading {
background-image: url(https://static.jojowiki.com/images/5/5b/ReyInfinitoSymbolLarge.png);
background-repeat: no-repeat;
background-position: right center !important;
background-size: 35px;
}
/* Tabber Neue */
.tabber__tab[aria-selected="true"] {
background:linear-gradient(#301623,#E1DDD1) !important;
color:white !important;
}
.tabber__tab[aria-selected="true"]:hover {
background:linear-gradient(#23161D,#A19C8D) !important;
color:white !important;
}
.tabber__indicator {
background: #A19C8D;
}