1 /* stylelint-disable selector-class-pattern */
4 * mediawiki.action.styles
5 * Miscellaneous styles for actions that do not have a dedicated style module.
8 /* action=credits, T14205. */
13 /* action=view, for pages containing custom CSS or JavaScript. */
19 /* action=view, when revision patrolling is enabled. */
25 /* action=view, when viewing individual revisions, using oldid. */
27 #mw-revision-info-current,
33 * Convenience links to edit delete and protect reasons, for actions protect and delete.
35 p.mw-protect-editreasons,
36 p.mw-delete-editreasons {
43 * Hide "This page is a member of # hidden categories" explanation
44 * Hide "Templates used on this page" explanation
47 .action-info .mw-hiddenCategoriesExplanation,
48 .action-info .mw-templatesUsedExplanation {
53 * action=info, highlight targeted elements
54 * See also InfoAction::addRow
56 .action-info .mw-page-info tr:target {
57 background-color: rgba( 0, 127, 255, 0.133 );