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-08-24 18:48:15 +00:00
|
|
|
/* Isolation to fix references in case of RTL words at the end of a reference */
|
2015-06-05 20:56:58 +00:00
|
|
|
sup.reference {
|
2015-08-24 18:48:15 +00:00
|
|
|
unicode-bidi: -moz-isolate;
|
|
|
|
unicode-bidi: -webkit-isolate;
|
|
|
|
unicode-bidi: isolate;
|
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);
|
|
|
|
}
|