Portability Hub
Advertisement

/*

 */
.pi-theme-JustRed {
    border: 5px solid black !important;
    background-color: darkred !important;
    color: white !important;
}

.pi-theme-JustRed .pi-title {
    font-weight: bold !important;
    border-bottom: 5px solid black !important;
    font-size: 175% !important;
}
 
.pi-theme-JustRed .pi-header {
    font-weight: bold !important;
    background: darkred !important;
    border-bottom: 5px solid black !important;
    font-size: 100% !important;
    padding-left: 25px !important;
}

.pi-theme-JustRed a {
    color: yellow !important;
}
 
.pi-theme-JustRed .pi-item:not(:last-child) {
    border-bottom: 5px solid black !important;
}

.pi-theme-JustRed .pi-image img {
    border-bottom: 5px solid black !important;
}

.pi-theme-JustRed .pi-caption {
    color: white !important;
    border-bottom: 0px solid black !important;
    font-style: normal !important;

.pi-theme-JustRed .pi-item:last-child {
    border-bottom: none !important;
}

.pi-theme-JustRed .pi-group {
    border-bottom: none !important;
}
/*

*//*Category:Stylesheets/*/**/

Advertisement