User:MisterSynergy/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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* light blue background for links to redirects */
.mw-redirect {
	background-color: #bbdefb;
}

/* suppress site notices and watchlist messages */
#siteNotice, #watchlist-message, .watchlist-message { 
	display: none; 
}

.mw-changeslist-legend {
	display: none; 
}

/* personal links in main menu */
.pt-mistersynergy {
	padding: 0.4em !important;
	line-height: 1.44em !important;
	font-size: 0.875rem;
}

.pt-mistersynergy a {
	display: inline !important;
	padding: 0 !important;
}

/* the following two changes are useful for the Wdsearch.js script */
.searchresults {
	float: left;
	width: 53%;
	min-width: 36em;
}

#wdsearch_container {
	float: left;
	width: 42%;
	min-width: 36em;
	margin-left: 10px;
}

/* in watchlists, diffs, etc. make links blue, instead of the default grey; see https://de.wikipedia.org/w/index.php?diff=183395182 and related topic */
.skin-vector .autocomment a, .skin-vector .autocomment a:visited {
	color: #0645AD;
}

/* testing display of bulk text */
/*.skin-vector .mw-parser-output {
	line-height: 1.8em;
	padding-left: 8rem;
	padding-right: 8rem;
}*/

/* disable rollback links on watchlists in mobile interface */
.skin-minerva .mw-changeslist .mw-rollback-link {
	display: none;
}

/* add vertical spacing to sections in DiscussionTools topics */
.mw-parser-output > .ext-discussiontools-init-section:not(:nth-of-type(1)) {
 	margin-top: 4em;
}

/* Obfuscate username in UI menu */
#pt-userpage-2 a span {
  display: none;
}
#pt-userpage-2 a:after {
  content: 'msyn';
}