MediaWiki:Keys.css

Revision as of 16:57, 29 August 2025 by ReinDevildom (talk | contribs) (Created page with "Styles for Template:Keys: .custom-key { display: inline-block; border: 1px solid #5556; border-radius: 2px; box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 0 0 2px #DDD2 inset; min-width: 30px; padding: 0.1em 0.4em; background-color: #FFFFFF; color: #000000; font-size: 80%; text-align: center; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Styles for Template:Keys */
.custom-key {
	display: inline-block;
	border: 1px solid #5556;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 0 0 2px #DDD2 inset;
	min-width: 30px;
	padding: 0.1em 0.4em;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 80%;
	text-align: center;
}