-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path05.css
104 lines (85 loc) · 1.39 KB
/
05.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/***************************************
Default Styles
***************************************/
html, body {
margin: 0;
padding: 0;
}
body {
font: 62.5% Verdana, Helvetica, Arial, sans-serif;
color: #000;
background: #fff;
}
#container {
font-size: 1.2em;
margin: 10px 2em;
}
h1 {
font-size: 2.5em;
margin-bottom: 0;
}
h2 {
font-size: 1.3em;
margin-bottom: .5em;
}
h3 {
font-size: 1.1em;
margin-bottom: 0;
}
code {
font-size: 1.2em;
}
a {
color: #06581f;
}
/***************************************
Chapter Styles
***************************************/
.chapter {
margin-right: 200px;
}
#f-title {
font-size: 1.5em;
}
#excerpt {
font-style: italic;
}
span.footnote {
font-style: italic;
font-family: "Times New Roman", Times, serif;
display: block;
margin: 1em 0;
}
.chapter span.footnote {
display: inline;
}
.text-reference {
font-weight: bold;
}
#notes {
margin-top: 1em;
border-top: 1px solid #dedede;
}
#notes li {
margin: 1em 0;
}
#footer {
margin-top: 1em;
border-top: 1px solid #dedede;
}
.pulled {
position: absolute;
width: 120px;
top: -20px;
right: -180px;
padding: 20px;
font: italic 1.2em "Times New Roman", Times, serif;
background: #e5e5e5;
border: 1px solid #999;
border-radius: 8px;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
.inhabitants {
border-left: 5px solid #800;
padding-left: 5px;
}