Template:PersonInfobox/styles.css
Template page
More actions
/* Modern Rounded Infobox */ .infobox {
background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px; width: 100%; box-shadow: 0 4px 16px rgba(0,0,0,0.05); font-family: "Montserrat", sans-serif;
}
.infobox-title {
font-size: 1.4rem; font-weight: 700; color: #0a2a66; text-align: center; margin-bottom: 8px;
}
.infobox-image {
width: 100%; border-radius: 14px; margin-bottom: 12px;
}
.infobox-data-label {
font-weight: 600; color: #0a2a66;
}
.infobox-data-value {
color: #3d4b61;
}