jekyll-theme-prettydocs 0.0.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE.txt +0 -0
- data/README.md +59 -178
- data/_includes/footer.html +6 -6
- data/_includes/home.html +122 -0
- data/_includes/promo-block.html +29 -86
- data/_layouts/home.html +36 -53
- data/_layouts/page.html +51 -5
- data/assets/.DS_Store +0 -0
- data/assets/css/.DS_Store +0 -0
- data/assets/css/styles.css +1373 -1267
- data/assets/images/.DS_Store +0 -0
- data/assets/images/demo/.DS_Store +0 -0
- data/assets/images/demo/fontawesome-icons.png +0 -0
- data/assets/images/demo/instance-promo.jpg +0 -0
- data/assets/images/demo/theme-atom.png +0 -0
- data/assets/images/demo/theme-decibel.png +0 -0
- data/assets/images/demo/theme-delta.png +0 -0
- data/assets/images/demo/theme-devstudio.png +0 -0
- data/assets/images/demo/theme-instance.png +0 -0
- data/assets/images/demo/theme-onboard.png +0 -0
- data/assets/images/demo/theme-orbit.png +0 -0
- data/assets/images/demo/theme-pillar.png +0 -0
- data/assets/images/demo/theme-sphere.png +0 -0
- data/assets/images/demo/theme-startupkit.png +0 -0
- data/assets/images/demo/theme-tempo.png +0 -0
- data/assets/images/demo/theme-trades.png +0 -0
- data/assets/images/empty.gif +0 -0
- data/assets/images/untitled folder/.DS_Store +0 -0
- data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
- data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
- data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
- data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
- data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
- data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
- data/assets/js/.DS_Store +0 -0
- data/assets/js/main.js +42 -46
- data/assets/plugins/.DS_Store +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
- data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
- data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
- data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
- data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
- data/assets/plugins/jquery-3.3.1.min.js +2 -0
- data/assets/plugins/lightbox/Gruntfile.js +84 -83
- data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
- data/assets/plugins/lightbox/LICENSE +21 -0
- data/assets/plugins/lightbox/README.md +15 -10
- data/assets/plugins/lightbox/bower.json +29 -38
- data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
- data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
- data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
- data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
- data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
- data/assets/plugins/lightbox/examples/bs3.html +596 -0
- data/assets/plugins/lightbox/index.html +659 -0
- data/assets/plugins/lightbox/package.json +57 -46
- data/assets/plugins/lightbox/webpack.config.js +89 -0
- data/assets/plugins/lightbox/yarn.lock +6683 -0
- data/assets/plugins/prism/min/prism-min.js +0 -0
- data/assets/plugins/stickyfill/.editorconfig +9 -0
- data/assets/plugins/stickyfill/.gitignore +1 -0
- data/assets/plugins/stickyfill/Gruntfile.js +106 -0
- data/assets/plugins/stickyfill/LICENSE +21 -0
- data/assets/plugins/stickyfill/README.md +229 -0
- data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
- data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
- data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
- data/assets/plugins/stickyfill/package-lock.json +2109 -0
- data/assets/plugins/stickyfill/package.json +32 -0
- data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
- data/assets/plugins/stickyfill/test/index.html +941 -0
- data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
- data/assets/plugins/stickyfill/types/index.d.ts +17 -0
- data/assets/plugins/stickyfill/yarn.lock +1475 -0
- data/assets/scss/.DS_Store +0 -0
- data/assets/{less/base.less → scss/_base.scss} +283 -307
- data/assets/{less/doc.less → scss/_doc.scss} +747 -747
- data/assets/{less/landing.less → scss/_landing.scss} +231 -244
- data/assets/scss/_mixins.scss +175 -0
- data/assets/scss/config.codekit3 +2243 -0
- data/assets/scss/styles.scss +45 -0
- metadata +76 -96
- data/_includes/blue-doc-wrapper.html +0 -293
- data/_includes/blue-header.html +0 -17
- data/_includes/card-charts.html +0 -10
- data/_includes/card-components.html +0 -10
- data/_includes/card-faqs.html +0 -10
- data/_includes/card-license.html +0 -10
- data/_includes/card-quick.html +0 -10
- data/_includes/card-showcase.html +0 -10
- data/_includes/cards-section.html +0 -47
- data/_includes/doc-wrapper.html +0 -170
- data/_includes/fb-root.html +0 -9
- data/_includes/green-doc-wrapper.html +0 -484
- data/_includes/green-header.html +0 -17
- data/_includes/header-home.html +0 -21
- data/_includes/header.html +0 -70
- data/_includes/icon-github.html +0 -1
- data/_includes/landing-header.html +0 -22
- data/_includes/orange-doc-wrapper.html +0 -65
- data/_includes/orange-header.html +0 -17
- data/_includes/pink-doc-wrapper.html +0 -281
- data/_includes/pink-header.html +0 -17
- data/_includes/purple-doc-wrapper.html +0 -138
- data/_includes/purple-header.html +0 -17
- data/_layouts/blue.html +0 -53
- data/_layouts/default.html +0 -53
- data/_layouts/green.html +0 -53
- data/_layouts/orange.html +0 -53
- data/_layouts/pink.html +0 -53
- data/_layouts/post.html +0 -5
- data/_layouts/purple.html +0 -53
- data/assets/images/demo/a-complete-example-of-page.png +0 -0
- data/assets/less/mixins.less +0 -185
- data/assets/less/styles.less +0 -13
- data/assets/less/theme-default.less +0 -115
- data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
- data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/plugins/bootstrap/js/npm.js +0 -13
- data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
- data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
- data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
- data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/plugins/font-awesome/less/animated.less +0 -34
- data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
- data/assets/plugins/font-awesome/less/core.less +0 -12
- data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
- data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
- data/assets/plugins/font-awesome/less/icons.less +0 -733
- data/assets/plugins/font-awesome/less/larger.less +0 -13
- data/assets/plugins/font-awesome/less/list.less +0 -19
- data/assets/plugins/font-awesome/less/mixins.less +0 -60
- data/assets/plugins/font-awesome/less/path.less +0 -15
- data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
- data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
- data/assets/plugins/font-awesome/less/stacked.less +0 -20
- data/assets/plugins/font-awesome/less/variables.less +0 -744
- data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
- data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
- data/assets/plugins/font-awesome/scss/_core.scss +0 -12
- data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
- data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
- data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
- data/assets/plugins/font-awesome/scss/_list.scss +0 -19
- data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
- data/assets/plugins/font-awesome/scss/_path.scss +0 -15
- data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
- data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
- data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
- data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
- data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
- data/assets/plugins/jquery-1.12.3.min.js +0 -5
- data/assets/plugins/lightbox/LICENSE.txt +0 -339
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
- data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
- data/assets/plugins/lightbox/examples/index.html +0 -559
- data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
- data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
- data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
@@ -1,747 +1,747 @@
|
|
1
|
-
/* ======= Doc Styling ======= */
|
2
|
-
.doc-wrapper {
|
3
|
-
padding: 45px 0;
|
4
|
-
background:
|
5
|
-
}
|
6
|
-
|
7
|
-
.doc-body {
|
8
|
-
position: relative;
|
9
|
-
}
|
10
|
-
|
11
|
-
.doc-header {
|
12
|
-
margin-bottom: 30px;
|
13
|
-
.doc-title {
|
14
|
-
color:
|
15
|
-
margin-top: 0;
|
16
|
-
font-size: 36px;
|
17
|
-
.body-green & {
|
18
|
-
color:
|
19
|
-
}
|
20
|
-
.body-blue & {
|
21
|
-
color:
|
22
|
-
}
|
23
|
-
.body-orange & {
|
24
|
-
color:
|
25
|
-
}
|
26
|
-
.body-red & {
|
27
|
-
color:
|
28
|
-
}
|
29
|
-
.body-pink & {
|
30
|
-
color:
|
31
|
-
}
|
32
|
-
.body-purple & {
|
33
|
-
color:
|
34
|
-
}
|
35
|
-
}
|
36
|
-
.icon {
|
37
|
-
font-size: 30px;
|
38
|
-
}
|
39
|
-
.meta {
|
40
|
-
color:
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
.doc-content {
|
45
|
-
margin-left: 230px;
|
46
|
-
}
|
47
|
-
|
48
|
-
|
49
|
-
.doc-section {
|
50
|
-
padding-top: 15px;
|
51
|
-
padding-bottom: 15px;
|
52
|
-
.section-title {
|
53
|
-
font-size: 26px;
|
54
|
-
margin-top: 0;
|
55
|
-
margin-bottom: 0;
|
56
|
-
font-weight: bold;
|
57
|
-
padding-bottom: 10px;
|
58
|
-
border-bottom: 1px solid darken(
|
59
|
-
}
|
60
|
-
|
61
|
-
h1 {
|
62
|
-
font-size: 24px;
|
63
|
-
font-weight: bold;
|
64
|
-
}
|
65
|
-
h2 {
|
66
|
-
font-size: 22px;
|
67
|
-
font-weight: bold;
|
68
|
-
}
|
69
|
-
h3 {
|
70
|
-
font-size: 20px;
|
71
|
-
font-weight: bold;
|
72
|
-
}
|
73
|
-
h4 {
|
74
|
-
font-size: 18px;
|
75
|
-
font-weight: bold;
|
76
|
-
}
|
77
|
-
h5 {
|
78
|
-
font-size: 16px;
|
79
|
-
font-weight: bold;
|
80
|
-
}
|
81
|
-
h6 {
|
82
|
-
font-size: 14px;
|
83
|
-
font-weight: bold;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
.section-block {
|
88
|
-
padding-top: 15px;
|
89
|
-
padding-bottom: 15px;
|
90
|
-
.block-title {
|
91
|
-
margin-top: 0;
|
92
|
-
}
|
93
|
-
.list {
|
94
|
-
&>li {
|
95
|
-
margin-bottom: 10px;
|
96
|
-
}
|
97
|
-
ul {
|
98
|
-
&> li {
|
99
|
-
margin-top:5px;
|
100
|
-
}
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
}
|
105
|
-
|
106
|
-
.question {
|
107
|
-
|
108
|
-
font-weight: 400 !important;
|
109
|
-
color: darken(
|
110
|
-
.body-green {
|
111
|
-
color: darken(
|
112
|
-
}
|
113
|
-
.body-blue & {
|
114
|
-
color: darken(
|
115
|
-
}
|
116
|
-
.body-orange &{
|
117
|
-
color: darken(
|
118
|
-
}
|
119
|
-
.body-pink &{
|
120
|
-
color: darken(
|
121
|
-
}
|
122
|
-
.body-purple &{
|
123
|
-
color: darken(
|
124
|
-
}
|
125
|
-
.fa {
|
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
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
border-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
}
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
}
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
}
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
}
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
}
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
}
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
}
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
}
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
.
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
.
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
}
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
1
|
+
/* ======= Doc Styling ======= */
|
2
|
+
.doc-wrapper {
|
3
|
+
padding: 45px 0;
|
4
|
+
background: $smoky-grey;
|
5
|
+
}
|
6
|
+
|
7
|
+
.doc-body {
|
8
|
+
position: relative;
|
9
|
+
}
|
10
|
+
|
11
|
+
.doc-header {
|
12
|
+
margin-bottom: 30px;
|
13
|
+
.doc-title {
|
14
|
+
color: $color-primary;
|
15
|
+
margin-top: 0;
|
16
|
+
font-size: 36px;
|
17
|
+
.body-green & {
|
18
|
+
color: $color-green;
|
19
|
+
}
|
20
|
+
.body-blue & {
|
21
|
+
color: $color-blue;
|
22
|
+
}
|
23
|
+
.body-orange & {
|
24
|
+
color: $color-orange;
|
25
|
+
}
|
26
|
+
.body-red & {
|
27
|
+
color: $color-red;
|
28
|
+
}
|
29
|
+
.body-pink & {
|
30
|
+
color: $color-pink;
|
31
|
+
}
|
32
|
+
.body-purple & {
|
33
|
+
color: $color-purple;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
.icon {
|
37
|
+
font-size: 30px;
|
38
|
+
}
|
39
|
+
.meta {
|
40
|
+
color: $grey;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
.doc-content {
|
45
|
+
//margin-left: 230px;
|
46
|
+
}
|
47
|
+
|
48
|
+
|
49
|
+
.doc-section {
|
50
|
+
padding-top: 15px;
|
51
|
+
padding-bottom: 15px;
|
52
|
+
.section-title {
|
53
|
+
font-size: 26px;
|
54
|
+
margin-top: 0;
|
55
|
+
margin-bottom: 0;
|
56
|
+
font-weight: bold;
|
57
|
+
padding-bottom: 10px;
|
58
|
+
border-bottom: 1px solid darken($divider, 10%);
|
59
|
+
}
|
60
|
+
|
61
|
+
h1 {
|
62
|
+
font-size: 24px;
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
h2 {
|
66
|
+
font-size: 22px;
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
h3 {
|
70
|
+
font-size: 20px;
|
71
|
+
font-weight: bold;
|
72
|
+
}
|
73
|
+
h4 {
|
74
|
+
font-size: 18px;
|
75
|
+
font-weight: bold;
|
76
|
+
}
|
77
|
+
h5 {
|
78
|
+
font-size: 16px;
|
79
|
+
font-weight: bold;
|
80
|
+
}
|
81
|
+
h6 {
|
82
|
+
font-size: 14px;
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
.section-block {
|
88
|
+
padding-top: 15px;
|
89
|
+
padding-bottom: 15px;
|
90
|
+
.block-title {
|
91
|
+
margin-top: 0;
|
92
|
+
}
|
93
|
+
.list {
|
94
|
+
&>li {
|
95
|
+
margin-bottom: 10px;
|
96
|
+
}
|
97
|
+
ul {
|
98
|
+
&> li {
|
99
|
+
margin-top:5px;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
}
|
105
|
+
|
106
|
+
.question {
|
107
|
+
|
108
|
+
font-weight: 400 !important;
|
109
|
+
color: darken($color-primary, 5%);
|
110
|
+
.body-green {
|
111
|
+
color: darken($color-green, 5%);
|
112
|
+
}
|
113
|
+
.body-blue & {
|
114
|
+
color: darken($color-blue, 5%);
|
115
|
+
}
|
116
|
+
.body-orange &{
|
117
|
+
color: darken($color-orange, 5%);
|
118
|
+
}
|
119
|
+
.body-pink &{
|
120
|
+
color: darken($color-pink, 5%);
|
121
|
+
}
|
122
|
+
.body-purple &{
|
123
|
+
color: darken($color-purple, 5%);
|
124
|
+
}
|
125
|
+
.svg-inline--fa {
|
126
|
+
@include opacity(0.6);
|
127
|
+
position: relative;
|
128
|
+
top: -2px;
|
129
|
+
}
|
130
|
+
.badge {
|
131
|
+
font-size: 11px;
|
132
|
+
vertical-align: middle;
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
.answer {
|
137
|
+
color: $text-color-secondary;
|
138
|
+
}
|
139
|
+
|
140
|
+
.code-block {
|
141
|
+
margin-top: 30px;
|
142
|
+
margin-bottom: 30px;
|
143
|
+
}
|
144
|
+
|
145
|
+
.callout-block {
|
146
|
+
padding: 30px;
|
147
|
+
@include border-radius(4px);
|
148
|
+
position: relative;
|
149
|
+
margin-bottom: 30px;
|
150
|
+
a {
|
151
|
+
color: rgba(0, 0, 0, 0.55) !important;
|
152
|
+
&:hover {
|
153
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
.icon-holder {
|
157
|
+
font-size: 30px;
|
158
|
+
position: absolute;
|
159
|
+
left: 30px;
|
160
|
+
top: 30px;
|
161
|
+
color: rgba(0, 0, 0, 0.25);
|
162
|
+
}
|
163
|
+
.content {
|
164
|
+
margin-left: 60px;
|
165
|
+
p {
|
166
|
+
&:last-child {
|
167
|
+
margin-bottom: 0;
|
168
|
+
}
|
169
|
+
}
|
170
|
+
}
|
171
|
+
.callout-title {
|
172
|
+
margin-top: 0;
|
173
|
+
margin-bottom: 5px;
|
174
|
+
color: rgba(0, 0, 0, 0.65);
|
175
|
+
}
|
176
|
+
}
|
177
|
+
|
178
|
+
.callout-info {
|
179
|
+
background: $color-blue;
|
180
|
+
color: #fff;
|
181
|
+
}
|
182
|
+
|
183
|
+
.callout-success {
|
184
|
+
background: $color-green;
|
185
|
+
color: #fff;
|
186
|
+
}
|
187
|
+
|
188
|
+
.callout-warning {
|
189
|
+
background: $color-orange;
|
190
|
+
color: #fff;
|
191
|
+
}
|
192
|
+
|
193
|
+
.callout-danger {
|
194
|
+
background: $color-red;
|
195
|
+
color: #fff;
|
196
|
+
}
|
197
|
+
|
198
|
+
.table>thead>tr>th {
|
199
|
+
border-bottom-color: lighten($color-primary, 20%);
|
200
|
+
.body-green & {
|
201
|
+
border-bottom-color: lighten($color-green, 20%);
|
202
|
+
}
|
203
|
+
.body-blue & {
|
204
|
+
border-bottom-color: lighten($color-blue, 20%);
|
205
|
+
}
|
206
|
+
.body-orange & {
|
207
|
+
border-bottom-color: lighten($color-orange, 20%);
|
208
|
+
}
|
209
|
+
.body-pink & {
|
210
|
+
border-bottom-color: lighten($color-pink, 20%);
|
211
|
+
}
|
212
|
+
.body-purple & {
|
213
|
+
border-bottom-color: lighten($color-purple, 20%);
|
214
|
+
}
|
215
|
+
}
|
216
|
+
.table-bordered>thead>tr>th {
|
217
|
+
border-bottom-color: inherit;
|
218
|
+
}
|
219
|
+
|
220
|
+
.table-striped>tbody>tr:nth-of-type(odd) {
|
221
|
+
background-color: $smoky-white;
|
222
|
+
}
|
223
|
+
|
224
|
+
|
225
|
+
.screenshot-holder {
|
226
|
+
margin-top: 15px;
|
227
|
+
margin-bottom: 15px;
|
228
|
+
position: relative;
|
229
|
+
text-align: center;
|
230
|
+
img {
|
231
|
+
border: 1px solid $divider;
|
232
|
+
}
|
233
|
+
.mask {
|
234
|
+
display: block;
|
235
|
+
visibility: hidden;
|
236
|
+
position: absolute;
|
237
|
+
width: 100%;
|
238
|
+
height: 100%;
|
239
|
+
left: 0;
|
240
|
+
top: 0;
|
241
|
+
background: rgba(0, 0, 0, 0.25);
|
242
|
+
cursor: pointer;
|
243
|
+
text-decoration: none;
|
244
|
+
.svg-inline--fa {
|
245
|
+
color: #fff;
|
246
|
+
font-size: 42px;
|
247
|
+
display: block;
|
248
|
+
position: absolute;
|
249
|
+
left: 50%;
|
250
|
+
top: 50%;
|
251
|
+
margin-left: -21px;
|
252
|
+
margin-top: -21px;
|
253
|
+
|
254
|
+
}
|
255
|
+
}
|
256
|
+
&:hover {
|
257
|
+
.mask {
|
258
|
+
visibility: visible;
|
259
|
+
}
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
263
|
+
.jumbotron {
|
264
|
+
h1 {
|
265
|
+
font-size: 28px;
|
266
|
+
margin-top: 0;
|
267
|
+
margin-bottom: 30px;
|
268
|
+
}
|
269
|
+
}
|
270
|
+
|
271
|
+
.author-profile {
|
272
|
+
margin-top: 30px;
|
273
|
+
img {
|
274
|
+
width: 100px;
|
275
|
+
height: 100px;
|
276
|
+
}
|
277
|
+
}
|
278
|
+
|
279
|
+
.speech-bubble {
|
280
|
+
background: #fff;
|
281
|
+
@include border-radius(4px);
|
282
|
+
padding: 30px;
|
283
|
+
margin-top: 20px;
|
284
|
+
margin-bottom: 30px;
|
285
|
+
position: relative;
|
286
|
+
|
287
|
+
.speech-title {
|
288
|
+
font-size: 16px;
|
289
|
+
}
|
290
|
+
|
291
|
+
.jumbotron & {
|
292
|
+
|
293
|
+
p {
|
294
|
+
font-size: 14px;
|
295
|
+
font-weight: normal;
|
296
|
+
color: $text-color-secondary;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
|
300
|
+
&:before {
|
301
|
+
content: "";
|
302
|
+
display: inline-block;
|
303
|
+
position: absolute;
|
304
|
+
left: 50%;
|
305
|
+
top: -10px;
|
306
|
+
margin-left: -10px;
|
307
|
+
width: 0;
|
308
|
+
height: 0;
|
309
|
+
border-left: 10px solid transparent;
|
310
|
+
border-right: 10px solid transparent;
|
311
|
+
border-bottom: 10px solid #fff;
|
312
|
+
|
313
|
+
}
|
314
|
+
}
|
315
|
+
|
316
|
+
.theme-card {
|
317
|
+
text-align: center;
|
318
|
+
border: 1px solid darken($divider, 5%);
|
319
|
+
@include border-radius(4px);
|
320
|
+
position: relative;
|
321
|
+
height: 100%;
|
322
|
+
|
323
|
+
.card-block {
|
324
|
+
padding: 15px;
|
325
|
+
}
|
326
|
+
.mask {
|
327
|
+
display: block;
|
328
|
+
visibility: hidden;
|
329
|
+
position: absolute;
|
330
|
+
width: 100%;
|
331
|
+
height: 100%;
|
332
|
+
left: 0;
|
333
|
+
top: 0;
|
334
|
+
background: rgba(0, 0, 0, 0.25);
|
335
|
+
cursor: pointer;
|
336
|
+
text-decoration: none;
|
337
|
+
.icon {
|
338
|
+
|
339
|
+
color: #fff;
|
340
|
+
font-size: 42px;
|
341
|
+
margin-top: 25%;
|
342
|
+
}
|
343
|
+
}
|
344
|
+
&:hover {
|
345
|
+
.mask {
|
346
|
+
visibility: visible;
|
347
|
+
}
|
348
|
+
}
|
349
|
+
}
|
350
|
+
|
351
|
+
|
352
|
+
/* Color Schemes */
|
353
|
+
.body-green {
|
354
|
+
.header {
|
355
|
+
border-color: $color-green;
|
356
|
+
}
|
357
|
+
a {
|
358
|
+
color: $color-green;
|
359
|
+
&:hover {
|
360
|
+
color: darken($color-green, 10%);
|
361
|
+
}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
.body-blue {
|
365
|
+
.header {
|
366
|
+
border-color: $color-blue;
|
367
|
+
}
|
368
|
+
a {
|
369
|
+
color: $color-blue;
|
370
|
+
&:hover {
|
371
|
+
color: darken($color-blue, 10%);
|
372
|
+
}
|
373
|
+
}
|
374
|
+
}
|
375
|
+
|
376
|
+
.body-orange {
|
377
|
+
.header {
|
378
|
+
border-color: $color-orange;
|
379
|
+
}
|
380
|
+
a {
|
381
|
+
color: $color-orange;
|
382
|
+
&:hover {
|
383
|
+
color: darken($color-orange, 10%);
|
384
|
+
}
|
385
|
+
}
|
386
|
+
}
|
387
|
+
|
388
|
+
.body-pink {
|
389
|
+
.header {
|
390
|
+
border-color: $color-pink;
|
391
|
+
}
|
392
|
+
a {
|
393
|
+
color: $color-pink;
|
394
|
+
&:hover {
|
395
|
+
color: darken($color-pink, 10%);
|
396
|
+
}
|
397
|
+
}
|
398
|
+
}
|
399
|
+
|
400
|
+
.body-purple {
|
401
|
+
.header {
|
402
|
+
border-color: $color-purple;
|
403
|
+
}
|
404
|
+
a {
|
405
|
+
color: $color-purple;
|
406
|
+
&:hover {
|
407
|
+
color: darken($color-purple, 10%);
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}
|
411
|
+
|
412
|
+
.body-red {
|
413
|
+
.header {
|
414
|
+
border-color: $color-red;
|
415
|
+
}
|
416
|
+
a {
|
417
|
+
color: $color-red;
|
418
|
+
&:hover {
|
419
|
+
color: darken($color-red, 10%);
|
420
|
+
}
|
421
|
+
}
|
422
|
+
}
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
/* Sidebar */
|
430
|
+
|
431
|
+
.doc-sidebar {
|
432
|
+
|
433
|
+
|
434
|
+
}
|
435
|
+
|
436
|
+
.doc-nav {
|
437
|
+
position:absolute;
|
438
|
+
top: 0;
|
439
|
+
left: 0;
|
440
|
+
width: 100%;
|
441
|
+
height: 100%;
|
442
|
+
}
|
443
|
+
|
444
|
+
.sticky {
|
445
|
+
position: -webkit-sticky;
|
446
|
+
position: -moz-sticky;
|
447
|
+
position: -ms-sticky;
|
448
|
+
position: -o-sticky;
|
449
|
+
position: sticky;
|
450
|
+
top: 0;
|
451
|
+
}
|
452
|
+
|
453
|
+
.doc-menu {
|
454
|
+
list-style: none;
|
455
|
+
|
456
|
+
.nav-link {
|
457
|
+
|
458
|
+
|
459
|
+
margin-bottom: 5px;
|
460
|
+
display: block;
|
461
|
+
padding: 5px 15px;
|
462
|
+
color: $text-color-secondary;
|
463
|
+
&:hover, &:focus {
|
464
|
+
color: $text-color;
|
465
|
+
text-decoration: none;
|
466
|
+
background: none;
|
467
|
+
|
468
|
+
}
|
469
|
+
.nav {
|
470
|
+
|
471
|
+
}
|
472
|
+
&.active {
|
473
|
+
|
474
|
+
background: none;
|
475
|
+
color: $color-primary;
|
476
|
+
font-weight: 600;
|
477
|
+
.body-green & {
|
478
|
+
color: $color-green;
|
479
|
+
border-color: $color-green;
|
480
|
+
}
|
481
|
+
.body-blue & {
|
482
|
+
color: $color-blue;
|
483
|
+
border-color: $color-blue;
|
484
|
+
}
|
485
|
+
.body-orange & {
|
486
|
+
color: $color-orange;
|
487
|
+
border-color: $color-orange;
|
488
|
+
}
|
489
|
+
.body-red & {
|
490
|
+
color: $color-red;
|
491
|
+
border-color: $color-red;
|
492
|
+
}
|
493
|
+
.body-pink & {
|
494
|
+
color: $color-pink;
|
495
|
+
border-color: $color-pink;
|
496
|
+
}
|
497
|
+
.body-purple & {
|
498
|
+
color: $color-purple;
|
499
|
+
border-color: $color-purple;
|
500
|
+
}
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
}
|
505
|
+
}
|
506
|
+
}
|
507
|
+
.doc-sub-menu {
|
508
|
+
list-style: none;
|
509
|
+
padding-left: 0;
|
510
|
+
.nav-link {
|
511
|
+
margin-bottom: 10px;
|
512
|
+
font-size: 12px;
|
513
|
+
&:first-child {
|
514
|
+
padding-top: 5px;
|
515
|
+
}
|
516
|
+
|
517
|
+
display: block;
|
518
|
+
color: $text-color-secondary;
|
519
|
+
padding: 0;
|
520
|
+
padding-left: 34px;
|
521
|
+
background: none;
|
522
|
+
&:hover{
|
523
|
+
color: $text-color;
|
524
|
+
text-decoration: none;
|
525
|
+
background: none;
|
526
|
+
}
|
527
|
+
&:focus {
|
528
|
+
background: none;
|
529
|
+
}
|
530
|
+
|
531
|
+
&.active {
|
532
|
+
|
533
|
+
background: none;
|
534
|
+
color: $color-primary;
|
535
|
+
.body-green & {
|
536
|
+
color: $color-green;
|
537
|
+
}
|
538
|
+
.body-blue & {
|
539
|
+
color: $color-blue;
|
540
|
+
}
|
541
|
+
.body-orange & {
|
542
|
+
color: $color-orange;
|
543
|
+
}
|
544
|
+
.body-red & {
|
545
|
+
color: $color-red;
|
546
|
+
}
|
547
|
+
.body-pink & {
|
548
|
+
color: $color-pink;
|
549
|
+
}
|
550
|
+
.body-purple & {
|
551
|
+
color: $color-purple;
|
552
|
+
}
|
553
|
+
|
554
|
+
}
|
555
|
+
}
|
556
|
+
}
|
557
|
+
|
558
|
+
/*
|
559
|
+
.affix-top {
|
560
|
+
position: absolute;
|
561
|
+
top: 15px;
|
562
|
+
}
|
563
|
+
|
564
|
+
.affix {
|
565
|
+
top: 15px;
|
566
|
+
}
|
567
|
+
|
568
|
+
.affix,
|
569
|
+
.affix-bottom {
|
570
|
+
width: 230px;
|
571
|
+
}
|
572
|
+
|
573
|
+
.affix-bottom {
|
574
|
+
position: absolute;
|
575
|
+
}
|
576
|
+
*/
|
577
|
+
|
578
|
+
/* ===== Promo block ===== */
|
579
|
+
.promo-block {
|
580
|
+
background: darken($color-primary, 5%);
|
581
|
+
.body-green & {
|
582
|
+
background: darken($color-green, 5%);
|
583
|
+
}
|
584
|
+
.body-blue & {
|
585
|
+
background: darken($color-blue, 5%);
|
586
|
+
}
|
587
|
+
.body-orange &{
|
588
|
+
background: darken($color-orange, 5%);
|
589
|
+
}
|
590
|
+
.body-pink &{
|
591
|
+
background: darken($color-pink, 5%);
|
592
|
+
}
|
593
|
+
.body-purple &{
|
594
|
+
background: darken($color-purple, 5%);
|
595
|
+
}
|
596
|
+
|
597
|
+
|
598
|
+
a {
|
599
|
+
color: rgba(0, 0, 0, 0.6);
|
600
|
+
font-weight: bold;
|
601
|
+
&:hover {
|
602
|
+
color: rgba(0, 0, 0, 0.7);
|
603
|
+
}
|
604
|
+
}
|
605
|
+
.promo-block-inner {
|
606
|
+
padding: 45px;
|
607
|
+
color: #fff;
|
608
|
+
@include border-radius(4px);
|
609
|
+
|
610
|
+
}
|
611
|
+
.promo-title {
|
612
|
+
font-size: 20px;
|
613
|
+
font-weight: 800;
|
614
|
+
margin-top:0;
|
615
|
+
margin-bottom: 45px;
|
616
|
+
.svg-inline--fa {
|
617
|
+
color: rgba(0, 0, 0, 0.6);
|
618
|
+
}
|
619
|
+
}
|
620
|
+
.figure-holder-inner {
|
621
|
+
background: #fff;
|
622
|
+
margin-bottom: 30px;
|
623
|
+
position: relative;
|
624
|
+
text-align: center;
|
625
|
+
img {
|
626
|
+
border: 5px solid #fff;
|
627
|
+
}
|
628
|
+
.mask {
|
629
|
+
display: block;
|
630
|
+
visibility: hidden;
|
631
|
+
position: absolute;
|
632
|
+
width: 100%;
|
633
|
+
height: 100%;
|
634
|
+
left: 0;
|
635
|
+
top: 0;
|
636
|
+
background: rgba(0, 0, 0, 0.7);
|
637
|
+
cursor: pointer;
|
638
|
+
text-decoration: none;
|
639
|
+
.svg-inline--fa {
|
640
|
+
color: #fff;
|
641
|
+
font-size: 36px;
|
642
|
+
display: inline-block;
|
643
|
+
position: absolute;
|
644
|
+
top: 50%;
|
645
|
+
left: 50%;
|
646
|
+
margin-left: -18px;
|
647
|
+
margin-top: -18px;
|
648
|
+
&.pink {
|
649
|
+
color: $color-pink;
|
650
|
+
}
|
651
|
+
|
652
|
+
}
|
653
|
+
}
|
654
|
+
&:hover {
|
655
|
+
.mask {
|
656
|
+
visibility: visible;
|
657
|
+
}
|
658
|
+
}
|
659
|
+
|
660
|
+
}
|
661
|
+
|
662
|
+
.content-holder-inner {
|
663
|
+
padding-left: 15px;
|
664
|
+
padding-right: 15px;
|
665
|
+
}
|
666
|
+
|
667
|
+
.content-title {
|
668
|
+
font-size: 16px;
|
669
|
+
font-weight: 600;
|
670
|
+
margin-top: 0;
|
671
|
+
}
|
672
|
+
|
673
|
+
.highlight {
|
674
|
+
color: rgba(0, 0, 0, 0.6);
|
675
|
+
}
|
676
|
+
|
677
|
+
.btn-cta {
|
678
|
+
background: rgba(0, 0, 0, 0.35);
|
679
|
+
border: none;
|
680
|
+
color: #fff !important;
|
681
|
+
margin-bottom: 15px;
|
682
|
+
&:hover {
|
683
|
+
background: rgba(0, 0, 0, 0.5);
|
684
|
+
border: none;
|
685
|
+
color: #fff !important;
|
686
|
+
}
|
687
|
+
}
|
688
|
+
}
|
689
|
+
|
690
|
+
/* Extra small devices (phones, less than 768px) */
|
691
|
+
@media (max-width: 767px) {
|
692
|
+
.doc-content {
|
693
|
+
//margin-left: 0;
|
694
|
+
}
|
695
|
+
|
696
|
+
.jumbotron {
|
697
|
+
padding: 30px 15px;
|
698
|
+
h1 {
|
699
|
+
font-size: 24px;
|
700
|
+
margin-bottom: 15px;
|
701
|
+
}
|
702
|
+
p {
|
703
|
+
font-size: 18px;
|
704
|
+
}
|
705
|
+
}
|
706
|
+
.promo-block .promo-block-inner {
|
707
|
+
padding: 30px 15px;
|
708
|
+
}
|
709
|
+
|
710
|
+
.promo-block .content-holder-inner {
|
711
|
+
padding: 0;
|
712
|
+
}
|
713
|
+
.promo-block .promo-title {
|
714
|
+
margin-bottom: 30px;
|
715
|
+
}
|
716
|
+
|
717
|
+
}
|
718
|
+
|
719
|
+
/* Small devices (tablets, 768px and up) */
|
720
|
+
@media (min-width: 768px) {
|
721
|
+
|
722
|
+
}
|
723
|
+
|
724
|
+
/* Medium devices (desktops, 992px and up) */
|
725
|
+
@media (min-width: 992px) {
|
726
|
+
|
727
|
+
}
|
728
|
+
|
729
|
+
/* Large devices (large desktops, 1200px and up) */
|
730
|
+
@media (min-width: 1200px) {
|
731
|
+
|
732
|
+
}
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
.sticky {
|
737
|
+
position: -webkit-sticky;
|
738
|
+
position: sticky;
|
739
|
+
top: 0;
|
740
|
+
}
|
741
|
+
|
742
|
+
.sticky:before,
|
743
|
+
.sticky:after {
|
744
|
+
content: '';
|
745
|
+
display: table;
|
746
|
+
}
|
747
|
+
|