Template:Def/styles.css: Difference between revisions
Template page
More actions
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tags: Reverted Mobile edit Mobile web edit |
||
| Line 11: | Line 11: | ||
gap:0.35em; | gap:0.35em; | ||
cursor:help; | cursor:help; | ||
color:inherit; | |||
} | } | ||
| Line 37: | Line 38: | ||
font-size:0.78em; | font-size:0.78em; | ||
line-height:1; | line-height:1; | ||
border:1px solid | border:1px solid currentColor; | ||
background: | background:transparent; | ||
color: | color:currentColor; | ||
} | } | ||
/* | /* Force definition text to behave like normal prose (even if it becomes <a>) */ | ||
.sv-def-text, | .sv-def-text, | ||
a.sv-def-text, | a.sv-def-text, | ||
.sv-def-text a{ | .sv-def-text a, | ||
color: | .sv-def a{ | ||
border-bottom: | color:inherit !important; | ||
text-decoration:none | border-bottom:none !important; | ||
text-decoration:none !important; | |||
} | } | ||
/* Missing/error states */ | |||
.sv-def--missing, | .sv-def--missing, | ||
.sv-def--error{ | .sv-def--error{ | ||
cursor:not-allowed; | cursor:not-allowed; | ||
opacity:0.90; | opacity:0.90; | ||
} | } | ||