Page MenuHomeWickedGov Phorge

styles.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

styles.less

/* stylelint-disable selector-class-pattern */
/*
* mediawiki.action.styles
* Miscellaneous styles for actions that do not have a dedicated style module.
*/
/* action=credits, T14205. */
#mw-credits a {
unicode-bidi: embed;
}
/* action=view, for pages containing custom CSS or JavaScript. */
#mw-clearyourcache {
direction: ltr;
unicode-bidi: embed;
}
/* action=view, when revision patrolling is enabled. */
div.patrollink {
font-size: 75%;
text-align: right;
}
/* action=view, when viewing individual revisions, using oldid. */
#mw-revision-info,
#mw-revision-info-current,
#mw-revision-nav {
direction: ltr;
}
/*
* Convenience links to edit delete and protect reasons, for actions protect and delete.
*/
p.mw-protect-editreasons,
p.mw-delete-editreasons {
font-size: 90%;
text-align: right;
}
/**
* action=info
* Hide "This page is a member of # hidden categories" explanation
* Hide "Templates used on this page" explanation
*/
.action-info .mw-hiddenCategoriesExplanation,
.action-info .mw-templatesUsedExplanation {
display: none;
}
/*
* action=info, highlight targeted elements
* See also InfoAction::addRow
*/
.action-info .mw-page-info tr:target {
background-color: rgba( 0, 127, 255, 0.133 );
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 19:10 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bf/6b/06c78893486f34b1784f2785fbee
Default Alt Text
styles.less (1 KB)

Event Timeline