Template:Reflist/styles.css
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 */
}