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; }")
 
m (Gelthor moved page Template:Controls/style.css to Template:Controls/styles.css without leaving a redirect: Misspelled title)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
white-space: nowrap;
white-space: nowrap;
line-height: 2.25em !important;
line-height: 2.25em !important;
}
body.skin-darkvector .keyboard_button,
body.skin-citizen .keyboard_button {
color: black;
}
}

Latest revision as of 17:53, 12 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 .keyboard_button, 
body.skin-citizen .keyboard_button {
	color: black;
}