Template:Key/styles.css: Difference between revisions

From FHX Wiki
mNo edit summary
mNo edit summary
Tag: Manual revert
Line 1: Line 1:
.template_key {
.keyboard-key {
border: solid 0.2em;  
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: 0em 0.4em;  
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
background: #EEE;
    color: #333;
white-space: nowrap;  
padding: 0.1em 0.3em;
font-size: small;  
font-family: inherit;
font-size: 0.85em;
}
}

Revision as of 20:22, 18 June 2024

.keyboard-key {
	border: 1px solid #aaa;
	border-radius: 0.2em;
	box-shadow: 0.1em 0.2em 0.2em #ddd;
	background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
    color: #333;
	padding: 0.1em 0.3em;
	font-family: inherit;
	font-size: 0.85em;
}