-
Notifications
You must be signed in to change notification settings - Fork 3
/
main.css
51 lines (44 loc) · 1.03 KB
/
main.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
.head-space { margin-top: 20px; }
p.paragraph {
font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
line-height: 1.8em;
font-weight: normal;
font-style: normal;
font-size: 20px;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 30px 60px;
}
#target p.paragraph,
.alert-paragraph-box {
border: 16px solid #f5f5f5;
}
p.paragraph span:hover {
cursor: pointer;
color: steelblue;
}
.annotation-text {
font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
line-height: 1.8em;
font-weight: normal;
font-style: normal;
font-size: 1.4em;
}
.annotation-type {
text-transform: uppercase;
font-size: 1.4em;
margin: 0px;
letter-spacing: 4px;
}
#credits {
position: fixed;
bottom: 6px;
left: 20px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}