almostfu 0.0.3

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.
@@ -0,0 +1,1045 @@
1
+ // Required global settings and mixins for Foundation
2
+ @import "foundation";
3
+
4
+ // Settings file to override Foundation variables
5
+
6
+ // You can find the variables for each component at the bottom of their
7
+ // doc page. We tried to name them to where they'd make sense just by reading them.
8
+ // Go to http://foundation.zurb.com/docs/ to find what you need.
9
+
10
+ //
11
+ // Foundation Global Variables
12
+ //
13
+ // FLAT UI Colors
14
+
15
+ // Shades of Green
16
+ $emerland: #2ECC71;
17
+ $nephritis: #27AE60;
18
+ $turquoise: #1ABC9C;
19
+ $green-sea: #16A085;
20
+
21
+ // Shades of Blue
22
+ $peter-river: #3498DB;
23
+ $belize-hole: #2980B9;
24
+
25
+ // Shades of Purple
26
+ $amethyst: #9859b6;
27
+ $wisteria: #8E44AD;
28
+
29
+ // Shades of Gray
30
+ $clouds: #ECF0F1;
31
+ $dark-clouds: darken($clouds, 3%);
32
+ $silver: #BDC3C7;
33
+ $concrete: #95A5A6;
34
+ $asbestos: #7F8C8D;
35
+ $wet-asphalt: #34495E;
36
+ $midnight-blue: #2C3E50;
37
+
38
+ // Shades of Yellow/Orange
39
+ $sun-flower: #F1C40F;
40
+ $orange: #F39C12;
41
+ $carrot: #E67E22;
42
+ $pumpkin: #D35400;
43
+
44
+ // Shades of Red
45
+ $alizarin: #E74C3C;
46
+ $pomegranate: #C0392B;
47
+
48
+ // This is the default html and body font-size for the base em value.
49
+ // $em-base: 16px;
50
+
51
+ // We use these to control various global styles
52
+ // $body-bg: #fff;
53
+ $body-font-color: $wet-asphalt;
54
+ // $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
55
+ // $body-font-weight: normal;
56
+ // $body-font-style: normal;
57
+
58
+ // We use this to control font-smoothing
59
+ // $font-smoothing: antialiased;
60
+
61
+
62
+ // We use these to control text direction settings
63
+ // $text-direction: ltr;
64
+
65
+ // We use these as default colors throughout
66
+ $primary-color: $peter-river;
67
+ $secondary-color: $clouds;
68
+ $alert-color: $alizarin;
69
+ $success-color: $emerland;
70
+
71
+ // We use these to make sure border radius matches unless we want it different.
72
+ // $global-radius: 3px;
73
+ // $global-rounded: 1000px;
74
+
75
+ // We use these to control inset shadow shiny edges and depressions.
76
+ // $shiny-edge-size: 0 1px 0;
77
+ // $shiny-edge-color: rgba(#fff, .5);
78
+ // $shiny-edge-active-color: rgba(#000, .2);
79
+
80
+ // We use this to control whether or not CSS classes come through in the gem files.
81
+ // $include-html-classes: true;
82
+ // $include-print-styles: true;
83
+
84
+ // Modular html classes
85
+ // $include-html-grid-classes: $include-html-classes;
86
+ // $include-html-visibility-classes: $include-html-classes;
87
+ // $include-html-button-classes: $include-html-classes;
88
+ // $include-html-form-classes: $include-html-classes;
89
+ // $include-html-media-classes: $include-html-classes;
90
+ // $include-html-section-classes: $include-html-classes;
91
+ // $include-html-reveal-classes: $include-html-classes;
92
+ // $include-html-alert-classes: $include-html-classes;
93
+ // $include-html-nav-classes: $include-html-classes;
94
+ // $include-html-label-classes: $include-html-classes;
95
+ // $include-html-panel-classes: $include-html-classes;
96
+ // $include-html-pricing-classes: $include-html-classes;
97
+ // $include-html-progress-classes: $include-html-classes;
98
+
99
+ //
100
+ // Grid Variables
101
+ //
102
+
103
+ // $row-width: 62.5em;
104
+ // $column-gutter: 1.875em;
105
+ // $total-columns: 12;
106
+
107
+ //
108
+ // Block Grid Variables
109
+ //
110
+
111
+ // We use this to control the maximum number of block grid elements per row
112
+ // $block-grid-elements: 12;
113
+ // $block-grid-default-spacing: 10px;
114
+
115
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
116
+ // $block-grid-media-queries: true;
117
+
118
+ //
119
+ // Typography Variables
120
+ //
121
+
122
+ // We use these to control header font styles
123
+ // $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
124
+ // $header-font-weight: bold;
125
+ // $header-font-style: normal;
126
+ $header-font-color: $midnight-blue;
127
+ // $header-line-height: 1.4;
128
+ // $header-top-margin: .2em;
129
+ // $header-bottom-margin: .5em;
130
+ // $header-text-rendering: optimizeLegibility;
131
+
132
+ // We use these to control header font sizes
133
+ // $h1-font-size: emCalc(44px);
134
+ // $h2-font-size: emCalc(37px);
135
+ // $h3-font-size: emCalc(27px);
136
+ // $h4-font-size: emCalc(23px);
137
+ // $h5-font-size: emCalc(18px);
138
+ // $h6-font-size: 1em;
139
+
140
+ // These control how subheaders are styled.
141
+ // $subheader-line-height: 1.4;
142
+ // $subheader-font-color: lighten($header-font-color, 30%);
143
+ // $subheader-font-weight: 300;
144
+ // $subheader-top-margin: .2em;
145
+ // $subheader-bottom-margin: .5em;
146
+
147
+ // A general <small> styling
148
+ // $small-font-size: 60%;
149
+ // $small-font-color: lighten($header-font-color, 30%);
150
+
151
+ // We use these to style paragraphs
152
+ // $paragraph-font-family: inherit;
153
+ // $paragraph-font-weight: normal;
154
+ // $paragraph-font-size: 1em;
155
+ // $paragraph-line-height: 1.6;
156
+ // $paragraph-margin-bottom: emCalc(20px);
157
+ // $paragraph-aside-font-size: emCalc(14px);
158
+ // $paragraph-aside-line-height: 1.35;
159
+ // $paragraph-aside-font-style: italic;
160
+
161
+ // We use these to style <code> tags
162
+ // $code-color: darken($alert-color, 15%);
163
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
164
+ // $code-font-weight: bold;
165
+
166
+ // We use these to style anchors
167
+ // $anchor-text-decoration: none;
168
+ // $anchor-font-color: $primary-color;
169
+ // $anchor-font-color-hover: darken($primary-color, 5%);
170
+
171
+ // We use these to style the <hr> element
172
+ $hr-border-width: 2px;
173
+ // $hr-border-style: solid;
174
+ $hr-border-color: $clouds;
175
+ // $hr-margin: emCalc(20px);
176
+
177
+ // We use these to style lists
178
+ // $list-style-position: outside;
179
+ // $list-side-margin: emCalc(18px);
180
+ // $definition-list-header-weight: bold;
181
+ // $definition-list-header-margin-bottom: .3em;
182
+ // $definition-list-margin-bottom: emCalc(12px);
183
+
184
+ // We use these to style blockquotes
185
+ // $blockquote-font-color: lighten($header-font-color, 30%);
186
+ // $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
187
+ $blockquote-border: 4px solid $clouds;
188
+ // $blockquote-cite-font-size: emCalc(13px);
189
+ // $blockquote-cite-font-color: lighten($header-font-color, 20%);
190
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
191
+
192
+ // Acronym styles
193
+ // $acronym-underline: 1px dotted #ddd;
194
+
195
+ // We use these to control padding and margin
196
+ // $microformat-padding: emCalc(10px) emCalc(12px);
197
+ // $microformat-margin: 0 0 emCalc(20px) 0;
198
+
199
+ // We use these to control the border styles
200
+ $microformat-border-width: 2px;
201
+ // $microformat-border-style: solid;
202
+ $microformat-border-color: $clouds;
203
+
204
+ // We use these to control full name font styles
205
+ // $microformat-fullname-font-weight: bold;
206
+ // $microformat-fullname-font-size: emCalc(15px);
207
+
208
+ // We use this to control the summary font styles
209
+ // $microformat-summary-font-weight: bold;
210
+
211
+ // We use this to control abbr padding
212
+ // $microformat-abbr-padding: 0 emCalc(1px);
213
+
214
+ // We use this to control abbr font styles
215
+ // $microformat-abbr-font-weight: bold;
216
+ // $microformat-abbr-font-decoration: none;
217
+
218
+ //
219
+ // Form Variables
220
+ //
221
+
222
+ // We use this to set the base for lots of form spacing and positioning styles
223
+ // $form-spacing: emCalc(16px);
224
+
225
+ // We use these to style the labels in different ways
226
+ // $label-pointer: pointer;
227
+ // $label-font-size: emCalc(14px);
228
+ // $label-font-weight: 500;
229
+ // $label-font-color: lighten(#000, 30%);
230
+ // $label-bottom-margin: emCalc(3px);
231
+ // $input-font-family: inherit;
232
+ // $input-font-color: rgba(0,0,0,0.75);
233
+ // $input-font-size: emCalc(14px);
234
+ // $input-bg-color: #fff;
235
+ $input-focus-bg-color: darken(#fff, 1%);
236
+ $input-border-color: $clouds;
237
+ $input-focus-border-color: $turquoise;
238
+ // $input-border-style: solid;
239
+ $input-border-width: 2px;
240
+ // $input-disabled-bg: #ddd;
241
+ $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.0);
242
+
243
+ // We use these to style the fieldset border and spacing.
244
+ // $fieldset-border-style: solid;
245
+ $fieldset-border-width: 3px;
246
+ $fieldset-border-color: $clouds;
247
+ // $fieldset-padding: emCalc(20px);
248
+ // $fieldset-margin: emCalc(18px) 0;
249
+
250
+ // We use these to style the legends when you use them
251
+ // $legend-bg: #fff;
252
+ // $legend-font-weight: bold;
253
+ // $legend-padding: 0 emCalc(3px);
254
+
255
+ // We use these to style the prefix and postfix input elements
256
+ // $input-prefix-bg: darken(#fff, 5%);
257
+ $input-prefix-border-color: $clouds;
258
+ $input-prefix-border-size: 2px;
259
+ // $input-prefix-border-type: solid;
260
+ // $input-prefix-overflow: hidden;
261
+ // $input-prefix-font-color: #333;
262
+ // $input-prefix-font-color-alt: #fff;
263
+
264
+ // We use these to style the error states for inputs and labels
265
+ // $input-error-message-padding: emCalc(6px) emCalc(4px);
266
+ // $input-error-message-top: -($form-spacing) - emCalc(5px);
267
+ // $input-error-message-font-size: emCalc(12px);
268
+ // $input-error-message-font-weight: bold;
269
+ // $input-error-message-font-color: #fff;
270
+ // $input-error-message-font-color-alt: #333;
271
+
272
+ // We use these to build padding for buttons.
273
+ // $button-med: emCalc(12px);
274
+ // $button-tny: emCalc(7px);
275
+ // $button-sml: emCalc(9px);
276
+ // $button-lrg: emCalc(16px);
277
+
278
+ // We use this to control the display property.
279
+ // $button-display: inline-block;
280
+ // $button-margin-bottom: emCalc(20px);
281
+
282
+ // We use these to control button text styles.
283
+ // $button-font-family: inherit;
284
+ // $button-font-color: #fff;
285
+ // $button-font-color-alt: #333;
286
+ // $button-font-med: emCalc(16px);
287
+ // $button-font-tny: emCalc(11px);
288
+ // $button-font-sml: emCalc(13px);
289
+ // $button-font-lrg: emCalc(20px);
290
+ // $button-font-weight: bold;
291
+ // $button-font-align: center;
292
+
293
+ // We use these to control various hover effects.
294
+ // $button-function-factor: 10%;
295
+
296
+ // We use these to control button border styles.
297
+ // $button-border-width: 1px;
298
+ // $button-border-style: solid;
299
+ // $button-border-color: darken($primary-color, $button-function-factor);
300
+
301
+ // We use this to set the default radius used throughout the core.
302
+ // $button-radius: $global-radius;
303
+
304
+ // We use this to set default opacity for disabled buttons.
305
+ // $button-disabled-opacity: 0.6;
306
+
307
+ //
308
+ // Dropdown Button Variables
309
+ //
310
+
311
+ // We use these to set the color of the pip in dropdown buttons
312
+ // $dropdown-button-pip-color: #fff;
313
+ // $dropdown-button-pip-color-alt: #333;
314
+
315
+ // We use these to style tiny dropdown buttons
316
+ // $dropdown-button-padding-tny: $button-tny * 5;
317
+ // $dropdown-button-pip-size-tny: $button-tny;
318
+ // $dropdown-button-pip-right-tny: $button-tny * 2;
319
+ // $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
320
+
321
+ // We use these to style small dropdown buttons
322
+ // $dropdown-button-padding-sml: $button-sml * 5;
323
+ // $dropdown-button-pip-size-sml: $button-sml;
324
+ // $dropdown-button-pip-right-sml: $button-sml * 2;
325
+ // $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
326
+
327
+ // We use these to style medium dropdown buttons
328
+ // $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
329
+ // $dropdown-button-pip-size-med: $button-med - emCalc(3px);
330
+ // $dropdown-button-pip-right-med: $button-med * 2;
331
+ // $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
332
+
333
+ // We use these to style large dropdown buttons
334
+ // $dropdown-button-padding-lrg: $button-lrg * 4;
335
+ // $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
336
+ // $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
337
+ // $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
338
+
339
+ //
340
+ // Split Button Variables
341
+ //
342
+
343
+ // We use these to control different shared styles for Split Buttons
344
+ // $split-button-function-factor: 15%;
345
+ // $split-button-pip-color: #fff;
346
+ // $split-button-pip-color-alt: #333;
347
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
348
+
349
+ // We use these to control tiny split buttons
350
+ // $split-button-padding-tny: $button-tny * 9;
351
+ // $split-button-span-width-tny: $button-tny * 6.5;
352
+ // $split-button-pip-size-tny: $button-tny;
353
+ // $split-button-pip-top-tny: $button-tny * 2;
354
+ // $split-button-pip-left-tny: emCalc(-5px);
355
+
356
+ // We use these to control small split buttons
357
+ // $split-button-padding-sml: $button-sml * 7;
358
+ // $split-button-span-width-sml: $button-sml * 5;
359
+ // $split-button-pip-size-sml: $button-sml;
360
+ // $split-button-pip-top-sml: $button-sml * 1.5;
361
+ // $split-button-pip-left-sml: emCalc(-9px);
362
+
363
+ // We use these to control medium split buttons
364
+ // $split-button-padding-med: $button-med * 6.4;
365
+ // $split-button-span-width-med: $button-med * 4;
366
+ // $split-button-pip-size-med: $button-med - emCalc(3px);
367
+ // $split-button-pip-top-med: $button-med * 1.5;
368
+ // $split-button-pip-left-med: emCalc(-9px);
369
+
370
+ // We use these to control large split buttons
371
+ // $split-button-padding-lrg: $button-lrg * 6;
372
+ // $split-button-span-width-lrg: $button-lrg * 3.75;
373
+ // $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
374
+ // $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
375
+ // $split-button-pip-left-lrg: emCalc(-9px);
376
+
377
+ //
378
+ // Alert Variables
379
+ //
380
+
381
+ // We use this to control alert padding.
382
+ // $alert-padding-top: emCalc(11px);
383
+ // $alert-padding-left: $alert-padding-top;
384
+ // $alert-padding-right: $alert-padding-top + emCalc(10px);
385
+ // $alert-padding-bottom: $alert-padding-top + emCalc(1px);
386
+
387
+ // We use these to control text style.
388
+ // $alert-font-weight: bold;
389
+ // $alert-font-size: emCalc(14px);
390
+ // $alert-font-color: #fff;
391
+ // $alert-font-color-alt: darken($secondary-color, 60%);
392
+
393
+ // We use this for close hover effect.
394
+ // $alert-function-factor: 10%;
395
+
396
+ // We use these to control border styles.
397
+ // $alert-border-style: solid;
398
+ $alert-border-width: 2px;
399
+ // $alert-border-color: darken($primary-color, $alert-function-factor);
400
+ // $alert-bottom-margin: emCalc(20px);
401
+
402
+ // We use these to style the close buttons
403
+ // $alert-close-color: #333;
404
+ // $alert-close-position: emCalc(5px);
405
+ // $alert-close-font-size: emCalc(22px);
406
+ // $alert-close-opacity: 0.3;
407
+ // $alert-close-opacity-hover: 0.5;
408
+ // $alert-close-padding: 5px 4px 4px;
409
+
410
+ // We use this to control border radius
411
+ // $alert-radius: $global-radius;
412
+
413
+ //
414
+ // Breadcrumb Variables
415
+ //
416
+
417
+ // We use this to set the background color for the breadcrumb container.
418
+ $crumb-bg: $turquoise;
419
+
420
+ // We use these to set the padding around the breadcrumbs.
421
+ // $crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
422
+ // $crumb-side-padding: emCalc(12px);
423
+
424
+ // We use these to control border styles.
425
+ // $crumb-function-factor: 10%;
426
+ // $crumb-border-size: 1px;
427
+ // $crumb-border-style: solid;
428
+ $crumb-border-color: $turquoise;
429
+ // $crumb-radius: $global-radius;
430
+
431
+ // We use these to set various text styles for breadcrumbs.
432
+ // $crumb-font-size: emCalc(11px);
433
+ $crumb-font-color: white;
434
+ // $crumb-font-color-current: #333;
435
+ $crumb-font-color-unavailable: $silver;
436
+ // $crumb-font-transform: uppercase;
437
+ // $crumb-link-decor: underline;
438
+
439
+ // We use these to control the slash between breadcrumbs
440
+ $crumb-slash-color: $green-sea;
441
+ // $crumb-slash: "/";
442
+
443
+ //
444
+ // Clearing Variables
445
+ //
446
+
447
+ // We use these to set the background colors for parts of Clearing.
448
+ $clearing-bg: $wet-asphalt;
449
+ // $clearing-caption-bg: $clearing-bg;
450
+ $clearing-carousel-bg: $midnight-blue;
451
+ // $clearing-img-bg: $clearing-bg;
452
+
453
+ // We use these to style the close button
454
+ // $clearing-close-color: #fff;
455
+ // $clearing-close-size: 40px;
456
+
457
+ // We use these to style the arrows
458
+ // $clearing-arrow-size: 16px;
459
+ // $clearing-arrow-color: $clearing-close-color;
460
+
461
+ // We use these to style captions
462
+ // $clearing-caption-font-color: #fff;
463
+ // $clearing-caption-padding: 10px 30px;
464
+
465
+ // We use these to make the image and carousel height and style
466
+ // $clearing-active-img-height: 75%;
467
+ // $clearing-carousel-height: 150px;
468
+ // $clearing-carousel-thumb-width: 175px;
469
+ // $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
470
+
471
+ //
472
+ // Custom Form Variables
473
+ //
474
+
475
+ // We use these to control the basic form styles input styles
476
+ // $custom-form-border-color: #ccc;
477
+ // $custom-form-bg: #fff;
478
+ // $custom-form-bg-disabled: #ddd;
479
+ // $custom-form-check-color: #222;
480
+
481
+ // We use these to style the custom select form element.
482
+ // $custom-select-bg: #fff;
483
+ // $custom-select-fade-to-color: #f3f3f3;
484
+ // $custom-select-border-color: #ddd;
485
+ // $custom-select-triangle-color: #aaa;
486
+ // $custom-select-triangle-color-open: #222;
487
+ // $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
488
+ // $custom-select-margin-bottom: emCalc(20px);
489
+ // $custom-select-font-color-selected: #141414;
490
+ // $custom-select-disabled-color: #888;
491
+
492
+ // We use these to control the style of the custom select dropdown element.
493
+ // $custom-dropdown-height: 200px;
494
+ // $custom-dropdown-bg: #fff;
495
+ // $custom-dropdown-border-color: darken(#fff, 20%);
496
+ // $custom-dropdown-border-width: 1px;
497
+ // $custom-dropdown-border-style: solid;
498
+ // $custom-dropdown-font-color: #555;
499
+ // $custom-dropdown-font-size: emCalc(14px);
500
+ // $custom-dropdown-color-selected: #eeeeee;
501
+ // $custom-dropdown-font-color-selected: #000;
502
+ // $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
503
+ // $custom-dropdown-offset-top: none;
504
+ // $custom-dropdown-list-padding: emCalc(4px);
505
+ // $custom-dropdown-left-padding: emCalc(6px);
506
+ // $custom-dropdown-right-padding: emCalc(38px);
507
+ // $custom-dropdown-list-item-min-height: emCalc(24px);
508
+
509
+ //
510
+ // Dropdown Variables
511
+ //
512
+
513
+ // We use these to controls height and width styles.
514
+ // $f-dropdown-max-width: 200px;
515
+ // $f-dropdown-height: auto;
516
+ // $f-dropdown-max-height: none;
517
+ // $f-dropdown-margin-top: 2px;
518
+
519
+ // We use this to control the background color
520
+ // $f-dropdown-bg: #fff;
521
+
522
+ // We use this to set the border styles for dropdowns.
523
+ // $f-dropdown-border-style: solid;
524
+ // $f-dropdown-border-width: 1px;
525
+ // $f-dropdown-border-color: darken(#fff, 20%);
526
+
527
+ // We use these to style the triangle pip.
528
+ // $f-dropdown-triangle-size: 6px;
529
+ // $f-dropdown-triangle-color: #fff;
530
+ // $f-dropdown-triangle-side-offset: 10px;
531
+
532
+ // We use these to control styles for the list elements.
533
+ // $f-dropdown-list-style: none;
534
+ // $f-dropdown-font-color: #555;
535
+ // $f-dropdown-font-size: emCalc(14px);
536
+ // $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
537
+ // $f-dropdown-line-height: emCalc(18px);
538
+ // $f-dropdown-list-hover-bg: #eeeeee;
539
+ // $dropdown-mobile-left: 0;
540
+
541
+ // We use this to control the styles for when the dropdown has custom content.
542
+ // $f-dropdown-content-padding: emCalc(20px);
543
+
544
+ //
545
+ // Flex Video Variables
546
+ //
547
+
548
+ // We use these to control video container padding and margins
549
+ // $flex-video-padding-top: emCalc(25px);
550
+ // $flex-video-padding-bottom: 67.5%;
551
+ // $flex-video-margin-bottom: emCalc(16px);
552
+
553
+ // We use this to control widescreen bottom padding
554
+ // $flex-video-widescreen-padding-bottom: 57.25%;
555
+
556
+ //
557
+ // Inline List Variables
558
+ //
559
+
560
+ // We use this to control the margins and padding of the inline list.
561
+ // $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
562
+ // $inline-list-margin: 0 0;
563
+ // $inline-list-padding: 0;
564
+
565
+ // We use this to control the overflow of the inline list.
566
+ // $inline-list-overflow: hidden;
567
+
568
+ // We use this to control the list items
569
+ // $inline-list-display: block;
570
+
571
+ // We use this to control any elments within list items
572
+ // $inline-list-children-display: block;
573
+
574
+ //
575
+ // Joyride Variables
576
+ //
577
+
578
+ // Controlling default Joyride styles
579
+ $joyride-tip-bg: $midnight-blue;
580
+ // $joyride-tip-default-width: 300px;
581
+ // $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
582
+ // $joyride-tip-border: solid 1px #555;
583
+ // $joyride-tip-radius: 4px;
584
+ // $joyride-tip-position-offset: 22px;
585
+
586
+ // Here, we're setting the tip dont styles
587
+ // $joyride-tip-font-color: #fff;
588
+ // $joyride-tip-font-size: emCalc(14px);
589
+ // $joyride-tip-header-weight: bold;
590
+
591
+ // This changes the nub size
592
+ // $joyride-tip-nub-size: 14px;
593
+
594
+ // This adjusts the styles for the timer when its enabled
595
+ // $joyride-tip-timer-width: 50px;
596
+ // $joyride-tip-timer-height: 3px;
597
+ // $joyride-tip-timer-color: #666;
598
+
599
+ // This changes up the styles for the close button
600
+ // $joyride-tip-close-color: #777;
601
+ // $joyride-tip-close-size: 30px;
602
+ // $joyride-tip-close-weight: normal;
603
+
604
+ // When Joyride is filling the screen, we use this style for the bg
605
+ // $joyride-screenfill: rgba(0,0,0,0.5);
606
+
607
+ //
608
+ // Keystroke Variables
609
+ //
610
+
611
+ // We use these to control text styles.
612
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
613
+ // $keystroke-font-size: emCalc(15px);
614
+ // $keystroke-font-color: #222;
615
+ // $keystroke-font-color-alt: #fff;
616
+ // $keystroke-function-factor: 7%;
617
+
618
+ // We use this to control keystroke padding.
619
+ // $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
620
+
621
+ // We use these to control background and border styles.
622
+ // $keystroke-bg: darken(#fff, $keystroke-function-factor);
623
+ // $keystroke-border-style: solid;
624
+ // $keystroke-border-width: 1px;
625
+ // $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
626
+ // $keystroke-radius: $global-radius;
627
+
628
+ //
629
+ // Label Variables
630
+ //
631
+
632
+ // We use these to style the labels
633
+ // $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
634
+ // $label-radius: $global-radius;
635
+
636
+ // We use these to style the label text
637
+ // $label-font-sizing: emCalc(14px);
638
+ // $label-font-weight: bold;
639
+
640
+ //
641
+ // Orbit Settings
642
+ //
643
+
644
+ // We use these to control the caption styles
645
+ // $orbit-container-bg: #f5f5f5;
646
+ // $orbit-caption-bg-old-browser: #000;
647
+ // $orbit-caption-bg-old: rgb(0,0,0);
648
+ // $orbit-caption-bg: rgba(0,0,0,0.6);
649
+ // $orbit-caption-font-color: #fff;
650
+
651
+ // We use these to control the left/right nav styles
652
+ // $orbit-nav-bg-old: rgb(0,0,0);
653
+ // $orbit-nav-bg: rgba(0,0,0,0.6);
654
+
655
+ // We use these to control the timer styles
656
+ // $orbit-timer-bg-old: rgb(0,0,0);
657
+ // $orbit-timer-bg: rgba(0,0,0,0.6);
658
+
659
+ // We use these to control the bullet nav styles
660
+ // $orbit-bullet-nav-color: #999;
661
+ // $orbit-bullet-nav-color-active: #222;
662
+
663
+ // We use thes to controls the style of slide numbers
664
+ // $orbit-slide-number-bg: rgb(0,0,0);
665
+ // $orbit-slide-number-font-color: #fff;
666
+ // $orbit-slide-number-padding: emCalc(5px);
667
+
668
+ // Margin for when Orbit is stacked on small screens
669
+ // $stack-on-small-margin-bottom: emCalc(20px); // Doesn't quite work yet
670
+
671
+ //
672
+ // Pagination Variables
673
+ //
674
+
675
+ // We use these to control the pagination container
676
+ // $pagination-height: emCalc(24px);
677
+ // $pagination-margin: emCalc(-5px);
678
+
679
+ // We use these to set the list-item properties
680
+ // $pagination-li-float: $default-float;
681
+ // $pagination-li-height: emCalc(24px);
682
+ // $pagination-li-font-color: #222;
683
+ // $pagination-li-font-size: emCalc(14px);
684
+ $pagination-li-margin: emCalc(10px);
685
+
686
+ // We use these for the pagination anchor links
687
+ $pagination-link-pad: emCalc(1px) emCalc(9px) emCalc(1px);
688
+ // $pagination-link-font-color: #999;
689
+ // $pagination-link-active-bg: darken(#fff, 10%);
690
+
691
+ // We use these for disabled anchor links
692
+ // $pagination-link-unavailable-cursor: default;
693
+ // $pagination-link-unavailable-font-color: #999;
694
+ // $pagination-link-unavailable-bg-active: transparent;
695
+
696
+ // We use these for currently selected anchor links
697
+ // $pagination-link-current-background: $primary-color;
698
+ // $pagination-link-current-font-color: #fff;
699
+ // $pagination-link-current-font-weight: bold;
700
+ // $pagination-link-current-cursor: default;
701
+ // $pagination-link-current-active-bg: $primary-color;
702
+
703
+ //
704
+ // Panel Variables
705
+ //
706
+
707
+ // We use these to control the background and border styles
708
+ // $panel-bg: darken(#fff, 5%);
709
+ // $panel-border-style: solid;
710
+ $panel-border-size: 2px;
711
+
712
+ // We use this % to control how much we darken things on hover
713
+ $panel-function-factor: 4%;
714
+ // $panel-border-color: darken($panel-bg, $panel-function-factor);
715
+
716
+ // We use these to set default inner padding and bottom margin
717
+ // $panel-margin-bottom: emCalc(20px);
718
+ // $panel-padding: emCalc(20px);
719
+
720
+ // We use these to set default font colors
721
+ $panel-font-color: $wet-asphalt;
722
+ // $panel-font-color-alt: #fff;
723
+
724
+ //
725
+ // Pricing Table Variables
726
+ //
727
+
728
+ // We use this to control the border color
729
+ $price-table-border: solid 2px $clouds;
730
+
731
+ // We use this to control the bottom margin of the pricing table
732
+ // $price-table-margin-bottom: emCalc(20px);
733
+
734
+ // We use these to control the title styles
735
+ $price-title-bg: white;
736
+ // $price-title-padding: emCalc(15px) emCalc(20px);
737
+ // $price-title-align: center;
738
+ $price-title-color: $midnight-blue;
739
+ // $price-title-weight: bold;
740
+ $price-title-size: emCalc(24px);
741
+
742
+ // We use these to control the price styles
743
+ $price-money-bg: $clouds;
744
+ // $price-money-padding: emCalc(15px) emCalc(20px);
745
+ // $price-money-align: center;
746
+ $price-money-color: $wet-asphalt;
747
+ // $price-money-weight: normal;
748
+ $price-money-size: emCalc(22px);
749
+
750
+ // We use these to control the description styles
751
+ $price-bg: white;
752
+ $price-desc-color: $wet-asphalt;
753
+ // $price-desc-padding: emCalc(15px);
754
+ // $price-desc-align: center;
755
+ // $price-desc-font-size: emCalc(12px);
756
+ // $price-desc-weight: normal;
757
+ // $price-desc-line-height: 1.4;
758
+ $price-desc-bottom-border: solid 1px $clouds;
759
+
760
+ // We use these to control the list item styles
761
+ $price-item-color: $wet-asphalt;
762
+ // $price-item-padding: emCalc(15px);
763
+ // $price-item-align: center;
764
+ // $price-item-font-size: emCalc(14px);
765
+ // $price-item-weight: normal;
766
+ $price-item-bottom-border: solid 1px $clouds;
767
+
768
+ // We use these to control the CTA area styles
769
+ // $price-cta-bg: #f5f5f5;
770
+ // $price-cta-align: center;
771
+ // $price-cta-padding: emCalc(20px) emCalc(20px) 0;
772
+
773
+ //
774
+ // Progress Bar Variables
775
+ //
776
+
777
+ // We use this to se the prog bar height
778
+ // $progress-bar-height: emCalc(25px);
779
+ // $progress-bar-color: transparent;
780
+
781
+ // We use these to control the border styles
782
+ $progress-bar-border-color: $clouds;
783
+ $progress-bar-border-size: 2px;
784
+ // $progress-bar-border-style: solid;
785
+ // $progress-bar-border-radius: $global-radius;
786
+
787
+ // We use these to control the margin & padding
788
+ // $progress-bar-pad: emCalc(2px);
789
+ // $progress-bar-margin-bottom: emCalc(10px);
790
+
791
+ // We use these to set the meter colors
792
+ // $progress-meter-color: $primary-color;
793
+ // $progress-meter-secondary-color: $secondary-color;
794
+ // $progress-meter-success-color: $success-color;
795
+ // $progress-meter-alert-color: $alert-color;
796
+
797
+ // NEED TO FINISH THE LOGIC HERE
798
+
799
+ //
800
+ // Reveal Variables
801
+ //
802
+
803
+ // We use these to control the style of the reveal overlay.
804
+ // $reveal-overlay-bg: rgba(#000, .45);
805
+ // $reveal-overlay-bg-old: #000;
806
+
807
+ // We use these to control the style of the modal itself.
808
+ // $reveal-modal-bg: #fff;
809
+ // $reveal-position-top: 50px;
810
+ // $reveal-default-width: 80%;
811
+ // $reveal-modal-padding: emCalc(20px);
812
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
813
+
814
+ // We use these to style the reveal close button
815
+ // $reveal-close-font-size: emCalc(22px);
816
+ // $reveal-close-top: emCalc(8px);
817
+ // $reveal-close-side: emCalc(11px);
818
+ // $reveal-close-color: #aaa;
819
+ // $reveal-close-weight: bold;
820
+
821
+ // We use these to control the modal border
822
+ // $reveal-border-style: solid;
823
+ // $reveal-border-width: 1px;
824
+ // $reveal-border-color: #666;
825
+
826
+ //
827
+ // Section Variables
828
+ //
829
+
830
+ // We use these to set padding and hover factor
831
+ // $section-padding: emCalc(15px);
832
+ // $section-function-factor: 10%;
833
+
834
+ // These style the titles
835
+ // $section-title-color: #333;
836
+ // $section-title-bg: #efefef;
837
+ // $section-title-bg-active: darken($section-title-bg, $section-function-factor);
838
+ // $section-title-bg-active-tabs: #fff;
839
+
840
+ // Want to control border size, here ya go!
841
+ $section-border-size: 2px;
842
+ // $section-border-style: solid;
843
+ $section-border-color: $clouds;
844
+
845
+ // Control the color of the background and some size options
846
+ // $section-content-bg: #fff;
847
+ // $section-vertical-nav-min-width: emCalc(200px);
848
+ // $section-bottom-margin: emCalc(20px);
849
+
850
+ //
851
+ // Side Nav Variables
852
+ //
853
+
854
+ // We use this to control padding.
855
+ // $side-nav-padding: emCalc(14px) 0;
856
+
857
+ // We use these to control list styles.
858
+ // $side-nav-list-type: none;
859
+ // $side-nav-list-position: inside;
860
+ // $side-nav-list-margin: 0 0 emCalc(7px) 0;
861
+
862
+ // We use these to control link styles.
863
+ // $side-nav-link-color: $primary-color;
864
+ // $side-nav-link-color-active: lighten(#000, 30%);
865
+ // $side-nav-font-size: emCalc(14px);
866
+ // $side-nav-font-weight: bold;
867
+
868
+ // We use these to control border styles
869
+ $side-nav-divider-size: 2px;
870
+ // $side-nav-divider-style: solid;
871
+ $side-nav-divider-color: $clouds;
872
+
873
+ //
874
+ // Sub Nav Variables
875
+ //
876
+
877
+ // We use these to control margin and padding
878
+ // $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
879
+ // $sub-nav-list-padding-top: emCalc(4px);
880
+
881
+ // We use this to control the definition
882
+ // $sub-nav-font-size: emCalc(14px);
883
+ // $sub-nav-font-color: #999;
884
+ // $sub-nav-font-weight: normal;
885
+ // $sub-nav-text-decoration: none;
886
+ // $sub-nav-border-radius: 1000px;
887
+
888
+ // We use these to control the active item styles
889
+ // $sub-nav-active-font-weight: bold;
890
+ // $sub-nav-active-bg: $primary-color;
891
+ // $sub-nav-active-color: #fff;
892
+ // $sub-nav-active-padding: emCalc(3px) emCalc(9px);
893
+ // $sub-nav-active-cursor: default;
894
+
895
+ //
896
+ // Switch Variables
897
+ //
898
+
899
+ // Controlling border styles and background colors for the switch container
900
+ // $switch-border-color: darken(#fff, 20%);
901
+ // $switch-border-style: solid;
902
+ // $switch-border-width: 1px;
903
+ // $switch-bg: #fff;
904
+
905
+ // We use these to control the switch heights for our default classes
906
+ // $switch-height-tny: 22px;
907
+ // $switch-height-sml: 28px;
908
+ // $switch-height-med: 36px;
909
+ // $switch-height-lrg: 44px;
910
+ // $switch-bottom-margin: emCalc(20px);
911
+
912
+ // We use these to control default font sizes for our classes.
913
+ // $switch-font-size-tny: 11px;
914
+ // $switch-font-size-sml: 12px;
915
+ // $switch-font-size-med: 14px;
916
+ // $switch-font-size-lrg: 17px;
917
+ // $switch-label-side-padding: 6px;
918
+
919
+ // We use these to style the switch-paddle
920
+ // $switch-paddle-bg: #fff;
921
+ // $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
922
+ // $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
923
+ // $switch-paddle-border-width: 1px;
924
+ // $switch-paddle-border-style: solid;
925
+ // $switch-paddle-transition-speed: .1s;
926
+ // $switch-paddle-transition-ease: ease-out;
927
+ // $switch-positive-color: lighten($success-color, 50%);
928
+ // $switch-negative-color: #f5f5f5;
929
+
930
+ // Outline Style for tabbing through switches
931
+ // $switch-label-outline: 1px dotted #888;
932
+
933
+ //
934
+ // Table Variables
935
+ //
936
+
937
+ // These control the background color for the table and even rows
938
+ // $table-bg: #fff;
939
+ // $table-even-row-bg: #f9f9f9;
940
+
941
+ // These control the table cell border style
942
+ // $table-border-style: solid;
943
+ $table-border-size: 2px;
944
+ $table-border-color: $clouds;
945
+
946
+ // These control the table head styles
947
+ // $table-head-bg: #f5f5f5;
948
+ // $table-head-font-size: emCalc(14px);
949
+ $table-head-font-color: $midnight-blue;
950
+ // $table-head-font-weight: bold;
951
+ // $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
952
+
953
+ // These control the row padding and font styles
954
+ // $table-row-padding: emCalc(9px) emCalc(10px);
955
+ // $table-row-font-size: emCalc(14px);
956
+ $table-row-font-color: $wet-asphalt;
957
+ // $table-line-height: emCalc(18px);
958
+
959
+ // These are for controlling the display and margin of tables
960
+ // $table-display: table-cell;
961
+ // $table-margin-bottom: emCalc(20px);
962
+
963
+ //
964
+ // Image Thumbnail Variables
965
+ //
966
+
967
+ // We use these to control border styles
968
+ // $thumb-border-style: solid;
969
+ $thumb-border-width: 6px;
970
+ $thumb-border-color: $clouds;
971
+ $thumb-box-shadow: 0 0 0 1px rgba(#000,0);
972
+ $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.8);
973
+
974
+ // Radius and transition speed for thumbs
975
+ // $thumb-radius: $global-radius;
976
+ // $thumb-transition-speed: 200ms;
977
+
978
+ //
979
+ // Tooltip Variables
980
+ //
981
+ // $has-tip-border-bottom: dotted 1px #ccc;
982
+ // $has-tip-font-weight: bold;
983
+ // $has-tip-font-color: #333;
984
+ // $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%);
985
+ // $has-tip-font-color-hover: $primary-color;
986
+ // $has-tip-cursor-type: help;
987
+
988
+ // $tooltip-padding: emCalc(8px);
989
+ $tooltip-bg: $midnight-blue;
990
+ // $tooltip-font-size: emCalc(15px);
991
+ // $tooltip-font-weight: bold;
992
+ // $tooltip-font-color: #fff;
993
+ // $tooltip-line-height: 1.3;
994
+ // $tooltip-close-font-size: emCalc(10px);
995
+ // $tooltip-close-font-weight: normal;
996
+ // $tooltip-close-font-color: #888;
997
+ // $tooltip-font-size-sml: emCalc(14px);
998
+ // $tooltip-radius: $global-radius;
999
+ // $tooltip-pip-size: 5px;
1000
+
1001
+ //
1002
+ // Top Bar Variables
1003
+ //
1004
+
1005
+ // Background color for the top bar
1006
+ $topbar-bg: $wet-asphalt;
1007
+
1008
+ // Height and margin
1009
+ // $topbar-height: 45px;
1010
+ // $topbar-margin-bottom: emCalc(30px);
1011
+
1012
+ // Control Input height for top bar
1013
+ // $topbar-input-height: 2.45em;
1014
+
1015
+ // Controlling the styles for the title in the top bar
1016
+ // $topbar-title-weight: bold;
1017
+ // $topbar-title-font-size: emCalc(17px);
1018
+
1019
+ // Set the link colors and styles for top-level nav
1020
+ // $topbar-link-color: #fff;
1021
+ // $topbar-link-weight: bold;
1022
+ // $topbar-link-font-size: emCalc(13px);
1023
+
1024
+ // Style the top bar dropdown elements
1025
+ // $topbar-dropdown-bg: #333;
1026
+ // $topbar-dropdown-link-color: #fff;
1027
+ // $topbar-dropdown-toggle-size: 5px;
1028
+ // $topbar-dropdown-toggle-color: #fff;
1029
+ // $topbar-dropdown-toggle-alpha: 0.5;
1030
+ $dropdown-label-color: $silver;
1031
+
1032
+ // Top menu icon styles
1033
+ // $topbar-menu-link-transform: uppercase;
1034
+ // $topbar-menu-link-font-size: emCalc(13px);
1035
+ // $topbar-menu-link-weight: bold;
1036
+ // $topbar-menu-link-color: #fff;
1037
+ // $topbar-menu-icon-color: #fff;
1038
+ $topbar-menu-link-color-toggled: $success-color;
1039
+ $topbar-menu-icon-color-toggled: $success-color;
1040
+
1041
+ // Transitions and breakpoint styles
1042
+ $topbar-transition-speed: 300ms;
1043
+ // $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1044
+ // $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1045
+