Jump to content

User:YMS/global.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
No edit summary
de:User:Schnark/js/diff.js: Incredibly important, but moving layout during loading
Line 7: Line 7:
#mw-panel a { word-wrap: normal; }
#mw-panel a { word-wrap: normal; }
.schnark-diff-buttons-top { display: none; }
.schnark-diff-buttons-top { display: none; }
.schnark-diff-div { border: 0px; }


/* Supress "Revert" as long as confirmation script is not loaded */
/* Supress "Revert" as long as confirmation script is not loaded */

Revision as of 11:43, 7 April 2016

/* 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; }
.schnark-diff-buttons-top { display: none; }
.schnark-diff-div { border: 0px; }

/* Supress "Revert" as long as confirmation script is not loaded */
.mw-rollback-link a:not(.unhide) { pointer-events: none; color: gray; }

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

/* Reduce Augenkrebs */
a[href*="/wiki/User:"] *,
a[href*="/wiki/User_talk:"] *,
a[href*="/wiki/Benutzer:"] *,
a[href*="/wiki/Benutzerin:"] *,
a[href*="/wiki/Benutzer_Diskussion:"] *,
a[href*="/wiki/Benutzerin_Diskussion:"] *,
a[href*="/wiki/Wikipedia:Wikiliebe"] *,
a[href*="/wiki/Wikipedia:Wikiliebe"] * {
   color:       inherit ! important;
   text-shadow: none    ! important;
   font-weight: normal  ! important;
}
img[src*=":Ani_blinking_heart.gif"] { display: none; }