geekyll 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +48 -0
  4. data/_includes/footer.html +20 -0
  5. data/_includes/head.html +27 -0
  6. data/_includes/header.html +18 -0
  7. data/_includes/image.html +14 -0
  8. data/_includes/javascripts.html +7 -0
  9. data/_includes/navigation.html +16 -0
  10. data/_includes/social.html +15 -0
  11. data/_layouts/default.html +10 -0
  12. data/_layouts/index.html +48 -0
  13. data/_layouts/page.html +23 -0
  14. data/_layouts/post.html +5 -0
  15. data/_layouts/root.html +14 -0
  16. data/_sass/geekyll/_icons.scss +9 -0
  17. data/_sass/geekyll/_layout.scss +233 -0
  18. data/_sass/geekyll/_pages.scss +232 -0
  19. data/_sass/geekyll/_typography.scss +4 -0
  20. data/_sass/geekyll/bootstrap4alpha4/_alert.scss +56 -0
  21. data/_sass/geekyll/bootstrap4alpha4/_animation.scss +27 -0
  22. data/_sass/geekyll/bootstrap4alpha4/_breadcrumb.scss +38 -0
  23. data/_sass/geekyll/bootstrap4alpha4/_button-group.scss +234 -0
  24. data/_sass/geekyll/bootstrap4alpha4/_buttons.scss +176 -0
  25. data/_sass/geekyll/bootstrap4alpha4/_card.scss +320 -0
  26. data/_sass/geekyll/bootstrap4alpha4/_carousel.scss +253 -0
  27. data/_sass/geekyll/bootstrap4alpha4/_close.scss +31 -0
  28. data/_sass/geekyll/bootstrap4alpha4/_code.scss +57 -0
  29. data/_sass/geekyll/bootstrap4alpha4/_custom-forms.scss +265 -0
  30. data/_sass/geekyll/bootstrap4alpha4/_custom.scss +4 -0
  31. data/_sass/geekyll/bootstrap4alpha4/_dropdown.scss +179 -0
  32. data/_sass/geekyll/bootstrap4alpha4/_forms.scss +364 -0
  33. data/_sass/geekyll/bootstrap4alpha4/_grid.scss +39 -0
  34. data/_sass/geekyll/bootstrap4alpha4/_images.scss +52 -0
  35. data/_sass/geekyll/bootstrap4alpha4/_input-group.scss +188 -0
  36. data/_sass/geekyll/bootstrap4alpha4/_jumbotron.scss +20 -0
  37. data/_sass/geekyll/bootstrap4alpha4/_list-group.scss +123 -0
  38. data/_sass/geekyll/bootstrap4alpha4/_media.scss +81 -0
  39. data/_sass/geekyll/bootstrap4alpha4/_mixins.scss +54 -0
  40. data/_sass/geekyll/bootstrap4alpha4/_modal.scss +132 -0
  41. data/_sass/geekyll/bootstrap4alpha4/_nav.scss +157 -0
  42. data/_sass/geekyll/bootstrap4alpha4/_navbar.scss +256 -0
  43. data/_sass/geekyll/bootstrap4alpha4/_normalize.scss +424 -0
  44. data/_sass/geekyll/bootstrap4alpha4/_pagination.scss +73 -0
  45. data/_sass/geekyll/bootstrap4alpha4/_popover.scss +147 -0
  46. data/_sass/geekyll/bootstrap4alpha4/_print.scss +116 -0
  47. data/_sass/geekyll/bootstrap4alpha4/_progress.scss +145 -0
  48. data/_sass/geekyll/bootstrap4alpha4/_reboot.scss +393 -0
  49. data/_sass/geekyll/bootstrap4alpha4/_responsive-embed.scss +39 -0
  50. data/_sass/geekyll/bootstrap4alpha4/_tables.scss +196 -0
  51. data/_sass/geekyll/bootstrap4alpha4/_tags.scss +77 -0
  52. data/_sass/geekyll/bootstrap4alpha4/_tooltip.scss +87 -0
  53. data/_sass/geekyll/bootstrap4alpha4/_type.scss +150 -0
  54. data/_sass/geekyll/bootstrap4alpha4/_utilities.scss +9 -0
  55. data/_sass/geekyll/bootstrap4alpha4/_variables.scss +830 -0
  56. data/_sass/geekyll/bootstrap4alpha4/bootstrap-flex.scss +8 -0
  57. data/_sass/geekyll/bootstrap4alpha4/bootstrap-grid.scss +23 -0
  58. data/_sass/geekyll/bootstrap4alpha4/bootstrap-reboot.scss +11 -0
  59. data/_sass/geekyll/bootstrap4alpha4/bootstrap.scss +54 -0
  60. data/_sass/geekyll/bootstrap4alpha4/mixins/_alert.scss +14 -0
  61. data/_sass/geekyll/bootstrap4alpha4/mixins/_background-variant.scss +13 -0
  62. data/_sass/geekyll/bootstrap4alpha4/mixins/_border-radius.scss +35 -0
  63. data/_sass/geekyll/bootstrap4alpha4/mixins/_breakpoints.scss +86 -0
  64. data/_sass/geekyll/bootstrap4alpha4/mixins/_buttons.scss +113 -0
  65. data/_sass/geekyll/bootstrap4alpha4/mixins/_cards.scss +44 -0
  66. data/_sass/geekyll/bootstrap4alpha4/mixins/_clearfix.scss +7 -0
  67. data/_sass/geekyll/bootstrap4alpha4/mixins/_forms.scss +86 -0
  68. data/_sass/geekyll/bootstrap4alpha4/mixins/_gradients.scss +43 -0
  69. data/_sass/geekyll/bootstrap4alpha4/mixins/_grid-framework.scss +70 -0
  70. data/_sass/geekyll/bootstrap4alpha4/mixins/_grid.scss +84 -0
  71. data/_sass/geekyll/bootstrap4alpha4/mixins/_hover.scss +60 -0
  72. data/_sass/geekyll/bootstrap4alpha4/mixins/_image.scss +34 -0
  73. data/_sass/geekyll/bootstrap4alpha4/mixins/_list-group.scss +30 -0
  74. data/_sass/geekyll/bootstrap4alpha4/mixins/_lists.scss +7 -0
  75. data/_sass/geekyll/bootstrap4alpha4/mixins/_nav-divider.scss +10 -0
  76. data/_sass/geekyll/bootstrap4alpha4/mixins/_navbar-align.scss +9 -0
  77. data/_sass/geekyll/bootstrap4alpha4/mixins/_pagination.scss +21 -0
  78. data/_sass/geekyll/bootstrap4alpha4/mixins/_progress.scss +23 -0
  79. data/_sass/geekyll/bootstrap4alpha4/mixins/_pulls.scss +6 -0
  80. data/_sass/geekyll/bootstrap4alpha4/mixins/_reset-filter.scss +8 -0
  81. data/_sass/geekyll/bootstrap4alpha4/mixins/_reset-text.scss +17 -0
  82. data/_sass/geekyll/bootstrap4alpha4/mixins/_resize.scss +6 -0
  83. data/_sass/geekyll/bootstrap4alpha4/mixins/_screen-reader.scss +32 -0
  84. data/_sass/geekyll/bootstrap4alpha4/mixins/_size.scss +6 -0
  85. data/_sass/geekyll/bootstrap4alpha4/mixins/_tab-focus.scss +9 -0
  86. data/_sass/geekyll/bootstrap4alpha4/mixins/_table-row.scss +30 -0
  87. data/_sass/geekyll/bootstrap4alpha4/mixins/_tag.scss +11 -0
  88. data/_sass/geekyll/bootstrap4alpha4/mixins/_text-emphasis.scss +12 -0
  89. data/_sass/geekyll/bootstrap4alpha4/mixins/_text-hide.scss +8 -0
  90. data/_sass/geekyll/bootstrap4alpha4/mixins/_text-truncate.scss +8 -0
  91. data/_sass/geekyll/bootstrap4alpha4/utilities/_background.scss +19 -0
  92. data/_sass/geekyll/bootstrap4alpha4/utilities/_clearfix.scss +3 -0
  93. data/_sass/geekyll/bootstrap4alpha4/utilities/_display.scss +13 -0
  94. data/_sass/geekyll/bootstrap4alpha4/utilities/_flex.scss +37 -0
  95. data/_sass/geekyll/bootstrap4alpha4/utilities/_pulls.scss +13 -0
  96. data/_sass/geekyll/bootstrap4alpha4/utilities/_screenreaders.scss +11 -0
  97. data/_sass/geekyll/bootstrap4alpha4/utilities/_spacing.scss +43 -0
  98. data/_sass/geekyll/bootstrap4alpha4/utilities/_text.scss +51 -0
  99. data/_sass/geekyll/bootstrap4alpha4/utilities/_visibility.scss +55 -0
  100. data/_sass/geekyll/reset.scss +9 -0
  101. data/_sass/geekyll/social.scss +5 -0
  102. data/_sass/geekyll.scss +39 -0
  103. data/screenshot.png +0 -0
  104. metadata +188 -0
