Template:Key/styles.css: Difference between revisions

From FHX Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
.keyboard-key {
.template_key {
border: solid 0.2em;  
border: solid 0.2em;  
border-radius: 2px;
border-radius: 2px;

Revision as of 20:21, 18 June 2024

.template_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; 
}