User:MZMcBride/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.
/* Hide UniversalLanguageSelector, SandboxLink, BetaFeatures personal tools */
#pt-sandbox,
#pt-betafeatures,
#p-search-label,
#siteSub {
	display: none !important;
}

/* Remove the background image (hint: it's a book) */
.skin-monobook,
div#globalWrapper {
	background-image: none;
}

/* Kill rollback links */
.mw-rollback-link {
	display: none;
}

/* Expose IP info on Special:Version */
.mw-special-Version span {
	display: block !important;
}

/* Make the "Save changes" button noticeable */
#wpSave {
	background: #339977;
	color: #ffffff;
	border-top: outset 2px #55aa77;
	border-left: outset 2px #55aa77;
	border-bottom: outset 2px #117755;
	border-right: outset 2px #117755;
}

/* Move the "last modified" text to the top of the page */
#lastmod {
	position: absolute;
	left: 13.6em;
	float: left;
	top: 1px;
	display: inline !important;
	z-index: 5;
	margin: 0;
}

#lastmod a,
#lastmod a:hover {
	color: #000 !important;
}

#footer {
	position: static !important;
}

/* Fix HTML search and submit inputs */
input[type=search] {
	-webkit-appearance: none;
}

/* Most of the personal tools code is in /global.js */
li#pt-newmessages a,
li#pt-newmessages {
	font-weight: normal !important;
}

/* Undo the gray colors from https://meta.wikimedia.org/wiki/User:ESanders_(WMF)/commentlinks.js */
.ext-discussiontools-init-timestamplink {
	color: inherit !important;
}