Portability Hub
Advertisement

/*

*/
.pi-theme-orange {
    border: 2px solid #e65c00;
    border-radius: 8px;
}

.pi-theme-orange .pi-title {
    text-align: center;
    border-bottom: 1px solid #e65c00 !important;
}

.pi-theme-orange .pi-title, .pi-theme-orange .pi-header {
    background-color: #ff6600;
    color: #ffff1a;
    text-shadow: -1px -1px 3px, 1px 1px 3px;
}

.pi-theme-orange .pi-header {
    text-shadow: -1px -1px 5px, 1px 1px 5px;
}

.pi-theme-orange .pi-image, .pi-theme-orange .pi-image-collection-tabs {
    background-color: #ffa31a;
}

.pi-theme-orange .pi-tab-link {
    border-color: #e65c00 !important;
}

.pi-theme-orange ul.pi-image-collection-tabs li.current {
    background-color: #ff751a;
}

.pi-theme-orange .pi-caption {
    color: #cc5200;
}

.pi-theme-orange .pi-data {
    background-color: #ffa31a;
}

.pi-theme-orange .pi-data, .pi-theme-orange .pi-group {
    border: 0;
}

.pi-theme-orange .pi-data-label {
    color: #FFFFFF;
}

.pi-theme-orange .pi-font, .pi-theme-orange a, .pi-theme-orange a:visited {
    color: #000000;
}
/*

*/

Advertisement