Portability Hub
Advertisement

/*

*/
.portable-infobox a {
    color:#6f027c;
}
 
.portable-infobox {
    background:#fff;
    color:#000;
    border-bottom: 20px solid #C5C5C5;
}

.portable-infobox .pi-title {
    background-color:#C5C5C5;
}
 
.portable-infobox .pi-header {
    background-image:none;
}
 
.portable-infobox .pi-header,
.portable-infobox .pi-title {
    color:#000;
    text-align: center;
}
 
.portable-infobox .pi-secondary-background,
.portable-infobox .pi-header {
    background-color: #C5C5C5;
}

.portable-infobox .pi-item-spacing {
	padding:0;
}

.portable-infobox .pi-data-label {
	background-color:#E5E5E5;
}
 
.portable-infobox .pi-navigation {
    background-color: #fff;
}

.portable-infobox .pi-image,
.portable-infobox .pi-navigation,
.portable-infobox .pi-data {
    border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

.portable-infobox .pi-data:last-of-type {
	border-bottom:none;
}

.portable-infobox .pi-group,
.portable-infobox .pi-data:last-of-type + .pi-group,
.portable-infobox .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
    border:none;
}
/*

*/

Advertisement