Template:Reflist/styles.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 56: Line 56:
   font-weight: bold;
   font-weight: bold;
   direction: ltr;
   direction: ltr;
}
.notebegin {
font-size: 95%;
margin-bottom: 0.5em;
}
div.reflist ol.references {
list-style-type: inherit; /* Enable custom list style types */
}
}

Latest revision as of 20:14, 1 February 2024

/**
  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;
}