Template:Key/styles.css: Difference between revisions

From FHX Wiki
(creation)
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.keyboard-key {
.template_key {
border: 1px solid #aaa;
border: 1px solid #aaa;
border-radius: 0.2em;
border-radius: 0.2em;
box-shadow: 0.1em 0.2em 0.2em #ddd;
box-shadow: 0.1em 0.2em 0.2em #ddd;
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
background: #EEE;
     color: #333;
     color: #333;
padding: 0.1em 0.3em;
padding: 0.1em 0.3em;

Latest revision as of 20:33, 18 June 2024

.template_key {
	border: 1px solid #aaa;
	border-radius: 0.2em;
	box-shadow: 0.1em 0.2em 0.2em #ddd;
	background: #EEE;
    color: #333;
	padding: 0.1em 0.3em;
	font-family: inherit;
	font-size: 0.85em;
}