2015-06-05 20:56:58 +00:00
|
|
|
.mw-cite-backlink,
|
|
|
|
.cite-accessibility-label {
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2015-07-11 19:46:17 +00:00
|
|
|
/* Make sure the brackets and the numbers aren't jumbled after LTR words in RTL wikis */
|
2015-06-05 20:56:58 +00:00
|
|
|
sup.reference {
|
2015-07-11 19:46:17 +00:00
|
|
|
unicode-bidi: embed;
|
2015-06-05 20:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Highlight clicked reference in blue to help navigation */
|
|
|
|
ol.references li:target,
|
|
|
|
sup.reference:target {
|
|
|
|
background-color: #def; /* fallback */
|
|
|
|
background-color: rgba(0, 127, 255, 0.133);
|
|
|
|
}
|