MediaWiki:Common.css

Revision as of 14:33, 3 February 2026 by AdminEncyclo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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: #333;
}

.info-section {
  background: #f9fcfd;
  border: 1px solid #e2eff2;
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #144552;
  border-bottom: 1px solid #e2eff2;
  padding-bottom: 6px;
}

.cta-box {
  background: #1f7a8c;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  font-size: 18px;
}