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.
Files changed (195) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +0 -0
  3. data/README.md +59 -178
  4. data/_includes/footer.html +6 -6
  5. data/_includes/home.html +122 -0
  6. data/_includes/promo-block.html +29 -86
  7. data/_layouts/home.html +36 -53
  8. data/_layouts/page.html +51 -5
  9. data/assets/.DS_Store +0 -0
  10. data/assets/css/.DS_Store +0 -0
  11. data/assets/css/styles.css +1373 -1267
  12. data/assets/images/.DS_Store +0 -0
  13. data/assets/images/demo/.DS_Store +0 -0
  14. data/assets/images/demo/fontawesome-icons.png +0 -0
  15. data/assets/images/demo/instance-promo.jpg +0 -0
  16. data/assets/images/demo/theme-atom.png +0 -0
  17. data/assets/images/demo/theme-decibel.png +0 -0
  18. data/assets/images/demo/theme-delta.png +0 -0
  19. data/assets/images/demo/theme-devstudio.png +0 -0
  20. data/assets/images/demo/theme-instance.png +0 -0
  21. data/assets/images/demo/theme-onboard.png +0 -0
  22. data/assets/images/demo/theme-orbit.png +0 -0
  23. data/assets/images/demo/theme-pillar.png +0 -0
  24. data/assets/images/demo/theme-sphere.png +0 -0
  25. data/assets/images/demo/theme-startupkit.png +0 -0
  26. data/assets/images/demo/theme-tempo.png +0 -0
  27. data/assets/images/demo/theme-trades.png +0 -0
  28. data/assets/images/empty.gif +0 -0
  29. data/assets/images/untitled folder/.DS_Store +0 -0
  30. data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
  31. data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
  32. data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
  33. data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
  34. data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
  35. data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
  36. data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
  37. data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
  38. data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
  39. data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
  40. data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
  41. data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
  42. data/assets/js/.DS_Store +0 -0
  43. data/assets/js/main.js +42 -46
  44. data/assets/plugins/.DS_Store +0 -0
  45. data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
  46. data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
  47. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
  48. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
  49. data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
  50. data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
  51. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
  52. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
  53. data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
  54. data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
  55. data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
  56. data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
  57. data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
  58. data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
  59. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
  60. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
  61. data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
  62. data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
  63. data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
  64. data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
  65. data/assets/plugins/jquery-3.3.1.min.js +2 -0
  66. data/assets/plugins/lightbox/Gruntfile.js +84 -83
  67. data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
  68. data/assets/plugins/lightbox/LICENSE +21 -0
  69. data/assets/plugins/lightbox/README.md +15 -10
  70. data/assets/plugins/lightbox/bower.json +29 -38
  71. data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
  72. data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
  73. data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
  74. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
  75. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
  76. data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
  77. data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
  78. data/assets/plugins/lightbox/examples/bs3.html +596 -0
  79. data/assets/plugins/lightbox/index.html +659 -0
  80. data/assets/plugins/lightbox/package.json +57 -46
  81. data/assets/plugins/lightbox/webpack.config.js +89 -0
  82. data/assets/plugins/lightbox/yarn.lock +6683 -0
  83. data/assets/plugins/prism/min/prism-min.js +0 -0
  84. data/assets/plugins/stickyfill/.editorconfig +9 -0
  85. data/assets/plugins/stickyfill/.gitignore +1 -0
  86. data/assets/plugins/stickyfill/Gruntfile.js +106 -0
  87. data/assets/plugins/stickyfill/LICENSE +21 -0
  88. data/assets/plugins/stickyfill/README.md +229 -0
  89. data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
  90. data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
  91. data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
  92. data/assets/plugins/stickyfill/package-lock.json +2109 -0
  93. data/assets/plugins/stickyfill/package.json +32 -0
  94. data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
  95. data/assets/plugins/stickyfill/test/index.html +941 -0
  96. data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
  97. data/assets/plugins/stickyfill/types/index.d.ts +17 -0
  98. data/assets/plugins/stickyfill/yarn.lock +1475 -0
  99. data/assets/scss/.DS_Store +0 -0
  100. data/assets/{less/base.less → scss/_base.scss} +283 -307
  101. data/assets/{less/doc.less → scss/_doc.scss} +747 -747
  102. data/assets/{less/landing.less → scss/_landing.scss} +231 -244
  103. data/assets/scss/_mixins.scss +175 -0
  104. data/assets/scss/config.codekit3 +2243 -0
  105. data/assets/scss/styles.scss +45 -0
  106. metadata +76 -96
  107. data/_includes/blue-doc-wrapper.html +0 -293
  108. data/_includes/blue-header.html +0 -17
  109. data/_includes/card-charts.html +0 -10
  110. data/_includes/card-components.html +0 -10
  111. data/_includes/card-faqs.html +0 -10
  112. data/_includes/card-license.html +0 -10
  113. data/_includes/card-quick.html +0 -10
  114. data/_includes/card-showcase.html +0 -10
  115. data/_includes/cards-section.html +0 -47
  116. data/_includes/doc-wrapper.html +0 -170
  117. data/_includes/fb-root.html +0 -9
  118. data/_includes/green-doc-wrapper.html +0 -484
  119. data/_includes/green-header.html +0 -17
  120. data/_includes/header-home.html +0 -21
  121. data/_includes/header.html +0 -70
  122. data/_includes/icon-github.html +0 -1
  123. data/_includes/landing-header.html +0 -22
  124. data/_includes/orange-doc-wrapper.html +0 -65
  125. data/_includes/orange-header.html +0 -17
  126. data/_includes/pink-doc-wrapper.html +0 -281
  127. data/_includes/pink-header.html +0 -17
  128. data/_includes/purple-doc-wrapper.html +0 -138
  129. data/_includes/purple-header.html +0 -17
  130. data/_layouts/blue.html +0 -53
  131. data/_layouts/default.html +0 -53
  132. data/_layouts/green.html +0 -53
  133. data/_layouts/orange.html +0 -53
  134. data/_layouts/pink.html +0 -53
  135. data/_layouts/post.html +0 -5
  136. data/_layouts/purple.html +0 -53
  137. data/assets/images/demo/a-complete-example-of-page.png +0 -0
  138. data/assets/less/mixins.less +0 -185
  139. data/assets/less/styles.less +0 -13
  140. data/assets/less/theme-default.less +0 -115
  141. data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
  142. data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
  143. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
  144. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
  145. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  146. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
  147. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  148. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  149. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  150. data/assets/plugins/bootstrap/js/npm.js +0 -13
  151. data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
  152. data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
  153. data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
  154. data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
  155. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  156. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
  157. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  158. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  159. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  160. data/assets/plugins/font-awesome/less/animated.less +0 -34
  161. data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
  162. data/assets/plugins/font-awesome/less/core.less +0 -12
  163. data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
  164. data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
  165. data/assets/plugins/font-awesome/less/icons.less +0 -733
  166. data/assets/plugins/font-awesome/less/larger.less +0 -13
  167. data/assets/plugins/font-awesome/less/list.less +0 -19
  168. data/assets/plugins/font-awesome/less/mixins.less +0 -60
  169. data/assets/plugins/font-awesome/less/path.less +0 -15
  170. data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
  171. data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
  172. data/assets/plugins/font-awesome/less/stacked.less +0 -20
  173. data/assets/plugins/font-awesome/less/variables.less +0 -744
  174. data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
  175. data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
  176. data/assets/plugins/font-awesome/scss/_core.scss +0 -12
  177. data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
  178. data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
  179. data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
  180. data/assets/plugins/font-awesome/scss/_list.scss +0 -19
  181. data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
  182. data/assets/plugins/font-awesome/scss/_path.scss +0 -15
  183. data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
  184. data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
  185. data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
  186. data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
  187. data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
  188. data/assets/plugins/jquery-1.12.3.min.js +0 -5
  189. data/assets/plugins/lightbox/LICENSE.txt +0 -339
  190. data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
  191. data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
  192. data/assets/plugins/lightbox/examples/index.html +0 -559
  193. data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
  194. data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
  195. data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
