User:Holder/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Ausblendungen */

#centralNotice { display: none !important; }                       /* Mediawiki-Systemnachricht */
#centralNotice.usernotice { display: none !important; }            /* Spendenaufrufe */
#editpage-copywarn { display: none !important; }                   /* Im Editfenster Copyright-Warnung */
#n-sitesupport { display: none !important; }     /* In Navigation "Aktuelles" und "Spenden" */
/* #footer { display: none !important; } */                        /* Fußzeile */
#fundraising, .cn-fundraiser-banner { display: none !important; }  /* Spendenaufrufe */
#mw-fr-watchlist-pending-notice { display: none !important; }      /* In Beo Nachsichtungshinweise */
#mw-tos-summary { display: none !important; }                      /* Im Editfenster Lizenzhinweis */
#wp_talkpagetext { display: none !important; }                     /* Signaturhinweis */
li#pt-userpage { background: none }                                /* Icon neben dem Benutzernamen */
.mw-notification-autohide, .postedit { display: none !important; } /* Sprechblasen */
.watchlist-message { display: none !important; }                   /* Meldungen in Beo */


#mw-editform-cancel
.cn-fundraiser-banner
.editHelp
.editpage-head-copywarn
.mw-changeslist-legend
.specialpage-helplink
.wikEdHelpSpan
a[target="helpwindow"]

/* Quick hack to force the Search tab on [[Special:Contribs]] open. Credit: Volker E. (WMF) - [[m:Special:Permalink/19431311#Reverting the new "collapsed search interface" on Special:Contribs|Tech]] */
.mw-special-Contributions .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }