MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Wiki admin (talk | contribs) No edit summary |
Wiki admin (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
box-shadow: 0.1em 0.2em 0.2em #ddd; | box-shadow: 0.1em 0.2em 0.2em #ddd; | ||
background-image: linear-gradient(to bottom, #eee, # | background-image: linear-gradient(to bottom, #eee, #99ff33, #eee); | ||
padding: 0.15em 0.35em; | padding: 0.15em 0.35em; | ||
font-family: inherit; | font-family: inherit; | ||
Revision as of 01:20, 30 November 2023
/* CSS placed here will be applied to all skins */
.key {
border: 2px solid #aaa;
border-radius: 0.3em;
box-shadow: 0.1em 0.2em 0.2em #ddd;
background-image: linear-gradient(to bottom, #eee, #99ff33, #eee);
padding: 0.15em 0.35em;
font-family: inherit;
font-size: 1em;
font-weight: bold;
color: #000000;
}