-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
executable file
·296 lines (255 loc) · 5.35 KB
/
style.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
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
@import url('https://fonts.googleapis.com/css?family=Lato:700');
a[href*="https://www.microbiome-bioinfo.com/"] {
background:url(https://www.microbiome-bioinfo.com/wp-content/uploads/2020/02/MBDIicon.png) no-repeat left center;
padding-left:19px;
}
.book .book-body .page-wrapper .page-inner section.normal h1 {
font-size: 3.4em;
}
.book .book-body .page-wrapper .page-inner section.normal h2 th{
font-size: 2.2em;
}
.book .book-body .page-wrapper .page-inner section.normal table {
overflow: scroll;
}
.book .book-body .page-wrapper .page-inner section.normal table th {
white-space:nowrap;
width:237px;
vertical-align:top;
}
.book .book-body .page-wrapper .page-inner section.normal table td {
font-size: 1em;
padding: 6px 6px 6px 6px;
min-width: 40px;
}
#useroptions table th, td {
font-size: 1em;
padding: 6px 6px 6px 6px;
min-width: 40px;
word-break: break-all;
}
#welcome h3, #license h3, #citation h3 {
font-size: 2em;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote {
border-left: 4px solid #add8e6;;
}
.book .book-body img {
width: 100%;
margin: auto;
text-align: center;
}
h1, h2, .book-summary {
font-family: 'Lato', sans-serif;
/*color: #277DB0;*/
color: #0473aa;
}
.book .book-body .page-wrapper .page-inner section.normal h1 {
font-size: 2em;
background: #D9EDF7;
background-image: linear-gradient(90deg, #eaee44, #33d0ff);
color: black;
padding: 10px;
font-size: 36px;
}
#status h1 {
color: red;
background-image: linear-gradient(90deg,#ffffff,#ffffff);
}
#status h2 {
color: green;
background: #00ff00;
background-image: linear-gradient(90deg,#ffffff,#ffffff);
font-size: 40px;
}
#coverpage h1 {
font-size: 2em;
background: #D9EDF7;
background-image: linear-gradient(90deg, #ffffff, #ffffff);
color: black;
padding: 10px;
}
.book .book-body .page-wrapper .page-inner section.normal h2 {
font-size: 2em;
background: #D9EDF7;
/* background-image: linear-gradient(90deg, #eaee44, #33d0ff);*/
color: black;
padding-left: 10px;
}
#status img {
text-wrap: normal;
float: left;
padding-right: 10px;
}
h3 .book-summary {
font-family: 'Lato', sans-serif;
color: #4daad8;
padding-left: 10px;
}
h4, h5, h6, .book-summary {
font-family: 'Lato', sans-serif;
color: #000000;
padding-left: 10px;
}
/*ul h4, h5, h6 {
list-style: none;
list-style-type: none;
}*/
.book .book-body .page-wrapper .page-inner section.normal hr {
height: 4px;
padding: 0;
margin: 1.7em 0;
overflow: hidden;
background-color: #000000;
border: none;
padding-top: -40px;
}
#R img, #rstudio img, #saveobjects img, #loadobjects img {
display: block;
margin-left: auto;
margin-right: auto;
float: right;
float: left;
padding-right: 10px;
}
#license img {
width: 20%;
}
#footerbanner, #coverimg img {
width: 100%;
}
#titlepage h2 {
font-size: 2em;
color: #716c6c;
}
#header .author em {
font-size: 1.5em;
font-style: normal;
}
#header, #titlepage h1, .titlepage {
font-weight: bold;
text-align: center;
}
#header .title, #titlepage h1 em{
font-size: 3em;
}
#header .subtitle, #titlepage .titlepage h2 em {
font-style: normal;
font-size: 1em;
}
#titlepage .titlepage h3 em {
font-size: 1.5em;
}
#header .date em {
font-size: 1em;
font-style: normal;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.tmbcomment, .tmbalert, .tmbinfo, .tmbqns, .tmbcheck1, .tmbcheck2, .tmbshare, .tmbarrowF, .tmb2arrowsF {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5;
position:relative;
}
.tmbcomment:before {
content: "\f14d";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbalert:before {
content: "\f06a";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbinfo:before {
content: "\f05a";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbinfo2:before {
content: "\10f129";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbarrowF:before {
content: "\f0a9";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmb2arrowsF:before {
content: "\f101";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbshare:before {
content: "\f064";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 35px;
}
.tmbqns:before {
content: "\f059";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbcheck1:before {
content: "\f14a";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.tmbcheck2:before {
content: "\f058";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
div.sourceCode {
position: relative;
}
.copy-to-clipboard-button {
position: absolute;
right: 0;
top: 0;
visibility: hidden;
}
.copy-to-clipboard-button:focus {
outline: 0;
}
div.sourceCode:hover > .copy-to-clipboard-button {
visibility: visible;
}
.leaflet-contaioner {
background: red;
}
/* Large rounded green border */