MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Wiki admin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .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); padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em; }") |
Wiki admin (talk | contribs) No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .key { | ||
border: | border: 2px solid #99ff33; | ||
border-radius: 0. | border-radius: 0.3em; | ||
box-shadow: 0.1em 0.2em 0.2em #ddd; | box-shadow: 0.1em 0.2em 0.2em #ddd; | ||
background- | background-color: #000000; | ||
padding: 0. | padding: 0.15em 0.35em; | ||
font-family: inherit; | font-family: inherit; | ||
font-size: | font-size: 1em; | ||
color: #ffffff; | |||
} | } |
Latest revision as of 01:31, 30 November 2023
/* CSS placed here will be applied to all skins */ .key { border: 2px solid #99ff33; border-radius: 0.3em; box-shadow: 0.1em 0.2em 0.2em #ddd; background-color: #000000; padding: 0.15em 0.35em; font-family: inherit; font-size: 1em; color: #ffffff; }