Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _settings.scss @ 2d47196d

History | View | Annotate | Download (31 kB)

1
// Required global settings and mixins for Foundation
2
@import "foundation/variables";
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

    
14
// This is the default html and body font-size for the base em value.
15
// $em-base: 16px;
16

    
17
// We use these to control various global styles
18
// $body-bg: #fff;
19
// $body-font-color: #222;
20
// $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
21
// $body-font-weight: normal;
22
// $body-font-style: normal;
23

    
24
// We use this to control font-smoothing
25
// $font-smoothing: antialiased;
26

    
27
// We use these to control text direction settings
28
// $text-direction: ltr;
29

    
30
// We use these as default colors throughout
31
$primary-color: #919194;
32
$secondary-color: #ff7bac;
33
$black:#000;
34
$white:#fff;
35

    
36
$alert-color: $secondary-color;
37
$success-color: #5da423;
38
$warning-color: #49DDC5;
39

    
40
// We use these to make sure border radius matches unless we want it different.
41
$global-radius: 1px;
42
// $global-rounded: 1000px;
43

    
44
// header settings
45
$header-padding-vertical:emCalc(20px);
46
$header-padding-horizontal:emCalc(40px);
47

    
48

    
49
// We use these to control inset shadow shiny edges and depressions.
50
// $shiny-edge-size: 0 1px 0;
51
// $shiny-edge-color: rgba(#fff, .5);
52
// $shiny-edge-active-color: rgba(#000, .2);
53

    
54
// We use this to control whether or not CSS classes come through in the gem files.
55
// $include-html-classes: true;
56
// $include-print-styles: true;
57

    
58
// Modular html classes
59
// $include-html-grid-classes: $include-html-classes;
60
// $include-html-visibility-classes: $include-html-classes;
61
// $include-html-button-classes: $include-html-classes;
62
// $include-html-form-classes: $include-html-classes;
63
// $include-html-media-classes: $include-html-classes;
64
// $include-html-section-classes: $include-html-classes;
65
// $include-html-reveal-classes: $include-html-classes;
66
// $include-html-alert-classes: $include-html-classes;
67
// $include-html-nav-classes: $include-html-classes;
68
// $include-html-label-classes: $include-html-classes;
69
// $include-html-panel-classes: $include-html-classes;
70
// $include-html-pricing-classes: $include-html-classes;
71
// $include-html-progress-classes: $include-html-classes;
72

    
73
//
74
// Grid Variables
75
//
76

    
77
$row-top-width:100%;
78
// $row-width: 62.5em;
79
// $column-gutter: 1.875em;
80
// $total-columns: 12;
81

    
82
//
83
// Block Grid Variables
84
//
85

    
86
// We use this to control the maximum number of block grid elements per row
87
// $block-grid-elements: 12;
88
// $block-grid-default-spacing: 10px;
89

    
90
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
91
// $block-grid-media-queries: true;
92

    
93
//
94
// Typography Variables
95
//
96

    
97
// We use these to control header font styles
98
// $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
99
// $header-font-weight: bold;
100
// $header-font-style: normal;
101
// $header-font-color: #222;
102
// $header-line-height: 1.4;
103
// $header-top-margin: .2em;
104
// $header-bottom-margin: .5em;
105
// $header-text-rendering: optimizeLegibility;
106

    
107
// We use these to control header font sizes
108
// $h1-font-size: emCalc(44px);
109
// $h2-font-size: emCalc(37px);
110
// $h3-font-size: emCalc(27px);
111
// $h4-font-size: emCalc(23px);
112
// $h5-font-size: emCalc(18px);
113
// $h6-font-size: 1em;
114

    
115
// These control how subheaders are styled.
116
// $subheader-line-height: 1.4;
117
// $subheader-font-color: lighten($header-font-color, 30%);
118
// $subheader-font-weight: 300;
119
// $subheader-top-margin: .2em;
120
// $subheader-bottom-margin: .5em;
121

    
122
// A general <small> styling
123
// $small-font-size: 60%;
124
// $small-font-color: lighten($header-font-color, 30%);
125

    
126
// We use these to style paragraphs
127
// $paragraph-font-family: inherit;
128
// $paragraph-font-weight: normal;
129
// $paragraph-font-size: 1em;
130
// $paragraph-line-height: 1.6;
131
// $paragraph-margin-bottom: emCalc(20px);
132
// $paragraph-aside-font-size: emCalc(14px);
133
// $paragraph-aside-line-height: 1.35;
134
// $paragraph-aside-font-style: italic;
135

    
136
// We use these to style <code> tags
137
// $code-color: darken($alert-color, 15%);
138
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
139
// $code-font-weight: bold;
140

    
141
// We use these to style anchors
142
// $anchor-text-decoration: none;
143
// $anchor-font-color: $primary-color;
144
// $anchor-font-color-hover: darken($primary-color, 5%);
145

    
146
// We use these to style the <hr> element
147
// $hr-border-width: 1px;
148
// $hr-border-style: solid;
149
// $hr-border-color: #ddd;
150
// $hr-margin: emCalc(20px);
151

    
152
// We use these to style lists
153
// $list-style-position: outside;
154
// $list-side-margin: emCalc(18px);
155
// $definition-list-header-weight: bold;
156
// $definition-list-header-margin-bottom: .3em;
157
// $definition-list-margin-bottom: emCalc(12px);
158

    
159
// We use these to style blockquotes
160
// $blockquote-font-color: lighten($header-font-color, 30%);
161
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
162
// $blockquote-border: 1px solid #ddd;
163
// $blockquote-cite-font-size: emCalc(13px);
164
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
165
// $blockquote-cite-link-color: $blockquote-cite-font-color;
166

    
167
// Acronym styles
168
// $acronym-underline: 1px dotted #ddd;
169

    
170
// We use these to control padding and margin
171
// $microformat-padding: emCalc(10px) emCalc(12px);
172
// $microformat-margin: 0 0 emCalc(20px) 0;
173

    
174
// We use these to control the border styles
175
// $microformat-border-width: 1px;
176
// $microformat-border-style: solid;
177
// $microformat-border-color: #ddd;
178

    
179
// We use these to control full name font styles
180
// $microformat-fullname-font-weight: bold;
181
// $microformat-fullname-font-size: emCalc(15px);
182

    
183
// We use this to control the summary font styles
184
// $microformat-summary-font-weight: bold;
185

    
186
// We use this to control abbr padding
187
// $microformat-abbr-padding: 0 emCalc(1px);
188

    
189
// We use this to control abbr font styles
190
// $microformat-abbr-font-weight: bold;
191
// $microformat-abbr-font-decoration: none;
192

    
193
//
194
// Form Variables
195
//
196

    
197
// We use this to set the base for lots of form spacing and positioning styles
198
// $form-spacing: emCalc(16px);
199

    
200
// We use these to style the labels in different ways
201
// $label-pointer: pointer;
202
// $label-font-size: emCalc(14px);
203
// $label-font-weight: 500;
204
// $label-font-color: lighten(#000, 30%);
205
// $label-bottom-margin: emCalc(3px);
206
// $input-font-family: inherit;
207
// $input-font-color: rgba(0,0,0,0.75);
208
// $input-font-size: emCalc(14px);
209
// $input-bg-color: #fff;
210
// $input-focus-bg-color: darken(#fff, 2%);
211
// $input-border-color: darken(#fff, 20%);
212
// $input-focus-border-color: darken(#fff, 40%);
213
// $input-border-style: solid;
214
// $input-border-width: 1px;
215
// $input-disabled-bg: #ddd;
216
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
217

    
218
// We use these to style the fieldset border and spacing.
219
// $fieldset-border-style: solid;
220
// $fieldset-border-width: 1px;
221
// $fieldset-border-color: #ddd;
222
// $fieldset-padding: emCalc(20px);
223
// $fieldset-margin: emCalc(18px) 0;
224

    
225
// We use these to style the legends when you use them
226
// $legend-bg: #fff;
227
// $legend-font-weight: bold;
228
// $legend-padding: 0 emCalc(3px);
229

    
230
// We use these to style the prefix and postfix input elements
231
// $input-prefix-bg: darken(#fff, 5%);
232
// $input-prefix-border-color: darken(#fff, 20%);
233
// $input-prefix-border-size: 1px;
234
// $input-prefix-border-type: solid;
235
// $input-prefix-overflow: hidden;
236
// $input-prefix-font-color: #333;
237
// $input-prefix-font-color-alt: #fff;
238

    
239
// We use these to style the error states for inputs and labels
240
// $input-error-message-padding: emCalc(6px) emCalc(4px);
241
// $input-error-message-top: -($form-spacing) - emCalc(5px);
242
// $input-error-message-font-size: emCalc(12px);
243
// $input-error-message-font-weight: bold;
244
// $input-error-message-font-color: #fff;
245
// $input-error-message-font-color-alt: #333;
246

    
247
// We use these to build padding for buttons.
248
// $button-med: emCalc(12px);
249
// $button-tny: emCalc(7px);
250
// $button-sml: emCalc(9px);
251
// $button-lrg: emCalc(16px);
252

    
253
// We use this to control the display property.
254
// $button-display: inline-block;
255
// $button-margin-bottom: emCalc(20px);
256

    
257
// We use these to control button text styles.
258
// $button-font-family: inherit;
259
// $button-font-color: #fff;
260
// $button-font-color-alt: #333;
261
// $button-font-med: emCalc(16px);
262
// $button-font-tny: emCalc(11px);
263
// $button-font-sml: emCalc(13px);
264
// $button-font-lrg: emCalc(20px);
265
// $button-font-weight: bold;
266
// $button-font-align: center;
267

    
268
// We use these to control various hover effects.
269
// $button-function-factor: 10%;
270

    
271
// We use these to control button border styles.
272
// $button-border-width: 1px;
273
// $button-border-style: solid;
274
// $button-border-color: darken($primary-color, $button-function-factor);
275

    
276
// We use this to set the default radius used throughout the core.
277
// $button-radius: $global-radius;
278

    
279
// We use this to set default opacity for disabled buttons.
280
// $button-disabled-opacity: 0.6;
281

    
282
//
283
// Dropdown Button Variables
284
//
285

    
286
// We use these to set the color of the pip in dropdown buttons
287
// $dropdown-button-pip-color: #fff;
288
// $dropdown-button-pip-color-alt: #333;
289

    
290
// We use these to style tiny dropdown buttons
291
// $dropdown-button-padding-tny: $button-tny * 5;
292
// $dropdown-button-pip-size-tny: $button-tny;
293
// $dropdown-button-pip-right-tny: $button-tny * 2;
294
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
295

    
296
// We use these to style small dropdown buttons
297
// $dropdown-button-padding-sml: $button-sml * 5;
298
// $dropdown-button-pip-size-sml: $button-sml;
299
// $dropdown-button-pip-right-sml: $button-sml * 2;
300
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
301

    
302
// We use these to style medium dropdown buttons
303
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
304
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
305
// $dropdown-button-pip-right-med: $button-med * 2;
306
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
307

    
308
// We use these to style large dropdown buttons
309
// $dropdown-button-padding-lrg: $button-lrg * 4;
310
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
311
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
312
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
313

    
314
//
315
// Split Button Variables
316
//
317

    
318
// We use these to control different shared styles for Split Buttons
319
// $split-button-function-factor: 15%;
320
// $split-button-pip-color: #fff;
321
// $split-button-pip-color-alt: #333;
322
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
323

    
324
// We use these to control tiny split buttons
325
// $split-button-padding-tny: $button-tny * 9;
326
// $split-button-span-width-tny: $button-tny * 6.5;
327
// $split-button-pip-size-tny: $button-tny;
328
// $split-button-pip-top-tny: $button-tny * 2;
329
// $split-button-pip-left-tny: emCalc(-5px);
330

    
331
// We use these to control small split buttons
332
// $split-button-padding-sml: $button-sml * 7;
333
// $split-button-span-width-sml: $button-sml * 5;
334
// $split-button-pip-size-sml: $button-sml;
335
// $split-button-pip-top-sml: $button-sml * 1.5;
336
// $split-button-pip-left-sml: emCalc(-9px);
337

    
338
// We use these to control medium split buttons
339
// $split-button-padding-med: $button-med * 6.4;
340
// $split-button-span-width-med: $button-med * 4;
341
// $split-button-pip-size-med: $button-med - emCalc(3px);
342
// $split-button-pip-top-med: $button-med * 1.5;
343
// $split-button-pip-left-med: emCalc(-9px);
344

    
345
// We use these to control large split buttons
346
// $split-button-padding-lrg: $button-lrg * 6;
347
// $split-button-span-width-lrg: $button-lrg * 3.75;
348
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
349
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
350
// $split-button-pip-left-lrg: emCalc(-9px);
351

    
352
//
353
// Alert Variables
354
//
355

    
356
// We use this to control alert padding.
357
// $alert-padding-top: emCalc(11px);
358
// $alert-padding-left: $alert-padding-top;
359
// $alert-padding-right: $alert-padding-top + emCalc(10px);
360
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
361

    
362
// We use these to control text style.
363
// $alert-font-weight: bold;
364
// $alert-font-size: emCalc(14px);
365
// $alert-font-color: #fff;
366
// $alert-font-color-alt: darken($secondary-color, 60%);
367

    
368
// We use this for close hover effect.
369
// $alert-function-factor: 10%;
370

    
371
// We use these to control border styles.
372
// $alert-border-style: solid;
373
// $alert-border-width: 1px;
374
// $alert-border-color: darken($primary-color, $alert-function-factor);
375
// $alert-bottom-margin: emCalc(20px);
376

    
377
// We use these to style the close buttons
378
// $alert-close-color: #333;
379
// $alert-close-position: emCalc(5px);
380
// $alert-close-font-size: emCalc(22px);
381
// $alert-close-opacity: 0.3;
382
// $alert-close-opacity-hover: 0.5;
383
// $alert-close-padding: 5px 4px 4px;
384

    
385
// We use this to control border radius
386
// $alert-radius: $global-radius;
387

    
388
//
389
// Breadcrumb Variables
390
//
391

    
392
// We use this to set the background color for the breadcrumb container.
393
// $crumb-bg: lighten($secondary-color, 5%);
394

    
395
// We use these to set the padding around the breadcrumbs.
396
// $crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
397
// $crumb-side-padding: emCalc(12px);
398

    
399
// We use these to control border styles.
400
// $crumb-function-factor: 10%;
401
// $crumb-border-size: 1px;
402
// $crumb-border-style: solid;
403
// $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
404
// $crumb-radius: $global-radius;
405

    
406
// We use these to set various text styles for breadcrumbs.
407
// $crumb-font-size: emCalc(11px);
408
// $crumb-font-color: $primary-color;
409
// $crumb-font-color-current: #333;
410
// $crumb-font-color-unavailable: #999;
411
// $crumb-font-transform: uppercase;
412
// $crumb-link-decor: underline;
413

    
414
// We use these to control the slash between breadcrumbs
415
// $crumb-slash-color: #aaa;
416
// $crumb-slash: "/";
417

    
418
//
419
// Clearing Variables
420
//
421

    
422
// We use these to set the background colors for parts of Clearing.
423
// $clearing-bg: #111;
424
// $clearing-caption-bg: $clearing-bg;
425
// $clearing-carousel-bg: #111;
426
// $clearing-img-bg: $clearing-bg;
427

    
428
// We use these to style the close button
429
// $clearing-close-color: #fff;
430
// $clearing-close-size: 40px;
431

    
432
// We use these to style the arrows
433
// $clearing-arrow-size: 16px;
434
// $clearing-arrow-color: $clearing-close-color;
435

    
436
// We use these to style captions
437
// $clearing-caption-font-color: #fff;
438
// $clearing-caption-padding: 10px 30px;
439

    
440
// We use these to make the image and carousel height and style
441
// $clearing-active-img-height: 75%;
442
// $clearing-carousel-height: 150px;
443
// $clearing-carousel-thumb-width: 175px;
444
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
445

    
446
//
447
// Custom Form Variables
448
//
449

    
450
// We use these to control the basic form styles input styles
451
// $custom-form-border-color: #ccc;
452
// $custom-form-bg: #fff;
453
// $custom-form-bg-disabled: #ddd;
454
// $custom-form-check-color: #222;
455

    
456
// We use these to style the custom select form element.
457
// $custom-select-bg: #fff;
458
// $custom-select-fade-to-color: #f3f3f3;
459
// $custom-select-border-color: #ddd;
460
// $custom-select-triangle-color: #aaa;
461
// $custom-select-triangle-color-open: #222;
462
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
463
// $custom-select-margin-bottom: emCalc(20px);
464
// $custom-select-font-color-selected: #141414;
465
// $custom-select-disabled-color: #888;
466

    
467
// We use these to control the style of the custom select dropdown element.
468
// $custom-dropdown-height: 200px;
469
// $custom-dropdown-bg: #fff;
470
// $custom-dropdown-border-color: darken(#fff, 20%);
471
// $custom-dropdown-border-width: 1px;
472
// $custom-dropdown-border-style: solid;
473
// $custom-dropdown-font-color: #555;
474
// $custom-dropdown-font-size: emCalc(14px);
475
// $custom-dropdown-color-selected: #eeeeee;
476
// $custom-dropdown-font-color-selected: #000;
477
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
478
// $custom-dropdown-offset-top: none;
479
// $custom-dropdown-list-padding: emCalc(4px);
480
// $custom-dropdown-left-padding: emCalc(6px);
481
// $custom-dropdown-right-padding: emCalc(38px);
482
// $custom-dropdown-list-item-min-height: emCalc(24px);
483

    
484
//
485
// Dropdown Variables
486
//
487

    
488
// We use these to controls height and width styles.
489
// $f-dropdown-max-width: 200px;
490
// $f-dropdown-height: auto;
491
// $f-dropdown-max-height: none;
492
// $f-dropdown-margin-top: 2px;
493

    
494
// We use this to control the background color
495
// $f-dropdown-bg: #fff;
496

    
497
// We use this to set the border styles for dropdowns.
498
// $f-dropdown-border-style: solid;
499
// $f-dropdown-border-width: 1px;
500
// $f-dropdown-border-color: darken(#fff, 20%);
501

    
502
// We use these to style the triangle pip.
503
// $f-dropdown-triangle-size: 6px;
504
// $f-dropdown-triangle-color: #fff;
505
// $f-dropdown-triangle-side-offset: 10px;
506

    
507
// We use these to control styles for the list elements.
508
// $f-dropdown-list-style: none;
509
// $f-dropdown-font-color: #555;
510
// $f-dropdown-font-size: emCalc(14px);
511
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
512
// $f-dropdown-line-height: emCalc(18px);
513
// $f-dropdown-list-hover-bg: #eeeeee;
514
// $dropdown-mobile-left: 0;
515

    
516
// We use this to control the styles for when the dropdown has custom content.
517
// $f-dropdown-content-padding: emCalc(20px);
518

    
519
//
520
// Flex Video Variables
521
//
522

    
523
// We use these to control video container padding and margins
524
// $flex-video-padding-top: emCalc(25px);
525
// $flex-video-padding-bottom: 67.5%;
526
// $flex-video-margin-bottom: emCalc(16px);
527

    
528
// We use this to control widescreen bottom padding
529
// $flex-video-widescreen-padding-bottom: 57.25%;
530

    
531
//
532
// Inline List Variables
533
//
534

    
535
// We use this to control the margins and padding of the inline list.
536
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
537
// $inline-list-margin: 0 0;
538
// $inline-list-padding: 0;
539

    
540
// We use this to control the overflow of the inline list.
541
// $inline-list-overflow: hidden;
542

    
543
// We use this to control the list items
544
// $inline-list-display: block;
545

    
546
// We use this to control any elments within list items
547
// $inline-list-children-display: block;
548

    
549
//
550
// Joyride Variables
551
//
552

    
553
// Controlling default Joyride styles
554
// $joyride-tip-bg: rgb(0,0,0);
555
// $joyride-tip-default-width: 300px;
556
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
557
// $joyride-tip-border: solid 1px #555;
558
// $joyride-tip-radius: 4px;
559
// $joyride-tip-position-offset: 22px;
560

    
561
// Here, we're setting the tip dont styles
562
// $joyride-tip-font-color: #fff;
563
// $joyride-tip-font-size: emCalc(14px);
564
// $joyride-tip-header-weight: bold;
565

    
566
// This changes the nub size
567
// $joyride-tip-nub-size: 14px;
568

    
569
// This adjusts the styles for the timer when its enabled
570
// $joyride-tip-timer-width: 50px;
571
// $joyride-tip-timer-height: 3px;
572
// $joyride-tip-timer-color: #666;
573

    
574
// This changes up the styles for the close button
575
// $joyride-tip-close-color: #777;
576
// $joyride-tip-close-size: 30px;
577
// $joyride-tip-close-weight: normal;
578

    
579
// When Joyride is filling the screen, we use this style for the bg
580
// $joyride-screenfill: rgba(0,0,0,0.5);
581

    
582
//
583
// Keystroke Variables
584
//
585

    
586
// We use these to control text styles.
587
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
588
// $keystroke-font-size: emCalc(15px);
589
// $keystroke-font-color: #222;
590
// $keystroke-font-color-alt: #fff;
591
// $keystroke-function-factor: 7%;
592

    
593
// We use this to control keystroke padding.
594
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
595

    
596
// We use these to control background and border styles.
597
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
598
// $keystroke-border-style: solid;
599
// $keystroke-border-width: 1px;
600
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
601
// $keystroke-radius: $global-radius;
602

    
603
//
604
// Label Variables
605
//
606

    
607
// We use these to style the labels
608
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
609
// $label-radius: $global-radius;
610

    
611
// We use these to style the label text
612
// $label-font-sizing: emCalc(14px);
613
// $label-font-weight: bold;
614

    
615
//
616
// Orbit Settings
617
//
618

    
619
// We use these to control the caption styles
620
// $orbit-container-bg: #f5f5f5;
621
// $orbit-caption-bg-old-browser: #000;
622
// $orbit-caption-bg-old: rgb(0,0,0);
623
// $orbit-caption-bg: rgba(0,0,0,0.6);
624
// $orbit-caption-font-color: #fff;
625

    
626
// We use these to control the left/right nav styles
627
// $orbit-nav-bg-old: rgb(0,0,0);
628
// $orbit-nav-bg: rgba(0,0,0,0.6);
629

    
630
// We use these to control the timer styles
631
// $orbit-timer-bg-old: rgb(0,0,0);
632
// $orbit-timer-bg: rgba(0,0,0,0.6);
633

    
634
// We use these to control the bullet nav styles
635
// $orbit-bullet-nav-color: #999;
636
// $orbit-bullet-nav-color-active: #222;
637

    
638
// We use thes to controls the style of slide numbers
639
// $orbit-slide-number-bg: rgb(0,0,0);
640
// $orbit-slide-number-font-color: #fff;
641
// $orbit-slide-number-padding: emCalc(5px);
642

    
643
// Margin for when Orbit is stacked on small screens
644
// $stack-on-small-margin-bottom: emCalc(20px); // Doesn't quite work yet
645

    
646
//
647
// Pagination Variables
648
//
649

    
650
// We use these to control the pagination container
651
// $pagination-height: emCalc(24px);
652
// $pagination-margin: emCalc(-5px);
653

    
654
// We use these to set the list-item properties
655
// $pagination-li-float: $default-float;
656
// $pagination-li-height: emCalc(24px);
657
// $pagination-li-font-color: #222;
658
// $pagination-li-font-size: emCalc(14px);
659
// $pagination-li-margin: emCalc(5px);
660

    
661
// We use these for the pagination anchor links
662
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
663
// $pagination-link-font-color: #999;
664
// $pagination-link-active-bg: darken(#fff, 10%);
665

    
666
// We use these for disabled anchor links
667
// $pagination-link-unavailable-cursor: default;
668
// $pagination-link-unavailable-font-color: #999;
669
// $pagination-link-unavailable-bg-active: transparent;
670

    
671
// We use these for currently selected anchor links
672
// $pagination-link-current-background: $primary-color;
673
// $pagination-link-current-font-color: #fff;
674
// $pagination-link-current-font-weight: bold;
675
// $pagination-link-current-cursor: default;
676
// $pagination-link-current-active-bg: $primary-color;
677

    
678
//
679
// Panel Variables
680
//
681

    
682
// We use these to control the background and border styles
683
// $panel-bg: darken(#fff, 5%);
684
// $panel-border-style: solid;
685
// $panel-border-size: 1px;
686

    
687
// We use this % to control how much we darken things on hover
688
// $panel-function-factor: 10%;
689
// $panel-border-color: darken($panel-bg, $panel-function-factor);
690

    
691
// We use these to set default inner padding and bottom margin
692
// $panel-margin-bottom: emCalc(20px);
693
// $panel-padding: emCalc(20px);
694

    
695
// We use these to set default font colors
696
// $panel-font-color: #333;
697
// $panel-font-color-alt: #fff;
698

    
699
//
700
// Pricing Table Variables
701
//
702

    
703
// We use this to control the border color
704
// $price-table-border: solid 1px #ddd;
705

    
706
// We use this to control the bottom margin of the pricing table
707
// $price-table-margin-bottom: emCalc(20px);
708

    
709
// We use these to control the title styles
710
// $price-title-bg: #ddd;
711
// $price-title-padding: emCalc(15px) emCalc(20px);
712
// $price-title-align: center;
713
// $price-title-color: #333;
714
// $price-title-weight: bold;
715
// $price-title-size: emCalc(16px);
716

    
717
// We use these to control the price styles
718
// $price-money-bg: #eee;
719
// $price-money-padding: emCalc(15px) emCalc(20px);
720
// $price-money-align: center;
721
// $price-money-color: #333;
722
// $price-money-weight: normal;
723
// $price-money-size: emCalc(20px);
724

    
725
// We use these to control the description styles
726
// $price-bg: #fff;
727
// $price-desc-color: #777;
728
// $price-desc-padding: emCalc(15px);
729
// $price-desc-align: center;
730
// $price-desc-font-size: emCalc(12px);
731
// $price-desc-weight: normal;
732
// $price-desc-line-height: 1.4;
733
// $price-desc-bottom-border: dotted 1px #ddd;
734

    
735
// We use these to control the list item styles
736
// $price-item-color: #333;
737
// $price-item-padding: emCalc(15px);
738
// $price-item-align: center;
739
// $price-item-font-size: emCalc(14px);
740
// $price-item-weight: normal;
741
// $price-item-bottom-border: dotted 1px #ddd;
742

    
743
// We use these to control the CTA area styles
744
// $price-cta-bg: #f5f5f5;
745
// $price-cta-align: center;
746
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
747

    
748
//
749
// Progress Bar Variables
750
//
751

    
752
// We use this to se the prog bar height
753
// $progress-bar-height: emCalc(25px);
754
// $progress-bar-color: transparent;
755

    
756
// We use these to control the border styles
757
// $progress-bar-border-color: darken(#fff, 20%);
758
// $progress-bar-border-size: 1px;
759
// $progress-bar-border-style: solid;
760
// $progress-bar-border-radius: $global-radius;
761

    
762
// We use these to control the margin & padding
763
// $progress-bar-pad: emCalc(2px);
764
// $progress-bar-margin-bottom: emCalc(10px);
765

    
766
// We use these to set the meter colors
767
// $progress-meter-color: $primary-color;
768
// $progress-meter-secondary-color: $secondary-color;
769
// $progress-meter-success-color: $success-color;
770
// $progress-meter-alert-color: $alert-color;
771

    
772
// NEED TO FINISH THE LOGIC HERE
773

    
774
//
775
// Reveal Variables
776
//
777

    
778
// We use these to control the style of the reveal overlay.
779
// $reveal-overlay-bg: rgba(#000, .45);
780
// $reveal-overlay-bg-old: #000;
781

    
782
// We use these to control the style of the modal itself.
783
// $reveal-modal-bg: #fff;
784
// $reveal-position-top: 50px;
785
// $reveal-default-width: 80%;
786
// $reveal-modal-padding: emCalc(20px);
787
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
788

    
789
// We use these to style the reveal close button
790
// $reveal-close-font-size: emCalc(22px);
791
// $reveal-close-top: emCalc(8px);
792
// $reveal-close-side: emCalc(11px);
793
// $reveal-close-color: #aaa;
794
// $reveal-close-weight: bold;
795

    
796
// We use these to control the modal border
797
// $reveal-border-style: solid;
798
// $reveal-border-width: 1px;
799
// $reveal-border-color: #666;
800

    
801
//
802
// Section Variables
803
//
804

    
805
// We use these to set padding and hover factor
806
// $section-padding: emCalc(15px);
807
// $section-function-factor: 10%;
808

    
809
// These style the titles
810
// $section-title-color: #333;
811
// $section-title-bg: #efefef;
812
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
813
// $section-title-bg-active-tabs: #fff;
814

    
815
// Want to control border size, here ya go!
816
// $section-border-size: 1px;
817
// $section-border-style: solid;
818
// $section-border-color: #ccc;
819

    
820
// Control the color of the background and some size options
821
// $section-content-bg: #fff;
822
// $section-vertical-nav-min-width: emCalc(200px);
823
// $section-bottom-margin: emCalc(20px);
824

    
825
//
826
// Side Nav Variables
827
//
828

    
829
// We use this to control padding.
830
// $side-nav-padding: emCalc(14px) 0;
831

    
832
// We use these to control list styles.
833
// $side-nav-list-type: none;
834
// $side-nav-list-position: inside;
835
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
836

    
837
// We use these to control link styles.
838
// $side-nav-link-color: $primary-color;
839
// $side-nav-link-color-active: lighten(#000, 30%);
840
// $side-nav-font-size: emCalc(14px);
841
// $side-nav-font-weight: bold;
842

    
843
// We use these to control border styles
844
// $side-nav-divider-size: 1px;
845
// $side-nav-divider-style: solid;
846
// $side-nav-divider-color: darken(#fff, 10%);
847

    
848
//
849
// Sub Nav Variables
850
//
851

    
852
// We use these to control margin and padding
853
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
854
// $sub-nav-list-padding-top: emCalc(4px);
855

    
856
// We use this to control the definition
857
// $sub-nav-font-size: emCalc(14px);
858
// $sub-nav-font-color: #999;
859
// $sub-nav-font-weight: normal;
860
// $sub-nav-text-decoration: none;
861
// $sub-nav-border-radius: 1000px;
862

    
863
// We use these to control the active item styles
864
// $sub-nav-active-font-weight: bold;
865
// $sub-nav-active-bg: $primary-color;
866
// $sub-nav-active-color: #fff;
867
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
868
// $sub-nav-active-cursor: default;
869

    
870
//
871
// Switch Variables
872
//
873

    
874
// Controlling border styles and background colors for the switch container
875
// $switch-border-color: darken(#fff, 20%);
876
// $switch-border-style: solid;
877
// $switch-border-width: 1px;
878
// $switch-bg: #fff;
879

    
880
// We use these to control the switch heights for our default classes
881
// $switch-height-tny: 22px;
882
// $switch-height-sml: 28px;
883
// $switch-height-med: 36px;
884
// $switch-height-lrg: 44px;
885
// $switch-bottom-margin: emCalc(20px);
886

    
887
// We use these to control default font sizes for our classes.
888
// $switch-font-size-tny: 11px;
889
// $switch-font-size-sml: 12px;
890
// $switch-font-size-med: 14px;
891
// $switch-font-size-lrg: 17px;
892
// $switch-label-side-padding: 6px;
893

    
894
// We use these to style the switch-paddle
895
// $switch-paddle-bg: #fff;
896
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
897
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
898
// $switch-paddle-border-width: 1px;
899
// $switch-paddle-border-style: solid;
900
// $switch-paddle-transition-speed: .1s;
901
// $switch-paddle-transition-ease: ease-out;
902
// $switch-positive-color: lighten($success-color, 50%);
903
// $switch-negative-color: #f5f5f5;
904

    
905
// Outline Style for tabbing through switches
906
// $switch-label-outline: 1px dotted #888;
907

    
908
//
909
// Table Variables
910
//
911

    
912
// These control the background color for the table and even rows
913
// $table-bg: #fff;
914
// $table-even-row-bg: #f9f9f9;
915

    
916
// These control the table cell border style
917
// $table-border-style: solid;
918
// $table-border-size: 1px;
919
// $table-border-color: #ddd;
920

    
921
// These control the table head styles
922
// $table-head-bg: #f5f5f5;
923
// $table-head-font-size: emCalc(14px);
924
// $table-head-font-color: #222;
925
// $table-head-font-weight: bold;
926
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
927

    
928
// These control the row padding and font styles
929
// $table-row-padding: emCalc(9px) emCalc(10px);
930
// $table-row-font-size: emCalc(14px);
931
// $table-row-font-color: #222;
932
// $table-line-height: emCalc(18px);
933

    
934
// These are for controlling the display and margin of tables
935
// $table-display: table-cell;
936
// $table-margin-bottom: emCalc(20px);
937

    
938
//
939
// Image Thumbnail Variables
940
//
941

    
942
// We use these to control border styles
943
// $thumb-border-style: solid;
944
// $thumb-border-width: 4px;
945
// $thumb-border-color: #fff;
946
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
947
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
948

    
949
// Radius and transition speed for thumbs
950
// $thumb-radius: $global-radius;
951
// $thumb-transition-speed: 200ms;
952

    
953
//
954
// Tooltip Variables
955
//
956
$has-tip-border-bottom: 0 none;
957
// $has-tip-font-weight: bold;
958
// $has-tip-font-color: #333;
959
$has-tip-border-bottom-hover: none;
960
// $has-tip-font-color-hover: $primary-color;
961
// $has-tip-cursor-type: help;
962

    
963
$tooltip-padding: emCalc(4px) emCalc(10px);
964
$tooltip-bg: $primary-color;
965
// $tooltip-font-size: emCalc(15px);
966
$tooltip-font-weight: normal;
967
// $tooltip-font-color: #fff;
968
// $tooltip-line-height: 1.3;
969
// $tooltip-close-font-size: emCalc(10px);
970
// $tooltip-close-font-weight: normal;
971
// $tooltip-close-font-color: #888;
972
// $tooltip-font-size-sml: emCalc(14px);
973
// $tooltip-radius: $global-radius;
974
// $tooltip-pip-size: 5px;
975

    
976
//
977
// Top Bar Variables
978
//
979

    
980
// Background color for the top bar
981
// $topbar-bg: #111;
982

    
983
// Height and margin
984
// $topbar-height: 45px;
985
// $topbar-margin-bottom: emCalc(30px);
986

    
987
// Control Input height for top bar
988
// $topbar-input-height: 2.45em;
989

    
990
// Controlling the styles for the title in the top bar
991
// $topbar-title-weight: bold;
992
// $topbar-title-font-size: emCalc(17px);
993

    
994
// Set the link colors and styles for top-level nav
995
// $topbar-link-color: #fff;
996
// $topbar-link-weight: bold;
997
// $topbar-link-font-size: emCalc(13px);
998

    
999
// Style the top bar dropdown elements
1000
// $topbar-dropdown-bg: #333;
1001
// $topbar-dropdown-link-color: #fff;
1002
// $topbar-dropdown-toggle-size: 5px;
1003
// $topbar-dropdown-toggle-color: #fff;
1004
// $topbar-dropdown-toggle-alpha: 0.5;
1005
// $dropdown-label-color: #555;
1006

    
1007
// Top menu icon styles
1008
// $topbar-menu-link-transform: uppercase;
1009
// $topbar-menu-link-font-size: emCalc(13px);
1010
// $topbar-menu-link-weight: bold;
1011
// $topbar-menu-link-color: #fff;
1012
// $topbar-menu-icon-color: #fff;
1013
// $topbar-menu-link-color-toggled: #888;
1014
// $topbar-menu-icon-color-toggled: #888;
1015

    
1016
// Transitions and breakpoint styles
1017
// $topbar-transition-speed: 300ms;
1018
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1019
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1020