Template:Reflist/styles.css

From Baldur's Gate 3 Wiki
< Template:Reflist
Revision as of 20:08, 1 February 2024 by Willowisp (talk | contribs) (Created page with "→‎* Format for references. For now adds a text for each list. Safe to use, easy to add to and remove from. *: .refact1::before { content: "Act 1"; text-decoration: none; background: none; font-size: 100%; font-weight: bold; direction: ltr; } .refact2::before { content: "Act 2"; text-decoration: none; background: none; font-size: 100%; font-weight: bold; direction: ltr; } .refact3::before { content: "Act 3"; text-decoration: none; backg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/**
  Format for references. For now adds a text for each list. Safe to use, easy to add to and remove from.
**/

.refact1::before {
  content: "Act 1";
  text-decoration: none;
  background: none;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.refact2::before {
  content: "Act 2";
  text-decoration: none;
  background: none;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.refact3::before {
  content: "Act 3";
  text-decoration: none;
  background: none;
  font-style: italic;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.refurl::before {
  content: "External links";
  text-decoration: none;
  background: none;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.reftext::before {
  content: "Literature";
  text-decoration: none;
  background: none;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.refnote::before {
  content: "Notes";
  text-decoration: none;
  background: none;
  font-size: 100%;
  font-weight: bold;
  direction: ltr;
}

.notebegin {
	font-size: 95%;
	margin-bottom: 0.5em;
}

div.reflist ol.references {
 list-style-type: inherit; /* Enable custom list style types */
}