Template:Def/styles.css: Difference between revisions
Template page
More actions
Created page with "→Template:def/styles.css Namespace: sv-def only: .sv-def { display: inline-block; vertical-align: baseline; white-space: nowrap; cursor: help; } .sv-def-icon { display: inline-block; width: 1.05em; height: 1.05em; line-height: 1.05em; text-align: center; border-radius: 999px; font-size: 0.75em; font-weight: 700; margin-right: 0.35em; background: rgba(0,0,0,0.12); color: inherit; } .sv-def-text { color: #0b63c5; border-bottom: 1..." |
No edit summary |
||
| Line 8: | Line 8: | ||
white-space: nowrap; | white-space: nowrap; | ||
cursor: help; | cursor: help; | ||
/* subtle pill */ | |||
padding: 0.08em 0.35em; | |||
border-radius: 999px; | |||
background: rgba(0,0,0,0.06); | |||
border: 1px solid rgba(0,0,0,0.10); | |||
} | } | ||
| Line 20: | Line 26: | ||
font-weight: 700; | font-weight: 700; | ||
margin-right: 0.35em; | margin-right: 0.35em; | ||
background: rgba(0,0,0,0. | background: rgba(0,0,0,0.10); | ||
color: inherit; | color: inherit; | ||
} | } | ||
| Line 28: | Line 34: | ||
border-bottom: 1px dotted currentColor; | border-bottom: 1px dotted currentColor; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
.sv-def:hover { | |||
background: rgba(0,0,0,0.09); | |||
border-color: rgba(0,0,0,0.16); | |||
} | } | ||