Players looking for information on new campaigns should find their campaign page in the Book of Mondevai

MediaWiki:Common.css: Difference between revisions

A D&D Campaign Setting
Created page with "CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
/* Base content font (paragraphs + lists) */
.mw-body,
.mw-body-content,
.mw-body-content p,
.mw-body-content li {
  font-family: "Lora", serif;
  font-size: 10pt;
  line-height: 1.15;
  color: #000000;
}
 
/* Page title (equivalent of the big 26pt "PUERTO DESAFIAR" title) */
#firstHeading,
.mw-page-title-main {
  font-family: "Lora", serif;
  font-size: 26pt;
  line-height: 1.15;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3pt;
}
 
/* Section headings inside the article
  (kept 1:1 with your document’s h1–h6 definitions) */
 
.mw-body-content h1 {
  padding-top: 20pt;
  padding-bottom: 6pt;
  font-family: "Lora", serif;
  font-size: 20pt;
  line-height: 1.15;
  color: #000000;
  text-align: left;
  font-weight: normal;
}
 
.mw-body-content h2 {
  padding-top: 18pt;
  padding-bottom: 6pt;
  font-family: "Lora", serif;
  font-size: 15pt;
  line-height: 1.15;
  color: #134f5c;
  text-align: left;
  font-weight: normal;
}
 
.mw-body-content h3 {
  padding-top: 16pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 14pt;
  line-height: 1.15;
  color: #434343;
  text-align: left;
  font-weight: normal;
}
 
.mw-body-content h4 {
  padding-top: 14pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 12pt;
  line-height: 1.15;
  color: #7f6000;
  text-align: left;
  font-weight: normal;
}
 
.mw-body-content h5 {
  padding-top: 12pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 11pt;
  line-height: 1.15;
  color: #666666;
  text-align: left;
  font-weight: normal;
}
 
.mw-body-content h6 {
  padding-top: 12pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 11pt;
  line-height: 1.15;
  color: #666666;
  text-align: left;
  font-style: italic;
  font-weight: normal;
}
 
/* Subtitle style (used for role lines under NPC names, etc.) */
.mw-body-content .subtitle {
  font-family: "Lora", serif;
  font-size: 11pt;
  font-weight: 700;
  line-height: 1.15;
  color: #000000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

Revision as of 10:34, 21 November 2025

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

/* Base content font (paragraphs + lists) */
.mw-body,
.mw-body-content,
.mw-body-content p,
.mw-body-content li {
  font-family: "Lora", serif;
  font-size: 10pt;
  line-height: 1.15;
  color: #000000;
}

/* Page title (equivalent of the big 26pt "PUERTO DESAFIAR" title) */
#firstHeading,
.mw-page-title-main {
  font-family: "Lora", serif;
  font-size: 26pt;
  line-height: 1.15;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3pt;
}

/* Section headings inside the article
   (kept 1:1 with your document’s h1–h6 definitions) */

.mw-body-content h1 {
  padding-top: 20pt;
  padding-bottom: 6pt;
  font-family: "Lora", serif;
  font-size: 20pt;
  line-height: 1.15;
  color: #000000;
  text-align: left;
  font-weight: normal;
}

.mw-body-content h2 {
  padding-top: 18pt;
  padding-bottom: 6pt;
  font-family: "Lora", serif;
  font-size: 15pt;
  line-height: 1.15;
  color: #134f5c;
  text-align: left;
  font-weight: normal;
}

.mw-body-content h3 {
  padding-top: 16pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 14pt;
  line-height: 1.15;
  color: #434343;
  text-align: left;
  font-weight: normal;
}

.mw-body-content h4 {
  padding-top: 14pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 12pt;
  line-height: 1.15;
  color: #7f6000;
  text-align: left;
  font-weight: normal;
}

.mw-body-content h5 {
  padding-top: 12pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 11pt;
  line-height: 1.15;
  color: #666666;
  text-align: left;
  font-weight: normal;
}

.mw-body-content h6 {
  padding-top: 12pt;
  padding-bottom: 4pt;
  font-family: "Lora", serif;
  font-size: 11pt;
  line-height: 1.15;
  color: #666666;
  text-align: left;
  font-style: italic;
  font-weight: normal;
}

/* Subtitle style (used for role lines under NPC names, etc.) */
.mw-body-content .subtitle {
  font-family: "Lora", serif;
  font-size: 11pt;
  font-weight: 700;
  line-height: 1.15;
  color: #000000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}