Jump to content

User:YMS/global.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
getting global
 
No edit summary
 
(33 intermediate revisions by the same user not shown)
Line 6: Line 6:
/* Layout fixes */
/* Layout fixes */
#mw-panel a { word-wrap: normal; }
#mw-panel a { word-wrap: normal; }
.schnark-diff-buttons-top { display: none; }
.page-Wikipedia_Hauptseite #p-wikibase-otherprojects { display: none; }

/* Suppress some Wurstfinger-only links ("Tags" etc.) permanently */
.mw-tag-markers a, [for="wpSummary"] a {
pointer-events: none;
color: gray;
}

/* Vector 2022: Move right navigation ("edit", watch", "page", "tools") to the left - uglier, but less jumpy as the latter two sections are loaded by javascript */
#left-navigation {
flex-grow: 0
}
#ca-view {
display: none;
}


/* 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 */
/* Hide nag stuff */
.mw-tos-summary,
#wpSummaryLabel, .mw-tos-summary, #editpage-copywarn, #siteNotice, #p-navigation-label, .wb-item #toc { display:none; }
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#siteNotice,
#p-navigation-label,
.wb-item #toc,
#mw-editform-cancel,
.vector-main-menu-action-lang-alert,
.vector-main-menu-action-opt-out,
.mw-list-item#n-topics,
.cx-uls-relevant-languages-banner,
.ve-ui-mwSaveDialog-summaryLabel
{
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; }

Latest revision as of 09:34, 3 May 2024

/* 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; }
.page-Wikipedia_Hauptseite #p-wikibase-otherprojects { display: none; }

/* Suppress some Wurstfinger-only links ("Tags" etc.) permanently */
.mw-tag-markers a, [for="wpSummary"] a {
   pointer-events: none;
   color: gray;
}

/* Vector 2022: Move right navigation ("edit", watch", "page", "tools") to the left - uglier, but less jumpy as the latter two sections are loaded by javascript */
#left-navigation {
  flex-grow: 0
}
#ca-view {
	display: none;
}


/* Hide nag stuff */
.mw-tos-summary,
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#siteNotice,
#p-navigation-label,
.wb-item #toc,
#mw-editform-cancel,
.vector-main-menu-action-lang-alert,
.vector-main-menu-action-opt-out,
.mw-list-item#n-topics,
.cx-uls-relevant-languages-banner,
.ve-ui-mwSaveDialog-summaryLabel
{
	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; }