Portability Hub
Advertisement

/*

*/
.pi-theme-matrix {
    background: linear-gradient(to right bottom, #333333, #262626, #1A1A1A, #0D0D0D, #000000);
    color: #2AE600;
    position: relative;
    margin: 20px;
    border-radius: 4px;
    box-shadow: inset 2px 2px 1px #000000;
}

.pi-theme-matrix:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    background: linear-gradient(to right, #999999, #737373 90%);
    border: 2px solid #595959;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #000000;
}

.pi-theme-matrix a, .pi-theme-matrix .new {
    color: #2FFF00 !important;
    text-shadow: 1px 0 1px #2AE600;
}

.pi-theme-matrix .pi-item-spacing {
    padding: 7px 10px;
}

.pi-title {
    border: none;
    color: #2FFF00;
    text-shadow: 1px 0 1px #2AE600;
}

.pi-theme-matrix .pi-caption {
    color: #58FF33;
}

.pi-theme-matrix .pi-title, .pi-theme-matrix .pi-image-collection-tabs, .pi-theme-matrix .pi-image-collection-tab-content, .pi-theme-matrix .pi-image, .pi-theme-matrix .pi-secondary-background, .pi-theme-matrix .pi-image-collection .pi-image-collection-tabs li {
    background: none;
}


.pi-theme-matrix .pi-item {
    border: none;
}

.pi-theme-matrix .pi-data-value {
    font-size: 12px;
}

.pi-theme-matrix .pi-header {
    text-align: center;
    font-size: 14px;
    border-style: solid;
    border-color: #2AE600;
    border-width: 1px 0 1px;
}

.pi-theme-matrix .pi-image-collection .pi-image-collection-tabs li {
    border-color: #2AE600;
    margin: 1px 0 3px;
}
/*

*/

Advertisement