Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:PersonInfobox/styles.css

Template page
Revision as of 08:49, 27 November 2025 by Admin (talk | contribs) (Created page with "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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* 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;

}