User:Krinkle/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.
.skin-vector #p-personal {
	top: 0; right: 0; /* Stick to the corner instead of slightly away */
	padding-bottom: 10px; padding-left: 10px; /* Don't cut off box-shadow */

}
.skin-vector #p-personal ul {
	background: #fff;
	border-radius: 0 0 0 1em;
	padding: 0.33em 0.75em 5px 10px;
	box-shadow: 0 0 10px #e2e2e2;
}
.skin-vector #p-personal ul::after {
	/* clear float to contain the list and have the border and shadow around the box */
	content: "";
	display: table;
	clear: both;
}

/* Simulate global user preference: wpeditfont=monospace */
.skin-vector #wpTextbox1 {
  font-family: monospace, 'Courier New';
}

/* Declutter personal tools */
#pt-uls,
#pt-sandbox,
#pt-betafeatures {
  display: none;
}

/* When setting the user language to an ltr language (e.g. "en")
   most of the interface on RTL wikis become LTR, except input fields for content language. */
.sitedir-rtl textarea,
.sitedir-rtl input {
  direction: ltr;
}