MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
BobbyGeneric (talk | contribs) No edit summary |
BobbyGeneric (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Clean Recent Changes Embed */ | /* Clean Recent Changes Embed */ | ||
.clean-recent-changes { | |||
display: inline-block; | |||
} | |||
.clean-recent-changes .mw-changeslist-links, /* Hides (diff | hist) */ | .clean-recent-changes .mw-changeslist-links, /* Hides (diff | hist) */ | ||
.clean-recent-changes .mw-changeslist-separator, /* Hides separators . . */ | .clean-recent-changes .mw-changeslist-separator, /* Hides separators . . */ | ||
| Line 16: | Line 20: | ||
} | } | ||
.clean-recent-changes .mw-enhancedchanges-arrow { | .clean-recent-changes .mw-enhancedchanges-arrow { /* Hides arrow to expand multiple edits */ | ||
visibility: hidden !important; | |||
} | } | ||
Latest revision as of 22:50, 2 February 2026
/* CSS placed here will be applied to all skins */
/* Clean Recent Changes Embed */
.clean-recent-changes {
display: inline-block;
}
.clean-recent-changes .mw-changeslist-links, /* Hides (diff | hist) */
.clean-recent-changes .mw-changeslist-separator, /* Hides separators . . */
.clean-recent-changes .mw-userlink, /* Hides username */
.clean-recent-changes .mw-usertoollinks, /* Hides user talk/contribs */
.clean-recent-changes .mw-plusminus-pos, /* Hides (+123) green bytes */
.clean-recent-changes .mw-plusminus-neg, /* Hides (-123) red bytes */
.clean-recent-changes .mw-plusminus-null, /* Hides (0) gray bytes */
.clean-recent-changes .mw-tag-markers, /* Hide tags */
.clean-recent-changes .comment, /* Hides edit summary */
.clean-recent-changes .changedby, /* Hides thingy showing multiple edits */
.clean-recent-changes .mw-changeslist-legend { /* Hides abbreviations side panel */
display: none !important;
}
.clean-recent-changes .mw-enhancedchanges-arrow { /* Hides arrow to expand multiple edits */
visibility: hidden !important;
}