MediaWiki:Common.css: Difference between revisions

Created page with "CSS placed here will be applied to all skins: ===== EncycloIndia Homepage Styling =====: .home-container { max-width: 1000px; margin: 0 auto; font-family: 'Segoe UI', Arial, sans-serif; } .hero { background: #eef6f8; border: 1px solid #d6e6ea; border-radius: 10px; padding: 40px 25px; text-align: center; margin: 25px 0 35px 0; } .hero h1 { font-size: 36px; margin-bottom: 10px; color: #144552; } .hero p { font-size: 18px; color: #3..."
 
No edit summary
Line 54: Line 54:
   margin-top: 30px;
   margin-top: 30px;
   font-size: 18px;
   font-size: 18px;
}
/* Improve body text styling inside homepage sections */
.info-section {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #222;
}
.info-section p {
  margin: 0;
}
/* Make headings smoother too */
.section-title {
  font-family: "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.3px;
}
/* Optional: improve hero subtitle font */
.hero p {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
}