Jump to content

User:YMS/global.css

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by YMS (talk | contribs) at 08:33, 27 August 2014 (getting global). It may differ significantly from the current version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Colors */
.mw-redirect { color:#009966 !important; }
.diff-multi { font-weight:bold; color:#FF0000; } /* Diff über mehrere Versionen hervorheben */
.flaggedrevs-color-1 { background-color:transparent !important; } /* Gesichtete Versionen nicht farblich hinterlegen */

/* Layout fixes */
#mw-panel a { word-wrap: normal; }

/* Supress "Revert" where considered harmful */
body[class$="_YMS"] .mw-rollback-link, /* My contributions */
.mw-changeslist .mw-rollback-link /* Recent changes, watchlist, ... */
{ display:none; }

/* Hide nag stuff */
#wpSummaryLabel, .mw-tos-summary, #editpage-copywarn, #siteNotice, #p-navigation-label, .wb-item #toc { display:none; }