725
edits
(Limit link underlines to article content) |
(Try something halfway?) |
||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Iosevka Toaq Aile'; | ||
font-weight: | font-weight: 400; | ||
src: url('/Special:Redirect/file/ | src: url('/Special:Redirect/file/IosevkaToaqAile-Regular.off') format('woff2'); | ||
font-display: block; | |||
font-display: | |||
} | } | ||
html,body { | |||
font-family: | font-family: "Segoe UI", sans-serif; | ||
} | } | ||
. | .toaq { | ||
/* Iosevka has a tall x-height; it comes out looking larger than other fonts | |||
on the wiki */ | |||
font-size: 0.96em; | |||
} | } | ||
| Line 30: | Line 20: | ||
} | } | ||
.toaq, .derani | .toaq, .derani { | ||
font-family: ' | font-family: 'Iosevka Toaq Aile', system-ui, sans-serif; | ||
} | } | ||
| Line 51: | Line 40: | ||
} | } | ||
.no-decoration, .no-decoration * { | .no-decoration, .no-decoration * { | ||
box-shadow: none !important; | box-shadow: none !important; | ||
| Line 96: | Line 76: | ||
color: rgb(200, 123, 150) !important; | color: rgb(200, 123, 150) !important; | ||
text-decoration-color: rgba(200,123,150,25%); | text-decoration-color: rgba(200,123,150,25%); | ||
} | } | ||
| Line 214: | Line 178: | ||
max-height: 100%; | max-height: 100%; | ||
} | } | ||
.figure { | |||
background: #00000010; | |||
border: 1px solid #00000020; | |||
padding: 4px; | |||
} | |||
@media screen and (min-width: 750px) { | |||
.figure { float: right; } | |||
} | |||
.scope-diagram { | |||
display: inline-block; | |||
border: 1px dashed var(--reoge, red); | |||
margin: 2px; | |||
padding: 4px; | |||
background: white; | |||
} | |||
.scope-diagram b, .scope-diagram i, .scope-diagram small { | |||
font-style: normal; | |||
color: var(--reoge, red); | |||
} | |||
span.twemoji > img { height: 1.3em; } | |||
span.twemoji[title] { box-shadow: none; } | |||
mark { background-color: #00ccff40; padding: 0 1px; } | |||