MediaWiki:Common.css: Difference between revisions

From IT Help
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide Watch List Icon (upper right) */
#pt-watchlist-2 { display: none !important; }


/* Hide History */
/* Hide History */

Revision as of 09:31, 21 September 2023

/* CSS placed here will be applied to all skins */

/* Hide Watch List Icon (upper right) */
#pt-watchlist-2 { display: none !important; }

/* Hide History */
#ca-history { display: none !important; }

/* Hide View Source */
#ca-viewsource * {display: none !important; }

/* Hide Discussions */
#ca-talk * {display: none !important; }

/* Hide Public Account Creation */
#pt-createaccount-2 {display: none !important; }

/* Hide Recent Changes  */
#n-recentchanges {display: none !important; }

/* Hide Wiki link in sidebar */
#n-help-mediawiki {display: none !important; }

/* Hide 'Tools' in sidebar */
#p-tb {display: none !important; }

/* Hide edit footnotes */
.ve-ui-mwSaveDialog-options, .ve-ui-mwSaveDialog-foot {display: none !important; }

/* Hide copyright warning */
#editpage-copywarn {display: none !important; }

/* Hide footnotes when adding a picture */
#ooui-29, .oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement.oo-ui-labelElement-label.oo-ui-labelWidget {display: none !important; }

/* Hide 'Switch to old look' */
.vector-main-menu-action.vector-main-menu-action-opt-out {display: none !important; }

/* Hide 'Watch this page', 'Minor Edit' and 'Summary' */
#mw-editpage-watch, #mw-editpage-minoredit, #wpSummaryLabel, #wpSummaryWidget {display: none !important; }

/* Hide 'Editing Help' */
#wpDiffWidget, .editHelp {display: none !important; }

/* Hide Footer */
.mw-footer-container * {display: none !important; }