Template:Key/styles.css: Difference between revisions

From FHX Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
.keyboard-key {
.keyboard-key {
border: 0.2em solid;  
border: solid 0.2em;  
border-radius: 2px;
border-radius: 2px;
border-color: #DDD #BBB #BBB #DDD;  
border-color: #DDD #BBB #BBB #DDD;  
padding: 0 0.4em;  
padding: 0em 0.4em;  
background: #EEE;  
background: #EEE;  
white-space: nowrap;  
white-space: nowrap;  
font-size: small;  
font-size: small;  
}
}

Revision as of 20:20, 18 June 2024

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