Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _settings.scss @ 342fa48b

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: "Open Sans", "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: #3582AC;
33
$black:#333;
34
$white:#fff;
35

    
36
$alert-color: $secondary-color;
37
$success-color: #00a551;
38
$warning-color: #49DDC5;
39
$error-color: #ff5c58;
40

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

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

    
49

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

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

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

    
74
//
75
// Grid Variables
76
//
77

    
78
$row-full-width:100%;
79
$row-width: emCalc(1200px);
80
// $column-gutter: 1.875em;
81
// $total-columns: 12;
82

    
83
//
84
// Block Grid Variables
85
//
86

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

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

    
94
//
95
// Typography Variables
96
//
97

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
194
//
195
// Form Variables
196
//
197

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

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

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

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

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

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

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

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

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

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

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

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

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

    
283
//
284
// Dropdown Button Variables
285
//
286

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

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

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

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

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

    
315
//
316
// Split Button Variables
317
//
318

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

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

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

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

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

    
353
//
354
// Alert Variables
355
//
356

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

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

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

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

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

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

    
389
//
390
// Breadcrumb Variables
391
//
392

    
393
// We use this to set the background color for the breadcrumb container.
394
$crumb-bg: transparent;
395

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

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

    
407
// We use these to set various text styles for breadcrumbs.
408
$crumb-font-size: inherit;
409
// $crumb-font-color: $primary-color;
410
// $crumb-font-color-current: #333;
411
// $crumb-font-color-unavailable: #999;
412
$crumb-font-transform: none;
413
$crumb-link-decor: none;
414

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

    
419
//
420
// Clearing Variables
421
//
422

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

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

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

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

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

    
447
//
448
// Custom Form Variables
449
//
450

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

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

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

    
485
//
486
// Dropdown Variables
487
//
488

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

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

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

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

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

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

    
520
//
521
// Flex Video Variables
522
//
523

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

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

    
532
//
533
// Inline List Variables
534
//
535

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

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

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

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

    
550
//
551
// Joyride Variables
552
//
553

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

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

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

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

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

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

    
583
//
584
// Keystroke Variables
585
//
586

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

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

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

    
604
//
605
// Label Variables
606
//
607

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

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

    
616
//
617
// Orbit Settings
618
//
619

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

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

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

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

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

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

    
647
//
648
// Pagination Variables
649
//
650

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

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

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

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

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

    
679
//
680
// Panel Variables
681
//
682

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

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

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

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

    
700
//
701
// Pricing Table Variables
702
//
703

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

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

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

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

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

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

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

    
749
//
750
// Progress Bar Variables
751
//
752

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

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

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

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

    
773
// NEED TO FINISH THE LOGIC HERE
774

    
775
//
776
// Reveal Variables
777
//
778

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

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

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

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

    
802
//
803
// Section Variables
804
//
805

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

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

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

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

    
826
//
827
// Side Nav Variables
828
//
829

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

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

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

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

    
849
//
850
// Sub Nav Variables
851
//
852

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

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

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

    
871
//
872
// Switch Variables
873
//
874

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

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

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

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

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

    
909
//
910
// Table Variables
911
//
912

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

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

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

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

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

    
939
//
940
// Image Thumbnail Variables
941
//
942

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

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

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

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

    
977
//
978
// Top Bar Variables
979
//
980

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

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

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

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

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

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

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

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

    
1022

    
1023
// Custom breakpoints
1024

    
1025
$entities-list-large: emCalc(1100px);
1026

    
1027
$entities-large: "only screen and (min-width:"#{$entities-list-large}")";