Difference between revisions of "Template:Key/styles.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) (Ostentatio created the page Template:Key/styles.css using a non-default content model "Sanitized CSS") |
Ostentatio (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | /* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */ | ||
| + | .key { | ||
| + | border: 1px solid #aaa; | ||
| + | border-radius: 2px; | ||
| + | box-shadow: 1px 2px 2px #ddd; | ||
| + | background-color: #f9f9f9; | ||
| + | background-image: linear-gradient(to top, #eee, #f9f9f9, #eee); | ||
| + | padding: 1px 3px; | ||
| + | font-family: inherit; | ||
| + | font-size: 0.85em; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Overrides for specific skins */ | ||
| + | |||
| + | /* body.skin-timelesswurm .key { } */ | ||
Latest revision as of 19:32, 22 April 2021
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */
.key {
border: 1px solid #aaa;
border-radius: 2px;
box-shadow: 1px 2px 2px #ddd;
background-color: #f9f9f9;
background-image: linear-gradient(to top, #eee, #f9f9f9, #eee);
padding: 1px 3px;
font-family: inherit;
font-size: 0.85em;
}
/* Overrides for specific skins */
/* body.skin-timelesswurm .key { } */