Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.action.styles / styles.less
blob2d28c7e4fe5aea9678082a6cebe9adb4cf355e41
1 /* stylelint-disable selector-class-pattern */
3 /*
4  * mediawiki.action.styles
5  * Miscellaneous styles for actions that do not have a dedicated style module.
6  */
8 /* action=credits, T14205. */
9 #mw-credits a {
10         unicode-bidi: embed;
13 /* action=view, for pages containing custom CSS or JavaScript. */
14 #mw-clearyourcache {
15         direction: ltr;
16         unicode-bidi: embed;
19 /* action=view, when revision patrolling is enabled. */
20 div.patrollink {
21         font-size: 75%;
22         text-align: right;
25 /* action=view, when viewing individual revisions, using oldid. */
26 #mw-revision-info,
27 #mw-revision-info-current,
28 #mw-revision-nav {
29         direction: ltr;
33  * Convenience links to edit delete and protect reasons, for actions protect and delete.
34  */
35 p.mw-protect-editreasons,
36 p.mw-delete-editreasons {
37         font-size: 90%;
38         text-align: right;
41 /**
42  * action=info
43  * Hide "This page is a member of # hidden categories" explanation
44  * Hide "Templates used on this page" explanation
45  */
47 .action-info .mw-hiddenCategoriesExplanation,
48 .action-info .mw-templatesUsedExplanation {
49         display: none;
53  * action=info, highlight targeted elements
54  * See also InfoAction::addRow
55  */
56 .action-info .mw-page-info tr:target {
57         background-color: rgba( 0, 127, 255, 0.133 );