Template:Reflist/styles.css: Difference between revisions
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; | ||
} | } |
Latest revision as of 19: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;
}