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
data/_layouts/home.html
CHANGED
@@ -1,53 +1,36 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<
|
7
|
-
|
8
|
-
<meta
|
9
|
-
<meta
|
10
|
-
<meta name="
|
11
|
-
<
|
12
|
-
<
|
13
|
-
|
14
|
-
<
|
15
|
-
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="{{
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
<
|
31
|
-
|
32
|
-
{
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
{% include cards-section.html %}
|
38
|
-
|
39
|
-
{{ content }}
|
40
|
-
|
41
|
-
</div><!--//page-wrapper-->
|
42
|
-
|
43
|
-
{% include footer.html %}
|
44
|
-
|
45
|
-
<!-- Main Javascript -->
|
46
|
-
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
48
|
-
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
-
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
-
|
51
|
-
</body>
|
52
|
-
</html>
|
53
|
-
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
5
|
+
<!-- Meta -->
|
6
|
+
<meta charset="utf-8">
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9
|
+
<meta name="description" content="{{ site.description }}">
|
10
|
+
<meta name="author" content="{{ site.email }}">
|
11
|
+
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
13
|
+
<!-- FontAwesome JS -->
|
14
|
+
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/all.js" integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a" crossorigin="anonymous"></script>
|
15
|
+
<!-- Global CSS -->
|
16
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/bootstrap/css/bootstrap.min.css' | prepend: site.baseurl }}">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/elegant_font/css/style.css' | prepend: site.baseurl }}">
|
19
|
+
<!-- Theme CSS -->
|
20
|
+
<link id="theme-style" rel="stylesheet" href="{{ 'assets/css/styles.css' | prepend: site.baseurl }}">
|
21
|
+
|
22
|
+
</head>
|
23
|
+
|
24
|
+
<body class="landing-page">
|
25
|
+
|
26
|
+
{% include home.html %}
|
27
|
+
|
28
|
+
<!-- Main Javascript -->
|
29
|
+
<script type="text/javascript" src="{{ 'assets/plugins/jquery-3.3.1.min.js' | prepend: site.baseurl }}"></script>
|
30
|
+
<script type="text/javascript" src="{{ 'assets/plugins/bootstrap/js/bootstrap.min.js' | prepend: site.baseurl }}"></script>
|
31
|
+
<script type="text/javascript" src="{{ 'assets/plugins/stickyfill/dist/stickyfill.min.js' | prepend: site.baseurl }}"></script>
|
32
|
+
<script type="text/javascript" src="{{ 'assets/js/main.js' | prepend: site.baseurl }}"></script>
|
33
|
+
|
34
|
+
</body>
|
35
|
+
</html>
|
36
|
+
|
data/_layouts/page.html
CHANGED
@@ -1,5 +1,51 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
{
|
1
|
+
{% if page.color != null %}
|
2
|
+
{% assign color = page.color | prepend: 'body-' %}
|
3
|
+
{% else %}
|
4
|
+
{% assign color = '' %}
|
5
|
+
{% endif %}
|
6
|
+
<!DOCTYPE html>
|
7
|
+
<html lang="en">
|
8
|
+
<head>
|
9
|
+
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
10
|
+
<!-- Meta -->
|
11
|
+
<meta charset="utf-8">
|
12
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
13
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
14
|
+
<meta name="description" content="{{ site.description }}">
|
15
|
+
<meta name="author" content="{{ site.email }}">
|
16
|
+
<link rel="shortcut icon" href="favicon.ico">
|
17
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
18
|
+
<!-- FontAwesome JS -->
|
19
|
+
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/all.js" integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a" crossorigin="anonymous"></script>
|
20
|
+
<!-- Global CSS -->
|
21
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/bootstrap/css/bootstrap.min.css' | prepend: site.baseurl }}">
|
22
|
+
<!-- Plugins CSS -->
|
23
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/elegant_font/css/style.css' | prepend: site.baseurl }}">
|
24
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/prism/prism.css' | prepend: site.baseurl }}">
|
25
|
+
<link rel="stylesheet" href="{{ 'assets/plugins/lightbox/dist/ekko-lightbox.css' | prepend: site.baseurl }}">
|
26
|
+
|
27
|
+
<!-- Theme CSS -->
|
28
|
+
<link id="theme-style" rel="stylesheet" href="{{ 'assets/css/styles.css' | prepend: site.baseurl }}">
|
29
|
+
|
30
|
+
</head>
|
31
|
+
|
32
|
+
<body class="{{ color }}">
|
33
|
+
<div class="page-wrapper">
|
34
|
+
|
35
|
+
{{ content }}
|
36
|
+
|
37
|
+
</div><!--//page-wrapper-->
|
38
|
+
|
39
|
+
{% include footer.html %}
|
40
|
+
|
41
|
+
<!-- Main Javascript -->
|
42
|
+
<script type="text/javascript" src="{{ 'assets/plugins/jquery-3.3.1.min.js' | prepend: site.baseurl }}"></script>
|
43
|
+
<script type="text/javascript" src="{{ 'assets/plugins/bootstrap/js/bootstrap.min.js' | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ 'assets/plugins/prism/prism.js' | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ 'assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js' | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ 'assets/plugins/stickyfill/dist/stickyfill.min.js' | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ 'assets/js/main.js' | prepend: site.baseurl }}"></script>
|
48
|
+
|
49
|
+
</body>
|
50
|
+
</html>
|
51
|
+
|
data/assets/.DS_Store
ADDED
Binary file
|
Binary file
|
data/assets/css/styles.css
CHANGED
@@ -1,1267 +1,1373 @@
|
|
1
|
-
/*
|
2
|
-
* Template Name: PrettyDocs -
|
3
|
-
* Version:
|
4
|
-
* Author: Xiaoying Riley
|
5
|
-
*
|
6
|
-
* Twitter: @3rdwave_themes
|
7
|
-
*
|
8
|
-
|
9
|
-
|
10
|
-
/* ======= Base ======= */
|
11
|
-
body {
|
12
|
-
font-family: 'Open Sans', arial, sans-serif;
|
13
|
-
color: #494d55;
|
14
|
-
font-size: 14px;
|
15
|
-
-webkit-font-smoothing: antialiased;
|
16
|
-
-moz-osx-font-smoothing: grayscale;
|
17
|
-
}
|
18
|
-
|
19
|
-
body {
|
20
|
-
height: 100%;
|
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
|
-
a.btn-primary
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
a.btn-green:focus,
|
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
|
-
a.btn-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
a.btn-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
a.btn-
|
168
|
-
background: #
|
169
|
-
|
170
|
-
|
171
|
-
}
|
172
|
-
|
173
|
-
a.btn-
|
174
|
-
background: #
|
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
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
.
|
316
|
-
color: #
|
317
|
-
}
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
.
|
334
|
-
color:
|
335
|
-
}
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
}
|
351
|
-
|
352
|
-
|
353
|
-
color: #
|
354
|
-
}
|
355
|
-
|
356
|
-
|
357
|
-
color: #
|
358
|
-
}
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
}
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
.
|
375
|
-
color: #
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
.
|
389
|
-
color:
|
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
|
-
.doc-
|
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
|
-
.doc-
|
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
|
-
font-weight:
|
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
|
-
color: #
|
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
|
-
top:
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
}
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
color:
|
572
|
-
}
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
.body-
|
593
|
-
border-bottom-color: #
|
594
|
-
}
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
.body-purple .table > thead > tr > th {
|
605
|
-
border-bottom-color: #b87fce;
|
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
|
-
background:
|
721
|
-
|
722
|
-
|
723
|
-
}
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
.card
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
.
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
.
|
749
|
-
|
750
|
-
}
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
.body-
|
758
|
-
color: #
|
759
|
-
}
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
.body-
|
770
|
-
|
771
|
-
}
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
.body-
|
782
|
-
color: #
|
783
|
-
}
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
color: #
|
803
|
-
}
|
804
|
-
|
805
|
-
.
|
806
|
-
color: #
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
.
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
.
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
.
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
}
|
875
|
-
|
876
|
-
|
877
|
-
color: #
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
color: #
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
color: #
|
889
|
-
}
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
.
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
.
|
916
|
-
color: #
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
.
|
922
|
-
|
923
|
-
}
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
.
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
.
|
935
|
-
|
936
|
-
}
|
937
|
-
|
938
|
-
.
|
939
|
-
|
940
|
-
}
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
.
|
961
|
-
|
962
|
-
}
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
.
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
background
|
980
|
-
}
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
.
|
991
|
-
background: #
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
.promo-block .
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
.promo-block .
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
.
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
}
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
margin-
|
1094
|
-
|
1095
|
-
|
1096
|
-
.
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
.
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
}
|
1111
|
-
.
|
1112
|
-
|
1113
|
-
}
|
1114
|
-
.
|
1115
|
-
|
1116
|
-
}
|
1117
|
-
.
|
1118
|
-
|
1119
|
-
}
|
1120
|
-
.
|
1121
|
-
|
1122
|
-
}
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
.
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
.
|
1163
|
-
font-
|
1164
|
-
|
1165
|
-
}
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
.
|
1194
|
-
|
1195
|
-
}
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
.cards-section
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
.cards-section .
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
}
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
}
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
.cards-section .item
|
1242
|
-
|
1243
|
-
}
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
.cards-section .item
|
1251
|
-
|
1252
|
-
}
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1
|
+
/*
|
2
|
+
* Template Name: PrettyDocs - Bootstrap 4 Template for documentations
|
3
|
+
* Version: 2.0
|
4
|
+
* Author: Xiaoying Riley
|
5
|
+
* Copyright: 3rd Wave Media
|
6
|
+
* Twitter: @3rdwave_themes
|
7
|
+
* License: Creative Commons Attribution 3.0 License
|
8
|
+
* Website: http://themes.3rdwavemedia.com/
|
9
|
+
*/
|
10
|
+
/* ======= Base ======= */
|
11
|
+
body {
|
12
|
+
font-family: 'Open Sans', arial, sans-serif;
|
13
|
+
color: #494d55;
|
14
|
+
font-size: 14px;
|
15
|
+
-webkit-font-smoothing: antialiased;
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
17
|
+
}
|
18
|
+
|
19
|
+
html, body {
|
20
|
+
height: 100%;
|
21
|
+
}
|
22
|
+
|
23
|
+
.page-wrapper {
|
24
|
+
min-height: 100%;
|
25
|
+
/* equal to footer height */
|
26
|
+
margin-bottom: -50px;
|
27
|
+
}
|
28
|
+
|
29
|
+
.page-wrapper:after {
|
30
|
+
content: "";
|
31
|
+
display: block;
|
32
|
+
height: 50px;
|
33
|
+
}
|
34
|
+
|
35
|
+
.footer {
|
36
|
+
height: 50px;
|
37
|
+
}
|
38
|
+
|
39
|
+
p {
|
40
|
+
line-height: 1.5;
|
41
|
+
}
|
42
|
+
|
43
|
+
a {
|
44
|
+
color: #3aa7aa;
|
45
|
+
-webkit-transition: all 0.4s ease-in-out;
|
46
|
+
-moz-transition: all 0.4s ease-in-out;
|
47
|
+
-ms-transition: all 0.4s ease-in-out;
|
48
|
+
-o-transition: all 0.4s ease-in-out;
|
49
|
+
}
|
50
|
+
|
51
|
+
a:hover {
|
52
|
+
text-decoration: underline;
|
53
|
+
color: #339597;
|
54
|
+
}
|
55
|
+
|
56
|
+
a:focus {
|
57
|
+
text-decoration: none;
|
58
|
+
}
|
59
|
+
|
60
|
+
code {
|
61
|
+
background: #222;
|
62
|
+
color: #fff;
|
63
|
+
font-size: 14px;
|
64
|
+
font-weight: bold;
|
65
|
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
66
|
+
padding: 2px 8px;
|
67
|
+
padding-top: 4px;
|
68
|
+
display: inline-block;
|
69
|
+
}
|
70
|
+
|
71
|
+
.btn, a.btn {
|
72
|
+
-webkit-transition: all 0.4s ease-in-out;
|
73
|
+
-moz-transition: all 0.4s ease-in-out;
|
74
|
+
-ms-transition: all 0.4s ease-in-out;
|
75
|
+
-o-transition: all 0.4s ease-in-out;
|
76
|
+
font-weight: 600;
|
77
|
+
font-size: 14px;
|
78
|
+
line-height: 1.5;
|
79
|
+
}
|
80
|
+
|
81
|
+
.btn .svg-inline--fa, a.btn .svg-inline--fa {
|
82
|
+
margin-right: 5px;
|
83
|
+
position: relative;
|
84
|
+
top: -1px;
|
85
|
+
}
|
86
|
+
|
87
|
+
.btn-primary, a.btn-primary {
|
88
|
+
background: #40babd;
|
89
|
+
border: 1px solid #40babd;
|
90
|
+
color: #fff !important;
|
91
|
+
}
|
92
|
+
|
93
|
+
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover {
|
94
|
+
background: #3aa7aa;
|
95
|
+
color: #fff !important;
|
96
|
+
border: 1px solid #3aa7aa;
|
97
|
+
}
|
98
|
+
|
99
|
+
.btn-green, a.btn-green {
|
100
|
+
background: #75c181;
|
101
|
+
border: 1px solid #75c181;
|
102
|
+
color: #fff !important;
|
103
|
+
}
|
104
|
+
|
105
|
+
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.hover, a.btn-green:hover, a.btn-green:focus, a.btn-green:active, a.btn-green.active, a.btn-green.hover {
|
106
|
+
background: #63b971;
|
107
|
+
color: #fff !important;
|
108
|
+
border: 1px solid #63b971;
|
109
|
+
}
|
110
|
+
|
111
|
+
.body-green .btn-green, .body-green a.btn-green {
|
112
|
+
color: #fff !important;
|
113
|
+
}
|
114
|
+
|
115
|
+
.body-green .btn-green:hover, .body-green .btn-green:focus, .body-green .btn-green:active, .body-green .btn-green.active, .body-green .btn-green.hover, .body-green a.btn-green:hover, .body-green a.btn-green:focus, .body-green a.btn-green:active, .body-green a.btn-green.active, .body-green a.btn-green.hover {
|
116
|
+
color: #fff !important;
|
117
|
+
}
|
118
|
+
|
119
|
+
.btn-blue, a.btn-blue {
|
120
|
+
background: #58bbee;
|
121
|
+
border: 1px solid #58bbee;
|
122
|
+
color: #fff !important;
|
123
|
+
}
|
124
|
+
|
125
|
+
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.hover, a.btn-blue:hover, a.btn-blue:focus, a.btn-blue:active, a.btn-blue.active, a.btn-blue.hover {
|
126
|
+
background: #41b2ec;
|
127
|
+
color: #fff !important;
|
128
|
+
border: 1px solid #41b2ec;
|
129
|
+
}
|
130
|
+
|
131
|
+
.btn-orange, a.btn-orange {
|
132
|
+
background: #F88C30;
|
133
|
+
border: 1px solid #F88C30;
|
134
|
+
color: #fff !important;
|
135
|
+
}
|
136
|
+
|
137
|
+
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.hover, a.btn-orange:hover, a.btn-orange:focus, a.btn-orange:active, a.btn-orange.active, a.btn-orange.hover {
|
138
|
+
background: #f77e17;
|
139
|
+
color: #fff !important;
|
140
|
+
border: 1px solid #f77e17;
|
141
|
+
}
|
142
|
+
|
143
|
+
.btn-red, a.btn-red {
|
144
|
+
background: #f77b6b;
|
145
|
+
border: 1px solid #f77b6b;
|
146
|
+
color: #fff !important;
|
147
|
+
}
|
148
|
+
|
149
|
+
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.hover, a.btn-red:hover, a.btn-red:focus, a.btn-red:active, a.btn-red.active, a.btn-red.hover {
|
150
|
+
background: #f66553;
|
151
|
+
color: #fff !important;
|
152
|
+
border: 1px solid #f66553;
|
153
|
+
}
|
154
|
+
|
155
|
+
.btn-pink, a.btn-pink {
|
156
|
+
background: #EA5395;
|
157
|
+
border: 1px solid #EA5395;
|
158
|
+
color: #fff !important;
|
159
|
+
}
|
160
|
+
|
161
|
+
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.hover, a.btn-pink:hover, a.btn-pink:focus, a.btn-pink:active, a.btn-pink.active, a.btn-pink.hover {
|
162
|
+
background: #e73c87;
|
163
|
+
color: #fff !important;
|
164
|
+
border: 1px solid #e73c87;
|
165
|
+
}
|
166
|
+
|
167
|
+
.btn-purple, a.btn-purple {
|
168
|
+
background: #8A40A7;
|
169
|
+
border: 1px solid #8A40A7;
|
170
|
+
color: #fff !important;
|
171
|
+
}
|
172
|
+
|
173
|
+
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.hover, a.btn-purple:hover, a.btn-purple:focus, a.btn-purple:active, a.btn-purple.active, a.btn-purple.hover {
|
174
|
+
background: #7b3995;
|
175
|
+
color: #fff !important;
|
176
|
+
border: 1px solid #7b3995;
|
177
|
+
}
|
178
|
+
|
179
|
+
.btn-cta {
|
180
|
+
padding: 7px 15px;
|
181
|
+
}
|
182
|
+
|
183
|
+
.form-control {
|
184
|
+
-webkit-box-shadow: none;
|
185
|
+
-moz-box-shadow: none;
|
186
|
+
box-shadow: none;
|
187
|
+
height: 40px;
|
188
|
+
border-color: #f0f0f0;
|
189
|
+
}
|
190
|
+
|
191
|
+
.form-control::-webkit-input-placeholder {
|
192
|
+
/* WebKit browsers */
|
193
|
+
color: #afb3bb;
|
194
|
+
}
|
195
|
+
|
196
|
+
.form-control:-moz-placeholder {
|
197
|
+
/* Mozilla Firefox 4 to 18 */
|
198
|
+
color: #afb3bb;
|
199
|
+
}
|
200
|
+
|
201
|
+
.form-control::-moz-placeholder {
|
202
|
+
/* Mozilla Firefox 19+ */
|
203
|
+
color: #afb3bb;
|
204
|
+
}
|
205
|
+
|
206
|
+
.form-control:-ms-input-placeholder {
|
207
|
+
/* Internet Explorer 10+ */
|
208
|
+
color: #afb3bb;
|
209
|
+
}
|
210
|
+
|
211
|
+
.form-control:focus {
|
212
|
+
border-color: #e3e3e3;
|
213
|
+
-webkit-box-shadow: none;
|
214
|
+
-moz-box-shadow: none;
|
215
|
+
box-shadow: none;
|
216
|
+
}
|
217
|
+
|
218
|
+
input[type="text"],
|
219
|
+
input[type="email"],
|
220
|
+
input[type="password"],
|
221
|
+
input[type="submit"],
|
222
|
+
input[type="button"],
|
223
|
+
textarea,
|
224
|
+
select {
|
225
|
+
appearance: none;
|
226
|
+
/* for mobile safari */
|
227
|
+
-webkit-appearance: none;
|
228
|
+
}
|
229
|
+
|
230
|
+
/* ====== Header ====== */
|
231
|
+
.header {
|
232
|
+
background: #494d55;
|
233
|
+
color: rgba(255, 255, 255, 0.85);
|
234
|
+
border-top: 5px solid #40babd;
|
235
|
+
padding: 30px 0;
|
236
|
+
}
|
237
|
+
|
238
|
+
.header a {
|
239
|
+
color: #fff;
|
240
|
+
}
|
241
|
+
|
242
|
+
.branding {
|
243
|
+
text-transform: uppercase;
|
244
|
+
margin-bottom: 10px;
|
245
|
+
}
|
246
|
+
|
247
|
+
.branding .logo {
|
248
|
+
font-size: 28px;
|
249
|
+
margin-top: 0;
|
250
|
+
margin-bottom: 0;
|
251
|
+
}
|
252
|
+
|
253
|
+
.branding .logo a {
|
254
|
+
text-decoration: none;
|
255
|
+
}
|
256
|
+
|
257
|
+
.branding .text-highlight {
|
258
|
+
color: #40babd;
|
259
|
+
}
|
260
|
+
|
261
|
+
.body-green .branding .text-highlight {
|
262
|
+
color: #75c181;
|
263
|
+
}
|
264
|
+
|
265
|
+
.body-blue .branding .text-highlight {
|
266
|
+
color: #58bbee;
|
267
|
+
}
|
268
|
+
|
269
|
+
.body-orange .branding .text-highlight {
|
270
|
+
color: #F88C30;
|
271
|
+
}
|
272
|
+
|
273
|
+
.body-red .branding .text-highlight {
|
274
|
+
color: #f77b6b;
|
275
|
+
}
|
276
|
+
|
277
|
+
.body-pink .branding .text-highlight {
|
278
|
+
color: #EA5395;
|
279
|
+
}
|
280
|
+
|
281
|
+
.body-purple .branding .text-highlight {
|
282
|
+
color: #8A40A7;
|
283
|
+
}
|
284
|
+
|
285
|
+
.branding .text-bold {
|
286
|
+
font-weight: 800;
|
287
|
+
color: #fff;
|
288
|
+
}
|
289
|
+
|
290
|
+
.branding .icon {
|
291
|
+
font-size: 24px;
|
292
|
+
color: #40babd;
|
293
|
+
}
|
294
|
+
|
295
|
+
.body-green .branding .icon {
|
296
|
+
color: #75c181;
|
297
|
+
}
|
298
|
+
|
299
|
+
.body-blue .branding .icon {
|
300
|
+
color: #58bbee;
|
301
|
+
}
|
302
|
+
|
303
|
+
.body-orange .branding .icon {
|
304
|
+
color: #F88C30;
|
305
|
+
}
|
306
|
+
|
307
|
+
.body-red .branding .icon {
|
308
|
+
color: #f77b6b;
|
309
|
+
}
|
310
|
+
|
311
|
+
.body-pink .branding .icon {
|
312
|
+
color: #EA5395;
|
313
|
+
}
|
314
|
+
|
315
|
+
.body-purple .branding .icon {
|
316
|
+
color: #8A40A7;
|
317
|
+
}
|
318
|
+
|
319
|
+
.breadcrumb {
|
320
|
+
background: none;
|
321
|
+
margin-bottom: 0;
|
322
|
+
padding: 0;
|
323
|
+
}
|
324
|
+
|
325
|
+
.breadcrumb li {
|
326
|
+
color: rgba(255, 255, 255, 0.5);
|
327
|
+
}
|
328
|
+
|
329
|
+
.breadcrumb li.active {
|
330
|
+
color: rgba(255, 255, 255, 0.5);
|
331
|
+
}
|
332
|
+
|
333
|
+
.breadcrumb li a {
|
334
|
+
color: rgba(255, 255, 255, 0.5);
|
335
|
+
}
|
336
|
+
|
337
|
+
.breadcrumb li a:hover {
|
338
|
+
color: #fff;
|
339
|
+
}
|
340
|
+
|
341
|
+
.breadcrumb > li + li:before {
|
342
|
+
color: rgba(0, 0, 0, 0.4);
|
343
|
+
}
|
344
|
+
|
345
|
+
/* ====== Footer ====== */
|
346
|
+
.footer {
|
347
|
+
background: #26282c;
|
348
|
+
color: rgba(255, 255, 255, 0.6);
|
349
|
+
padding: 15px 0;
|
350
|
+
}
|
351
|
+
|
352
|
+
.footer a {
|
353
|
+
color: #40babd;
|
354
|
+
}
|
355
|
+
|
356
|
+
.footer .fa-heart {
|
357
|
+
color: #EA5395;
|
358
|
+
}
|
359
|
+
|
360
|
+
/* ======= Doc Styling ======= */
|
361
|
+
.doc-wrapper {
|
362
|
+
padding: 45px 0;
|
363
|
+
background: #f9f9fb;
|
364
|
+
}
|
365
|
+
|
366
|
+
.doc-body {
|
367
|
+
position: relative;
|
368
|
+
}
|
369
|
+
|
370
|
+
.doc-header {
|
371
|
+
margin-bottom: 30px;
|
372
|
+
}
|
373
|
+
|
374
|
+
.doc-header .doc-title {
|
375
|
+
color: #40babd;
|
376
|
+
margin-top: 0;
|
377
|
+
font-size: 36px;
|
378
|
+
}
|
379
|
+
|
380
|
+
.body-green .doc-header .doc-title {
|
381
|
+
color: #75c181;
|
382
|
+
}
|
383
|
+
|
384
|
+
.body-blue .doc-header .doc-title {
|
385
|
+
color: #58bbee;
|
386
|
+
}
|
387
|
+
|
388
|
+
.body-orange .doc-header .doc-title {
|
389
|
+
color: #F88C30;
|
390
|
+
}
|
391
|
+
|
392
|
+
.body-red .doc-header .doc-title {
|
393
|
+
color: #f77b6b;
|
394
|
+
}
|
395
|
+
|
396
|
+
.body-pink .doc-header .doc-title {
|
397
|
+
color: #EA5395;
|
398
|
+
}
|
399
|
+
|
400
|
+
.body-purple .doc-header .doc-title {
|
401
|
+
color: #8A40A7;
|
402
|
+
}
|
403
|
+
|
404
|
+
.doc-header .icon {
|
405
|
+
font-size: 30px;
|
406
|
+
}
|
407
|
+
|
408
|
+
.doc-header .meta {
|
409
|
+
color: #a2a6af;
|
410
|
+
}
|
411
|
+
|
412
|
+
.doc-section {
|
413
|
+
padding-top: 15px;
|
414
|
+
padding-bottom: 15px;
|
415
|
+
}
|
416
|
+
|
417
|
+
.doc-section .section-title {
|
418
|
+
font-size: 26px;
|
419
|
+
margin-top: 0;
|
420
|
+
margin-bottom: 0;
|
421
|
+
font-weight: bold;
|
422
|
+
padding-bottom: 10px;
|
423
|
+
border-bottom: 1px solid #d7d6d6;
|
424
|
+
}
|
425
|
+
|
426
|
+
.doc-section h1 {
|
427
|
+
font-size: 24px;
|
428
|
+
font-weight: bold;
|
429
|
+
}
|
430
|
+
|
431
|
+
.doc-section h2 {
|
432
|
+
font-size: 22px;
|
433
|
+
font-weight: bold;
|
434
|
+
}
|
435
|
+
|
436
|
+
.doc-section h3 {
|
437
|
+
font-size: 20px;
|
438
|
+
font-weight: bold;
|
439
|
+
}
|
440
|
+
|
441
|
+
.doc-section h4 {
|
442
|
+
font-size: 18px;
|
443
|
+
font-weight: bold;
|
444
|
+
}
|
445
|
+
|
446
|
+
.doc-section h5 {
|
447
|
+
font-size: 16px;
|
448
|
+
font-weight: bold;
|
449
|
+
}
|
450
|
+
|
451
|
+
.doc-section h6 {
|
452
|
+
font-size: 14px;
|
453
|
+
font-weight: bold;
|
454
|
+
}
|
455
|
+
|
456
|
+
.section-block {
|
457
|
+
padding-top: 15px;
|
458
|
+
padding-bottom: 15px;
|
459
|
+
}
|
460
|
+
|
461
|
+
.section-block .block-title {
|
462
|
+
margin-top: 0;
|
463
|
+
}
|
464
|
+
|
465
|
+
.section-block .list > li {
|
466
|
+
margin-bottom: 10px;
|
467
|
+
}
|
468
|
+
|
469
|
+
.section-block .list ul > li {
|
470
|
+
margin-top: 5px;
|
471
|
+
}
|
472
|
+
|
473
|
+
.question {
|
474
|
+
font-weight: 400 !important;
|
475
|
+
color: #3aa7aa;
|
476
|
+
}
|
477
|
+
|
478
|
+
.question .body-green {
|
479
|
+
color: #63b971;
|
480
|
+
}
|
481
|
+
|
482
|
+
.body-blue .question {
|
483
|
+
color: #41b2ec;
|
484
|
+
}
|
485
|
+
|
486
|
+
.body-orange .question {
|
487
|
+
color: #f77e17;
|
488
|
+
}
|
489
|
+
|
490
|
+
.body-pink .question {
|
491
|
+
color: #e73c87;
|
492
|
+
}
|
493
|
+
|
494
|
+
.body-purple .question {
|
495
|
+
color: #7b3995;
|
496
|
+
}
|
497
|
+
|
498
|
+
.question .svg-inline--fa {
|
499
|
+
-webkit-opacity: 0.6;
|
500
|
+
-moz-opacity: 0.6;
|
501
|
+
opacity: 0.6;
|
502
|
+
position: relative;
|
503
|
+
top: -2px;
|
504
|
+
}
|
505
|
+
|
506
|
+
.question .badge {
|
507
|
+
font-size: 11px;
|
508
|
+
vertical-align: middle;
|
509
|
+
}
|
510
|
+
|
511
|
+
.answer {
|
512
|
+
color: #616670;
|
513
|
+
}
|
514
|
+
|
515
|
+
.code-block {
|
516
|
+
margin-top: 30px;
|
517
|
+
margin-bottom: 30px;
|
518
|
+
}
|
519
|
+
|
520
|
+
.callout-block {
|
521
|
+
padding: 30px;
|
522
|
+
-webkit-border-radius: 4px;
|
523
|
+
-moz-border-radius: 4px;
|
524
|
+
-ms-border-radius: 4px;
|
525
|
+
-o-border-radius: 4px;
|
526
|
+
border-radius: 4px;
|
527
|
+
-moz-background-clip: padding;
|
528
|
+
-webkit-background-clip: padding-box;
|
529
|
+
background-clip: padding-box;
|
530
|
+
position: relative;
|
531
|
+
margin-bottom: 30px;
|
532
|
+
}
|
533
|
+
|
534
|
+
.callout-block a {
|
535
|
+
color: rgba(0, 0, 0, 0.55) !important;
|
536
|
+
}
|
537
|
+
|
538
|
+
.callout-block a:hover {
|
539
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
540
|
+
}
|
541
|
+
|
542
|
+
.callout-block .icon-holder {
|
543
|
+
font-size: 30px;
|
544
|
+
position: absolute;
|
545
|
+
left: 30px;
|
546
|
+
top: 30px;
|
547
|
+
color: rgba(0, 0, 0, 0.25);
|
548
|
+
}
|
549
|
+
|
550
|
+
.callout-block .content {
|
551
|
+
margin-left: 60px;
|
552
|
+
}
|
553
|
+
|
554
|
+
.callout-block .content p:last-child {
|
555
|
+
margin-bottom: 0;
|
556
|
+
}
|
557
|
+
|
558
|
+
.callout-block .callout-title {
|
559
|
+
margin-top: 0;
|
560
|
+
margin-bottom: 5px;
|
561
|
+
color: rgba(0, 0, 0, 0.65);
|
562
|
+
}
|
563
|
+
|
564
|
+
.callout-info {
|
565
|
+
background: #58bbee;
|
566
|
+
color: #fff;
|
567
|
+
}
|
568
|
+
|
569
|
+
.callout-success {
|
570
|
+
background: #75c181;
|
571
|
+
color: #fff;
|
572
|
+
}
|
573
|
+
|
574
|
+
.callout-warning {
|
575
|
+
background: #F88C30;
|
576
|
+
color: #fff;
|
577
|
+
}
|
578
|
+
|
579
|
+
.callout-danger {
|
580
|
+
background: #f77b6b;
|
581
|
+
color: #fff;
|
582
|
+
}
|
583
|
+
|
584
|
+
.table > thead > tr > th {
|
585
|
+
border-bottom-color: #8bd6d8;
|
586
|
+
}
|
587
|
+
|
588
|
+
.body-green .table > thead > tr > th {
|
589
|
+
border-bottom-color: #bbe1c1;
|
590
|
+
}
|
591
|
+
|
592
|
+
.body-blue .table > thead > tr > th {
|
593
|
+
border-bottom-color: #b5e1f7;
|
594
|
+
}
|
595
|
+
|
596
|
+
.body-orange .table > thead > tr > th {
|
597
|
+
border-bottom-color: #fbc393;
|
598
|
+
}
|
599
|
+
|
600
|
+
.body-pink .table > thead > tr > th {
|
601
|
+
border-bottom-color: #f5aecd;
|
602
|
+
}
|
603
|
+
|
604
|
+
.body-purple .table > thead > tr > th {
|
605
|
+
border-bottom-color: #b87fce;
|
606
|
+
}
|
607
|
+
|
608
|
+
.table-bordered > thead > tr > th {
|
609
|
+
border-bottom-color: inherit;
|
610
|
+
}
|
611
|
+
|
612
|
+
.table-striped > tbody > tr:nth-of-type(odd) {
|
613
|
+
background-color: #f5f5f5;
|
614
|
+
}
|
615
|
+
|
616
|
+
.screenshot-holder {
|
617
|
+
margin-top: 15px;
|
618
|
+
margin-bottom: 15px;
|
619
|
+
position: relative;
|
620
|
+
text-align: center;
|
621
|
+
}
|
622
|
+
|
623
|
+
.screenshot-holder img {
|
624
|
+
border: 1px solid #f0f0f0;
|
625
|
+
}
|
626
|
+
|
627
|
+
.screenshot-holder .mask {
|
628
|
+
display: block;
|
629
|
+
visibility: hidden;
|
630
|
+
position: absolute;
|
631
|
+
width: 100%;
|
632
|
+
height: 100%;
|
633
|
+
left: 0;
|
634
|
+
top: 0;
|
635
|
+
background: rgba(0, 0, 0, 0.25);
|
636
|
+
cursor: pointer;
|
637
|
+
text-decoration: none;
|
638
|
+
}
|
639
|
+
|
640
|
+
.screenshot-holder .mask .svg-inline--fa {
|
641
|
+
color: #fff;
|
642
|
+
font-size: 42px;
|
643
|
+
display: block;
|
644
|
+
position: absolute;
|
645
|
+
left: 50%;
|
646
|
+
top: 50%;
|
647
|
+
margin-left: -21px;
|
648
|
+
margin-top: -21px;
|
649
|
+
}
|
650
|
+
|
651
|
+
.screenshot-holder:hover .mask {
|
652
|
+
visibility: visible;
|
653
|
+
}
|
654
|
+
|
655
|
+
.jumbotron h1 {
|
656
|
+
font-size: 28px;
|
657
|
+
margin-top: 0;
|
658
|
+
margin-bottom: 30px;
|
659
|
+
}
|
660
|
+
|
661
|
+
.author-profile {
|
662
|
+
margin-top: 30px;
|
663
|
+
}
|
664
|
+
|
665
|
+
.author-profile img {
|
666
|
+
width: 100px;
|
667
|
+
height: 100px;
|
668
|
+
}
|
669
|
+
|
670
|
+
.speech-bubble {
|
671
|
+
background: #fff;
|
672
|
+
-webkit-border-radius: 4px;
|
673
|
+
-moz-border-radius: 4px;
|
674
|
+
-ms-border-radius: 4px;
|
675
|
+
-o-border-radius: 4px;
|
676
|
+
border-radius: 4px;
|
677
|
+
-moz-background-clip: padding;
|
678
|
+
-webkit-background-clip: padding-box;
|
679
|
+
background-clip: padding-box;
|
680
|
+
padding: 30px;
|
681
|
+
margin-top: 20px;
|
682
|
+
margin-bottom: 30px;
|
683
|
+
position: relative;
|
684
|
+
}
|
685
|
+
|
686
|
+
.speech-bubble .speech-title {
|
687
|
+
font-size: 16px;
|
688
|
+
}
|
689
|
+
|
690
|
+
.jumbotron .speech-bubble p {
|
691
|
+
font-size: 14px;
|
692
|
+
font-weight: normal;
|
693
|
+
color: #616670;
|
694
|
+
}
|
695
|
+
|
696
|
+
.speech-bubble:before {
|
697
|
+
content: "";
|
698
|
+
display: inline-block;
|
699
|
+
position: absolute;
|
700
|
+
left: 50%;
|
701
|
+
top: -10px;
|
702
|
+
margin-left: -10px;
|
703
|
+
width: 0;
|
704
|
+
height: 0;
|
705
|
+
border-left: 10px solid transparent;
|
706
|
+
border-right: 10px solid transparent;
|
707
|
+
border-bottom: 10px solid #fff;
|
708
|
+
}
|
709
|
+
|
710
|
+
.theme-card {
|
711
|
+
text-align: center;
|
712
|
+
border: 1px solid #e3e3e3;
|
713
|
+
-webkit-border-radius: 4px;
|
714
|
+
-moz-border-radius: 4px;
|
715
|
+
-ms-border-radius: 4px;
|
716
|
+
-o-border-radius: 4px;
|
717
|
+
border-radius: 4px;
|
718
|
+
-moz-background-clip: padding;
|
719
|
+
-webkit-background-clip: padding-box;
|
720
|
+
background-clip: padding-box;
|
721
|
+
position: relative;
|
722
|
+
height: 100%;
|
723
|
+
}
|
724
|
+
|
725
|
+
.theme-card .card-block {
|
726
|
+
padding: 15px;
|
727
|
+
}
|
728
|
+
|
729
|
+
.theme-card .mask {
|
730
|
+
display: block;
|
731
|
+
visibility: hidden;
|
732
|
+
position: absolute;
|
733
|
+
width: 100%;
|
734
|
+
height: 100%;
|
735
|
+
left: 0;
|
736
|
+
top: 0;
|
737
|
+
background: rgba(0, 0, 0, 0.25);
|
738
|
+
cursor: pointer;
|
739
|
+
text-decoration: none;
|
740
|
+
}
|
741
|
+
|
742
|
+
.theme-card .mask .icon {
|
743
|
+
color: #fff;
|
744
|
+
font-size: 42px;
|
745
|
+
margin-top: 25%;
|
746
|
+
}
|
747
|
+
|
748
|
+
.theme-card:hover .mask {
|
749
|
+
visibility: visible;
|
750
|
+
}
|
751
|
+
|
752
|
+
/* Color Schemes */
|
753
|
+
.body-green .header {
|
754
|
+
border-color: #75c181;
|
755
|
+
}
|
756
|
+
|
757
|
+
.body-green a {
|
758
|
+
color: #75c181;
|
759
|
+
}
|
760
|
+
|
761
|
+
.body-green a:hover {
|
762
|
+
color: #52b161;
|
763
|
+
}
|
764
|
+
|
765
|
+
.body-blue .header {
|
766
|
+
border-color: #58bbee;
|
767
|
+
}
|
768
|
+
|
769
|
+
.body-blue a {
|
770
|
+
color: #58bbee;
|
771
|
+
}
|
772
|
+
|
773
|
+
.body-blue a:hover {
|
774
|
+
color: #2aa8e9;
|
775
|
+
}
|
776
|
+
|
777
|
+
.body-orange .header {
|
778
|
+
border-color: #F88C30;
|
779
|
+
}
|
780
|
+
|
781
|
+
.body-orange a {
|
782
|
+
color: #F88C30;
|
783
|
+
}
|
784
|
+
|
785
|
+
.body-orange a:hover {
|
786
|
+
color: #ed7108;
|
787
|
+
}
|
788
|
+
|
789
|
+
.body-pink .header {
|
790
|
+
border-color: #EA5395;
|
791
|
+
}
|
792
|
+
|
793
|
+
.body-pink a {
|
794
|
+
color: #EA5395;
|
795
|
+
}
|
796
|
+
|
797
|
+
.body-pink a:hover {
|
798
|
+
color: #e42679;
|
799
|
+
}
|
800
|
+
|
801
|
+
.body-purple .header {
|
802
|
+
border-color: #8A40A7;
|
803
|
+
}
|
804
|
+
|
805
|
+
.body-purple a {
|
806
|
+
color: #8A40A7;
|
807
|
+
}
|
808
|
+
|
809
|
+
.body-purple a:hover {
|
810
|
+
color: #6c3282;
|
811
|
+
}
|
812
|
+
|
813
|
+
.body-red .header {
|
814
|
+
border-color: #f77b6b;
|
815
|
+
}
|
816
|
+
|
817
|
+
.body-red a {
|
818
|
+
color: #f77b6b;
|
819
|
+
}
|
820
|
+
|
821
|
+
.body-red a:hover {
|
822
|
+
color: #f4503b;
|
823
|
+
}
|
824
|
+
|
825
|
+
/* Sidebar */
|
826
|
+
.doc-nav {
|
827
|
+
position: absolute;
|
828
|
+
top: 0;
|
829
|
+
left: 0;
|
830
|
+
width: 100%;
|
831
|
+
height: 100%;
|
832
|
+
}
|
833
|
+
|
834
|
+
.sticky {
|
835
|
+
position: -webkit-sticky;
|
836
|
+
position: -moz-sticky;
|
837
|
+
position: -ms-sticky;
|
838
|
+
position: -o-sticky;
|
839
|
+
position: sticky;
|
840
|
+
top: 0;
|
841
|
+
}
|
842
|
+
|
843
|
+
.doc-menu {
|
844
|
+
list-style: none;
|
845
|
+
}
|
846
|
+
|
847
|
+
.doc-menu .nav-link {
|
848
|
+
margin-bottom: 5px;
|
849
|
+
display: block;
|
850
|
+
padding: 5px 15px;
|
851
|
+
color: #616670;
|
852
|
+
}
|
853
|
+
|
854
|
+
.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
|
855
|
+
color: #494d55;
|
856
|
+
text-decoration: none;
|
857
|
+
background: none;
|
858
|
+
}
|
859
|
+
|
860
|
+
.doc-menu .nav-link.active {
|
861
|
+
background: none;
|
862
|
+
color: #40babd;
|
863
|
+
font-weight: 600;
|
864
|
+
}
|
865
|
+
|
866
|
+
.body-green .doc-menu .nav-link.active {
|
867
|
+
color: #75c181;
|
868
|
+
border-color: #75c181;
|
869
|
+
}
|
870
|
+
|
871
|
+
.body-blue .doc-menu .nav-link.active {
|
872
|
+
color: #58bbee;
|
873
|
+
border-color: #58bbee;
|
874
|
+
}
|
875
|
+
|
876
|
+
.body-orange .doc-menu .nav-link.active {
|
877
|
+
color: #F88C30;
|
878
|
+
border-color: #F88C30;
|
879
|
+
}
|
880
|
+
|
881
|
+
.body-red .doc-menu .nav-link.active {
|
882
|
+
color: #f77b6b;
|
883
|
+
border-color: #f77b6b;
|
884
|
+
}
|
885
|
+
|
886
|
+
.body-pink .doc-menu .nav-link.active {
|
887
|
+
color: #EA5395;
|
888
|
+
border-color: #EA5395;
|
889
|
+
}
|
890
|
+
|
891
|
+
.body-purple .doc-menu .nav-link.active {
|
892
|
+
color: #8A40A7;
|
893
|
+
border-color: #8A40A7;
|
894
|
+
}
|
895
|
+
|
896
|
+
.doc-sub-menu {
|
897
|
+
list-style: none;
|
898
|
+
padding-left: 0;
|
899
|
+
}
|
900
|
+
|
901
|
+
.doc-sub-menu .nav-link {
|
902
|
+
margin-bottom: 10px;
|
903
|
+
font-size: 12px;
|
904
|
+
display: block;
|
905
|
+
color: #616670;
|
906
|
+
padding: 0;
|
907
|
+
padding-left: 34px;
|
908
|
+
background: none;
|
909
|
+
}
|
910
|
+
|
911
|
+
.doc-sub-menu .nav-link:first-child {
|
912
|
+
padding-top: 5px;
|
913
|
+
}
|
914
|
+
|
915
|
+
.doc-sub-menu .nav-link:hover {
|
916
|
+
color: #494d55;
|
917
|
+
text-decoration: none;
|
918
|
+
background: none;
|
919
|
+
}
|
920
|
+
|
921
|
+
.doc-sub-menu .nav-link:focus {
|
922
|
+
background: none;
|
923
|
+
}
|
924
|
+
|
925
|
+
.doc-sub-menu .nav-link.active {
|
926
|
+
background: none;
|
927
|
+
color: #40babd;
|
928
|
+
}
|
929
|
+
|
930
|
+
.body-green .doc-sub-menu .nav-link.active {
|
931
|
+
color: #75c181;
|
932
|
+
}
|
933
|
+
|
934
|
+
.body-blue .doc-sub-menu .nav-link.active {
|
935
|
+
color: #58bbee;
|
936
|
+
}
|
937
|
+
|
938
|
+
.body-orange .doc-sub-menu .nav-link.active {
|
939
|
+
color: #F88C30;
|
940
|
+
}
|
941
|
+
|
942
|
+
.body-red .doc-sub-menu .nav-link.active {
|
943
|
+
color: #f77b6b;
|
944
|
+
}
|
945
|
+
|
946
|
+
.body-pink .doc-sub-menu .nav-link.active {
|
947
|
+
color: #EA5395;
|
948
|
+
}
|
949
|
+
|
950
|
+
.body-purple .doc-sub-menu .nav-link.active {
|
951
|
+
color: #8A40A7;
|
952
|
+
}
|
953
|
+
|
954
|
+
/*
|
955
|
+
.affix-top {
|
956
|
+
position: absolute;
|
957
|
+
top: 15px;
|
958
|
+
}
|
959
|
+
|
960
|
+
.affix {
|
961
|
+
top: 15px;
|
962
|
+
}
|
963
|
+
|
964
|
+
.affix,
|
965
|
+
.affix-bottom {
|
966
|
+
width: 230px;
|
967
|
+
}
|
968
|
+
|
969
|
+
.affix-bottom {
|
970
|
+
position: absolute;
|
971
|
+
}
|
972
|
+
*/
|
973
|
+
/* ===== Promo block ===== */
|
974
|
+
.promo-block {
|
975
|
+
background: #3aa7aa;
|
976
|
+
}
|
977
|
+
|
978
|
+
.body-green .promo-block {
|
979
|
+
background: #63b971;
|
980
|
+
}
|
981
|
+
|
982
|
+
.body-blue .promo-block {
|
983
|
+
background: #41b2ec;
|
984
|
+
}
|
985
|
+
|
986
|
+
.body-orange .promo-block {
|
987
|
+
background: #f77e17;
|
988
|
+
}
|
989
|
+
|
990
|
+
.body-pink .promo-block {
|
991
|
+
background: #e73c87;
|
992
|
+
}
|
993
|
+
|
994
|
+
.body-purple .promo-block {
|
995
|
+
background: #7b3995;
|
996
|
+
}
|
997
|
+
|
998
|
+
.promo-block a {
|
999
|
+
color: rgba(0, 0, 0, 0.6);
|
1000
|
+
font-weight: bold;
|
1001
|
+
}
|
1002
|
+
|
1003
|
+
.promo-block a:hover {
|
1004
|
+
color: rgba(0, 0, 0, 0.7);
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
.promo-block .promo-block-inner {
|
1008
|
+
padding: 45px;
|
1009
|
+
color: #fff;
|
1010
|
+
-webkit-border-radius: 4px;
|
1011
|
+
-moz-border-radius: 4px;
|
1012
|
+
-ms-border-radius: 4px;
|
1013
|
+
-o-border-radius: 4px;
|
1014
|
+
border-radius: 4px;
|
1015
|
+
-moz-background-clip: padding;
|
1016
|
+
-webkit-background-clip: padding-box;
|
1017
|
+
background-clip: padding-box;
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
.promo-block .promo-title {
|
1021
|
+
font-size: 20px;
|
1022
|
+
font-weight: 800;
|
1023
|
+
margin-top: 0;
|
1024
|
+
margin-bottom: 45px;
|
1025
|
+
}
|
1026
|
+
|
1027
|
+
.promo-block .promo-title .svg-inline--fa {
|
1028
|
+
color: rgba(0, 0, 0, 0.6);
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
.promo-block .figure-holder-inner {
|
1032
|
+
background: #fff;
|
1033
|
+
margin-bottom: 30px;
|
1034
|
+
position: relative;
|
1035
|
+
text-align: center;
|
1036
|
+
}
|
1037
|
+
|
1038
|
+
.promo-block .figure-holder-inner img {
|
1039
|
+
border: 5px solid #fff;
|
1040
|
+
}
|
1041
|
+
|
1042
|
+
.promo-block .figure-holder-inner .mask {
|
1043
|
+
display: block;
|
1044
|
+
visibility: hidden;
|
1045
|
+
position: absolute;
|
1046
|
+
width: 100%;
|
1047
|
+
height: 100%;
|
1048
|
+
left: 0;
|
1049
|
+
top: 0;
|
1050
|
+
background: rgba(0, 0, 0, 0.7);
|
1051
|
+
cursor: pointer;
|
1052
|
+
text-decoration: none;
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
.promo-block .figure-holder-inner .mask .svg-inline--fa {
|
1056
|
+
color: #fff;
|
1057
|
+
font-size: 36px;
|
1058
|
+
display: inline-block;
|
1059
|
+
position: absolute;
|
1060
|
+
top: 50%;
|
1061
|
+
left: 50%;
|
1062
|
+
margin-left: -18px;
|
1063
|
+
margin-top: -18px;
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
.promo-block .figure-holder-inner .mask .svg-inline--fa.pink {
|
1067
|
+
color: #EA5395;
|
1068
|
+
}
|
1069
|
+
|
1070
|
+
.promo-block .figure-holder-inner:hover .mask {
|
1071
|
+
visibility: visible;
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
.promo-block .content-holder-inner {
|
1075
|
+
padding-left: 15px;
|
1076
|
+
padding-right: 15px;
|
1077
|
+
}
|
1078
|
+
|
1079
|
+
.promo-block .content-title {
|
1080
|
+
font-size: 16px;
|
1081
|
+
font-weight: 600;
|
1082
|
+
margin-top: 0;
|
1083
|
+
}
|
1084
|
+
|
1085
|
+
.promo-block .highlight {
|
1086
|
+
color: rgba(0, 0, 0, 0.6);
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
.promo-block .btn-cta {
|
1090
|
+
background: rgba(0, 0, 0, 0.35);
|
1091
|
+
border: none;
|
1092
|
+
color: #fff !important;
|
1093
|
+
margin-bottom: 15px;
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
.promo-block .btn-cta:hover {
|
1097
|
+
background: rgba(0, 0, 0, 0.5);
|
1098
|
+
border: none;
|
1099
|
+
color: #fff !important;
|
1100
|
+
}
|
1101
|
+
|
1102
|
+
/* Extra small devices (phones, less than 768px) */
|
1103
|
+
@media (max-width: 767px) {
|
1104
|
+
.jumbotron {
|
1105
|
+
padding: 30px 15px;
|
1106
|
+
}
|
1107
|
+
.jumbotron h1 {
|
1108
|
+
font-size: 24px;
|
1109
|
+
margin-bottom: 15px;
|
1110
|
+
}
|
1111
|
+
.jumbotron p {
|
1112
|
+
font-size: 18px;
|
1113
|
+
}
|
1114
|
+
.promo-block .promo-block-inner {
|
1115
|
+
padding: 30px 15px;
|
1116
|
+
}
|
1117
|
+
.promo-block .content-holder-inner {
|
1118
|
+
padding: 0;
|
1119
|
+
}
|
1120
|
+
.promo-block .promo-title {
|
1121
|
+
margin-bottom: 30px;
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
/* Small devices (tablets, 768px and up) */
|
1126
|
+
/* Medium devices (desktops, 992px and up) */
|
1127
|
+
/* Large devices (large desktops, 1200px and up) */
|
1128
|
+
.sticky {
|
1129
|
+
position: -webkit-sticky;
|
1130
|
+
position: sticky;
|
1131
|
+
top: 0;
|
1132
|
+
}
|
1133
|
+
|
1134
|
+
.sticky:before,
|
1135
|
+
.sticky:after {
|
1136
|
+
content: '';
|
1137
|
+
display: table;
|
1138
|
+
}
|
1139
|
+
|
1140
|
+
/* ======= Landing Page ======= */
|
1141
|
+
.landing-page .header {
|
1142
|
+
background: #494d55;
|
1143
|
+
color: rgba(255, 255, 255, 0.85);
|
1144
|
+
padding: 60px 0;
|
1145
|
+
}
|
1146
|
+
|
1147
|
+
.landing-page .header a {
|
1148
|
+
color: #fff;
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
.landing-page .branding {
|
1152
|
+
text-transform: uppercase;
|
1153
|
+
margin-bottom: 20px;
|
1154
|
+
}
|
1155
|
+
|
1156
|
+
.landing-page .branding .logo {
|
1157
|
+
font-size: 38px;
|
1158
|
+
margin-top: 0;
|
1159
|
+
margin-bottom: 0;
|
1160
|
+
}
|
1161
|
+
|
1162
|
+
.landing-page .branding .text-bold {
|
1163
|
+
font-weight: 800;
|
1164
|
+
color: #fff;
|
1165
|
+
}
|
1166
|
+
|
1167
|
+
.landing-page .branding .icon {
|
1168
|
+
font-size: 32px;
|
1169
|
+
color: #40babd;
|
1170
|
+
}
|
1171
|
+
|
1172
|
+
.landing-page .tagline {
|
1173
|
+
font-weight: 600;
|
1174
|
+
font-size: 20px;
|
1175
|
+
}
|
1176
|
+
|
1177
|
+
.landing-page .tagline p {
|
1178
|
+
margin-bottom: 5px;
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
.landing-page .tagline .text-highlight {
|
1182
|
+
color: #266f71;
|
1183
|
+
}
|
1184
|
+
|
1185
|
+
.landing-page .fa-heart {
|
1186
|
+
color: #EA5395;
|
1187
|
+
}
|
1188
|
+
|
1189
|
+
.landing-page .cta-container {
|
1190
|
+
margin-top: 30px;
|
1191
|
+
}
|
1192
|
+
|
1193
|
+
.landing-page .social-container {
|
1194
|
+
margin-top: 30px;
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
.landing-page .social-container .twitter-tweet {
|
1198
|
+
display: inline-block;
|
1199
|
+
margin-right: 5px;
|
1200
|
+
position: relative;
|
1201
|
+
top: 5px;
|
1202
|
+
}
|
1203
|
+
|
1204
|
+
.landing-page .social-container .fab-like {
|
1205
|
+
display: inline-block;
|
1206
|
+
}
|
1207
|
+
|
1208
|
+
.cards-section {
|
1209
|
+
padding: 60px 0;
|
1210
|
+
background: #f9f9fb;
|
1211
|
+
}
|
1212
|
+
|
1213
|
+
.cards-section .title {
|
1214
|
+
margin-top: 0;
|
1215
|
+
margin-bottom: 15px;
|
1216
|
+
font-size: 24px;
|
1217
|
+
font-weight: 600;
|
1218
|
+
}
|
1219
|
+
|
1220
|
+
.cards-section .intro {
|
1221
|
+
margin: 0 auto;
|
1222
|
+
max-width: 800px;
|
1223
|
+
margin-bottom: 60px;
|
1224
|
+
color: #616670;
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
.cards-section .cards-wrapper {
|
1228
|
+
max-width: 860px;
|
1229
|
+
margin-left: auto;
|
1230
|
+
margin-right: auto;
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
.cards-section .item {
|
1234
|
+
margin-bottom: 30px;
|
1235
|
+
}
|
1236
|
+
|
1237
|
+
.cards-section .item .icon-holder {
|
1238
|
+
margin-bottom: 15px;
|
1239
|
+
}
|
1240
|
+
|
1241
|
+
.cards-section .item .icon {
|
1242
|
+
font-size: 36px;
|
1243
|
+
}
|
1244
|
+
|
1245
|
+
.cards-section .item .title {
|
1246
|
+
font-size: 16px;
|
1247
|
+
font-weight: 600;
|
1248
|
+
}
|
1249
|
+
|
1250
|
+
.cards-section .item .intro {
|
1251
|
+
margin-bottom: 15px;
|
1252
|
+
}
|
1253
|
+
|
1254
|
+
.cards-section .item-inner {
|
1255
|
+
padding: 45px 30px;
|
1256
|
+
background: #fff;
|
1257
|
+
position: relative;
|
1258
|
+
border: 1px solid #f0f0f0;
|
1259
|
+
-webkit-border-radius: 4px;
|
1260
|
+
-moz-border-radius: 4px;
|
1261
|
+
-ms-border-radius: 4px;
|
1262
|
+
-o-border-radius: 4px;
|
1263
|
+
border-radius: 4px;
|
1264
|
+
-moz-background-clip: padding;
|
1265
|
+
-webkit-background-clip: padding-box;
|
1266
|
+
background-clip: padding-box;
|
1267
|
+
height: 100%;
|
1268
|
+
}
|
1269
|
+
|
1270
|
+
.cards-section .item-inner .link {
|
1271
|
+
position: absolute;
|
1272
|
+
width: 100%;
|
1273
|
+
height: 100%;
|
1274
|
+
top: 0;
|
1275
|
+
left: 0;
|
1276
|
+
z-index: 1;
|
1277
|
+
background-image: url("../images/empty.gif");
|
1278
|
+
/* for IE8 */
|
1279
|
+
}
|
1280
|
+
|
1281
|
+
.cards-section .item-inner:hover {
|
1282
|
+
background: #f5f5f5;
|
1283
|
+
}
|
1284
|
+
|
1285
|
+
.cards-section .item-primary .item-inner {
|
1286
|
+
border-top: 3px solid #40babd;
|
1287
|
+
}
|
1288
|
+
|
1289
|
+
.cards-section .item-primary .item-inner:hover .title {
|
1290
|
+
color: #2d8284;
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
.cards-section .item-primary .icon {
|
1294
|
+
color: #40babd;
|
1295
|
+
}
|
1296
|
+
|
1297
|
+
.cards-section .item-green .item-inner {
|
1298
|
+
border-top: 3px solid #75c181;
|
1299
|
+
}
|
1300
|
+
|
1301
|
+
.cards-section .item-green .item-inner:hover .title {
|
1302
|
+
color: #48a156;
|
1303
|
+
}
|
1304
|
+
|
1305
|
+
.cards-section .item-green .icon {
|
1306
|
+
color: #75c181;
|
1307
|
+
}
|
1308
|
+
|
1309
|
+
.cards-section .item-blue .item-inner {
|
1310
|
+
border-top: 3px solid #58bbee;
|
1311
|
+
}
|
1312
|
+
|
1313
|
+
.cards-section .item-blue .item-inner:hover .title {
|
1314
|
+
color: #179de2;
|
1315
|
+
}
|
1316
|
+
|
1317
|
+
.cards-section .item-blue .icon {
|
1318
|
+
color: #58bbee;
|
1319
|
+
}
|
1320
|
+
|
1321
|
+
.cards-section .item-orange .item-inner {
|
1322
|
+
border-top: 3px solid #F88C30;
|
1323
|
+
}
|
1324
|
+
|
1325
|
+
.cards-section .item-orange .item-inner:hover .title {
|
1326
|
+
color: #d46607;
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
.cards-section .item-orange .icon {
|
1330
|
+
color: #F88C30;
|
1331
|
+
}
|
1332
|
+
|
1333
|
+
.cards-section .item-red .item-inner {
|
1334
|
+
border-top: 3px solid #f77b6b;
|
1335
|
+
}
|
1336
|
+
|
1337
|
+
.cards-section .item-red .item-inner:hover .title {
|
1338
|
+
color: #f33a22;
|
1339
|
+
}
|
1340
|
+
|
1341
|
+
.cards-section .item-red .icon {
|
1342
|
+
color: #f77b6b;
|
1343
|
+
}
|
1344
|
+
|
1345
|
+
.cards-section .item-pink .item-inner {
|
1346
|
+
border-top: 3px solid #EA5395;
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
.cards-section .item-pink .item-inner:hover .title {
|
1350
|
+
color: #d61a6c;
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
.cards-section .item-pink .icon {
|
1354
|
+
color: #EA5395;
|
1355
|
+
}
|
1356
|
+
|
1357
|
+
.cards-section .item-purple .item-inner {
|
1358
|
+
border-top: 3px solid #8A40A7;
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
.cards-section .item-purple .item-inner:hover .title {
|
1362
|
+
color: #5c2b70;
|
1363
|
+
}
|
1364
|
+
|
1365
|
+
.cards-section .item-purple .icon {
|
1366
|
+
color: #8A40A7;
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
@media (max-width: 767.98px) {
|
1370
|
+
.cards-section .item-inner {
|
1371
|
+
padding: 30px 15px;
|
1372
|
+
}
|
1373
|
+
}
|