Template:Key press/styles.css: Difference between revisions

From Ymirheim Wiki
(Created page with ".keyboard-key { border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.2em 0.2em #ddd; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #333; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em; }")
 
m (Protected "Template:Key press/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 

Latest revision as of 18:48, 8 July 2024

.keyboard-key {
	border: 1px solid #aaa;
	border-radius: 0.2em;
	box-shadow: 0.1em 0.2em 0.2em #ddd;
	background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
    color: #333;
	padding: 0.1em 0.3em;
	font-family: inherit;
	font-size: 0.85em;
}