Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (33.1 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: #1e1e1e;
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
// PALETTE
31

    
32
$gray-1: #919194; // light
33
$gray-2: #485057; // charbon
34
$gray-3: #636a70; // medium
35
$gray-4: #33383D; // dark
36
$turquoise-1 : #30c79e;
37
$green-1: #00a551;
38
$red-1: #ff4040;
39
$cobalt-1: #566db1;
40
$cobalt-2: #4c71ff;
41
$yellow-1: #ffc54a;
42
$orange-1: #ff7049;
43
$salmon-1: #ff948c;
44
$salmon-2: #ffb5af;
45

    
46
// We use these as default colors throughout
47
$primary-color: $gray-1; // inactive gray
48
$secondary-color: $turquoise-1; // green
49
$third-color: $gray-2;
50

    
51
$overlay-bg-color: $third-color;
52
$overlay-color-top: $gray-3;
53
$overlay-darker-color: $gray-4;
54

    
55
$light-bg: lighten($primary-color,35%); // common light grey bg
56

    
57
// links color usage
58
$inactive-color: $primary-color;
59
$link-color: $third-color;
60
$link-color-hover : $secondary-color;
61

    
62
$border-color-1 : lighten($primary-color,10%);
63

    
64
$alert-color: $secondary-color;
65
$success-color: $green-1;
66
$error-color: $red-1;
67

    
68
// colors for main icons
69
$vm-active-color: $secondary-color;
70
$vm-error-color: $red-1;
71
$vm-off-color: $gray-2;
72
$vm-shutting-color: $gray-3;
73
$vm-starting-color: $cobalt-1;
74
$vm-rebooting-color: $yellow-1;
75
$vm-building-color: lighten($vm-active-color, 10%);
76

    
77
// wizard step2 colors
78
$disabled-resource-color: $primary-color;
79

    
80
// wizard step3 colors
81
$ssh-opt-area-color: $orange-1;
82
$net-opt-area-color: $salmon-1;
83
$tag-opt-area-color: $cobalt-2;
84
$wizard-base-font-color: white;
85
$net-more-opt-area-color: $salmon-2;
86

    
87
// icon-font sizes
88
$snf-font-size-medium: emCalc(60px);
89
$snf-font-size-small: emCalc(34px);
90

    
91

    
92
// We use these to make sure border radius matches unless we want it different.
93
$global-radius: 1px;
94
// $global-rounded: 1000px;
95

    
96
// header settings
97
$header-height: 80px;
98
$header-height-responsive: 120px;
99
$header-padding-vertical: 20px;
100
$header-padding-horizontal: 15px;
101

    
102
// icons nav settings
103
$icons-nav-margin-horizontal : 10px;
104

    
105
// bar options
106
$bar-height: 30px;
107
$bar-menu-height: 50px;
108
$bar-submenu-height: 40px;
109

    
110
// button options
111
$btn-height: 30px;
112

    
113
// list-view 
114
$lt-bar-width: 150px;
115
$list-icon-height: 34px;
116

    
117
// grid-view
118
$grid-icon-height: $snf-font-size-medium;
119

    
120
// details view
121
$details-top-height: 160px;
122
$details-lt-width: 290px;
123
$details-top-more-padding-lt : 20px;
124

    
125

    
126
// items-list list-view settings
127
$check-w : 60px;
128
$img-wrap-w : 70px;
129
$h4-w : 230px;
130
$tags-w : 90px;
131
$info-w: 200px;
132
$actions-w: 140px;
133
$three-col-w: 33%;
134

    
135
// We use these to control inset shadow shiny edges and depressions.
136
// $shiny-edge-size: 0 1px 0;
137
// $shiny-edge-color: rgba(#fff, .5);
138
// $shiny-edge-active-color: rgba(#000, .2);
139

    
140
// We use this to control whether or not CSS classes come through in the gem files.
141
// $include-html-classes: true;
142
// $include-print-styles: true;
143

    
144
// Modular html classes
145
// $include-html-grid-classes: $include-html-classes;
146
// $include-html-visibility-classes: $include-html-classes;
147
// $include-html-button-classes: $include-html-classes;
148
// $include-html-form-classes: $include-html-classes;
149
// $include-html-media-classes: $include-html-classes;
150
// $include-html-section-classes: $include-html-classes;
151
// $include-html-reveal-classes: $include-html-classes;
152
// $include-html-alert-classes: $include-html-classes;
153
// $include-html-nav-classes: $include-html-classes;
154
// $include-html-label-classes: $include-html-classes;
155
// $include-html-panel-classes: $include-html-classes;
156
// $include-html-pricing-classes: $include-html-classes;
157
// $include-html-progress-classes: $include-html-classes;
158

    
159
//
160
// Grid Variables
161
//
162

    
163
$row-full-width:100%;
164
//$row-width: emCalc(960px);
165
$row-small: emCalc(580px);
166
$main-padding-horizontal: emCalc(10px);
167

    
168
$conf-area-h-width: emCalc(300px);
169

    
170
$step-adv-padding:emCalc(40px);
171
// $column-gutter: 1.875em;
172
// $total-columns: 12;
173

    
174
//
175
// Block Grid Variables
176
//
177

    
178
// We use this to control the maximum number of block grid elements per row
179
// $block-grid-elements: 12;
180
// $block-grid-default-spacing: 10px;
181

    
182
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
183
// $block-grid-media-queries: true;
184

    
185
$small-mobile:emCalc(480px);
186

    
187
//
188
// Typography Variables
189
//
190

    
191
$wizard-paragraph-font-size: 10px;
192
$wizard-paragraph-font-size-custom: 14px;
193
// We use these to control header font styles
194
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
195
// $header-font-weight: bold;
196
// $header-font-style: normal;
197
$header-font-color: $body-font-color;
198
// $header-line-height: 1.4;
199
// $header-top-margin: .2em;
200
// $header-bottom-margin: .5em;
201
// $header-text-rendering: optimizeLegibility;
202

    
203
// We use these to control header font sizes
204
// $h1-font-size: emCalc(44px);
205
// $h2-font-size: emCalc(37px);
206
// $h3-font-size: emCalc(27px);
207
// $h4-font-size: emCalc(23px);
208
// $h5-font-size: emCalc(18px);
209
// $h6-font-size: 1em;
210

    
211
// These control how subheaders are styled.
212
// $subheader-line-height: 1.4;
213
// $subheader-font-color: lighten($header-font-color, 30%);
214
// $subheader-font-weight: 300;
215
// $subheader-top-margin: .2em;
216
// $subheader-bottom-margin: .5em;
217

    
218
// A general <small> styling
219
// $small-font-size: 60%;
220
// $small-font-color: lighten($header-font-color, 30%);
221

    
222
// We use these to style paragraphs
223
// $paragraph-font-family: inherit;
224
// $paragraph-font-weight: normal;
225
// $paragraph-font-size: 1em;
226
// $paragraph-line-height: 1.6;
227
// $paragraph-margin-bottom: emCalc(20px);
228
// $paragraph-aside-font-size: emCalc(14px);
229
// $paragraph-aside-line-height: 1.35;
230
// $paragraph-aside-font-style: italic;
231

    
232
// We use these to style <code> tags
233
// $code-color: darken($alert-color, 15%);
234
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
235
// $code-font-weight: bold;
236

    
237
// We use these to style anchors
238
// $anchor-text-decoration: none;
239
// $anchor-font-color: $primary-color;
240
// $anchor-font-color-hover: darken($primary-color, 5%);
241

    
242
// We use these to style the <hr> element
243
// $hr-border-width: 1px;
244
// $hr-border-style: solid;
245
// $hr-border-color: #ddd;
246
// $hr-margin: emCalc(20px);
247

    
248
// We use these to style lists
249
// $list-style-position: outside;
250
// $list-side-margin: emCalc(18px);
251
// $definition-list-header-weight: bold;
252
// $definition-list-header-margin-bottom: .3em;
253
// $definition-list-margin-bottom: emCalc(12px);
254

    
255
// We use these to style blockquotes
256
// $blockquote-font-color: lighten($header-font-color, 30%);
257
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
258
// $blockquote-border: 1px solid #ddd;
259
// $blockquote-cite-font-size: emCalc(13px);
260
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
261
// $blockquote-cite-link-color: $blockquote-cite-font-color;
262

    
263
// Acronym styles
264
// $acronym-underline: 1px dotted #ddd;
265

    
266
// We use these to control padding and margin
267
// $microformat-padding: emCalc(10px) emCalc(12px);
268
// $microformat-margin: 0 0 emCalc(20px) 0;
269

    
270
// We use these to control the border styles
271
// $microformat-border-width: 1px;
272
// $microformat-border-style: solid;
273
// $microformat-border-color: #ddd;
274

    
275
// We use these to control full name font styles
276
// $microformat-fullname-font-weight: bold;
277
// $microformat-fullname-font-size: emCalc(15px);
278

    
279
// We use this to control the summary font styles
280
// $microformat-summary-font-weight: bold;
281

    
282
// We use this to control abbr padding
283
// $microformat-abbr-padding: 0 emCalc(1px);
284

    
285
// We use this to control abbr font styles
286
// $microformat-abbr-font-weight: bold;
287
// $microformat-abbr-font-decoration: none;
288

    
289
//
290
// Form Variables
291
//
292

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

    
296
// We use these to style the labels in different ways
297
// $label-pointer: pointer;
298
// $label-font-size: emCalc(14px);
299
// $label-font-weight: 500;
300
// $label-font-color: lighten(#000, 30%);
301
// $label-bottom-margin: emCalc(3px);
302
// $input-font-family: inherit;
303
// $input-font-color: rgba(0,0,0,0.75);
304
// $input-font-size: emCalc(14px);
305
// $input-bg-color: #fff;
306
// $input-focus-bg-color: darken(#fff, 2%);
307
$input-border-color: $primary-color;
308
// $input-focus-border-color: darken(#fff, 40%);
309
// $input-border-style: solid;
310
// $input-border-width: 1px;
311
// $input-disabled-bg: #ddd;
312
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
313

    
314
// We use these to style the fieldset border and spacing.
315
// $fieldset-border-style: solid;
316
// $fieldset-border-width: 1px;
317
// $fieldset-border-color: #ddd;
318
// $fieldset-padding: emCalc(20px);
319
// $fieldset-margin: emCalc(18px) 0;
320

    
321
// We use these to style the legends when you use them
322
// $legend-bg: #fff;
323
// $legend-font-weight: bold;
324
// $legend-padding: 0 emCalc(3px);
325

    
326
// We use these to style the prefix and postfix input elements
327
// $input-prefix-bg: darken(#fff, 5%);
328
// $input-prefix-border-color: darken(#fff, 20%);
329
// $input-prefix-border-size: 1px;
330
// $input-prefix-border-type: solid;
331
// $input-prefix-overflow: hidden;
332
// $input-prefix-font-color: #333;
333
// $input-prefix-font-color-alt: #fff;
334

    
335
// We use these to style the error states for inputs and labels
336
// $input-error-message-padding: emCalc(6px) emCalc(4px);
337
// $input-error-message-top: -($form-spacing) - emCalc(5px);
338
// $input-error-message-font-size: emCalc(12px);
339
// $input-error-message-font-weight: bold;
340
// $input-error-message-font-color: #fff;
341
// $input-error-message-font-color-alt: #333;
342

    
343
// We use these to build padding for buttons.
344
// $button-med: emCalc(12px);
345
// $button-tny: emCalc(7px);
346
// $button-sml: emCalc(9px);
347
// $button-lrg: emCalc(16px);
348

    
349
// We use this to control the display property.
350
// $button-display: inline-block;
351
// $button-margin-bottom: emCalc(20px);
352

    
353
// We use these to control button text styles.
354
// $button-font-family: inherit;
355
// $button-font-color: #fff;
356
// $button-font-color-alt: #333;
357
// $button-font-med: emCalc(16px);
358
// $button-font-tny: emCalc(11px);
359
// $button-font-sml: emCalc(13px);
360
// $button-font-lrg: emCalc(20px);
361
// $button-font-weight: bold;
362
// $button-font-align: center;
363

    
364
// We use these to control various hover effects.
365
// $button-function-factor: 10%;
366

    
367
// We use these to control button border styles.
368
// $button-border-width: 1px;
369
// $button-border-style: solid;
370
// $button-border-color: darken($primary-color, $button-function-factor);
371

    
372
// We use this to set the default radius used throughout the core.
373
// $button-radius: $global-radius;
374

    
375
// We use this to set default opacity for disabled buttons.
376
// $button-disabled-opacity: 0.6;
377

    
378
//
379
// Dropdown Button Variables
380
//
381

    
382
// We use these to set the color of the pip in dropdown buttons
383
// $dropdown-button-pip-color: #fff;
384
// $dropdown-button-pip-color-alt: #333;
385

    
386
// We use these to style tiny dropdown buttons
387
// $dropdown-button-padding-tny: $button-tny * 5;
388
// $dropdown-button-pip-size-tny: $button-tny;
389
// $dropdown-button-pip-right-tny: $button-tny * 2;
390
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
391

    
392
// We use these to style small dropdown buttons
393
// $dropdown-button-padding-sml: $button-sml * 5;
394
// $dropdown-button-pip-size-sml: $button-sml;
395
// $dropdown-button-pip-right-sml: $button-sml * 2;
396
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
397

    
398
// We use these to style medium dropdown buttons
399
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
400
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
401
// $dropdown-button-pip-right-med: $button-med * 2;
402
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
403

    
404
// We use these to style large dropdown buttons
405
// $dropdown-button-padding-lrg: $button-lrg * 4;
406
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
407
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
408
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
409

    
410
//
411
// Split Button Variables
412
//
413

    
414
// We use these to control different shared styles for Split Buttons
415
// $split-button-function-factor: 15%;
416
// $split-button-pip-color: #fff;
417
// $split-button-pip-color-alt: #333;
418
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
419

    
420
// We use these to control tiny split buttons
421
// $split-button-padding-tny: $button-tny * 9;
422
// $split-button-span-width-tny: $button-tny * 6.5;
423
// $split-button-pip-size-tny: $button-tny;
424
// $split-button-pip-top-tny: $button-tny * 2;
425
// $split-button-pip-left-tny: emCalc(-5px);
426

    
427
// We use these to control small split buttons
428
// $split-button-padding-sml: $button-sml * 7;
429
// $split-button-span-width-sml: $button-sml * 5;
430
// $split-button-pip-size-sml: $button-sml;
431
// $split-button-pip-top-sml: $button-sml * 1.5;
432
// $split-button-pip-left-sml: emCalc(-9px);
433

    
434
// We use these to control medium split buttons
435
// $split-button-padding-med: $button-med * 6.4;
436
// $split-button-span-width-med: $button-med * 4;
437
// $split-button-pip-size-med: $button-med - emCalc(3px);
438
// $split-button-pip-top-med: $button-med * 1.5;
439
// $split-button-pip-left-med: emCalc(-9px);
440

    
441
// We use these to control large split buttons
442
// $split-button-padding-lrg: $button-lrg * 6;
443
// $split-button-span-width-lrg: $button-lrg * 3.75;
444
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
445
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
446
// $split-button-pip-left-lrg: emCalc(-9px);
447

    
448
//
449
// Alert Variables
450
//
451

    
452
// We use this to control alert padding.
453
// $alert-padding-top: emCalc(11px);
454
// $alert-padding-left: $alert-padding-top;
455
// $alert-padding-right: $alert-padding-top + emCalc(10px);
456
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
457

    
458
// We use these to control text style.
459
// $alert-font-weight: bold;
460
// $alert-font-size: emCalc(14px);
461
// $alert-font-color: #fff;
462
// $alert-font-color-alt: darken($secondary-color, 60%);
463

    
464
// We use this for close hover effect.
465
// $alert-function-factor: 10%;
466

    
467
// We use these to control border styles.
468
// $alert-border-style: solid;
469
// $alert-border-width: 1px;
470
// $alert-border-color: darken($primary-color, $alert-function-factor);
471
// $alert-bottom-margin: emCalc(20px);
472

    
473
// We use these to style the close buttons
474
// $alert-close-color: #333;
475
// $alert-close-position: emCalc(5px);
476
// $alert-close-font-size: emCalc(22px);
477
// $alert-close-opacity: 0.3;
478
// $alert-close-opacity-hover: 0.5;
479
// $alert-close-padding: 5px 4px 4px;
480

    
481
// We use this to control border radius
482
// $alert-radius: $global-radius;
483

    
484
//
485
// Breadcrumb Variables
486
//
487

    
488
// We use this to set the background color for the breadcrumb container.
489
$crumb-bg: transparent;
490

    
491
// We use these to set the padding around the breadcrumbs.
492
$crumb-padding: 0 emCalc(14px) emCalc(9px);
493
// $crumb-side-padding: emCalc(12px);
494

    
495
// We use these to control border styles.
496
// $crumb-function-factor: 10%;
497
// $crumb-border-size: 1px;
498
// $crumb-border-style: solid;
499
$crumb-border-color: transparent;
500
// $crumb-radius: $global-radius;
501

    
502
// We use these to set various text styles for breadcrumbs.
503
$crumb-font-size: inherit;
504
// $crumb-font-color: $primary-color;
505
// $crumb-font-color-current: #333;
506
// $crumb-font-color-unavailable: #999;
507
$crumb-font-transform: none;
508
$crumb-link-decor: none;
509

    
510
// We use these to control the slash between breadcrumbs
511
// $crumb-slash-color: #aaa;
512
$crumb-slash: ">";
513

    
514
//
515
// Clearing Variables
516
//
517

    
518
// We use these to set the background colors for parts of Clearing.
519
// $clearing-bg: #111;
520
// $clearing-caption-bg: $clearing-bg;
521
// $clearing-carousel-bg: #111;
522
// $clearing-img-bg: $clearing-bg;
523

    
524
// We use these to style the close button
525
// $clearing-close-color: #fff;
526
// $clearing-close-size: 40px;
527

    
528
// We use these to style the arrows
529
// $clearing-arrow-size: 16px;
530
// $clearing-arrow-color: $clearing-close-color;
531

    
532
// We use these to style captions
533
// $clearing-caption-font-color: #fff;
534
// $clearing-caption-padding: 10px 30px;
535

    
536
// We use these to make the image and carousel height and style
537
// $clearing-active-img-height: 75%;
538
// $clearing-carousel-height: 150px;
539
// $clearing-carousel-thumb-width: 175px;
540
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
541

    
542
//
543
// Custom Form Variables
544
//
545

    
546
// We use these to control the basic form styles input styles
547
// $custom-form-border-color: #ccc;
548
// $custom-form-bg: #fff;
549
// $custom-form-bg-disabled: #ddd;
550
// $custom-form-check-color: #222;
551

    
552
// We use these to style the custom select form element.
553
$custom-select-bg: $overlay-bg-color;
554
$custom-select-fade-to-color: $overlay-bg-color;
555
$custom-select-border-color: white;
556
$custom-select-triangle-color: white;
557
$custom-select-triangle-color-open: white;
558
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
559
// $custom-select-margin-bottom: emCalc(20px);
560
// $custom-select-font-color-selected: #141414;
561
// $custom-select-disabled-color: #888;
562

    
563
// We use these to control the style of the custom select dropdown element.
564
// $custom-dropdown-height: 200px;
565
// $custom-dropdown-bg: #fff;
566
// $custom-dropdown-border-color: darken(#fff, 20%);
567
// $custom-dropdown-border-width: 1px;
568
// $custom-dropdown-border-style: solid;
569
// $custom-dropdown-font-color: #555;
570
// $custom-dropdown-font-size: emCalc(14px);
571
// $custom-dropdown-color-selected: #eeeeee;
572
// $custom-dropdown-font-color-selected: #000;
573
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
574
// $custom-dropdown-offset-top: none;
575
// $custom-dropdown-list-padding: emCalc(4px);
576
// $custom-dropdown-left-padding: emCalc(6px);
577
// $custom-dropdown-right-padding: emCalc(38px);
578
// $custom-dropdown-list-item-min-height: emCalc(24px);
579

    
580
//
581
// Dropdown Variables
582
//
583

    
584
// We use these to controls height and width styles.
585
// $f-dropdown-max-width: 200px;
586
// $f-dropdown-height: auto;
587
// $f-dropdown-max-height: none;
588
// $f-dropdown-margin-top: 2px;
589

    
590
// We use this to control the background color
591
// $f-dropdown-bg: #fff;
592

    
593
// We use this to set the border styles for dropdowns.
594
// $f-dropdown-border-style: solid;
595
// $f-dropdown-border-width: 1px;
596
// $f-dropdown-border-color: darken(#fff, 20%);
597

    
598
// We use these to style the triangle pip.
599
// $f-dropdown-triangle-size: 6px;
600
// $f-dropdown-triangle-color: #fff;
601
// $f-dropdown-triangle-side-offset: 10px;
602

    
603
// We use these to control styles for the list elements.
604
// $f-dropdown-list-style: none;
605
// $f-dropdown-font-color: #555;
606
// $f-dropdown-font-size: emCalc(14px);
607
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
608
// $f-dropdown-line-height: emCalc(18px);
609
// $f-dropdown-list-hover-bg: #eeeeee;
610
// $dropdown-mobile-left: 0;
611

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

    
615
//
616
// Flex Video Variables
617
//
618

    
619
// We use these to control video container padding and margins
620
// $flex-video-padding-top: emCalc(25px);
621
// $flex-video-padding-bottom: 67.5%;
622
// $flex-video-margin-bottom: emCalc(16px);
623

    
624
// We use this to control widescreen bottom padding
625
// $flex-video-widescreen-padding-bottom: 57.25%;
626

    
627
//
628
// Inline List Variables
629
//
630

    
631
// We use this to control the margins and padding of the inline list.
632
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
633
// $inline-list-margin: 0 0;
634
// $inline-list-padding: 0;
635

    
636
// We use this to control the overflow of the inline list.
637
// $inline-list-overflow: hidden;
638

    
639
// We use this to control the list items
640
// $inline-list-display: block;
641

    
642
// We use this to control any elments within list items
643
// $inline-list-children-display: block;
644

    
645
//
646
// Joyride Variables
647
//
648

    
649
// Controlling default Joyride styles
650
// $joyride-tip-bg: rgb(0,0,0);
651
// $joyride-tip-default-width: 300px;
652
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
653
// $joyride-tip-border: solid 1px #555;
654
// $joyride-tip-radius: 4px;
655
// $joyride-tip-position-offset: 22px;
656

    
657
// Here, we're setting the tip dont styles
658
// $joyride-tip-font-color: #fff;
659
// $joyride-tip-font-size: emCalc(14px);
660
// $joyride-tip-header-weight: bold;
661

    
662
// This changes the nub size
663
// $joyride-tip-nub-size: 14px;
664

    
665
// This adjusts the styles for the timer when its enabled
666
// $joyride-tip-timer-width: 50px;
667
// $joyride-tip-timer-height: 3px;
668
// $joyride-tip-timer-color: #666;
669

    
670
// This changes up the styles for the close button
671
// $joyride-tip-close-color: #777;
672
// $joyride-tip-close-size: 30px;
673
// $joyride-tip-close-weight: normal;
674

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

    
678
//
679
// Keystroke Variables
680
//
681

    
682
// We use these to control text styles.
683
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
684
// $keystroke-font-size: emCalc(15px);
685
// $keystroke-font-color: #222;
686
// $keystroke-font-color-alt: #fff;
687
// $keystroke-function-factor: 7%;
688

    
689
// We use this to control keystroke padding.
690
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
691

    
692
// We use these to control background and border styles.
693
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
694
// $keystroke-border-style: solid;
695
// $keystroke-border-width: 1px;
696
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
697
// $keystroke-radius: $global-radius;
698

    
699
//
700
// Label Variables
701
//
702

    
703
// We use these to style the labels
704
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
705
// $label-radius: $global-radius;
706

    
707
// We use these to style the label text
708
// $label-font-sizing: emCalc(14px);
709
// $label-font-weight: bold;
710

    
711
//
712
// Orbit Settings
713
//
714

    
715
// We use these to control the caption styles
716
// $orbit-container-bg: #f5f5f5;
717
// $orbit-caption-bg-old-browser: #000;
718
// $orbit-caption-bg-old: rgb(0,0,0);
719
// $orbit-caption-bg: rgba(0,0,0,0.6);
720
// $orbit-caption-font-color: #fff;
721

    
722
// We use these to control the left/right nav styles
723
// $orbit-nav-bg-old: rgb(0,0,0);
724
// $orbit-nav-bg: rgba(0,0,0,0.6);
725

    
726
// We use these to control the timer styles
727
// $orbit-timer-bg-old: rgb(0,0,0);
728
// $orbit-timer-bg: rgba(0,0,0,0.6);
729

    
730
// We use these to control the bullet nav styles
731
// $orbit-bullet-nav-color: #999;
732
// $orbit-bullet-nav-color-active: #222;
733

    
734
// We use thes to controls the style of slide numbers
735
// $orbit-slide-number-bg: rgb(0,0,0);
736
// $orbit-slide-number-font-color: #fff;
737
// $orbit-slide-number-padding: emCalc(5px);
738

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

    
742
//
743
// Pagination Variables
744
//
745

    
746
// We use these to control the pagination container
747
// $pagination-height: emCalc(24px);
748
// $pagination-margin: emCalc(-5px);
749

    
750
// We use these to set the list-item properties
751
// $pagination-li-float: $default-float;
752
// $pagination-li-height: emCalc(24px);
753
// $pagination-li-font-color: #222;
754
// $pagination-li-font-size: emCalc(14px);
755
// $pagination-li-margin: emCalc(5px);
756

    
757
// We use these for the pagination anchor links
758
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
759
// $pagination-link-font-color: #999;
760
// $pagination-link-active-bg: darken(#fff, 10%);
761

    
762
// We use these for disabled anchor links
763
// $pagination-link-unavailable-cursor: default;
764
// $pagination-link-unavailable-font-color: #999;
765
// $pagination-link-unavailable-bg-active: transparent;
766

    
767
// We use these for currently selected anchor links
768
// $pagination-link-current-background: $primary-color;
769
// $pagination-link-current-font-color: #fff;
770
// $pagination-link-current-font-weight: bold;
771
// $pagination-link-current-cursor: default;
772
// $pagination-link-current-active-bg: $primary-color;
773

    
774
//
775
// Panel Variables
776
//
777

    
778
// We use these to control the background and border styles
779
// $panel-bg: darken(#fff, 5%);
780
// $panel-border-style: solid;
781
// $panel-border-size: 1px;
782

    
783
// We use this % to control how much we darken things on hover
784
// $panel-function-factor: 10%;
785
// $panel-border-color: darken($panel-bg, $panel-function-factor);
786

    
787
// We use these to set default inner padding and bottom margin
788
// $panel-margin-bottom: emCalc(20px);
789
// $panel-padding: emCalc(20px);
790

    
791
// We use these to set default font colors
792
// $panel-font-color: #333;
793
// $panel-font-color-alt: #fff;
794

    
795
//
796
// Pricing Table Variables
797
//
798

    
799
// We use this to control the border color
800
// $price-table-border: solid 1px #ddd;
801

    
802
// We use this to control the bottom margin of the pricing table
803
// $price-table-margin-bottom: emCalc(20px);
804

    
805
// We use these to control the title styles
806
// $price-title-bg: #ddd;
807
// $price-title-padding: emCalc(15px) emCalc(20px);
808
// $price-title-align: center;
809
// $price-title-color: #333;
810
// $price-title-weight: bold;
811
// $price-title-size: emCalc(16px);
812

    
813
// We use these to control the price styles
814
// $price-money-bg: #eee;
815
// $price-money-padding: emCalc(15px) emCalc(20px);
816
// $price-money-align: center;
817
// $price-money-color: #333;
818
// $price-money-weight: normal;
819
// $price-money-size: emCalc(20px);
820

    
821
// We use these to control the description styles
822
// $price-bg: #fff;
823
// $price-desc-color: #777;
824
// $price-desc-padding: emCalc(15px);
825
// $price-desc-align: center;
826
// $price-desc-font-size: emCalc(12px);
827
// $price-desc-weight: normal;
828
// $price-desc-line-height: 1.4;
829
// $price-desc-bottom-border: dotted 1px #ddd;
830

    
831
// We use these to control the list item styles
832
// $price-item-color: #333;
833
// $price-item-padding: emCalc(15px);
834
// $price-item-align: center;
835
// $price-item-font-size: emCalc(14px);
836
// $price-item-weight: normal;
837
// $price-item-bottom-border: dotted 1px #ddd;
838

    
839
// We use these to control the CTA area styles
840
// $price-cta-bg: #f5f5f5;
841
// $price-cta-align: center;
842
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
843

    
844
//
845
// Progress Bar Variables
846
//
847

    
848
// We use this to se the prog bar height
849
$progress-bar-height: emCalc(15px);
850
// $progress-bar-color: transparent;
851

    
852
// We use these to control the border styles
853
// $progress-bar-border-color: darken(#fff, 20%);
854
// $progress-bar-border-size: 1px;
855
// $progress-bar-border-style: solid;
856
// $progress-bar-border-radius: $global-radius;
857

    
858
// We use these to control the margin & padding
859
$progress-bar-pad: 1px;
860
// $progress-bar-margin-bottom: emCalc(10px);
861

    
862
// We use these to set the meter colors
863
// $progress-meter-color: $primary-color;
864
// $progress-meter-secondary-color: $secondary-color;
865
// $progress-meter-success-color: $success-color;
866
// $progress-meter-alert-color: $alert-color;
867

    
868
// NEED TO FINISH THE LOGIC HERE
869

    
870
//
871
// Reveal Variables
872
//
873

    
874
// We use these to control the style of the reveal overlay.
875
$reveal-overlay-bg: rgba(#fff, .80);
876
// $reveal-overlay-bg-old: #000;
877

    
878
// We use these to control the style of the modal itself.
879
// $reveal-modal-bg: #fff;
880
// $reveal-position-top: 50px;
881
// $reveal-default-width: 80%;
882
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
883
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
884

    
885
// We use these to style the reveal close button
886
$reveal-close-font-size: emCalc(18px);
887
$reveal-close-top: emCalc(50px);
888
$reveal-close-side: emCalc(50px);
889
$reveal-close-color: #fff;
890
// $reveal-close-weight: bold;
891

    
892
// We use these to control the modal border
893
// $reveal-border-style: solid;
894
$reveal-border-width: 0px;
895
// $reveal-border-color: #666;
896

    
897
//
898
// Section Variables
899
//
900

    
901
// We use these to set padding and hover factor
902
// $section-padding: emCalc(15px);
903
// $section-function-factor: 10%;
904

    
905
// These style the titles
906
// $section-title-color: #333;
907
// $section-title-bg: #efefef;
908
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
909
// $section-title-bg-active-tabs: #fff;
910

    
911
// Want to control border size, here ya go!
912
// $section-border-size: 1px;
913
// $section-border-style: solid;
914
// $section-border-color: #ccc;
915

    
916
// Control the color of the background and some size options
917
// $section-content-bg: #fff;
918
// $section-vertical-nav-min-width: emCalc(200px);
919
// $section-bottom-margin: emCalc(20px);
920

    
921
//
922
// Side Nav Variables
923
//
924

    
925
// We use this to control padding.
926
// $side-nav-padding: emCalc(14px) 0;
927

    
928
// We use these to control list styles.
929
// $side-nav-list-type: none;
930
// $side-nav-list-position: inside;
931
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
932

    
933
// We use these to control link styles.
934
// $side-nav-link-color: $primary-color;
935
// $side-nav-link-color-active: lighten(#000, 30%);
936
// $side-nav-font-size: emCalc(14px);
937
// $side-nav-font-weight: bold;
938

    
939
// We use these to control border styles
940
// $side-nav-divider-size: 1px;
941
// $side-nav-divider-style: solid;
942
// $side-nav-divider-color: darken(#fff, 10%);
943

    
944
//
945
// Sub Nav Variables
946
//
947

    
948
// We use these to control margin and padding
949
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
950
// $sub-nav-list-padding-top: emCalc(4px);
951

    
952
// We use this to control the definition
953
// $sub-nav-font-size: emCalc(14px);
954
// $sub-nav-font-color: #999;
955
// $sub-nav-font-weight: normal;
956
// $sub-nav-text-decoration: none;
957
// $sub-nav-border-radius: 1000px;
958

    
959
// We use these to control the active item styles
960
// $sub-nav-active-font-weight: bold;
961
// $sub-nav-active-bg: $primary-color;
962
// $sub-nav-active-color: #fff;
963
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
964
// $sub-nav-active-cursor: default;
965

    
966
//
967
// Switch Variables
968
//
969

    
970
// Controlling border styles and background colors for the switch container
971
// $switch-border-color: darken(#fff, 20%);
972
// $switch-border-style: solid;
973
// $switch-border-width: 1px;
974
// $switch-bg: #fff;
975

    
976
// We use these to control the switch heights for our default classes
977
// $switch-height-tny: 22px;
978
// $switch-height-sml: 28px;
979
// $switch-height-med: 36px;
980
// $switch-height-lrg: 44px;
981
// $switch-bottom-margin: emCalc(20px);
982

    
983
// We use these to control default font sizes for our classes.
984
// $switch-font-size-tny: 11px;
985
// $switch-font-size-sml: 12px;
986
// $switch-font-size-med: 14px;
987
// $switch-font-size-lrg: 17px;
988
// $switch-label-side-padding: 6px;
989

    
990
// We use these to style the switch-paddle
991
// $switch-paddle-bg: #fff;
992
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
993
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
994
// $switch-paddle-border-width: 1px;
995
// $switch-paddle-border-style: solid;
996
// $switch-paddle-transition-speed: .1s;
997
// $switch-paddle-transition-ease: ease-out;
998
// $switch-positive-color: lighten($success-color, 50%);
999
// $switch-negative-color: #f5f5f5;
1000

    
1001
// Outline Style for tabbing through switches
1002
// $switch-label-outline: 1px dotted #888;
1003

    
1004
//
1005
// Table Variables
1006
//
1007

    
1008
// These control the background color for the table and even rows
1009
// $table-bg: #fff;
1010
// $table-even-row-bg: #f9f9f9;
1011

    
1012
// These control the table cell border style
1013
// $table-border-style: solid;
1014
// $table-border-size: 1px;
1015
// $table-border-color: #ddd;
1016

    
1017
// These control the table head styles
1018
// $table-head-bg: #f5f5f5;
1019
// $table-head-font-size: emCalc(14px);
1020
// $table-head-font-color: #222;
1021
// $table-head-font-weight: bold;
1022
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1023

    
1024
// These control the row padding and font styles
1025
// $table-row-padding: emCalc(9px) emCalc(10px);
1026
// $table-row-font-size: emCalc(14px);
1027
// $table-row-font-color: #222;
1028
// $table-line-height: emCalc(18px);
1029

    
1030
// These are for controlling the display and margin of tables
1031
// $table-display: table-cell;
1032
// $table-margin-bottom: emCalc(20px);
1033

    
1034
//
1035
// Image Thumbnail Variables
1036
//
1037

    
1038
// We use these to control border styles
1039
// $thumb-border-style: solid;
1040
// $thumb-border-width: 4px;
1041
// $thumb-border-color: #fff;
1042
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1043
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1044

    
1045
// Radius and transition speed for thumbs
1046
// $thumb-radius: $global-radius;
1047
// $thumb-transition-speed: 200ms;
1048

    
1049
//
1050
// Tooltip Variables
1051
//
1052
$has-tip-border-bottom: 0 none;
1053
// $has-tip-font-weight: bold;
1054
// $has-tip-font-color: #333;
1055
$has-tip-border-bottom-hover: none;
1056
$has-tip-font-color-hover: $link-color-hover;
1057
$has-tip-cursor-type: inherit;
1058

    
1059
$tooltip-padding: emCalc(2px) emCalc(12px);
1060
$tooltip-bg: #cecece;
1061
$tooltip-font-size: emCalc(12px);
1062
$tooltip-font-weight: normal;
1063
$tooltip-font-color: $body-font-color;
1064
// $tooltip-line-height: 1.3;
1065
// $tooltip-close-font-size: emCalc(10px);
1066
// $tooltip-close-font-weight: normal;
1067
// $tooltip-close-font-color: #888;
1068
// $tooltip-font-size-sml: emCalc(14px);
1069
$tooltip-radius: 7px;
1070
$tooltip-pip-size: 0;
1071

    
1072
//
1073
// Top Bar Variables
1074
//
1075

    
1076
// Background color for the top bar
1077
// $topbar-bg: #111;
1078

    
1079
// Height and margin
1080
// $topbar-height: 45px;
1081
// $topbar-margin-bottom: emCalc(30px);
1082

    
1083
// Control Input height for top bar
1084
// $topbar-input-height: 2.45em;
1085

    
1086
// Controlling the styles for the title in the top bar
1087
// $topbar-title-weight: bold;
1088
// $topbar-title-font-size: emCalc(17px);
1089

    
1090
// Set the link colors and styles for top-level nav
1091
// $topbar-link-color: #fff;
1092
// $topbar-link-weight: bold;
1093
// $topbar-link-font-size: emCalc(13px);
1094

    
1095
// Style the top bar dropdown elements
1096
// $topbar-dropdown-bg: #333;
1097
// $topbar-dropdown-link-color: #fff;
1098
// $topbar-dropdown-toggle-size: 5px;
1099
// $topbar-dropdown-toggle-color: #fff;
1100
// $topbar-dropdown-toggle-alpha: 0.5;
1101
// $dropdown-label-color: #555;
1102

    
1103
// Top menu icon styles
1104
// $topbar-menu-link-transform: uppercase;
1105
// $topbar-menu-link-font-size: emCalc(13px);
1106
// $topbar-menu-link-weight: bold;
1107
// $topbar-menu-link-color: #fff;
1108
// $topbar-menu-icon-color: #fff;
1109
// $topbar-menu-link-color-toggled: #888;
1110
// $topbar-menu-icon-color-toggled: #888;
1111

    
1112
// Transitions and breakpoint styles
1113
// $topbar-transition-speed: 300ms;
1114
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1115
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1116

    
1117

    
1118
// Custom breakpoints
1119

    
1120
$entities-list-large: emCalc(1100px);
1121

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