Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (33.4 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 wizar          $("form.innerlabels label").inFieldLabels();
18
$gray-4: #FF6B9A; // super light gray (sorting bar)
19

    
20

    
21
$turquoise-1 : #6AE0CD;
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
$fuchsia-1: #d7145a;
31
// This is the default html and body font-size for the base em value.
32
// $em-base: 16px;
33

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

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

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

    
47

    
48

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

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

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

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

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

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

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

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

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

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

    
95

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

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

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

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

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

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

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

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

    
129

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

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

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

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

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

    
169
//
170
// Grid Variables
171
//
172

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

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

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

    
184
//
185
// Block Grid Variables
186
//
187

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

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

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

    
197
//
198
// Typography Variables
199
//
200

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
299
//
300
// Form Variables
301
//
302

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

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

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

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

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

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

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

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

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

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

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

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

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

    
388
//
389
// Dropdown Button Variables
390
//
391

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

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

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

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

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

    
420
//
421
// Split Button Variables
422
//
423

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

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

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

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

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

    
458
//
459
// Alert Variables
460
//
461

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

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

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

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

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

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

    
494
//
495
// Breadcrumb Variables
496
//
497

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

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

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

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

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

    
524
//
525
// Clearing Variables
526
//
527

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

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

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

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

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

    
552
//
553
// Custom Form Variables
554
//
555

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

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

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

    
590
//
591
// Dropdown Variables
592
//
593

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

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

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

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

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

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

    
625
//
626
// Flex Video Variables
627
//
628

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

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

    
637
//
638
// Inline List Variables
639
//
640

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

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

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

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

    
655
//
656
// Joyride Variables
657
//
658

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

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

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

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

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

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

    
688
//
689
// Keystroke Variables
690
//
691

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

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

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

    
709
//
710
// Label Variables
711
//
712

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

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

    
721
//
722
// Orbit Settings
723
//
724

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

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

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

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

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

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

    
752
//
753
// Pagination Variables
754
//
755

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

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

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

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

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

    
784
//
785
// Panel Variables
786
//
787

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

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

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

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

    
805
//
806
// Pricing Table Variables
807
//
808

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

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

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

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

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

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

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

    
854
//
855
// Progress Bar Variables
856
//
857

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

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

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

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

    
878
// NEED TO FINISH THE LOGIC HERE
879

    
880
//
881
// Reveal Variables
882
//
883

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

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

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

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

    
907
//
908
// Section Variables
909
//
910

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

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

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

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

    
931
//
932
// Side Nav Variables
933
//
934

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

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

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

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

    
954
//
955
// Sub Nav Variables
956
//
957

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

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

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

    
976
//
977
// Switch Variables
978
//
979

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

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

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

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

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

    
1014
//
1015
// Table Variables
1016
//
1017

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

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

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

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

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

    
1044
//
1045
// Image Thumbnail Variables
1046
//
1047

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

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

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

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

    
1082
//
1083
// Top Bar Variables
1084
//
1085

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

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

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

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

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

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

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

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

    
1127

    
1128
// Custom breakpoints
1129

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

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