Portability Hub
Advertisement

/*

*/
.pi-theme-blue {
    color: #FFFFFF;
    background: linear-gradient(to left, #7777DD, #000099);
    border: 2px ridge #000080;
    border-radius: 3px;
}

.pi-theme-blue a {
    color: #FFFF1A;
}

.pi-theme-blue a:visited {
    color: #FFD11A;
}

.pi-theme-blue .pi-secondary-background {
    background-color: #000066;
}

.pi-theme-blue .pi-image-collection, .pi-theme-blue .pi-image {
    background-color: #9999FF;
}

.pi-theme-blue .pi-caption {
    color: #00004D;
}

.pi-theme-blue .pi-item {
    border-bottom: 1px solid #00004D;
}

.pi-theme-blue .pi-title {
    background: linear-gradient(to bottom, #0000B3, #4D4DFF);
    text-align: center;
    font-weight: bold;
}

.pi-theme-blue .pi-tab-link {
    border-color: #00004D;
}

.pi-theme-blue .pi-tab-link.pi-item-spacing.current {
    background-color: #000080;
}

.pi-theme-blue .pi-horizontal-group-item:not(:first-child) {
    border-color: #00004D;
    border-width: 0 0 0 1px;
}
/*

*/

Advertisement