Template:PersonInfobox/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Modern Rounded Infobox */ | |||
.infobox { | .infobox { | ||
background: #ffffff; | background: #ffffff; | ||
| Line 5: | Line 6: | ||
padding: 18px; | padding: 18px; | ||
width: 100%; | width: 100%; | ||
box-shadow: 0 4px 16px rgba(0,0,0,0.05); | box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); | ||
font-family: "Montserrat", sans-serif; | font-family: "Montserrat", sans-serif; | ||
} | } | ||
| Line 14: | Line 15: | ||
color: #0a2a66; | color: #0a2a66; | ||
text-align: center; | text-align: center; | ||
margin-bottom: | margin-bottom: 12px; | ||
} | } | ||
Revision as of 08:55, 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;
}