Template:Baoh.css

Revision as of 07:19, 1 September 2020 by Vish (talk | contribs)
/* Baoh */
 .tabberlive,
 .tabbertab,
 .tabbernav {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

 ul.tabbernav li a {
    border: 1px solid #838282;
    border-radius: 1px;
    background: #efefef !important;
    font-family: Rubik !important;
    font-size: 12px !important;
    color: #654488 !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;
    margin: 0 0 -10px 0 !important;
}

.infoboxtabs2 ul.tabbernav, .multitab ul.tabbernav {
    margin: 0 0 -10px 0 !important;
}

 ul.tabbernav li a:active {
    background: #f0f0f0 !important;
}
 ul.tabbernav li a:hover {
    background: #cbc5c5 !important;
}
 ul.tabbernav li.tabberactive a {
    background:linear-gradient(#4b8ac4,#35337e) !important;
    color:white !important;
}
 ul.tabbernav li.tabberactive a:active {
    background:linear-gradient(#335e87,#1e1d4f) !important;
    color:white !important;
    border: none !important;
}

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

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

 .toc {
	border: 1px solid #0068B8;
}

.Baoh, .portable-infobox.pi-theme-Baoh {
    width: 270px;
    background-color: #4b8ac4;
    border: 2px solid #2b6396;
}

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

.portable-infobox.pi-theme-Baoh .pi-title, .portable-infobox.pi-theme-Baoh .pi-header {
    background-color: #4b8ac4;
    color: white;
}
.portable-infobox.pi-theme-Baoh .pi-data .pi-data-label {
    background-color: #35337e;
}
.portable-infobox.pi-theme-Baoh .pi-horizontal-group-item.pi-data-label {
    background-color: #35337e;
    border: 2px solid white;
    border-top: none;
    color: white;
}
.portable-infobox.pi-theme-Baoh .pi-image-collection-tabs li.current {
    background: #818a94;
}
.portable-infobox.pi-theme-Baoh .pi-navigation {
    background: #4b8ac4 !important;
}