Template:PersonInfobox/styles.css
Template page
More actions
/********** Portable Infobox – Custom Skin **********/
.pi-title {
background: #0a6cff;
color: #fff;
font-size: 1.2rem;
padding: 8px 12px;
border-radius: 10px 10px 0 0;
}
.pi-data-label {
font-weight: bold;
color: #0a6cff;
}
.pi-data {
font-size: 0.95rem;
color: #222;
}
.pi-image img {
border-radius: 10px;
width: 100%;
height: auto;
object-fit: cover;
}
.portable-infobox {
border-radius: 10px;
box-shadow: 0 0 12px rgba(0,0,0,0.08);
border: 1px solid #ddd;
background: #fff;
}