Jump to content

User:YMS/global.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Hide "Abort" button when editing pages
m css.......
Line 13: Line 13:


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

Revision as of 11:40, 2 February 2015

/* 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, #mw-editform-cancel { display:none; }