-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathess.css
More file actions
211 lines (180 loc) · 4.4 KB
/
ess.css
File metadata and controls
211 lines (180 loc) · 4.4 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
.book .book-summary ul.summary li span {
color: white;
opacity: .5;
}
p {
line-height: 1.5em;
text-align: justify;
}
.book .book-body .page-wrapper .page-inner {
max-width: 90%;
}
#header .title {
margin: 0EM;
padding-left: 20px;
padding-bottom: 0em;
color: #3a6b46;
border-radius: 25px 25px 0px 0px;
border-bottom: 0px;
background: #cccccc;
font-size: 36pt;
line-height: 65px;
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header .subtitle em {
font-style: normal;
}
#header .author {
margin: 0;
padding-left: 20px;
padding-bottom: 0em;
color: #cccccc;
background: #3a6b46;
font-size: 18pt;
font-style: normal;
font-weight: normal;
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header .author em {
font-style: normal;
}
#header address {
font-style: normal;
border-radius: 0px 0px 25px 25px;
padding-left: 20px;
color: #cccccc;
background: #3a6b46;
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.book.font-family-0 {
font-family: 'Merriweather', Georgia, serif;
}
.book.font-family-1 {
font-family: 'Merriweather', "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.book-body p.caption {
color: #333333;
background-color: #eeeeee;
padding-left: 20px;
font-size: 12pt;
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.book .book-body .page-wrapper .page-inner section.normal code, .book .book-body .page-wrapper .page-inner section.normal pre {
font-family: 'Hack', 'Source Code Pro', 'Courier New', 'Courier', monospace;
}
h1, h2 {
border-bottom: 2px solid #3a6b46;
}
h1, h2, h3, h4 {
color: #3a6b46;
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
color: #3a6b46;
}
dt {
color: #3a6b46;
}
dd {
margin-bottom: 12px;
margin-left: 20px;
padding-left: 20px;
}
.book-body table {
background: #eeeeee;
border: 0px;
}
.book .book-body .page-wrapper .page-inner section.normal table td, .book .book-body .page-wrapper .page-inner section.normal table th {
color: #333333;
border: 1px;
font-size: 11pt;
height: 15px;
padding: 0px 5px 0px 5px;
cellpadding="0";
cellspacing="0";
text-shadow: none;
}
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table td {
color: #ddd;
}
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table th {
color: #222;
}
.book .book-body .page-wrapper .page-inner section.normal th {
background: #b2c2d2;
font-weight: bold;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote {
quotes: none;
text-shadow: none;
background: #b2c2d2;
padding: 7px 20px 1px 20px;
color: #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-left: 0px;
}
.book .book-body .page-wrapper .page-inner section.normal pre {
background: #eeeeee;
padding: 5px 10px 5px 10px;
margin: 0px 0px 5px 0px;
}
ol {
-webkit-padding-start: 0px;
}
.book .book-summary {
background-color: #3a6b46;
}
.book .book-summary ul.summary li a {
padding: 5px 5px 5px 5px;
color: #ddd;
}
.book .book-summary ul.summary li.active>a {
color: #edb621;
}
.book .book-summary ul.summary li a:hover {
background-color: #aaaaaa;
color: #3a6b46;
}
.book .book-summary .book-search {
color: #fff;
}
.book .book-summary .book-search input,
.book .book-summary .book-search input:focus,
.book .book-summary .book-search input:hover {
color: #edb621;
}
.book .book-header, .book .book-summary {
font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn-success {
color: #ffffff;
background-color: #536878;
border-color: #536878;
border-radius: 6px;
}
.btn {
padding: 9px 14px;
font-size: 19px;
font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.3333333;
border-radius: 6px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
border-radius: 6px;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
color: #ffffff;
background-color: #536878;
border-color: #536878;
border-radius: 6px;
}
.btn-lg, .btn-group-lg>.btn {
padding: 9px 14px;
font-size: 19px;
line-height: 1.3333333;
border-radius: 6px;
}