@@ -0,0 +1,830 @@
1
+ // Variables
2
+ //
3
+ // Copy settings from this file into the provided `_custom.scss` to override
4
+ // the Bootstrap defaults without modifying key, versioned files.
5
+
6
+
7
+ // Table of Contents
8
+ //
9
+ // Colors
10
+ // Options
11
+ // Spacing
12
+ // Body
13
+ // Links
14
+ // Grid breakpoints
15
+ // Grid containers
16
+ // Grid columns
17
+ // Fonts
18
+ // Components
19
+
20
+ @mixin _assert-ascending($map, $map-name) {
21
+ $prev-key: null;
22
+ $prev-num: null;
23
+ @each $key, $num in $map {
24
+ @if $prev-num == null {
25
+ // Do nothing
26
+ } @else if not comparable($prev-num, $num) {
27
+ @warn "Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !";
28
+ } @else if $prev-num >= $num {
29
+ @warn "Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !";
30
+ }
31
+ $prev-key: $key;
32
+ $prev-num: $num;
33
+ }
34
+ }
35
+
36
+ // General variable structure
37
+ //
38
+ // Variable format should follow the `$component-modifier-state-property` order.
39
+
40
+
41
+ // Colors
42
+ //
43
+ // Grayscale and brand colors for use across Bootstrap.
44
+
45
+ $gray-dark: #373a3c !default;
46
+ $gray: #55595c !default;
47
+ $gray-light: #818a91 !default;
48
+ $gray-lighter: #eceeef !default;
49
+ $gray-lightest: #f7f7f9 !default;
50
+
51
+ $brand-primary: #0275d8 !default;
52
+ $brand-success: #5cb85c !default;
53
+ $brand-info: #5bc0de !default;
54
+ $brand-warning: #f0ad4e !default;
55
+ $brand-danger: #d9534f !default;
56
+ $brand-inverse: $gray-dark !default;
57
+
58
+
59
+ // Options
60
+ //
61
+ // Quickly modify global styling by enabling or disabling optional features.
62
+
63
+ //$enable-flex: false !default;
64
+ $enable-flex: true !default;
65
+ $enable-rounded: true !default;
66
+ $enable-shadows: false !default;
67
+ $enable-gradients: false !default;
68
+ $enable-transitions: false !default;
69
+ $enable-hover-media-query: false !default;
70
+ $enable-grid-classes: true !default;
71
+ $enable-print-styles: true !default;
72
+
73
+
74
+ // Spacing
75
+ //
76
+ // Control the default styling of most Bootstrap elements by modifying these
77
+ // variables. Mostly focused on spacing.
78
+ // You can add more entries to the $spacers map, should you need more variation.
79
+
80
+ $spacer: 1rem !default;
81
+ $spacer-x: $spacer !default;
82
+ $spacer-y: $spacer !default;
83
+ $spacers: (
84
+ 0: (
85
+ x: 0,
86
+ y: 0
87
+ ),
88
+ 1: (
89
+ x: $spacer-x,
90
+ y: $spacer-y
91
+ ),
92
+ 2: (
93
+ x: ($spacer-x * 1.5),
94
+ y: ($spacer-y * 1.5)
95
+ ),
96
+ 3: (
97
+ x: ($spacer-x * 3),
98
+ y: ($spacer-y * 3)
99
+ )
100
+ ) !default;
101
+ $border-width: 1px !default;
102
+
103
+
104
+ // Body
105
+ //
106
+ // Settings for the `<body>` element.
107
+
108
+ $body-bg: #fff !default;
109
+ $body-color: $gray-dark !default;
110
+
111
+
112
+ // Links
113
+ //
114
+ // Style anchor elements.
115
+
116
+ $link-color: $brand-primary !default;
117
+ $link-decoration: none !default;
118
+ $link-hover-color: darken($link-color, 15%) !default;
119
+ $link-hover-decoration: underline !default;
120
+
121
+
122
+ // Grid breakpoints
123
+ //
124
+ // Define the minimum dimensions at which your layout will change,
125
+ // adapting to different screen sizes, for use in media queries.
126
+
127
+ $grid-breakpoints: (
128
+ xs: 0,
129
+ sm: 544px,
130
+ md: 768px,
131
+ lg: 992px,
132
+ xl: 1200px
133
+ ) !default;
134
+ @include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
135
+
136
+
137
+ // Grid containers
138
+ //
139
+ // Define the maximum width of `.container` for different screen sizes.
140
+
141
+ $container-max-widths: (
142
+ sm: 576px,
143
+ md: 720px,
144
+ lg: 940px,
145
+ xl: 1140px
146
+ ) !default;
147
+ @include _assert-ascending($container-max-widths, "$container-max-widths");
148
+
149
+
150
+ // Grid columns
151
+ //
152
+ // Set the number of columns and specify the width of the gutters.
153
+
154
+ $grid-columns: 12 !default;
155
+ $grid-gutter-width: 30px !default;
156
+
157
+
158
+ // Typography
159
+ //
160
+ // Font, line-height, and color for body text, headings, and more.
161
+
162
+ $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
163
+ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
164
+ $font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
165
+ $font-family-base: $font-family-sans-serif !default;
166
+
167
+ // Pixel value used to responsively scale all typography. Applied to the `<html>` element.
168
+ $font-size-root: 16px !default;
169
+
170
+ $font-size-base: 1rem !default;
171
+ $font-size-lg: 1.25rem !default;
172
+ $font-size-sm: .875rem !default;
173
+ $font-size-xs: .75rem !default;
174
+
175
+ $line-height-base: 1.5 !default;
176
+
177
+ $font-size-h1: 2.5rem !default;
178
+ $font-size-h2: 2rem !default;
179
+ $font-size-h3: 1.75rem !default;
180
+ $font-size-h4: 1.5rem !default;
181
+ $font-size-h5: 1.25rem !default;
182
+ $font-size-h6: 1rem !default;
183
+
184
+ $display1-size: 6rem !default;
185
+ $display2-size: 5.5rem !default;
186
+ $display3-size: 4.5rem !default;
187
+ $display4-size: 3.5rem !default;
188
+
189
+ $display1-weight: 300 !default;
190
+ $display2-weight: 300 !default;
191
+ $display3-weight: 300 !default;
192
+ $display4-weight: 300 !default;
193
+
194
+ $headings-margin-bottom: ($spacer / 2) !default;
195
+ $headings-font-family: inherit !default;
196
+ $headings-font-weight: 500 !default;
197
+ $headings-line-height: 1.1 !default;
198
+ $headings-color: inherit !default;
199
+
200
+ $lead-font-size: 1.25rem !default;
201
+ $lead-font-weight: 300 !default;
202
+
203
+ $small-font-size: 80% !default;
204
+
205
+ $text-muted: $gray-light !default;
206
+
207
+ $abbr-border-color: $gray-light !default;
208
+
209
+ $blockquote-small-color: $gray-light !default;
210
+ $blockquote-font-size: ($font-size-base * 1.25) !default;
211
+ $blockquote-border-color: $gray-lighter !default;
212
+ $blockquote-border-width: .25rem !default;
213
+
214
+ $hr-border-color: rgba(0,0,0,.1) !default;
215
+ $hr-border-width: $border-width !default;
216
+
217
+ $mark-padding: .2em !default;
218
+
219
+ $dt-font-weight: bold !default;
220
+
221
+ $kbd-box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25) !default;
222
+ $nested-kbd-font-weight: bold !default;
223
+
224
+ $list-inline-padding: 5px !default;
225
+
226
+
227
+ // Components
228
+ //
229
+ // Define common padding and border radius sizes and more.
230
+
231
+ $line-height-lg: (4 / 3) !default;
232
+ $line-height-sm: 1.5 !default;
233
+
234
+ $border-radius: .25rem !default;
235
+ $border-radius-lg: .3rem !default;
236
+ $border-radius-sm: .2rem !default;
237
+
238
+ $component-active-color: #fff !default;
239
+ $component-active-bg: $brand-primary !default;
240
+
241
+ $caret-width: .3em !default;
242
+ $caret-width-lg: $caret-width !default;
243
+
244
+
245
+ // Tables
246
+ //
247
+ // Customizes the `.table` component with basic values, each used across all table variations.
248
+
249
+ $table-cell-padding: .75rem !default;
250
+ $table-sm-cell-padding: .3rem !default;
251
+
252
+ $table-bg: transparent !default;
253
+ $table-bg-accent: rgba(0,0,0,.05) !default;
254
+ $table-bg-hover: rgba(0,0,0,.075) !default;
255
+ $table-bg-active: $table-bg-hover !default;
256
+
257
+ $table-border-width: $border-width !default;
258
+ $table-border-color: $gray-lighter !default;
259
+
260
+
261
+ // Buttons
262
+ //
263
+ // For each of Bootstrap's buttons, define text, background and border color.
264
+
265
+ $btn-padding-x: 1rem !default;
266
+ $btn-padding-y: .5rem !default;
267
+ $btn-line-height: 1.25 !default;
268
+ $btn-font-weight: normal !default;
269
+ $btn-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075) !default;
270
+ $btn-active-box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !default;
271
+
272
+ $btn-primary-color: #fff !default;
273
+ $btn-primary-bg: $brand-primary !default;
274
+ $btn-primary-border: $btn-primary-bg !default;
275
+
276
+ $btn-secondary-color: $gray-dark !default;
277
+ $btn-secondary-bg: #fff !default;
278
+ $btn-secondary-border: #ccc !default;
279
+
280
+ $btn-info-color: #fff !default;
281
+ $btn-info-bg: $brand-info !default;
282
+ $btn-info-border: $btn-info-bg !default;
283
+
284
+ $btn-success-color: #fff !default;
285
+ $btn-success-bg: $brand-success !default;
286
+ $btn-success-border: $btn-success-bg !default;
287
+
288
+ $btn-warning-color: #fff !default;
289
+ $btn-warning-bg: $brand-warning !default;
290
+ $btn-warning-border: $btn-warning-bg !default;
291
+
292
+ $btn-danger-color: #fff !default;
293
+ $btn-danger-bg: $brand-danger !default;
294
+ $btn-danger-border: $btn-danger-bg !default;
295
+
296
+ $btn-link-disabled-color: $gray-light !default;
297
+
298
+ $btn-padding-x-sm: .5rem !default;
299
+ $btn-padding-y-sm: .25rem !default;
300
+
301
+ $btn-padding-x-lg: 1.5rem !default;
302
+ $btn-padding-y-lg: .75rem !default;
303
+
304
+ $btn-block-spacing-y: .5rem !default;
305
+ $btn-toolbar-margin: .5rem !default;
306
+
307
+ // Allows for customizing button radius independently from global border radius
308
+ $btn-border-radius: $border-radius !default;
309
+ $btn-border-radius-lg: $border-radius-lg !default;
310
+ $btn-border-radius-sm: $border-radius-sm !default;
311
+
312
+
313
+ // Forms
314
+
315
+ $input-padding-x: .75rem !default;
316
+ $input-padding-y: .5rem !default;
317
+ $input-line-height: 1.25 !default;
318
+
319
+ $input-bg: #fff !default;
320
+ $input-bg-disabled: $gray-lighter !default;
321
+
322
+ $input-color: $gray !default;
323
+ $input-border-color: rgba(0,0,0,.15) !default;
324
+ $input-btn-border-width: $border-width !default; // For form controls and buttons
325
+ $input-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !default;
326
+
327
+ $input-border-radius: $border-radius !default;
328
+ $input-border-radius-lg: $border-radius-lg !default;
329
+ $input-border-radius-sm: $border-radius-sm !default;
330
+
331
+ $input-bg-focus: $input-bg;
332
+ $input-border-focus: #66afe9 !default;
333
+ $input-box-shadow-focus: rgba(102,175,233,.6) !default;
334
+ $input-color-focus: $input-color;
335
+
336
+ $input-color-placeholder: #999 !default;
337
+
338
+ $input-padding-x-sm: .5rem !default;
339
+ $input-padding-y-sm: .25rem !default;
340
+
341
+ $input-padding-x-lg: 1.5rem !default;
342
+ $input-padding-y-lg: .75rem !default;
343
+
344
+ $input-height: (($font-size-base * $line-height-base) + ($input-padding-y * 2)) !default;
345
+ $input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2)) !default;
346
+ $input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2)) !default;
347
+
348
+ $form-group-margin-bottom: $spacer-y !default;
349
+
350
+ $input-group-addon-bg: $gray-lighter !default;
351
+ $input-group-addon-border-color: $input-border-color !default;
352
+
353
+ $cursor-disabled: not-allowed !default;
354
+
355
+ $custom-control-gutter: 1.5rem !default;
356
+ $custom-control-spacer-x: 1rem !default;
357
+ $custom-control-spacer-y: .25rem !default;
358
+
359
+ $custom-control-indicator-size: 1rem !default;
360
+ $custom-control-indicator-bg: #ddd !default;
361
+ $custom-control-indicator-bg-size: 50% 50% !default;
362
+ $custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1) !default;
363
+
364
+ $custom-control-disabled-cursor: $cursor-disabled !default;
365
+ $custom-control-disabled-indicator-bg: #eee !default;
366
+ $custom-control-disabled-description-color: #767676 !default;
367
+
368
+ $custom-control-checked-indicator-color: #fff !default;
369
+ $custom-control-checked-indicator-bg: #0074d9 !default;
370
+ $custom-control-checked-indicator-box-shadow: none !default;
371
+
372
+ $custom-control-focus-indicator-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9 !default;
373
+
374
+ $custom-control-active-indicator-color: #fff !default;
375
+ $custom-control-active-indicator-bg: #84c6ff !default;
376
+ $custom-control-active-indicator-box-shadow: none !default;
377
+
378
+ $custom-checkbox-radius: $border-radius !default;
379
+ $custom-checkbox-checked-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !default;
380
+ $custom-checkbox-indeterminate-bg: #0074d9 !default;
381
+ $custom-checkbox-indeterminate-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") !default;
382
+ $custom-checkbox-indeterminate-box-shadow: none !default;
383
+
384
+ $custom-radio-radius: 50% !default;
385
+ $custom-radio-checked-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") !default;
386
+
387
+ $custom-select-padding-x: .75rem !default;
388
+ $custom-select-padding-y: .375rem !default;
389
+ $custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
390
+ $custom-select-color: $input-color !default;
391
+ $custom-select-disabled-color: $gray-light !default;
392
+ $custom-select-bg: #fff !default;
393
+ $custom-select-disabled-bg: $gray-lighter !default;
394
+ $custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
395
+ $custom-select-indicator: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !default;
396
+ $custom-select-border-width: $input-btn-border-width !default;
397
+ $custom-select-border-color: $input-border-color !default;
398
+ $custom-select-border-radius: $border-radius !default;
399
+
400
+ $custom-select-focus-border-color: #51a7e8 !default;
401
+ $custom-select-focus-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5) !default;
402
+
403
+ $custom-select-sm-padding-y: .2rem !default;
404
+ $custom-select-sm-font-size: 75% !default;
405
+
406
+ $custom-file-height: 2.5rem !default;
407
+ $custom-file-width: 14rem !default;
408
+ $custom-file-focus-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9 !default;
409
+
410
+ $custom-file-padding-x: .5rem !default;
411
+ $custom-file-padding-y: 1rem !default;
412
+ $custom-file-line-height: 1.5 !default;
413
+ $custom-file-color: #555 !default;
414
+ $custom-file-bg: #fff !default;
415
+ $custom-file-border-width: $border-width !default;
416
+ $custom-file-border-color: #ddd !default;
417
+ $custom-file-border-radius: $border-radius !default;
418
+ $custom-file-box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05) !default;
419
+ $custom-file-button-color: $custom-file-color !default;
420
+ $custom-file-button-bg: #eee !default;
421
+ $custom-file-text: (
422
+ placeholder: (
423
+ en: "Choose file..."
424
+ ),
425
+ button-label: (
426
+ en: "Browse"
427
+ )
428
+ ) !default;
429
+
430
+
431
+ // Form validation icons
432
+ $form-icon-success: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") !default;
433
+ $form-icon-warning: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E") !default;
434
+ $form-icon-danger: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") !default;
435
+
436
+
437
+ // Dropdowns
438
+ //
439
+ // Dropdown menu container and contents.
440
+
441
+ $dropdown-min-width: 160px !default;
442
+ $dropdown-padding-y: 5px !default;
443
+ $dropdown-margin-top: 2px !default;
444
+ $dropdown-bg: #fff !default;
445
+ $dropdown-border-color: rgba(0,0,0,.15) !default;
446
+ $dropdown-border-width: $border-width !default;
447
+ $dropdown-divider-bg: #e5e5e5 !default;
448
+ $dropdown-box-shadow: 0 6px 12px rgba(0,0,0,.175) !default;
449
+
450
+ $dropdown-link-color: $gray-dark !default;
451
+ $dropdown-link-hover-color: darken($gray-dark, 5%) !default;
452
+ $dropdown-link-hover-bg: #f5f5f5 !default;
453
+
454
+ $dropdown-link-active-color: $component-active-color !default;
455
+ $dropdown-link-active-bg: $component-active-bg !default;
456
+
457
+ $dropdown-link-disabled-color: $gray-light !default;
458
+
459
+ $dropdown-item-padding-x: 20px !default;
460
+
461
+ $dropdown-header-color: $gray-light !default;
462
+
463
+
464
+ // Z-index master list
465
+ //
466
+ // Warning: Avoid customizing these values. They're used for a bird's eye view
467
+ // of components dependent on the z-axis and are designed to all work together.
468
+
469
+ $zindex-dropdown-backdrop: 990 !default;
470
+ $zindex-navbar: 1000 !default;
471
+ $zindex-dropdown: 1000 !default;
472
+ $zindex-popover: 1060 !default;
473
+ $zindex-tooltip: 1070 !default;
474
+ $zindex-navbar-fixed: 1030 !default;
475
+ $zindex-navbar-sticky: 1030 !default;
476
+ $zindex-modal-bg: 1040 !default;
477
+ $zindex-modal: 1050 !default;
478
+
479
+
480
+ // Navbar
481
+
482
+ $navbar-border-radius: $border-radius !default;
483
+ $navbar-padding-x: $spacer !default;
484
+ $navbar-padding-y: ($spacer / 2) !default;
485
+ $navbar-brand-padding-y: .25rem !default;
486
+
487
+ $navbar-dark-color: rgba(255,255,255,.5) !default;
488
+ $navbar-dark-hover-color: rgba(255,255,255,.75) !default;
489
+ $navbar-dark-active-color: rgba(255,255,255,1) !default;
490
+ $navbar-dark-disabled-color: rgba(255,255,255,.25) !default;
491
+
492
+ $navbar-light-color: rgba(0,0,0,.3) !default;
493
+ $navbar-light-hover-color: rgba(0,0,0,.6) !default;
494
+ $navbar-light-active-color: rgba(0,0,0,.8) !default;
495
+ $navbar-light-disabled-color: rgba(0,0,0,.15) !default;
496
+
497
+
498
+ // Navs
499
+
500
+ $nav-item-margin: .2rem !default;
501
+ $nav-item-inline-spacer: 1rem !default;
502
+ $nav-link-padding: .5em 1em !default;
503
+ $nav-link-hover-bg: $gray-lighter !default;
504
+ $nav-disabled-link-color: $gray-light !default;
505
+ $nav-disabled-link-hover-color: $gray-light !default;
506
+ $nav-disabled-link-hover-bg: transparent !default;
507
+
508
+ $nav-tabs-border-color: #ddd !default;
509
+ $nav-tabs-border-width: $border-width !default;
510
+ $nav-tabs-border-radius: $border-radius !default;
511
+ $nav-tabs-link-hover-border-color: $gray-lighter !default;
512
+ $nav-tabs-active-link-hover-color: $gray !default;
513
+ $nav-tabs-active-link-hover-bg: $body-bg !default;
514
+ $nav-tabs-active-link-hover-border-color: #ddd !default;
515
+ $nav-tabs-justified-link-border-color: #ddd !default;
516
+ $nav-tabs-justified-active-link-border-color: $body-bg !default;
517
+
518
+ $nav-pills-border-radius: $border-radius !default;
519
+ $nav-pills-active-link-color: $component-active-color !default;
520
+ $nav-pills-active-link-bg: $component-active-bg !default;
521
+
522
+
523
+ // Pagination
524
+
525
+ $pagination-padding-x: .75rem !default;
526
+ $pagination-padding-y: .5rem !default;
527
+ $pagination-padding-x-sm: .75rem !default;
528
+ $pagination-padding-y-sm: .275rem !default;
529
+ $pagination-padding-x-lg: 1.5rem !default;
530
+ $pagination-padding-y-lg: .75rem !default;
531
+
532
+
533
+ $pagination-color: $link-color !default;
534
+ $pagination-bg: #fff !default;
535
+ $pagination-border-width: $border-width !default;
536
+ $pagination-border-color: #ddd !default;
537
+
538
+ $pagination-hover-color: $link-hover-color !default;
539
+ $pagination-hover-bg: $gray-lighter !default;
540
+ $pagination-hover-border: #ddd !default;
541
+
542
+ $pagination-active-color: #fff !default;
543
+ $pagination-active-bg: $brand-primary !default;
544
+ $pagination-active-border: $brand-primary !default;
545
+
546
+ $pagination-disabled-color: $gray-light !default;
547
+ $pagination-disabled-bg: #fff !default;
548
+ $pagination-disabled-border: #ddd !default;
549
+
550
+
551
+ // Jumbotron
552
+
553
+ $jumbotron-padding: 2rem !default;
554
+ $jumbotron-bg: $gray-lighter !default;
555
+
556
+
557
+ // Form states and alerts
558
+ //
559
+ // Define colors for form feedback states and, by default, alerts.
560
+
561
+ $state-success-text: #3c763d !default;
562
+ $state-success-bg: #dff0d8 !default;
563
+ $state-success-border: darken($state-success-bg, 5%) !default;
564
+
565
+ $state-info-text: #31708f !default;
566
+ $state-info-bg: #d9edf7 !default;
567
+ $state-info-border: darken($state-info-bg, 7%) !default;
568
+
569
+ $state-warning-text: #8a6d3b !default;
570
+ $state-warning-bg: #fcf8e3 !default;
571
+ $mark-bg: $state-warning-bg !default;
572
+ $state-warning-border: darken($state-warning-bg, 5%) !default;
573
+
574
+ $state-danger-text: #a94442 !default;
575
+ $state-danger-bg: #f2dede !default;
576
+ $state-danger-border: darken($state-danger-bg, 5%) !default;
577
+
578
+
579
+ // Cards
580
+ $card-spacer-x: 1.25rem !default;
581
+ $card-spacer-y: .75rem !default;
582
+ $card-border-width: 1px !default;
583
+ $card-border-radius: $border-radius !default;
584
+ $card-border-color: rgba(0,0,0,.125) !default;
585
+ $card-border-radius-inner: $card-border-radius !default;
586
+ $card-cap-bg: #f5f5f5 !default;
587
+ $card-bg: #fff !default;
588
+
589
+ $card-link-hover-color: #fff !default;
590
+
591
+ $card-img-overlay-padding: 1.25rem !default;
592
+
593
+ $card-deck-margin: .625rem !default;
594
+
595
+ $card-columns-sm-up-column-gap: 1.25rem !default;
596
+
597
+
598
+ // Tooltips
599
+
600
+ $tooltip-max-width: 200px !default;
601
+ $tooltip-color: #fff !default;
602
+ $tooltip-bg: #000 !default;
603
+ $tooltip-opacity: .9 !default;
604
+ $tooltip-padding-y: 3px !default;
605
+ $tooltip-padding-x: 8px !default;
606
+ $tooltip-margin: 3px !default;
607
+
608
+ $tooltip-arrow-width: 5px !default;
609
+ $tooltip-arrow-color: $tooltip-bg !default;
610
+
611
+
612
+ // Popovers
613
+
614
+ $popover-inner-padding: 1px !default;
615
+ $popover-bg: #fff !default;
616
+ $popover-max-width: 276px !default;
617
+ $popover-border-width: $border-width !default;
618
+ $popover-border-color: rgba(0,0,0,.2) !default;
619
+ $popover-box-shadow: 0 5px 10px rgba(0,0,0,.2) !default;
620
+
621
+ $popover-title-bg: darken($popover-bg, 3%) !default;
622
+ $popover-title-padding-x: 14px !default;
623
+ $popover-title-padding-y: 8px !default;
624
+
625
+ $popover-content-padding-x: 14px !default;
626
+ $popover-content-padding-y: 9px !default;
627
+
628
+ $popover-arrow-width: 10px !default;
629
+ $popover-arrow-color: $popover-bg !default;
630
+
631
+ $popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
632
+ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
633
+
634
+
635
+ // Tags
636
+
637
+ $tag-default-bg: $gray-light !default;
638
+ $tag-primary-bg: $brand-primary !default;
639
+ $tag-success-bg: $brand-success !default;
640
+ $tag-info-bg: $brand-info !default;
641
+ $tag-warning-bg: $brand-warning !default;
642
+ $tag-danger-bg: $brand-danger !default;
643
+
644
+ $tag-color: #fff !default;
645
+ $tag-link-hover-color: #fff !default;
646
+ $tag-font-size: 75% !default;
647
+ $tag-font-weight: bold !default;
648
+ $tag-padding-x: .4em !default;
649
+ $tag-padding-y: .25em !default;
650
+
651
+ $tag-pill-padding-x: .6em !default;
652
+ // Use a higher than normal value to ensure completely rounded edges when
653
+ // customizing padding or font-size on labels.
654
+ $tag-pill-border-radius: 10rem !default;
655
+
656
+ // Modals
657
+
658
+ // Padding applied to the modal body
659
+ $modal-inner-padding: 15px !default;
660
+
661
+ $modal-dialog-margin: 10px !default;
662
+ $modal-dialog-sm-up-margin-y: 30px !default;
663
+
664
+ $modal-title-padding: 15px !default;
665
+ $modal-title-line-height: $line-height-base !default;
666
+
667
+ $modal-content-bg: #fff !default;
668
+ $modal-content-border-color: rgba(0,0,0,.2) !default;
669
+ $modal-content-border-width: $border-width !default;
670
+ $modal-content-xs-box-shadow: 0 3px 9px rgba(0,0,0,.5) !default;
671
+ $modal-content-sm-up-box-shadow: 0 5px 15px rgba(0,0,0,.5) !default;
672
+
673
+ $modal-backdrop-bg: #000 !default;
674
+ $modal-backdrop-opacity: .5 !default;
675
+ $modal-header-border-color: #e5e5e5 !default;
676
+ $modal-footer-border-color: $modal-header-border-color !default;
677
+ $modal-header-border-width: $modal-content-border-width !default;
678
+ $modal-footer-border-width: $modal-header-border-width !default;
679
+
680
+ $modal-lg: 900px !default;
681
+ $modal-md: 600px !default;
682
+ $modal-sm: 300px !default;
683
+
684
+
685
+ // Alerts
686
+ //
687
+ // Define alert colors, border radius, and padding.
688
+
689
+ $alert-padding: 1rem !default;
690
+ $alert-border-radius: $border-radius !default;
691
+ $alert-link-font-weight: bold !default;
692
+ $alert-border-width: $border-width !default;
693
+
694
+ $alert-success-bg: $state-success-bg !default;
695
+ $alert-success-text: $state-success-text !default;
696
+ $alert-success-border: $state-success-border !default;
697
+
698
+ $alert-info-bg: $state-info-bg !default;
699
+ $alert-info-text: $state-info-text !default;
700
+ $alert-info-border: $state-info-border !default;
701
+
702
+ $alert-warning-bg: $state-warning-bg !default;
703
+ $alert-warning-text: $state-warning-text !default;
704
+ $alert-warning-border: $state-warning-border !default;
705
+
706
+ $alert-danger-bg: $state-danger-bg !default;
707
+ $alert-danger-text: $state-danger-text !default;
708
+ $alert-danger-border: $state-danger-border !default;
709
+
710
+
711
+ // Progress bars
712
+
713
+ $progress-bg: #eee !default;
714
+ $progress-bar-color: #0074d9 !default;
715
+ $progress-border-radius: $border-radius !default;
716
+ $progress-box-shadow: inset 0 .1rem .1rem rgba(0,0,0,.1) !default;
717
+
718
+ $progress-bar-bg: $brand-primary !default;
719
+ $progress-bar-success-bg: $brand-success !default;
720
+ $progress-bar-warning-bg: $brand-warning !default;
721
+ $progress-bar-danger-bg: $brand-danger !default;
722
+ $progress-bar-info-bg: $brand-info !default;
723
+
724
+
725
+ // List group
726
+
727
+ $list-group-bg: #fff !default;
728
+ $list-group-border-color: #ddd !default;
729
+ $list-group-border-width: $border-width !default;
730
+ $list-group-border-radius: $border-radius !default;
731
+
732
+ $list-group-hover-bg: #f5f5f5 !default;
733
+ $list-group-active-color: $component-active-color !default;
734
+ $list-group-active-bg: $component-active-bg !default;
735
+ $list-group-active-border: $list-group-active-bg !default;
736
+ $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
737
+
738
+ $list-group-disabled-color: $gray-light !default;
739
+ $list-group-disabled-bg: $gray-lighter !default;
740
+ $list-group-disabled-text-color: $list-group-disabled-color !default;
741
+
742
+ $list-group-link-color: #555 !default;
743
+ $list-group-link-hover-color: $list-group-link-color !default;
744
+ $list-group-link-heading-color: #333 !default;
745
+
746
+ $list-group-item-padding-x: 1.25rem !default;
747
+ $list-group-item-padding-y: .75rem !default;
748
+ $list-group-item-heading-margin-bottom: 5px !default;
749
+
750
+
751
+ // Image thumbnails
752
+
753
+ $thumbnail-padding: .25rem !default;
754
+ $thumbnail-bg: $body-bg !default;
755
+ $thumbnail-border-width: $border-width !default;
756
+ $thumbnail-border-color: #ddd !default;
757
+ $thumbnail-border-radius: $border-radius !default;
758
+ $thumbnail-box-shadow: 0 1px 2px rgba(0,0,0,.075) !default;
759
+
760
+
761
+ // Figures
762
+
763
+ $figure-caption-font-size: 90% !default;
764
+
765
+
766
+ // Breadcrumbs
767
+
768
+ $breadcrumb-padding-y: .75rem !default;
769
+ $breadcrumb-padding-x: 1rem !default;
770
+ $breadcrumb-item-padding: .5rem !default;
771
+
772
+ $breadcrumb-bg: $gray-lighter !default;
773
+ $breadcrumb-divider-color: $gray-light !default;
774
+ $breadcrumb-active-color: $gray-light !default;
775
+ $breadcrumb-divider: "/" !default;
776
+
777
+
778
+ // Media objects
779
+
780
+ $media-margin-top: 15px !default;
781
+ $media-heading-margin-bottom: 5px !default;
782
+ $media-alignment-padding-x: 10px !default;
783
+
784
+
785
+ // Carousel
786
+
787
+ $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
788
+
789
+ $carousel-control-color: #fff !default;
790
+ $carousel-control-width: 15% !default;
791
+ $carousel-control-sm-up-size: 30px !default;
792
+ $carousel-control-opacity: .5 !default;
793
+ $carousel-control-font-size: 20px !default;
794
+
795
+ $carousel-indicators-width: 60% !default;
796
+
797
+ $carousel-indicator-size: 10px !default;
798
+ $carousel-indicator-active-size: 12px !default;
799
+ $carousel-indicator-active-bg: #fff !default;
800
+ $carousel-indicator-border-color: #fff !default;
801
+
802
+ $carousel-caption-width: 70% !default;
803
+ $carousel-caption-sm-up-width: 60% !default;
804
+ $carousel-caption-color: #fff !default;
805
+
806
+ $carousel-icon-width: 20px !default;
807
+
808
+
809
+ // Close
810
+
811
+ $close-font-weight: bold !default;
812
+ $close-color: #000 !default;
813
+ $close-text-shadow: 0 1px 0 #fff !default;
814
+
815
+
816
+ // Code
817
+
818
+ $code-font-size: 90% !default;
819
+ $code-padding-x: .4rem !default;
820
+ $code-padding-y: .2rem !default;
821
+ $code-color: #bd4147 !default;
822
+ $code-bg: #f7f7f9 !default;
823
+
824
+ $kbd-color: #fff !default;
825
+ $kbd-bg: #333 !default;
826
+
827
+ $pre-bg: #f7f7f9 !default;
828
+ $pre-color: $gray-dark !default;
829
+ $pre-border-color: #ccc !default;
830
+ $pre-scrollable-max-height: 340px !default;