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 2: | Line 2: | ||
.key { | .key { | ||
border: | border: 2px solid #aaa; | ||
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-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); | background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); | ||
| Line 9: | Line 9: | ||
font-family: inherit; | font-family: inherit; | ||
font-size: 0.85em; | font-size: 0.85em; | ||
color: #007bff; | |||
} | } | ||
Revision as of 01:17, 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, #f9f9f9, #eee);
padding: 0.1em 0.3em;
font-family: inherit;
font-size: 0.85em;
color: #007bff;
}