Jump to content

User:Peter Bowman/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.
/* MediaWiki:Gadget-hide-rollback.css */

.mw-special-Recentchanges .mw-rollback-link {
	display: none;
}

.mw-special-Recentchanges .mw-changeslist-line-inner-rollback .mw-changeslist-links > span:not(:first-child)::before {
	content: initial;
}

.mw-special-Watchlist .mw-rollback-link {
	display: none;
}

.mw-special-Watchlist .mw-changeslist-line-inner-rollback .mw-changeslist-links > span:not(:first-child)::before {
	content: initial;
}

/* MediaWiki:Gadget-ukryj-baner-donacji.css */

#centralNotice {
	display: none !important;
}

/* MediaWiki:Gadget-colored-discussion.css */
/*
.ns-talk #bodyContent dl,
.ns-talk #bodyContent dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl dl dl dl dl {
	background: #FFFFE0;
}
 
.ns-talk #bodyContent dl dl,
.ns-talk #bodyContent dl dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl dl dl dl,
.ns-talk #bodyContent dl dl dl dl dl dl dl dl dl dl {
	background: #FFE;
}
 
.ns-talk #bodyContent dd {
	margin: 0;
	padding: 0;
}

.ns-talk #bodyContent dl {
	border-left: 1px solid #F0F080;
	border-top: 1px solid #F0F080;
	margin-left: 1em;
	padding-left: 0.5em;
	padding-top: 0.5em;
}
*/
/* Hide selected items from the personal toolbar */

#pt-sandbox,
#pt-betafeatures {
	display: none;
}

/* MediaWiki:Gadget-purge.css */

#ca-purge {
	white-space: nowrap;
}

#ca-purge > a {
	display: inline-block;
}

#ca-purge > .mw-spinner {
	padding-right: 0.5em;
}

/* Highlight anon edits */
/*.mw-anonuserlink {
	background-color: #FDCC83;
}*/

/* Warn about intermediate edits (sometimes, I revert only the latest) */
.diff-multi {
	font-weight: bold;
	color: red;
	border: 1px solid;
}

/* Monospace font in new inline diff view */
.inline-diff-row {
	font-family: monospace,monospace;
}