Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
Line 160: | Line 160: | ||
/* | |||
/* Full container with background */ | |||
.all-feature-sections { | .all-feature-sections { | ||
background-color: #f5f5f5; /* light gray full box */ | |||
border: 1px solid #a2a9b1; | |||
padding: 20px; | padding: 20px; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
Line 169: | Line 171: | ||
} | } | ||
/* | /* Section Title Bar (exact match to Wikipedia style) */ | ||
.feature | .feature-title { | ||
background-color: # | background-color: #cef2e0; /* Wikipedia green header */ | ||
padding: 8px 10px; | |||
padding: 8px | |||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: | font-size: 16px; | ||
border-top: 1px solid #a2a9b1; | |||
color: | border-bottom: 1px solid #a2a9b1; | ||
color: black; | |||
margin-top: 25px; | |||
} | } | ||
/* Grid layout for | /* Grid layout for person cards */ | ||
.feature-grid { | .feature-grid { | ||
display: flex; | display: flex; | ||
Line 187: | Line 190: | ||
gap: 15px; | gap: 15px; | ||
justify-content: space-between; | justify-content: space-between; | ||
margin-top: 12px; | |||
margin- | |||
} | } |