Module:Cite LSA/styles.css
/* {{pp|small=y}} */
/*
* [[Template:Citation/styles.css]] is the canonical implementation onwiki for
* .citation colors/break-word.
*/
.citation {
word-wrap: break-word;
}
/* Highlight linked elements (such as clicked references) in blue */
.citation:target {
/* ignore the linter - all browsers of interest implement this */
background-color: rgba(0, 127, 255, 0.133);
}
.cslsa-pub-no-auth,
.cslsa-authors {
font-variant: normal;
}
.cslsa-error {
color: #d33;
}