Jump to content

User:魔琴/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Hide sensitive data in Growth Homepage */
.growthexperiments-homepage-module-impact,
.growthexperiments-homepage-module-startemail, 
.growthexperiments-homepage-desktop #firstHeading {
	display: none;
}

/* Hide Content Translation advertisement */
.cx-callout,
.cx-new-interlanguage-link,
.cx-uls-relevant-languages-banner {
    display: none !important;
}

body .ext-discussiontools-init-timestamplink,
body .ext-discussiontools-init-timestamplink:visited,
body .ext-discussiontools-init-timestamplink:active {
	color: #000;
}


/* Quick edit tools */
.action-view .mw-parser-output .Wikiplus-Edit-EveryWhereBtn,
.action-view .mw-parser-output .in-page-edit-article-link {
	color: inherit;
}
:not(#asdffdsa114514) .mw-editsection .in-page-edit-article-link {
	color: #0645ad;
}
.action-view .mw-parser-output .mw-editsection .in-page-edit-article-link::after {
	color: #0645ad;
}
#ipe-edit-toolbox {
	right: 64px;
	bottom: 64px
}
.action-view h1 .mw-editsection .in-page-edit-article-link-group a::after,
.action-view .mw-parser-output .mw-editsection .in-page-edit-article-link-group a::after {
	content: 'IPE';
}
.action-view .mw-parser-output .mw-editsection .in-page-edit-article-link-group::after {
	content: '';
}
.skin-minerva .action-view .mw-parser-output .mw-editsection .in-page-edit-article-link-group::after {
	content: 'IPE';
	font-size: small;
}

.Wikiplus-Edit-SectionBtn::before{
	content: 'Wikiplus';
}
.skin-minerva .Wikiplus-Edit-SectionBtn::before{
	content: 'W+';
}
.Wikiplus-Edit-SectionBtn {
	width: 4.4em;
	display: inline-block;
	overflow-x: clip;
	font-family: consolas;
}
.action-view .mw-parser-output .in-page-edit-article-link {
	/*width: 2em;*/
	display: inline-block;
	overflow-x: clip;
	white-space: nowrap;
}
.action-view .mw-parser-output .mw-editsection .in-page-edit-article-link {
	width: fit-content;
	display: inherit;
}
.skin-minerva.action-view .mw-parser-output .in-page-edit-article-link-group::before {
	content: '';
}
.action-view .mw-parser-output .in-page-edit-article-link-group::after {
	content: 'IPE]';
}

.skin-vector-legacy #Wikiplus-Edit-TopBtn > span::before {
	content: 'W+';
	background-position: right bottom;
	color: #0645ad;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 3.07692308em;
	position: relative;
	padding-top: 1.25em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8125em;
	cursor: pointer;
}
.skin-vector-legacy #Wikiplus-Edit-TopBtn a::before {
  content: ' ';
}
.skin-vector-legacy #Wikiplus-Edit-TopBtn > span > a {
	width: 1px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

#Wikiplus-Edit-TopBtn>a::after {
	content: 'W+';
}
.ipe-special-notice {
	display: none;
}
div#ssi-notify0.in-page-edit {
	display: none;
}
.mw-notification.mw-notification-autohide.mw-notification-type-success.mw-notification-visible:has(>div>p>a#settings[href="#"]) {
	display: none;
}