-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathepub.css
More file actions
51 lines (46 loc) · 2.21 KB
/
Copy pathepub.css
File metadata and controls
51 lines (46 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* EPUB-only styles. The site's editorial.scss is not loaded here, so images
default to left-aligned; center all illustrations and their captions. */
img, svg {
display: block;
margin: 1em auto;
max-width: 100%;
height: auto;
}
figure {
margin: 1.2em auto;
text-align: center;
}
figcaption {
text-align: center;
font-style: italic;
font-size: 0.9em;
margin-top: 0.4em;
}
/* video poster fallbacks (see render pipeline) */
figure.fp-video img { margin: 0 auto; }
figure.fp-video figcaption { font-style: normal; }
/* Exhibit static fallbacks. exhibits.css is HTML-only, so the injected fallback
is otherwise unstyled in EPUB — labels run together and pre blocks get the
reader's default grey box. Mirror a curated subset with literal colors so the
fallback lays out like the online widget. */
.fp-exhibit { font-size: 0.92rem; margin: 1.4em 0; }
.fp-exhibit .fp-cols { margin: 0.8em 0; }
.fp-exhibit .fp-panel { border: 1px solid #d8dce1; border-radius: 5px; margin: 0.8em 0; overflow: hidden; }
.fp-exhibit .fp-head { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
color: #5a6270; padding: 0.45em 0.7em; border-bottom: 1px solid #d8dce1; }
.fp-exhibit .fp-head code, .fp-exhibit .fp-note code { text-transform: none; }
.fp-exhibit .fp-body { padding: 0.55em 0.75em; }
.fp-exhibit .fp-note { display: block; font-size: 0.84rem; color: #5a6270; margin: 0.5em 0; }
.fp-exhibit .fp-controls { margin: 0.7em 0; }
.fp-exhibit pre.fp-out { font-family: monospace; font-size: 0.82rem; line-height: 1.6; margin: 0;
padding: 0.55em 0.75em; background: transparent; border: 0; white-space: pre-wrap; }
.fp-exhibit .fp-tok-name { color: #005a9c; }
.fp-exhibit .fp-tok-lit { color: #2e7d4f; }
.fp-exhibit .fp-tok-var { font-style: italic; }
.fp-exhibit .fp-tok-kw { color: #5a6270; }
.fp-exhibit .fp-rendered { padding: 0.7em 0.9em; }
.fp-exhibit .fp-rendered .fp-card { margin: 0 0 0.7em; }
.fp-exhibit .fp-rendered h3 { font-size: 1rem; margin: 0 0 0.15em; }
.fp-exhibit table.fp-res { border-collapse: collapse; font-family: monospace; font-size: 0.82rem; }
.fp-exhibit table.fp-res th, .fp-exhibit table.fp-res td { padding: 0.2em 1em 0.2em 0;
border-bottom: 1px solid #d8dce1; text-align: left; }