Template:Key/styles.css: Difference between revisions

From FHX Wiki
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
.keyboard-key {
.template_key {
border: 0.2em solid;  
border: 1px solid #aaa;
border-radius: 2px;
border-radius: 0.2em;
border-color: #DDD #BBB #BBB #DDD;  
box-shadow: 0.1em 0.2em 0.2em #ddd;
padding: 0 0.4em;  
background: #EEE;
background: #EEE;
    color: #333;
white-space: nowrap;  
padding: 0.1em 0.3em;
font-size: small;  
font-family: inherit;
font-size: 0.85em;
}
}

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