Binary file
@@ -1,308 +1,284 @@
1
- /* ======= Base ======= */
2
- body {
3
- font-family: 'Open Sans', arial, sans-serif;
4
- color: @text-color;
5
- font-size: 14px;
6
- -webkit-font-smoothing: antialiased;
7
- -moz-osx-font-smoothing: grayscale;
8
- }
9
-
10
- html, body {
11
- height: 100%;
12
- }
13
-
14
- .page-wrapper {
15
- min-height: 100%;
16
- /* equal to footer height */
17
- margin-bottom: -50px;
18
- &:after {
19
- content: "";
20
- display: block;
21
- height: 50px;
22
- }
23
- }
24
-
25
- .footer {
26
- height: 50px;
27
- }
28
-
29
- p {
30
- line-height: 1.5;
31
- }
32
-
33
- a {
34
- color: darken(@color-primary, 5%);
35
- .transition (all 0.4s ease-in-out);
36
- &:hover {
37
- text-decoration: underline;
38
- color: darken(@color-primary, 10%);
39
- }
40
- &:focus {
41
- text-decoration: none;
42
- }
43
- }
44
-
45
-
46
- code {
47
- background: #222;
48
- color: #fff;
49
- font-size: 14px;
50
- font-weight: bold;
51
- font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
52
- padding:2px 8px;
53
- padding-top: 4px;
54
- display: inline-block;
55
- }
56
-
57
- .btn, a.btn {
58
- .transition (all 0.4s ease-in-out);
59
- font-weight: 600;
60
- font-size: 14px;
61
- line-height: 1.5;
62
- .fa {
63
- margin-right: 5px;
64
- }
65
- }
66
-
67
- .btn-primary, a.btn-primary {
68
- background: @color-primary;
69
- border: 1px solid @color-primary;
70
- color: #fff !important;
71
- &:hover, &:focus, &:active, &.active, &.hover {
72
- background: darken(@color-primary, 5%);
73
- color: #fff !important;
74
- border: 1px solid darken(@color-primary, 5%);
75
- }
76
- }
77
-
78
- .btn-green, a.btn-green {
79
- background: @color-green;
80
- border: 1px solid @color-green;
81
- color: #fff !important;
82
- &:hover, &:focus, &:active, &.active, &.hover {
83
- background: darken(@color-green, 5%);
84
- color: #fff !important;
85
- border: 1px solid darken(@color-green, 5%);
86
- }
87
- .body-green & {
88
- color: #fff !important;
89
- &:hover, &:focus, &:active, &.active, &.hover {
90
- color: #fff !important;
91
- }
92
- }
93
- }
94
-
95
- .btn-blue, a.btn-blue {
96
- background: @color-blue;
97
- border: 1px solid @color-blue;
98
- color: #fff !important;
99
- &:hover, &:focus, &:active, &.active, &.hover {
100
- background: darken(@color-blue, 5%);
101
- color: #fff !important;
102
- border: 1px solid darken(@color-blue, 5%);
103
- }
104
- }
105
-
106
- .btn-orange, a.btn-orange {
107
- background: @color-orange;
108
- border: 1px solid @color-orange;
109
- color: #fff !important;
110
- &:hover, &:focus, &:active, &.active, &.hover {
111
- background: darken(@color-orange, 5%);
112
- color: #fff !important;
113
- border: 1px solid darken(@color-orange, 5%);
114
- }
115
- }
116
-
117
- .btn-red, a.btn-red {
118
- background: @color-red;
119
- border: 1px solid @color-red;
120
- color: #fff !important;
121
- &:hover, &:focus, &:active, &.active, &.hover {
122
- background: darken(@color-red, 5%);
123
- color: #fff !important;
124
- border: 1px solid darken(@color-red, 5%);
125
- }
126
- }
127
-
128
- .btn-pink, a.btn-pink {
129
- background: @color-pink;
130
- border: 1px solid @color-pink;
131
- color: #fff !important;
132
- &:hover, &:focus, &:active, &.active, &.hover {
133
- background: darken(@color-pink, 5%);
134
- color: #fff !important;
135
- border: 1px solid darken(@color-pink, 5%);
136
- }
137
-
138
- }
139
-
140
- .btn-purple, a.btn-purple {
141
- background: @color-purple;
142
- border: 1px solid @color-purple;
143
- color: #fff !important;
144
- &:hover, &:focus, &:active, &.active, &.hover {
145
- background: darken(@color-purple, 5%);
146
- color: #fff !important;
147
- border: 1px solid darken(@color-purple, 5%);
148
- }
149
- }
150
-
151
- .btn-cta {
152
- padding: 7px 15px;
153
- }
154
-
155
- .form-control {
156
- .box-shadow(none);
157
- height: 40px;
158
- border-color: @divider;
159
- .placeholder(lighten(@grey, 5%));
160
- &:focus {
161
- border-color: darken(@divider, 5%);
162
- .box-shadow(none);
163
- }
164
- }
165
-
166
- input[type="text"],
167
- input[type="email"],
168
- input[type="password"],
169
- input[type="submit"],
170
- input[type="button"],
171
- textarea,
172
- select {
173
- appearance: none; /* for mobile safari */
174
- -webkit-appearance: none;
175
- }
176
-
177
- #topcontrol {
178
- background: @color-primary;
179
- color: #fff;
180
- text-align: center;
181
- display: inline-block;
182
- width: 35px;
183
- height: 35px;
184
- border: none;
185
- .border-radius(4px);
186
- .transition (all 0.4s ease-in-out);
187
- z-index: 30;
188
- &:hover {
189
- background: lighten(@color-primary, 5%);
190
- }
191
- .fa {
192
- position: relative;
193
- top: 3px;
194
- font-size: 25px;
195
- }
196
- }
197
-
198
- .video-container iframe {
199
- max-width: 100%;
200
- }
201
-
202
-
203
- /* ====== Header ====== */
204
- .header {
205
- background: @text-color;
206
- color: rgba(256, 256, 256, 0.85);
207
- border-top: 5px solid @color-primary;
208
- padding: 30px 0;
209
- a {
210
- color: #fff;
211
- }
212
- }
213
- .branding {
214
- text-transform: uppercase;
215
- margin-bottom: 10px;
216
- .logo {
217
- font-size: 28px;
218
- margin-top: 0;
219
- margin-bottom: 0;
220
- a {
221
- text-decoration: none;
222
- }
223
- }
224
- .text-highlight {
225
- color: @color-primary;
226
- .body-green & {
227
- color: @color-green;
228
- }
229
- .body-blue & {
230
- color: @color-blue;
231
- }
232
- .body-orange & {
233
- color: @color-orange;
234
- }
235
- .body-red & {
236
- color: @color-red;
237
- }
238
- .body-pink & {
239
- color: @color-pink;
240
- }
241
- .body-purple & {
242
- color: @color-purple;
243
- }
244
- }
245
- .text-bold {
246
- font-weight: 800;
247
- color: #fff;
248
- }
249
- .icon {
250
- font-size: 24px;
251
- color: @color-primary;
252
- .body-green & {
253
- color: @color-green;
254
- }
255
- .body-blue & {
256
- color: @color-blue;
257
- }
258
- .body-orange & {
259
- color: @color-orange;
260
- }
261
- .body-red & {
262
- color: @color-red;
263
- }
264
- .body-pink & {
265
- color: @color-pink;
266
- }
267
- .body-purple & {
268
- color: @color-purple;
269
- }
270
- }
271
- }
272
-
273
- .breadcrumb {
274
- background: none;
275
- margin-bottom: 0;
276
- padding: 0;
277
- li {
278
- color: rgba(256, 256, 256, 0.5);
279
- &.active {
280
- color: rgba(256, 256, 256, 0.5);
281
- }
282
- a {
283
- color: rgba(256, 256, 256, 0.5);
284
- &:hover {
285
- color: #fff;
286
- }
287
- }
288
- }
289
-
290
- }
291
-
292
- .breadcrumb>li+li:before {
293
- color: rgba(0, 0, 0, 0.4);
294
- }
295
-
296
-
297
- /* ====== Footer ====== */
298
- .footer {
299
- background: darken(@text-color, 15%);
300
- color: rgba(256, 256, 256, 0.6);
301
- padding: 15px 0;
302
- a {
303
- color: @color-primary;
304
- }
305
- .fa-heart {
306
- color: @color-pink;
307
- }
1
+ /* ======= Base ======= */
2
+ body {
3
+ font-family: 'Open Sans', arial, sans-serif;
4
+ color: $text-color;
5
+ font-size: 14px;
6
+ -webkit-font-smoothing: antialiased;
7
+ -moz-osx-font-smoothing: grayscale;
8
+ }
9
+
10
+ html, body {
11
+ height: 100%;
12
+ }
13
+
14
+ .page-wrapper {
15
+ min-height: 100%;
16
+ /* equal to footer height */
17
+ margin-bottom: -50px;
18
+ &:after {
19
+ content: "";
20
+ display: block;
21
+ height: 50px;
22
+ }
23
+ }
24
+
25
+ .footer {
26
+ height: 50px;
27
+ }
28
+
29
+ p {
30
+ line-height: 1.5;
31
+ }
32
+
33
+ a {
34
+ color: darken($color-primary, 5%);
35
+ @include transition (all 0.4s ease-in-out);
36
+ &:hover {
37
+ text-decoration: underline;
38
+ color: darken($color-primary, 10%);
39
+ }
40
+ &:focus {
41
+ text-decoration: none;
42
+ }
43
+ }
44
+
45
+
46
+ code {
47
+ background: #222;
48
+ color: #fff;
49
+ font-size: 14px;
50
+ font-weight: bold;
51
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
52
+ padding:2px 8px;
53
+ padding-top: 4px;
54
+ display: inline-block;
55
+ }
56
+
57
+ .btn, a.btn {
58
+ @include transition (all 0.4s ease-in-out);
59
+ font-weight: 600;
60
+ font-size: 14px;
61
+ line-height: 1.5;
62
+ .svg-inline--fa {
63
+ margin-right: 5px;
64
+ position: relative;
65
+ top: -1px;
66
+ }
67
+ }
68
+
69
+ .btn-primary, a.btn-primary {
70
+ background: $color-primary;
71
+ border: 1px solid $color-primary;
72
+ color: #fff !important;
73
+ &:hover, &:focus, &:active, &.active, &.hover {
74
+ background: darken($color-primary, 5%);
75
+ color: #fff !important;
76
+ border: 1px solid darken($color-primary, 5%);
77
+ }
78
+ }
79
+
80
+ .btn-green, a.btn-green {
81
+ background: $color-green;
82
+ border: 1px solid $color-green;
83
+ color: #fff !important;
84
+ &:hover, &:focus, &:active, &.active, &.hover {
85
+ background: darken($color-green, 5%);
86
+ color: #fff !important;
87
+ border: 1px solid darken($color-green, 5%);
88
+ }
89
+ .body-green & {
90
+ color: #fff !important;
91
+ &:hover, &:focus, &:active, &.active, &.hover {
92
+ color: #fff !important;
93
+ }
94
+ }
95
+ }
96
+
97
+ .btn-blue, a.btn-blue {
98
+ background: $color-blue;
99
+ border: 1px solid $color-blue;
100
+ color: #fff !important;
101
+ &:hover, &:focus, &:active, &.active, &.hover {
102
+ background: darken($color-blue, 5%);
103
+ color: #fff !important;
104
+ border: 1px solid darken($color-blue, 5%);
105
+ }
106
+ }
107
+
108
+ .btn-orange, a.btn-orange {
109
+ background: $color-orange;
110
+ border: 1px solid $color-orange;
111
+ color: #fff !important;
112
+ &:hover, &:focus, &:active, &.active, &.hover {
113
+ background: darken($color-orange, 5%);
114
+ color: #fff !important;
115
+ border: 1px solid darken($color-orange, 5%);
116
+ }
117
+ }
118
+
119
+ .btn-red, a.btn-red {
120
+ background: $color-red;
121
+ border: 1px solid $color-red;
122
+ color: #fff !important;
123
+ &:hover, &:focus, &:active, &.active, &.hover {
124
+ background: darken($color-red, 5%);
125
+ color: #fff !important;
126
+ border: 1px solid darken($color-red, 5%);
127
+ }
128
+ }
129
+
130
+ .btn-pink, a.btn-pink {
131
+ background: $color-pink;
132
+ border: 1px solid $color-pink;
133
+ color: #fff !important;
134
+ &:hover, &:focus, &:active, &.active, &.hover {
135
+ background: darken($color-pink, 5%);
136
+ color: #fff !important;
137
+ border: 1px solid darken($color-pink, 5%);
138
+ }
139
+
140
+ }
141
+
142
+ .btn-purple, a.btn-purple {
143
+ background: $color-purple;
144
+ border: 1px solid $color-purple;
145
+ color: #fff !important;
146
+ &:hover, &:focus, &:active, &.active, &.hover {
147
+ background: darken($color-purple, 5%);
148
+ color: #fff !important;
149
+ border: 1px solid darken($color-purple, 5%);
150
+ }
151
+ }
152
+
153
+ .btn-cta {
154
+ padding: 7px 15px;
155
+ }
156
+
157
+ .form-control {
158
+ @include box-shadow(none);
159
+ height: 40px;
160
+ border-color: $divider;
161
+ @include placeholder(lighten($grey, 5%));
162
+ &:focus {
163
+ border-color: darken($divider, 5%);
164
+ @include box-shadow(none);
165
+ }
166
+ }
167
+
168
+ input[type="text"],
169
+ input[type="email"],
170
+ input[type="password"],
171
+ input[type="submit"],
172
+ input[type="button"],
173
+ textarea,
174
+ select {
175
+ appearance: none; /* for mobile safari */
176
+ -webkit-appearance: none;
177
+ }
178
+
179
+ /* ====== Header ====== */
180
+ .header {
181
+ background: $text-color;
182
+ color: rgba(256, 256, 256, 0.85);
183
+ border-top: 5px solid $color-primary;
184
+ padding: 30px 0;
185
+ a {
186
+ color: #fff;
187
+ }
188
+ }
189
+ .branding {
190
+ text-transform: uppercase;
191
+ margin-bottom: 10px;
192
+ .logo {
193
+ font-size: 28px;
194
+ margin-top: 0;
195
+ margin-bottom: 0;
196
+ a {
197
+ text-decoration: none;
198
+ }
199
+ }
200
+ .text-highlight {
201
+ color: $color-primary;
202
+ .body-green & {
203
+ color: $color-green;
204
+ }
205
+ .body-blue & {
206
+ color: $color-blue;
207
+ }
208
+ .body-orange & {
209
+ color: $color-orange;
210
+ }
211
+ .body-red & {
212
+ color: $color-red;
213
+ }
214
+ .body-pink & {
215
+ color: $color-pink;
216
+ }
217
+ .body-purple & {
218
+ color: $color-purple;
219
+ }
220
+ }
221
+ .text-bold {
222
+ font-weight: 800;
223
+ color: #fff;
224
+ }
225
+ .icon {
226
+ font-size: 24px;
227
+ color: $color-primary;
228
+ .body-green & {
229
+ color: $color-green;
230
+ }
231
+ .body-blue & {
232
+ color: $color-blue;
233
+ }
234
+ .body-orange & {
235
+ color: $color-orange;
236
+ }
237
+ .body-red & {
238
+ color: $color-red;
239
+ }
240
+ .body-pink & {
241
+ color: $color-pink;
242
+ }
243
+ .body-purple & {
244
+ color: $color-purple;
245
+ }
246
+ }
247
+ }
248
+
249
+ .breadcrumb {
250
+ background: none;
251
+ margin-bottom: 0;
252
+ padding: 0;
253
+ li {
254
+ color: rgba(256, 256, 256, 0.5);
255
+ &.active {
256
+ color: rgba(256, 256, 256, 0.5);
257
+ }
258
+ a {
259
+ color: rgba(256, 256, 256, 0.5);
260
+ &:hover {
261
+ color: #fff;
262
+ }
263
+ }
264
+ }
265
+
266
+ }
267
+
268
+ .breadcrumb>li+li:before {
269
+ color: rgba(0, 0, 0, 0.4);
270
+ }
271
+
272
+
273
+ /* ====== Footer ====== */
274
+ .footer {
275
+ background: darken($text-color, 15%);
276
+ color: rgba(256, 256, 256, 0.6);
277
+ padding: 15px 0;
278
+ a {
279
+ color: $color-primary;
280
+ }
281
+ .fa-heart {
282
+ color: $color-pink;
283
+ }
308
284
  }