Template:Chapter/Styles.css

From AbhiprayaVedi
Revision as of 09:49, 28 April 2026 by VijayanPN (talk | contribs) (Created page with "Chapter template styling: .book-chapter { max-width: 800px; margin: 2em auto; font-family: 'Georgia', serif; line-height: 1.5; } .chapter-meta { border-bottom: 2px solid #2c3e50; margin-bottom: 1.5em; padding-bottom: 0.5em; } .chapter-number { font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; color: #7f8c8d; } .chapter-title { font-size: 2.2em; margin: 0.2em 0 0.1em; color: #2c3e50; } .chapter-author { font-style: it...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Chapter template styling */
.book-chapter {
  max-width: 800px;
  margin: 2em auto;
  font-family: 'Georgia', serif;
  line-height: 1.5;
}

.chapter-meta {
  border-bottom: 2px solid #2c3e50;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}

.chapter-number {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7f8c8d;
}

.chapter-title {
  font-size: 2.2em;
  margin: 0.2em 0 0.1em;
  color: #2c3e50;
}

.chapter-author {
  font-style: italic;
  color: #34495e;
}

.chapter-content {
  text-align: justify;
}

.chapter-footer {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ecf0f1;
  text-align: center;
  font-size: 0.9em;
}

.page-nav a {
  color: #2980b9;
  text-decoration: none;
  padding: 0 1em;
}

.page-nav a:hover {
  text-decoration: underline;
}