Template:Key/styles.css: Difference between revisions

From FHX Wiki
(creation)
 
mNo edit summary
Line 1: Line 1:
.keyboard-key {
.keyboard-key {
border: 1px solid #aaa;
border: 0.2em solid;  
border-radius: 0.2em;
border-radius: 2px;
box-shadow: 0.1em 0.2em 0.2em #ddd;
border-color: #DDD #BBB #BBB #DDD;  
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
padding: 0 0.4em;  
    color: #333;
background: #EEE;
padding: 0.1em 0.3em;
white-space: nowrap;  
font-family: inherit;
font-size: small;  
font-size: 0.85em;
}
}

Revision as of 20:17, 18 June 2024

.keyboard-key {
	border: 0.2em solid; 
	border-radius: 2px;
	border-color: #DDD #BBB #BBB #DDD; 
	padding: 0 0.4em; 
	background: #EEE; 
	white-space: nowrap; 
	font-size: small; 
}