Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(view history) |
(leave a line jump) |
||
| Line 4: | Line 4: | ||
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; } | #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; } | ||
#p-cactions { left: .1em; } | #p-cactions { left: .1em; } | ||
#ca-history { display:none!important; } View history/History tab | |||
#ca-nstab-main { display:none!important; } Page tab | #ca-nstab-main { display:none!important; } Page tab | ||
#ca-nstab-user { display:none!important; } User page tab (the Page tab on personal user pages) | #ca-nstab-user { display:none!important; } User page tab (the Page tab on personal user pages) | ||
#ca- | #ca-protect { display:none!important; } Protect tab (as the previous two, with the Vector skin it's in the More drop-down menu) | ||
#ca-talk { display:none!important; } | |||
#ca- | |||
#ca-watch { display:none!important; } the Watch tab for adding the page to the watchlist | #ca-watch { display:none!important; } the Watch tab for adding the page to the watchlist | ||
#ca-unwatch { display:none!important; } the Unwatch tab for removing the page from the watchlist | #ca-unwatch { display:none!important; } the Unwatch tab for removing the page from the watchlist | ||
#ca- | #ca-view { display:none!important; } Read tab (from the prepackaged skins this tab is available only in the Vector skin) | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
body.page-Avidya li#ca-delete { display:none!important; } | body.page-Avidya li#ca-delete { display:none!important; } | ||
| Line 22: | Line 19: | ||
body.page-Avidya li#ca-move { display:none!important; } | body.page-Avidya li#ca-move { display:none!important; } | ||
body.page-Avidya li#ca-history { display:none!important; } | body.page-Avidya li#ca-history { display:none!important; } | ||
body.page-My_wiki:About.action-view h1.firstHeading, body.page-My_wiki:About.action-submit h1.firstHeading { display: none; } | |||
Revision as of 06:55, 14 July 2019
/* CSS placed here will be applied to all skins */
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }
#ca-history { display:none!important; } View history/History tab
#ca-nstab-main { display:none!important; } Page tab
#ca-nstab-user { display:none!important; } User page tab (the Page tab on personal user pages)
#ca-protect { display:none!important; } Protect tab (as the previous two, with the Vector skin it's in the More drop-down menu)
#ca-talk { display:none!important; }
#ca-watch { display:none!important; } the Watch tab for adding the page to the watchlist
#ca-unwatch { display:none!important; } the Unwatch tab for removing the page from the watchlist
#ca-view { display:none!important; } Read tab (from the prepackaged skins this tab is available only in the Vector skin)
#ca-viewsource { display:none!important; }
#footer-poweredbyico { display: none; }
body.page-Avidya li#ca-delete { display:none!important; }
body.page-Avidya li#ca-talk { display:none!important; }
body.page-Avidya li#ca-move { display:none!important; }
body.page-Avidya li#ca-history { display:none!important; }
body.page-My_wiki:About.action-view h1.firstHeading, body.page-My_wiki:About.action-submit h1.firstHeading { display: none; }