Template:PersonInfobox/styles.css: Difference between revisions
Template page
More actions
No edit summary |
m Admin moved page Template:Infobox person pro/styles.css to Template:PersonInfobox/styles.css |
(No difference)
| |
Revision as of 09:17, 27 November 2025
/* 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: 12px;
}
.infobox-image {
width: 100%; border-radius: 14px; margin-bottom: 12px;
}
.infobox-data-label {
font-weight: 600; color: #0a2a66;
}
.infobox-data-value {
color: #3d4b61;
}