-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathstyles.css
83 lines (70 loc) · 1.41 KB
/
styles.css
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
body {
background:black;
}
.idyll-text-container {
/* background: white; */
padding: 20px;
}
.idyll-root {
padding-top: 0;
}
@media (max-width: 1000px) {
.idyll-root {
width: 100vw;
margin: 0 auto;
max-width: none;
padding-bottom: 80vh;
}
}
@media (max-width: 800px) {
h1 {
font-size: 48px;
line-height: 52px;
}
}
.idyll-scroll-step {
background: rgba(255, 255, 255, 0.98);
padding: 0 30px 30px 30px;
border: solid 1px black;
pointer-events: all;
}
.idyll-scroll-step.header {
background: none;
padding: 0;
border: none;
}
.fixed {
width: 100%;
right: 0;
bottom: 0;
}
.article-header {
color: white;
font-family: 'Helvetica' sans-serif;
}
.article-header a {
color: white;
text-decoration: underline;
text-decoration-color: #090C9B;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.article-header .byline {
color: white;
font-family: 'Helvetica' sans-serif;
margin-top: 1em;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.idyll-dynamic {
cursor: ew-resize;
text-decoration: underline;
font-family: 'Courier New', Courier, monospace;
}
.idyll-text-container {
pointer-events: none;
}
li p {
margin-top: 0;
}
.fixed {
background: black;
}