MediaWiki:Common.css: Difference between revisions
Undo revision 5410 by Chandrashekars (talk) Tag: Undo |
No edit summary |
||
| Line 963: | Line 963: | ||
img[alt="Powered by MediaWiki"], | img[alt="Powered by MediaWiki"], | ||
img[src*="poweredby_mediawiki"] { display: none !important; } | img[src*="poweredby_mediawiki"] { display: none !important; } | ||
/* ── Hide page action toolbar on Help and About pages ─────────────── | |||
* Removes the "Project page | Discussion" tabs and | |||
* "Read | Edit | View history | ★ | Tools" bar on My_wiki: pages. | |||
* ──────────────────────────────────────────────────────────────── */ | |||
body.page-My_wiki-About, | |||
body.page-My_wiki-Help { | |||
/* Page tabs: "Project page" / "Discussion" */ | |||
#p-namespaces, | |||
.vector-namespaces-portlet, | |||
.mw-portlet-namespaces { display: none !important; } | |||
/* Action tabs: "Read" / "Edit" / "View history" */ | |||
#p-views, | |||
.vector-page-tools-end, | |||
.mw-portlet-views { display: none !important; } | |||
/* Star (watch) button */ | |||
#ca-watch, | |||
#ca-unwatch, | |||
.mw-watchlink { display: none !important; } | |||
/* "Tools" dropdown */ | |||
#vector-page-tools, | |||
.vector-page-tools, | |||
#p-cactions, | |||
.mw-portlet-cactions { display: none !important; } | |||
/* The entire toolbar row */ | |||
.vector-page-toolbar, | |||
#vector-page-toolbar { display: none !important; } | |||
} | |||