Portability Hub
Advertisement

/*

*/
/* Theme for Character infoboxes */
.portable-infobox.pi-theme-character .pi-title { /* Header/Title Color */
    background-color: #f28729; /* Primary Background Color */
    color: #000000; /* Text Color of black */
}
.portable-infobox.pi-theme-character .pi-secondary-background { /* Header/Title Color */
    background-color: #f28729; /* Primary Background Color */
    color: #000000; /* Text Color of black */
}
.portable-infobox.pi-theme-character .pi-data { /* Data Padding Removal */
    background-color: #F2EDE8; /* Tertiary Background Color */
    padding: 0px 0px;
    vertical-align: middle; /* Align the text vertically centered */
}
.portable-infobox.pi-theme-character .pi-data .pi-data-label { /* Data Label Color */
    background-color: #f2cd13; /* Secondary Background Color */
    padding: 0px 0px;
    border: 10px solid #f2cd13; /* Add the border of the same color as the secondary background color */
}
.portable-infobox.pi-theme-character .pi-data .pi-data-value { /* Data Value Color */
    background: #F2EDE8; /* Tertiary Background Color */
    padding: 0px 0px;
    border: 10px solid #F2EDE8; /* Add the border of the same color as the tertiary background color */
}
.portable-infobox.pi-theme-character .pi-image { /* Image Color */
    background: #F2EDE8; /* Tertiary Background Color */
}
.pi-theme-character .pi-data, .pi-theme-character .pi-group {
    border-bottom-width: 0;
}
/*

*/

Advertisement