Template:Controls/styles.css: Difference between revisions

Template page
(Created page with ".keyboard_button { background-color: #eee; border-top: 0.2em solid #ccc; border-right: 0.3em solid #aaa; border-bottom: 0.35em solid #888; border-left: 0.25em solid #bbb; padding: 0 0.4em 0.1em 0.3em; white-space: nowrap; line-height: 2.25em !important; }")
 
(Improved contrast of key text in dark skins)
Line 8: Line 8:
white-space: nowrap;
white-space: nowrap;
line-height: 2.25em !important;
line-height: 2.25em !important;
}
body.skin-darkvector, body.skin-citizen {
color: black;
}
}

Revision as of 23:25, 11 November 2023

.keyboard_button {
	background-color: #eee;
	border-top: 0.2em solid #ccc;
	border-right: 0.3em solid #aaa;
	border-bottom: 0.35em solid #888;
	border-left: 0.25em solid #bbb;
	padding: 0 0.4em 0.1em 0.3em;
	white-space: nowrap;
	line-height: 2.25em !important;
}

body.skin-darkvector, body.skin-citizen {
	color: black;
}