Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (33.3 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
// PALETTE
14
$gray-0: #2D3338; // almost black OK (text VM wizard header)
15
$gray-1: #BEBEBE; // light(deactivated)
16
$gray-2: #485057; // charbon OK(links OFF machine logo wizard BGND)
17
$gray-3: #787878; // medium OK(shutting down wizard menu level 2)
18
$gray-4: #f0f0f0; // super light gray (sorting bar)
19

    
20

    
21
$turquoise-1 : #30c79e;
22
$green-1: #00a551;
23
$red-1: #E02B2B;
24
$cobalt-1: #566db1;
25
$cobalt-2: #4c71ff;
26
$yellow-1: #ffc748;
27
$orange-1: #ff7049;
28
$salmon-1: #F6938D;
29
$salmon-2: #FCD9D7;
30
// This is the default html and body font-size for the base em value.
31
// $em-base: 16px;
32

    
33
// We use these to control various global styles
34
// $body-bg: #fff;
35
$body-font-color: $gray-0;
36
$body-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
37
// $body-font-weight: normal;
38
// $body-font-style: normal;
39

    
40
// We use this to control font-smoothing
41
// $font-smoothing: antialiased;
42

    
43
// We use these to control text direction settings
44
// $text-direction: ltr;
45

    
46

    
47

    
48
// We use these as default colors throughout
49
// For foundation purposes
50
$primary-color: $gray-1; // inactive gray
51
$secondary-color: $turquoise-1; // green
52
$third-color: $gray-2;
53

    
54
$overlay-bg-color: $gray-2;
55
$overlay-color-header: $gray-3;
56
$overlay-color-top: $gray-0;
57

    
58
$light-bg: $gray-1; // common light grey bg
59

    
60
// links color usage
61
$inactive-color: $primary-color;
62
$link-color: $gray-2;
63
$link-color-hover : $secondary-color;
64

    
65
$border-color-1 : $gray-4;
66

    
67
$alert-color: $secondary-color;
68
$success-color: $green-1;
69
$error-color: $red-1;
70

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

    
80
// wizard step2 colors
81
$disabled-resource-color: $primary-color;
82

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

    
90
// icon-font sizes
91
$snf-font-size-medium: emCalc(60px);
92
$snf-font-size-small: emCalc(30px);
93

    
94

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

    
99
// header settings
100
$header-height: 80px;
101
$header-height-responsive: 120px;
102
$header-padding-vertical: 20px;
103
$header-padding-horizontal: 15px;
104

    
105
// icons nav settings
106
$icons-nav-margin-horizontal : 10px;
107

    
108
// bar options
109
$bar-height: 30px;
110
$bar-menu-height: 50px;
111
$bar-submenu-height: 40px;
112

    
113
// button options
114
$btn-height: 30px;
115

    
116
// list-view 
117
$lt-bar-width: 140px;
118
$list-icon-height: 30px;
119

    
120
// grid-view
121
$grid-icon-height: $snf-font-size-medium;
122

    
123
// details view
124
$details-top-height: 160px;
125
$details-lt-width: 290px;
126
$details-top-more-padding-lt : 20px;
127

    
128

    
129
// items-list list-view settings
130
$check-w : 60px;
131
$img-wrap-w : 60px;
132
$h4-w : 180px;
133
$vm-h4-w: 240px;
134
$tags-w : 100px;
135
$info-w: 220px;
136
$progress-col-w : 180px;
137
$actions-w: 140px;
138
$three-col-w: 33%;
139
$storage-h4-w: $h4-w;
140

    
141
// items list overlay settings
142
$side-actions-width: 30px;
143

    
144
// We use these to control inset shadow shiny edges and depressions.
145
// $shiny-edge-size: 0 1px 0;
146
// $shiny-edge-color: rgba(#fff, .5);
147
// $shiny-edge-active-color: rgba(#000, .2);
148

    
149
// We use this to control whether or not CSS classes come through in the gem files.
150
// $include-html-classes: true;
151
// $include-print-styles: true;
152

    
153
// Modular html classes
154
// $include-html-grid-classes: $include-html-classes;
155
// $include-html-visibility-classes: $include-html-classes;
156
// $include-html-button-classes: $include-html-classes;
157
// $include-html-form-classes: $include-html-classes;
158
// $include-html-media-classes: $include-html-classes;
159
// $include-html-section-classes: $include-html-classes;
160
// $include-html-reveal-classes: $include-html-classes;
161
// $include-html-alert-classes: $include-html-classes;
162
// $include-html-nav-classes: $include-html-classes;
163
// $include-html-label-classes: $include-html-classes;
164
// $include-html-panel-classes: $include-html-classes;
165
// $include-html-pricing-classes: $include-html-classes;
166
// $include-html-progress-classes: $include-html-classes;
167

    
168
//
169
// Grid Variables
170
//
171

    
172
$row-full-width:100%;
173
//$row-width: emCalc(960px);
174
$row-small: emCalc(580px);
175
$main-padding-horizontal: emCalc(10px);
176

    
177
$conf-area-h-width: emCalc(300px);
178

    
179
$step-adv-padding:emCalc(40px);
180
// $column-gutter: 1.875em;
181
// $total-columns: 12;
182

    
183
//
184
// Block Grid Variables
185
//
186

    
187
// We use this to control the maximum number of block grid elements per row
188
// $block-grid-elements: 12;
189
// $block-grid-default-spacing: 10px;
190

    
191
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
192
// $block-grid-media-queries: true;
193

    
194
$small-mobile:emCalc(480px);
195

    
196
//
197
// Typography Variables
198
//
199

    
200
$wizard-paragraph-font-size: 10px;
201
$wizard-paragraph-font-size-custom: 14px;
202
// We use these to control header font styles
203
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
204
// $header-font-weight: bold;
205
// $header-font-style: normal;
206
$header-font-color: $body-font-color;
207
// $header-line-height: 1.4;
208
// $header-top-margin: .2em;
209
// $header-bottom-margin: .5em;
210
// $header-text-rendering: optimizeLegibility;
211

    
212
// We use these to control header font sizes
213
// $h1-font-size: emCalc(44px);
214
// $h2-font-size: emCalc(37px);
215
// $h3-font-size: emCalc(27px);
216
// $h4-font-size: emCalc(23px);
217
// $h5-font-size: emCalc(18px);
218
// $h6-font-size: 1em;
219

    
220
// These control how subheaders are styled.
221
// $subheader-line-height: 1.4;
222
// $subheader-font-color: lighten($header-font-color, 30%);
223
// $subheader-font-weight: 300;
224
// $subheader-top-margin: .2em;
225
// $subheader-bottom-margin: .5em;
226

    
227
// A general <small> styling
228
// $small-font-size: 60%;
229
// $small-font-color: lighten($header-font-color, 30%);
230

    
231
// We use these to style paragraphs
232
// $paragraph-font-family: inherit;
233
// $paragraph-font-weight: normal;
234
// $paragraph-font-size: 1em;
235
// $paragraph-line-height: 1.6;
236
// $paragraph-margin-bottom: emCalc(20px);
237
// $paragraph-aside-font-size: emCalc(14px);
238
// $paragraph-aside-line-height: 1.35;
239
// $paragraph-aside-font-style: italic;
240

    
241
// We use these to style <code> tags
242
// $code-color: darken($alert-color, 15%);
243
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
244
// $code-font-weight: bold;
245

    
246
// We use these to style anchors
247
// $anchor-text-decoration: none;
248
// $anchor-font-color: $primary-color;
249
// $anchor-font-color-hover: darken($primary-color, 5%);
250

    
251
// We use these to style the <hr> element
252
// $hr-border-width: 1px;
253
// $hr-border-style: solid;
254
// $hr-border-color: #ddd;
255
// $hr-margin: emCalc(20px);
256

    
257
// We use these to style lists
258
// $list-style-position: outside;
259
// $list-side-margin: emCalc(18px);
260
// $definition-list-header-weight: bold;
261
// $definition-list-header-margin-bottom: .3em;
262
// $definition-list-margin-bottom: emCalc(12px);
263

    
264
// We use these to style blockquotes
265
// $blockquote-font-color: lighten($header-font-color, 30%);
266
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
267
// $blockquote-border: 1px solid #ddd;
268
// $blockquote-cite-font-size: emCalc(13px);
269
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
270
// $blockquote-cite-link-color: $blockquote-cite-font-color;
271

    
272
// Acronym styles
273
// $acronym-underline: 1px dotted #ddd;
274

    
275
// We use these to control padding and margin
276
// $microformat-padding: emCalc(10px) emCalc(12px);
277
// $microformat-margin: 0 0 emCalc(20px) 0;
278

    
279
// We use these to control the border styles
280
// $microformat-border-width: 1px;
281
// $microformat-border-style: solid;
282
// $microformat-border-color: #ddd;
283

    
284
// We use these to control full name font styles
285
// $microformat-fullname-font-weight: bold;
286
// $microformat-fullname-font-size: emCalc(15px);
287

    
288
// We use this to control the summary font styles
289
// $microformat-summary-font-weight: bold;
290

    
291
// We use this to control abbr padding
292
// $microformat-abbr-padding: 0 emCalc(1px);
293

    
294
// We use this to control abbr font styles
295
// $microformat-abbr-font-weight: bold;
296
// $microformat-abbr-font-decoration: none;
297

    
298
//
299
// Form Variables
300
//
301

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

    
305
// We use these to style the labels in different ways
306
// $label-pointer: pointer;
307
// $label-font-size: emCalc(14px);
308
// $label-font-weight: 500;
309
// $label-font-color: lighten(#000, 30%);
310
// $label-bottom-margin: emCalc(3px);
311
// $input-font-family: inherit;
312
// $input-font-color: rgba(0,0,0,0.75);
313
// $input-font-size: emCalc(14px);
314
// $input-bg-color: #fff;
315
// $input-focus-bg-color: darken(#fff, 2%);
316
$input-border-color: $primary-color;
317
// $input-focus-border-color: darken(#fff, 40%);
318
// $input-border-style: solid;
319
// $input-border-width: 1px;
320
// $input-disabled-bg: #ddd;
321
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
322

    
323
// We use these to style the fieldset border and spacing.
324
// $fieldset-border-style: solid;
325
// $fieldset-border-width: 1px;
326
// $fieldset-border-color: #ddd;
327
// $fieldset-padding: emCalc(20px);
328
// $fieldset-margin: emCalc(18px) 0;
329

    
330
// We use these to style the legends when you use them
331
// $legend-bg: #fff;
332
// $legend-font-weight: bold;
333
// $legend-padding: 0 emCalc(3px);
334

    
335
// We use these to style the prefix and postfix input elements
336
// $input-prefix-bg: darken(#fff, 5%);
337
// $input-prefix-border-color: darken(#fff, 20%);
338
// $input-prefix-border-size: 1px;
339
// $input-prefix-border-type: solid;
340
// $input-prefix-overflow: hidden;
341
// $input-prefix-font-color: #333;
342
// $input-prefix-font-color-alt: #fff;
343

    
344
// We use these to style the error states for inputs and labels
345
// $input-error-message-padding: emCalc(6px) emCalc(4px);
346
// $input-error-message-top: -($form-spacing) - emCalc(5px);
347
// $input-error-message-font-size: emCalc(12px);
348
// $input-error-message-font-weight: bold;
349
// $input-error-message-font-color: #fff;
350
// $input-error-message-font-color-alt: #333;
351

    
352
// We use these to build padding for buttons.
353
// $button-med: emCalc(12px);
354
// $button-tny: emCalc(7px);
355
// $button-sml: emCalc(9px);
356
// $button-lrg: emCalc(16px);
357

    
358
// We use this to control the display property.
359
// $button-display: inline-block;
360
// $button-margin-bottom: emCalc(20px);
361

    
362
// We use these to control button text styles.
363
// $button-font-family: inherit;
364
// $button-font-color: #fff;
365
// $button-font-color-alt: #333;
366
// $button-font-med: emCalc(16px);
367
// $button-font-tny: emCalc(11px);
368
// $button-font-sml: emCalc(13px);
369
// $button-font-lrg: emCalc(20px);
370
// $button-font-weight: bold;
371
// $button-font-align: center;
372

    
373
// We use these to control various hover effects.
374
// $button-function-factor: 10%;
375

    
376
// We use these to control button border styles.
377
// $button-border-width: 1px;
378
// $button-border-style: solid;
379
// $button-border-color: darken($primary-color, $button-function-factor);
380

    
381
// We use this to set the default radius used throughout the core.
382
// $button-radius: $global-radius;
383

    
384
// We use this to set default opacity for disabled buttons.
385
// $button-disabled-opacity: 0.6;
386

    
387
//
388
// Dropdown Button Variables
389
//
390

    
391
// We use these to set the color of the pip in dropdown buttons
392
// $dropdown-button-pip-color: #fff;
393
// $dropdown-button-pip-color-alt: #333;
394

    
395
// We use these to style tiny dropdown buttons
396
// $dropdown-button-padding-tny: $button-tny * 5;
397
// $dropdown-button-pip-size-tny: $button-tny;
398
// $dropdown-button-pip-right-tny: $button-tny * 2;
399
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
400

    
401
// We use these to style small dropdown buttons
402
// $dropdown-button-padding-sml: $button-sml * 5;
403
// $dropdown-button-pip-size-sml: $button-sml;
404
// $dropdown-button-pip-right-sml: $button-sml * 2;
405
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
406

    
407
// We use these to style medium dropdown buttons
408
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
409
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
410
// $dropdown-button-pip-right-med: $button-med * 2;
411
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
412

    
413
// We use these to style large dropdown buttons
414
// $dropdown-button-padding-lrg: $button-lrg * 4;
415
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
416
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
417
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
418

    
419
//
420
// Split Button Variables
421
//
422

    
423
// We use these to control different shared styles for Split Buttons
424
// $split-button-function-factor: 15%;
425
// $split-button-pip-color: #fff;
426
// $split-button-pip-color-alt: #333;
427
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
428

    
429
// We use these to control tiny split buttons
430
// $split-button-padding-tny: $button-tny * 9;
431
// $split-button-span-width-tny: $button-tny * 6.5;
432
// $split-button-pip-size-tny: $button-tny;
433
// $split-button-pip-top-tny: $button-tny * 2;
434
// $split-button-pip-left-tny: emCalc(-5px);
435

    
436
// We use these to control small split buttons
437
// $split-button-padding-sml: $button-sml * 7;
438
// $split-button-span-width-sml: $button-sml * 5;
439
// $split-button-pip-size-sml: $button-sml;
440
// $split-button-pip-top-sml: $button-sml * 1.5;
441
// $split-button-pip-left-sml: emCalc(-9px);
442

    
443
// We use these to control medium split buttons
444
// $split-button-padding-med: $button-med * 6.4;
445
// $split-button-span-width-med: $button-med * 4;
446
// $split-button-pip-size-med: $button-med - emCalc(3px);
447
// $split-button-pip-top-med: $button-med * 1.5;
448
// $split-button-pip-left-med: emCalc(-9px);
449

    
450
// We use these to control large split buttons
451
// $split-button-padding-lrg: $button-lrg * 6;
452
// $split-button-span-width-lrg: $button-lrg * 3.75;
453
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
454
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
455
// $split-button-pip-left-lrg: emCalc(-9px);
456

    
457
//
458
// Alert Variables
459
//
460

    
461
// We use this to control alert padding.
462
// $alert-padding-top: emCalc(11px);
463
// $alert-padding-left: $alert-padding-top;
464
// $alert-padding-right: $alert-padding-top + emCalc(10px);
465
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
466

    
467
// We use these to control text style.
468
// $alert-font-weight: bold;
469
// $alert-font-size: emCalc(14px);
470
// $alert-font-color: #fff;
471
// $alert-font-color-alt: darken($secondary-color, 60%);
472

    
473
// We use this for close hover effect.
474
// $alert-function-factor: 10%;
475

    
476
// We use these to control border styles.
477
// $alert-border-style: solid;
478
// $alert-border-width: 1px;
479
// $alert-border-color: darken($primary-color, $alert-function-factor);
480
// $alert-bottom-margin: emCalc(20px);
481

    
482
// We use these to style the close buttons
483
// $alert-close-color: #333;
484
// $alert-close-position: emCalc(5px);
485
// $alert-close-font-size: emCalc(22px);
486
// $alert-close-opacity: 0.3;
487
// $alert-close-opacity-hover: 0.5;
488
// $alert-close-padding: 5px 4px 4px;
489

    
490
// We use this to control border radius
491
// $alert-radius: $global-radius;
492

    
493
//
494
// Breadcrumb Variables
495
//
496

    
497
// We use this to set the background color for the breadcrumb container.
498
$crumb-bg: transparent;
499

    
500
// We use these to set the padding around the breadcrumbs.
501
$crumb-padding: 0 emCalc(14px) emCalc(9px);
502
// $crumb-side-padding: emCalc(12px);
503

    
504
// We use these to control border styles.
505
// $crumb-function-factor: 10%;
506
// $crumb-border-size: 1px;
507
// $crumb-border-style: solid;
508
$crumb-border-color: transparent;
509
// $crumb-radius: $global-radius;
510

    
511
// We use these to set various text styles for breadcrumbs.
512
$crumb-font-size: inherit;
513
// $crumb-font-color: $primary-color;
514
// $crumb-font-color-current: #333;
515
// $crumb-font-color-unavailable: #999;
516
$crumb-font-transform: none;
517
$crumb-link-decor: none;
518

    
519
// We use these to control the slash between breadcrumbs
520
// $crumb-slash-color: #aaa;
521
$crumb-slash: ">";
522

    
523
//
524
// Clearing Variables
525
//
526

    
527
// We use these to set the background colors for parts of Clearing.
528
// $clearing-bg: #111;
529
// $clearing-caption-bg: $clearing-bg;
530
// $clearing-carousel-bg: #111;
531
// $clearing-img-bg: $clearing-bg;
532

    
533
// We use these to style the close button
534
// $clearing-close-color: #fff;
535
// $clearing-close-size: 40px;
536

    
537
// We use these to style the arrows
538
// $clearing-arrow-size: 16px;
539
// $clearing-arrow-color: $clearing-close-color;
540

    
541
// We use these to style captions
542
// $clearing-caption-font-color: #fff;
543
// $clearing-caption-padding: 10px 30px;
544

    
545
// We use these to make the image and carousel height and style
546
// $clearing-active-img-height: 75%;
547
// $clearing-carousel-height: 150px;
548
// $clearing-carousel-thumb-width: 175px;
549
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
550

    
551
//
552
// Custom Form Variables
553
//
554

    
555
// We use these to control the basic form styles input styles
556
// $custom-form-border-color: #ccc;
557
// $custom-form-bg: #fff;
558
// $custom-form-bg-disabled: #ddd;
559
// $custom-form-check-color: #222;
560

    
561
// We use these to style the custom select form element.
562
$custom-select-bg: $overlay-bg-color;
563
$custom-select-fade-to-color: $overlay-bg-color;
564
$custom-select-border-color: white;
565
$custom-select-triangle-color: white;
566
$custom-select-triangle-color-open: white;
567
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
568
// $custom-select-margin-bottom: emCalc(20px);
569
// $custom-select-font-color-selected: #141414;
570
// $custom-select-disabled-color: #888;
571

    
572
// We use these to control the style of the custom select dropdown element.
573
// $custom-dropdown-height: 200px;
574
// $custom-dropdown-bg: #fff;
575
// $custom-dropdown-border-color: darken(#fff, 20%);
576
// $custom-dropdown-border-width: 1px;
577
// $custom-dropdown-border-style: solid;
578
// $custom-dropdown-font-color: #555;
579
// $custom-dropdown-font-size: emCalc(14px);
580
// $custom-dropdown-color-selected: #eeeeee;
581
// $custom-dropdown-font-color-selected: #000;
582
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
583
// $custom-dropdown-offset-top: none;
584
// $custom-dropdown-list-padding: emCalc(4px);
585
// $custom-dropdown-left-padding: emCalc(6px);
586
// $custom-dropdown-right-padding: emCalc(38px);
587
// $custom-dropdown-list-item-min-height: emCalc(24px);
588

    
589
//
590
// Dropdown Variables
591
//
592

    
593
// We use these to controls height and width styles.
594
// $f-dropdown-max-width: 200px;
595
// $f-dropdown-height: auto;
596
// $f-dropdown-max-height: none;
597
// $f-dropdown-margin-top: 2px;
598

    
599
// We use this to control the background color
600
// $f-dropdown-bg: #fff;
601

    
602
// We use this to set the border styles for dropdowns.
603
// $f-dropdown-border-style: solid;
604
// $f-dropdown-border-width: 1px;
605
// $f-dropdown-border-color: darken(#fff, 20%);
606

    
607
// We use these to style the triangle pip.
608
// $f-dropdown-triangle-size: 6px;
609
// $f-dropdown-triangle-color: #fff;
610
// $f-dropdown-triangle-side-offset: 10px;
611

    
612
// We use these to control styles for the list elements.
613
// $f-dropdown-list-style: none;
614
// $f-dropdown-font-color: #555;
615
// $f-dropdown-font-size: emCalc(14px);
616
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
617
// $f-dropdown-line-height: emCalc(18px);
618
// $f-dropdown-list-hover-bg: #eeeeee;
619
// $dropdown-mobile-left: 0;
620

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

    
624
//
625
// Flex Video Variables
626
//
627

    
628
// We use these to control video container padding and margins
629
// $flex-video-padding-top: emCalc(25px);
630
// $flex-video-padding-bottom: 67.5%;
631
// $flex-video-margin-bottom: emCalc(16px);
632

    
633
// We use this to control widescreen bottom padding
634
// $flex-video-widescreen-padding-bottom: 57.25%;
635

    
636
//
637
// Inline List Variables
638
//
639

    
640
// We use this to control the margins and padding of the inline list.
641
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
642
// $inline-list-margin: 0 0;
643
// $inline-list-padding: 0;
644

    
645
// We use this to control the overflow of the inline list.
646
// $inline-list-overflow: hidden;
647

    
648
// We use this to control the list items
649
// $inline-list-display: block;
650

    
651
// We use this to control any elments within list items
652
// $inline-list-children-display: block;
653

    
654
//
655
// Joyride Variables
656
//
657

    
658
// Controlling default Joyride styles
659
// $joyride-tip-bg: rgb(0,0,0);
660
// $joyride-tip-default-width: 300px;
661
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
662
// $joyride-tip-border: solid 1px #555;
663
// $joyride-tip-radius: 4px;
664
// $joyride-tip-position-offset: 22px;
665

    
666
// Here, we're setting the tip dont styles
667
// $joyride-tip-font-color: #fff;
668
// $joyride-tip-font-size: emCalc(14px);
669
// $joyride-tip-header-weight: bold;
670

    
671
// This changes the nub size
672
// $joyride-tip-nub-size: 14px;
673

    
674
// This adjusts the styles for the timer when its enabled
675
// $joyride-tip-timer-width: 50px;
676
// $joyride-tip-timer-height: 3px;
677
// $joyride-tip-timer-color: #666;
678

    
679
// This changes up the styles for the close button
680
// $joyride-tip-close-color: #777;
681
// $joyride-tip-close-size: 30px;
682
// $joyride-tip-close-weight: normal;
683

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

    
687
//
688
// Keystroke Variables
689
//
690

    
691
// We use these to control text styles.
692
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
693
// $keystroke-font-size: emCalc(15px);
694
// $keystroke-font-color: #222;
695
// $keystroke-font-color-alt: #fff;
696
// $keystroke-function-factor: 7%;
697

    
698
// We use this to control keystroke padding.
699
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
700

    
701
// We use these to control background and border styles.
702
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
703
// $keystroke-border-style: solid;
704
// $keystroke-border-width: 1px;
705
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
706
// $keystroke-radius: $global-radius;
707

    
708
//
709
// Label Variables
710
//
711

    
712
// We use these to style the labels
713
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
714
// $label-radius: $global-radius;
715

    
716
// We use these to style the label text
717
// $label-font-sizing: emCalc(14px);
718
// $label-font-weight: bold;
719

    
720
//
721
// Orbit Settings
722
//
723

    
724
// We use these to control the caption styles
725
// $orbit-container-bg: #f5f5f5;
726
// $orbit-caption-bg-old-browser: #000;
727
// $orbit-caption-bg-old: rgb(0,0,0);
728
// $orbit-caption-bg: rgba(0,0,0,0.6);
729
// $orbit-caption-font-color: #fff;
730

    
731
// We use these to control the left/right nav styles
732
// $orbit-nav-bg-old: rgb(0,0,0);
733
// $orbit-nav-bg: rgba(0,0,0,0.6);
734

    
735
// We use these to control the timer styles
736
// $orbit-timer-bg-old: rgb(0,0,0);
737
// $orbit-timer-bg: rgba(0,0,0,0.6);
738

    
739
// We use these to control the bullet nav styles
740
// $orbit-bullet-nav-color: #999;
741
// $orbit-bullet-nav-color-active: #222;
742

    
743
// We use thes to controls the style of slide numbers
744
// $orbit-slide-number-bg: rgb(0,0,0);
745
// $orbit-slide-number-font-color: #fff;
746
// $orbit-slide-number-padding: emCalc(5px);
747

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

    
751
//
752
// Pagination Variables
753
//
754

    
755
// We use these to control the pagination container
756
// $pagination-height: emCalc(24px);
757
// $pagination-margin: emCalc(-5px);
758

    
759
// We use these to set the list-item properties
760
// $pagination-li-float: $default-float;
761
// $pagination-li-height: emCalc(24px);
762
// $pagination-li-font-color: #222;
763
// $pagination-li-font-size: emCalc(14px);
764
// $pagination-li-margin: emCalc(5px);
765

    
766
// We use these for the pagination anchor links
767
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
768
// $pagination-link-font-color: #999;
769
// $pagination-link-active-bg: darken(#fff, 10%);
770

    
771
// We use these for disabled anchor links
772
// $pagination-link-unavailable-cursor: default;
773
// $pagination-link-unavailable-font-color: #999;
774
// $pagination-link-unavailable-bg-active: transparent;
775

    
776
// We use these for currently selected anchor links
777
// $pagination-link-current-background: $primary-color;
778
// $pagination-link-current-font-color: #fff;
779
// $pagination-link-current-font-weight: bold;
780
// $pagination-link-current-cursor: default;
781
// $pagination-link-current-active-bg: $primary-color;
782

    
783
//
784
// Panel Variables
785
//
786

    
787
// We use these to control the background and border styles
788
// $panel-bg: darken(#fff, 5%);
789
// $panel-border-style: solid;
790
// $panel-border-size: 1px;
791

    
792
// We use this % to control how much we darken things on hover
793
// $panel-function-factor: 10%;
794
// $panel-border-color: darken($panel-bg, $panel-function-factor);
795

    
796
// We use these to set default inner padding and bottom margin
797
// $panel-margin-bottom: emCalc(20px);
798
// $panel-padding: emCalc(20px);
799

    
800
// We use these to set default font colors
801
// $panel-font-color: #333;
802
// $panel-font-color-alt: #fff;
803

    
804
//
805
// Pricing Table Variables
806
//
807

    
808
// We use this to control the border color
809
// $price-table-border: solid 1px #ddd;
810

    
811
// We use this to control the bottom margin of the pricing table
812
// $price-table-margin-bottom: emCalc(20px);
813

    
814
// We use these to control the title styles
815
// $price-title-bg: #ddd;
816
// $price-title-padding: emCalc(15px) emCalc(20px);
817
// $price-title-align: center;
818
// $price-title-color: #333;
819
// $price-title-weight: bold;
820
// $price-title-size: emCalc(16px);
821

    
822
// We use these to control the price styles
823
// $price-money-bg: #eee;
824
// $price-money-padding: emCalc(15px) emCalc(20px);
825
// $price-money-align: center;
826
// $price-money-color: #333;
827
// $price-money-weight: normal;
828
// $price-money-size: emCalc(20px);
829

    
830
// We use these to control the description styles
831
// $price-bg: #fff;
832
// $price-desc-color: #777;
833
// $price-desc-padding: emCalc(15px);
834
// $price-desc-align: center;
835
// $price-desc-font-size: emCalc(12px);
836
// $price-desc-weight: normal;
837
// $price-desc-line-height: 1.4;
838
// $price-desc-bottom-border: dotted 1px #ddd;
839

    
840
// We use these to control the list item styles
841
// $price-item-color: #333;
842
// $price-item-padding: emCalc(15px);
843
// $price-item-align: center;
844
// $price-item-font-size: emCalc(14px);
845
// $price-item-weight: normal;
846
// $price-item-bottom-border: dotted 1px #ddd;
847

    
848
// We use these to control the CTA area styles
849
// $price-cta-bg: #f5f5f5;
850
// $price-cta-align: center;
851
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
852

    
853
//
854
// Progress Bar Variables
855
//
856

    
857
// We use this to se the prog bar height
858
$progress-bar-height: emCalc(15px);
859
// $progress-bar-color: transparent;
860

    
861
// We use these to control the border styles
862
// $progress-bar-border-color: darken(#fff, 20%);
863
// $progress-bar-border-size: 1px;
864
// $progress-bar-border-style: solid;
865
// $progress-bar-border-radius: $global-radius;
866

    
867
// We use these to control the margin & padding
868
$progress-bar-pad: 1px;
869
// $progress-bar-margin-bottom: emCalc(10px);
870

    
871
// We use these to set the meter colors
872
// $progress-meter-color: $primary-color;
873
// $progress-meter-secondary-color: $secondary-color;
874
// $progress-meter-success-color: $success-color;
875
// $progress-meter-alert-color: $alert-color;
876

    
877
// NEED TO FINISH THE LOGIC HERE
878

    
879
//
880
// Reveal Variables
881
//
882

    
883
// We use these to control the style of the reveal overlay.
884
$reveal-overlay-bg: rgba(#fff, .80);
885
// $reveal-overlay-bg-old: #000;
886

    
887
// We use these to control the style of the modal itself.
888
// $reveal-modal-bg: #fff;
889
// $reveal-position-top: 50px;
890
// $reveal-default-width: 80%;
891
$reveal-modal-padding: emCalc(40px) emCalc(100px);
892
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
893

    
894
// We use these to style the reveal close button
895
$reveal-close-font-size: emCalc(18px);
896
$reveal-close-top: emCalc(40px);
897
$reveal-close-side: emCalc(40px);
898
$reveal-close-color: #fff;
899
// $reveal-close-weight: bold;
900

    
901
// We use these to control the modal border
902
// $reveal-border-style: solid;
903
$reveal-border-width: 0px;
904
// $reveal-border-color: #666;
905

    
906
//
907
// Section Variables
908
//
909

    
910
// We use these to set padding and hover factor
911
// $section-padding: emCalc(15px);
912
// $section-function-factor: 10%;
913

    
914
// These style the titles
915
// $section-title-color: #333;
916
// $section-title-bg: #efefef;
917
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
918
// $section-title-bg-active-tabs: #fff;
919

    
920
// Want to control border size, here ya go!
921
// $section-border-size: 1px;
922
// $section-border-style: solid;
923
// $section-border-color: #ccc;
924

    
925
// Control the color of the background and some size options
926
// $section-content-bg: #fff;
927
// $section-vertical-nav-min-width: emCalc(200px);
928
// $section-bottom-margin: emCalc(20px);
929

    
930
//
931
// Side Nav Variables
932
//
933

    
934
// We use this to control padding.
935
// $side-nav-padding: emCalc(14px) 0;
936

    
937
// We use these to control list styles.
938
// $side-nav-list-type: none;
939
// $side-nav-list-position: inside;
940
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
941

    
942
// We use these to control link styles.
943
// $side-nav-link-color: $primary-color;
944
// $side-nav-link-color-active: lighten(#000, 30%);
945
// $side-nav-font-size: emCalc(14px);
946
// $side-nav-font-weight: bold;
947

    
948
// We use these to control border styles
949
// $side-nav-divider-size: 1px;
950
// $side-nav-divider-style: solid;
951
// $side-nav-divider-color: darken(#fff, 10%);
952

    
953
//
954
// Sub Nav Variables
955
//
956

    
957
// We use these to control margin and padding
958
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
959
// $sub-nav-list-padding-top: emCalc(4px);
960

    
961
// We use this to control the definition
962
// $sub-nav-font-size: emCalc(14px);
963
// $sub-nav-font-color: #999;
964
// $sub-nav-font-weight: normal;
965
// $sub-nav-text-decoration: none;
966
// $sub-nav-border-radius: 1000px;
967

    
968
// We use these to control the active item styles
969
// $sub-nav-active-font-weight: bold;
970
// $sub-nav-active-bg: $primary-color;
971
// $sub-nav-active-color: #fff;
972
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
973
// $sub-nav-active-cursor: default;
974

    
975
//
976
// Switch Variables
977
//
978

    
979
// Controlling border styles and background colors for the switch container
980
// $switch-border-color: darken(#fff, 20%);
981
// $switch-border-style: solid;
982
// $switch-border-width: 1px;
983
// $switch-bg: #fff;
984

    
985
// We use these to control the switch heights for our default classes
986
// $switch-height-tny: 22px;
987
// $switch-height-sml: 28px;
988
// $switch-height-med: 36px;
989
// $switch-height-lrg: 44px;
990
// $switch-bottom-margin: emCalc(20px);
991

    
992
// We use these to control default font sizes for our classes.
993
// $switch-font-size-tny: 11px;
994
// $switch-font-size-sml: 12px;
995
// $switch-font-size-med: 14px;
996
// $switch-font-size-lrg: 17px;
997
// $switch-label-side-padding: 6px;
998

    
999
// We use these to style the switch-paddle
1000
// $switch-paddle-bg: #fff;
1001
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
1002
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
1003
// $switch-paddle-border-width: 1px;
1004
// $switch-paddle-border-style: solid;
1005
// $switch-paddle-transition-speed: .1s;
1006
// $switch-paddle-transition-ease: ease-out;
1007
// $switch-positive-color: lighten($success-color, 50%);
1008
// $switch-negative-color: #f5f5f5;
1009

    
1010
// Outline Style for tabbing through switches
1011
// $switch-label-outline: 1px dotted #888;
1012

    
1013
//
1014
// Table Variables
1015
//
1016

    
1017
// These control the background color for the table and even rows
1018
// $table-bg: #fff;
1019
// $table-even-row-bg: #f9f9f9;
1020

    
1021
// These control the table cell border style
1022
// $table-border-style: solid;
1023
// $table-border-size: 1px;
1024
// $table-border-color: #ddd;
1025

    
1026
// These control the table head styles
1027
// $table-head-bg: #f5f5f5;
1028
// $table-head-font-size: emCalc(14px);
1029
// $table-head-font-color: #222;
1030
// $table-head-font-weight: bold;
1031
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1032

    
1033
// These control the row padding and font styles
1034
// $table-row-padding: emCalc(9px) emCalc(10px);
1035
// $table-row-font-size: emCalc(14px);
1036
// $table-row-font-color: #222;
1037
// $table-line-height: emCalc(18px);
1038

    
1039
// These are for controlling the display and margin of tables
1040
// $table-display: table-cell;
1041
// $table-margin-bottom: emCalc(20px);
1042

    
1043
//
1044
// Image Thumbnail Variables
1045
//
1046

    
1047
// We use these to control border styles
1048
// $thumb-border-style: solid;
1049
// $thumb-border-width: 4px;
1050
// $thumb-border-color: #fff;
1051
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1052
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1053

    
1054
// Radius and transition speed for thumbs
1055
// $thumb-radius: $global-radius;
1056
// $thumb-transition-speed: 200ms;
1057

    
1058
//
1059
// Tooltip Variables
1060
//
1061
$has-tip-border-bottom: 0 none;
1062
$has-tip-font-weight: normal;
1063
// $has-tip-font-color: #333;
1064
$has-tip-border-bottom-hover: none;
1065
$has-tip-font-color-hover: $link-color-hover;
1066
$has-tip-cursor-type: inherit;
1067

    
1068
$tooltip-padding: emCalc(2px) emCalc(12px);
1069
$tooltip-bg: #cecece;
1070
$tooltip-font-size: emCalc(12px);
1071
$tooltip-font-weight: normal;
1072
$tooltip-font-color: $body-font-color;
1073
// $tooltip-line-height: 1.3;
1074
// $tooltip-close-font-size: emCalc(10px);
1075
// $tooltip-close-font-weight: normal;
1076
// $tooltip-close-font-color: #888;
1077
// $tooltip-font-size-sml: emCalc(14px);
1078
$tooltip-radius: 7px;
1079
$tooltip-pip-size: 0;
1080

    
1081
//
1082
// Top Bar Variables
1083
//
1084

    
1085
// Background color for the top bar
1086
// $topbar-bg: #111;
1087

    
1088
// Height and margin
1089
// $topbar-height: 45px;
1090
// $topbar-margin-bottom: emCalc(30px);
1091

    
1092
// Control Input height for top bar
1093
// $topbar-input-height: 2.45em;
1094

    
1095
// Controlling the styles for the title in the top bar
1096
// $topbar-title-weight: bold;
1097
// $topbar-title-font-size: emCalc(17px);
1098

    
1099
// Set the link colors and styles for top-level nav
1100
// $topbar-link-color: #fff;
1101
// $topbar-link-weight: bold;
1102
// $topbar-link-font-size: emCalc(13px);
1103

    
1104
// Style the top bar dropdown elements
1105
// $topbar-dropdown-bg: #333;
1106
// $topbar-dropdown-link-color: #fff;
1107
// $topbar-dropdown-toggle-size: 5px;
1108
// $topbar-dropdown-toggle-color: #fff;
1109
// $topbar-dropdown-toggle-alpha: 0.5;
1110
// $dropdown-label-color: #555;
1111

    
1112
// Top menu icon styles
1113
// $topbar-menu-link-transform: uppercase;
1114
// $topbar-menu-link-font-size: emCalc(13px);
1115
// $topbar-menu-link-weight: bold;
1116
// $topbar-menu-link-color: #fff;
1117
// $topbar-menu-icon-color: #fff;
1118
// $topbar-menu-link-color-toggled: #888;
1119
// $topbar-menu-icon-color-toggled: #888;
1120

    
1121
// Transitions and breakpoint styles
1122
// $topbar-transition-speed: 300ms;
1123
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1124
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1125

    
1126

    
1127
// Custom breakpoints
1128

    
1129
$entities-list-large: emCalc(1100px);
1130

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