Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (32 kB)

1
// Required global settings and mixins for Foundation
2
@import "foundation/variables";
3

    
4
// Settings file to override Foundation variables
5

    
6
// You can find the variables for each component at the bottom of their
7
// doc page. We tried to name them to where they'd make sense just by reading them.
8
// Go to http://foundation.zurb.com/docs/ to find what you need.
9

    
10
//
11
// Foundation Global Variables
12
//
13

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

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

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

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

    
30
// We use these as default colors throughout
31
$primary-color: #919194;
32
$secondary-color: #30c79e;
33
$third-color: #30c79e;
34
$overlay-color: #485057;
35
$overlay-color-top:#636a70;
36
$overlay-darker-color:#33383D;
37
$black:#1a1a1a;
38

    
39
$alert-color: $secondary-color;
40
$success-color: #00a551;
41
$warning-color: #49DDC5;
42
$error-color: #ff5c58;
43

    
44
//colors for main icons (icons of networks and vms)
45
$vm-active-color: #75c046;
46
$vm-stopped-color: #e00e63;
47
$network-color: #79c79e;
48

    
49
//colors for main icons (icons of networks and vms)
50
$vm-active-color: $secondary-color;
51
$vm-stopped-color: #FF3366;
52
$network-color: #79c79e;
53

    
54
// wizard step2 colors
55
$disabled-resource-color: #3a4046;
56
$disabled-flavor-color: #495561;
57

    
58
// wizard step3 colors
59
$ssh-opt-area-color: #ff7049;
60
$net-opt-area-color: #ff948c;
61
$tag-opt-area-color: #4c71ff;
62
$wizard-base-font-color: white;
63
$net-more-opt-area-color:#fff4f3;
64

    
65
// We use these to make sure border radius matches unless we want it different.
66
$global-radius: 1px;
67
// $global-rounded: 1000px;
68

    
69
// header settings
70
$header-height:60px;
71
$header-height-responsive:120px;
72
$header-padding-vertical:20px;
73
$header-padding-horizontal:15px;
74

    
75
// icons nav settings
76
$icons-nav-margin-horizontal :5px;
77

    
78
// bar options
79
$bar-height:36px;
80
$bar-submenu-height:40px;
81

    
82
// button options
83
$btn-height:30px;
84

    
85

    
86
// We use these to control inset shadow shiny edges and depressions.
87
// $shiny-edge-size: 0 1px 0;
88
// $shiny-edge-color: rgba(#fff, .5);
89
// $shiny-edge-active-color: rgba(#000, .2);
90

    
91
// We use this to control whether or not CSS classes come through in the gem files.
92
// $include-html-classes: true;
93
// $include-print-styles: true;
94

    
95
// Modular html classes
96
// $include-html-grid-classes: $include-html-classes;
97
// $include-html-visibility-classes: $include-html-classes;
98
// $include-html-button-classes: $include-html-classes;
99
// $include-html-form-classes: $include-html-classes;
100
// $include-html-media-classes: $include-html-classes;
101
// $include-html-section-classes: $include-html-classes;
102
// $include-html-reveal-classes: $include-html-classes;
103
// $include-html-alert-classes: $include-html-classes;
104
// $include-html-nav-classes: $include-html-classes;
105
// $include-html-label-classes: $include-html-classes;
106
// $include-html-panel-classes: $include-html-classes;
107
// $include-html-pricing-classes: $include-html-classes;
108
// $include-html-progress-classes: $include-html-classes;
109

    
110
//
111
// Grid Variables
112
//
113

    
114
$row-full-width:100%;
115
$row-width: 1200px;
116
$row-small: emCalc(580px);
117

    
118
$conf-area-h-width: emCalc(300px);
119

    
120
$step-adv-padding:emCalc(40px);
121
// $column-gutter: 1.875em;
122
// $total-columns: 12;
123

    
124
//
125
// Block Grid Variables
126
//
127

    
128
// We use this to control the maximum number of block grid elements per row
129
// $block-grid-elements: 12;
130
// $block-grid-default-spacing: 10px;
131

    
132
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
133
// $block-grid-media-queries: true;
134

    
135
$small-mobile:emCalc(480px);
136

    
137
//
138
// Typography Variables
139
//
140

    
141
$wizard-paragraph-font-size: 10px;
142
// We use these to control header font styles
143
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
144
// $header-font-weight: bold;
145
// $header-font-style: normal;
146
$header-font-color: $body-font-color;
147
// $header-line-height: 1.4;
148
// $header-top-margin: .2em;
149
// $header-bottom-margin: .5em;
150
// $header-text-rendering: optimizeLegibility;
151

    
152
// We use these to control header font sizes
153
// $h1-font-size: emCalc(44px);
154
// $h2-font-size: emCalc(37px);
155
// $h3-font-size: emCalc(27px);
156
// $h4-font-size: emCalc(23px);
157
// $h5-font-size: emCalc(18px);
158
// $h6-font-size: 1em;
159

    
160
// These control how subheaders are styled.
161
// $subheader-line-height: 1.4;
162
// $subheader-font-color: lighten($header-font-color, 30%);
163
// $subheader-font-weight: 300;
164
// $subheader-top-margin: .2em;
165
// $subheader-bottom-margin: .5em;
166

    
167
// A general <small> styling
168
// $small-font-size: 60%;
169
// $small-font-color: lighten($header-font-color, 30%);
170

    
171
// We use these to style paragraphs
172
// $paragraph-font-family: inherit;
173
// $paragraph-font-weight: normal;
174
// $paragraph-font-size: 1em;
175
// $paragraph-line-height: 1.6;
176
// $paragraph-margin-bottom: emCalc(20px);
177
// $paragraph-aside-font-size: emCalc(14px);
178
// $paragraph-aside-line-height: 1.35;
179
// $paragraph-aside-font-style: italic;
180

    
181
// We use these to style <code> tags
182
// $code-color: darken($alert-color, 15%);
183
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
184
// $code-font-weight: bold;
185

    
186
// We use these to style anchors
187
// $anchor-text-decoration: none;
188
// $anchor-font-color: $primary-color;
189
// $anchor-font-color-hover: darken($primary-color, 5%);
190

    
191
// We use these to style the <hr> element
192
// $hr-border-width: 1px;
193
// $hr-border-style: solid;
194
// $hr-border-color: #ddd;
195
// $hr-margin: emCalc(20px);
196

    
197
// We use these to style lists
198
// $list-style-position: outside;
199
// $list-side-margin: emCalc(18px);
200
// $definition-list-header-weight: bold;
201
// $definition-list-header-margin-bottom: .3em;
202
// $definition-list-margin-bottom: emCalc(12px);
203

    
204
// We use these to style blockquotes
205
// $blockquote-font-color: lighten($header-font-color, 30%);
206
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
207
// $blockquote-border: 1px solid #ddd;
208
// $blockquote-cite-font-size: emCalc(13px);
209
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
210
// $blockquote-cite-link-color: $blockquote-cite-font-color;
211

    
212
// Acronym styles
213
// $acronym-underline: 1px dotted #ddd;
214

    
215
// We use these to control padding and margin
216
// $microformat-padding: emCalc(10px) emCalc(12px);
217
// $microformat-margin: 0 0 emCalc(20px) 0;
218

    
219
// We use these to control the border styles
220
// $microformat-border-width: 1px;
221
// $microformat-border-style: solid;
222
// $microformat-border-color: #ddd;
223

    
224
// We use these to control full name font styles
225
// $microformat-fullname-font-weight: bold;
226
// $microformat-fullname-font-size: emCalc(15px);
227

    
228
// We use this to control the summary font styles
229
// $microformat-summary-font-weight: bold;
230

    
231
// We use this to control abbr padding
232
// $microformat-abbr-padding: 0 emCalc(1px);
233

    
234
// We use this to control abbr font styles
235
// $microformat-abbr-font-weight: bold;
236
// $microformat-abbr-font-decoration: none;
237

    
238
//
239
// Form Variables
240
//
241

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

    
245
// We use these to style the labels in different ways
246
// $label-pointer: pointer;
247
// $label-font-size: emCalc(14px);
248
// $label-font-weight: 500;
249
// $label-font-color: lighten(#000, 30%);
250
// $label-bottom-margin: emCalc(3px);
251
// $input-font-family: inherit;
252
// $input-font-color: rgba(0,0,0,0.75);
253
// $input-font-size: emCalc(14px);
254
// $input-bg-color: #fff;
255
// $input-focus-bg-color: darken(#fff, 2%);
256
$input-border-color: $primary-color;
257
// $input-focus-border-color: darken(#fff, 40%);
258
// $input-border-style: solid;
259
// $input-border-width: 1px;
260
// $input-disabled-bg: #ddd;
261
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
262

    
263
// We use these to style the fieldset border and spacing.
264
// $fieldset-border-style: solid;
265
// $fieldset-border-width: 1px;
266
// $fieldset-border-color: #ddd;
267
// $fieldset-padding: emCalc(20px);
268
// $fieldset-margin: emCalc(18px) 0;
269

    
270
// We use these to style the legends when you use them
271
// $legend-bg: #fff;
272
// $legend-font-weight: bold;
273
// $legend-padding: 0 emCalc(3px);
274

    
275
// We use these to style the prefix and postfix input elements
276
// $input-prefix-bg: darken(#fff, 5%);
277
// $input-prefix-border-color: darken(#fff, 20%);
278
// $input-prefix-border-size: 1px;
279
// $input-prefix-border-type: solid;
280
// $input-prefix-overflow: hidden;
281
// $input-prefix-font-color: #333;
282
// $input-prefix-font-color-alt: #fff;
283

    
284
// We use these to style the error states for inputs and labels
285
// $input-error-message-padding: emCalc(6px) emCalc(4px);
286
// $input-error-message-top: -($form-spacing) - emCalc(5px);
287
// $input-error-message-font-size: emCalc(12px);
288
// $input-error-message-font-weight: bold;
289
// $input-error-message-font-color: #fff;
290
// $input-error-message-font-color-alt: #333;
291

    
292
// We use these to build padding for buttons.
293
// $button-med: emCalc(12px);
294
// $button-tny: emCalc(7px);
295
// $button-sml: emCalc(9px);
296
// $button-lrg: emCalc(16px);
297

    
298
// We use this to control the display property.
299
// $button-display: inline-block;
300
// $button-margin-bottom: emCalc(20px);
301

    
302
// We use these to control button text styles.
303
// $button-font-family: inherit;
304
// $button-font-color: #fff;
305
// $button-font-color-alt: #333;
306
// $button-font-med: emCalc(16px);
307
// $button-font-tny: emCalc(11px);
308
// $button-font-sml: emCalc(13px);
309
// $button-font-lrg: emCalc(20px);
310
// $button-font-weight: bold;
311
// $button-font-align: center;
312

    
313
// We use these to control various hover effects.
314
// $button-function-factor: 10%;
315

    
316
// We use these to control button border styles.
317
// $button-border-width: 1px;
318
// $button-border-style: solid;
319
// $button-border-color: darken($primary-color, $button-function-factor);
320

    
321
// We use this to set the default radius used throughout the core.
322
// $button-radius: $global-radius;
323

    
324
// We use this to set default opacity for disabled buttons.
325
// $button-disabled-opacity: 0.6;
326

    
327
//
328
// Dropdown Button Variables
329
//
330

    
331
// We use these to set the color of the pip in dropdown buttons
332
// $dropdown-button-pip-color: #fff;
333
// $dropdown-button-pip-color-alt: #333;
334

    
335
// We use these to style tiny dropdown buttons
336
// $dropdown-button-padding-tny: $button-tny * 5;
337
// $dropdown-button-pip-size-tny: $button-tny;
338
// $dropdown-button-pip-right-tny: $button-tny * 2;
339
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
340

    
341
// We use these to style small dropdown buttons
342
// $dropdown-button-padding-sml: $button-sml * 5;
343
// $dropdown-button-pip-size-sml: $button-sml;
344
// $dropdown-button-pip-right-sml: $button-sml * 2;
345
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
346

    
347
// We use these to style medium dropdown buttons
348
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
349
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
350
// $dropdown-button-pip-right-med: $button-med * 2;
351
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
352

    
353
// We use these to style large dropdown buttons
354
// $dropdown-button-padding-lrg: $button-lrg * 4;
355
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
356
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
357
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
358

    
359
//
360
// Split Button Variables
361
//
362

    
363
// We use these to control different shared styles for Split Buttons
364
// $split-button-function-factor: 15%;
365
// $split-button-pip-color: #fff;
366
// $split-button-pip-color-alt: #333;
367
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
368

    
369
// We use these to control tiny split buttons
370
// $split-button-padding-tny: $button-tny * 9;
371
// $split-button-span-width-tny: $button-tny * 6.5;
372
// $split-button-pip-size-tny: $button-tny;
373
// $split-button-pip-top-tny: $button-tny * 2;
374
// $split-button-pip-left-tny: emCalc(-5px);
375

    
376
// We use these to control small split buttons
377
// $split-button-padding-sml: $button-sml * 7;
378
// $split-button-span-width-sml: $button-sml * 5;
379
// $split-button-pip-size-sml: $button-sml;
380
// $split-button-pip-top-sml: $button-sml * 1.5;
381
// $split-button-pip-left-sml: emCalc(-9px);
382

    
383
// We use these to control medium split buttons
384
// $split-button-padding-med: $button-med * 6.4;
385
// $split-button-span-width-med: $button-med * 4;
386
// $split-button-pip-size-med: $button-med - emCalc(3px);
387
// $split-button-pip-top-med: $button-med * 1.5;
388
// $split-button-pip-left-med: emCalc(-9px);
389

    
390
// We use these to control large split buttons
391
// $split-button-padding-lrg: $button-lrg * 6;
392
// $split-button-span-width-lrg: $button-lrg * 3.75;
393
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
394
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
395
// $split-button-pip-left-lrg: emCalc(-9px);
396

    
397
//
398
// Alert Variables
399
//
400

    
401
// We use this to control alert padding.
402
// $alert-padding-top: emCalc(11px);
403
// $alert-padding-left: $alert-padding-top;
404
// $alert-padding-right: $alert-padding-top + emCalc(10px);
405
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
406

    
407
// We use these to control text style.
408
// $alert-font-weight: bold;
409
// $alert-font-size: emCalc(14px);
410
// $alert-font-color: #fff;
411
// $alert-font-color-alt: darken($secondary-color, 60%);
412

    
413
// We use this for close hover effect.
414
// $alert-function-factor: 10%;
415

    
416
// We use these to control border styles.
417
// $alert-border-style: solid;
418
// $alert-border-width: 1px;
419
// $alert-border-color: darken($primary-color, $alert-function-factor);
420
// $alert-bottom-margin: emCalc(20px);
421

    
422
// We use these to style the close buttons
423
// $alert-close-color: #333;
424
// $alert-close-position: emCalc(5px);
425
// $alert-close-font-size: emCalc(22px);
426
// $alert-close-opacity: 0.3;
427
// $alert-close-opacity-hover: 0.5;
428
// $alert-close-padding: 5px 4px 4px;
429

    
430
// We use this to control border radius
431
// $alert-radius: $global-radius;
432

    
433
//
434
// Breadcrumb Variables
435
//
436

    
437
// We use this to set the background color for the breadcrumb container.
438
$crumb-bg: transparent;
439

    
440
// We use these to set the padding around the breadcrumbs.
441
$crumb-padding: 0 emCalc(14px) emCalc(9px);
442
// $crumb-side-padding: emCalc(12px);
443

    
444
// We use these to control border styles.
445
// $crumb-function-factor: 10%;
446
// $crumb-border-size: 1px;
447
// $crumb-border-style: solid;
448
$crumb-border-color: transparent;
449
// $crumb-radius: $global-radius;
450

    
451
// We use these to set various text styles for breadcrumbs.
452
$crumb-font-size: inherit;
453
// $crumb-font-color: $primary-color;
454
// $crumb-font-color-current: #333;
455
// $crumb-font-color-unavailable: #999;
456
$crumb-font-transform: none;
457
$crumb-link-decor: none;
458

    
459
// We use these to control the slash between breadcrumbs
460
// $crumb-slash-color: #aaa;
461
$crumb-slash: ">";
462

    
463
//
464
// Clearing Variables
465
//
466

    
467
// We use these to set the background colors for parts of Clearing.
468
// $clearing-bg: #111;
469
// $clearing-caption-bg: $clearing-bg;
470
// $clearing-carousel-bg: #111;
471
// $clearing-img-bg: $clearing-bg;
472

    
473
// We use these to style the close button
474
// $clearing-close-color: #fff;
475
// $clearing-close-size: 40px;
476

    
477
// We use these to style the arrows
478
// $clearing-arrow-size: 16px;
479
// $clearing-arrow-color: $clearing-close-color;
480

    
481
// We use these to style captions
482
// $clearing-caption-font-color: #fff;
483
// $clearing-caption-padding: 10px 30px;
484

    
485
// We use these to make the image and carousel height and style
486
// $clearing-active-img-height: 75%;
487
// $clearing-carousel-height: 150px;
488
// $clearing-carousel-thumb-width: 175px;
489
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
490

    
491
//
492
// Custom Form Variables
493
//
494

    
495
// We use these to control the basic form styles input styles
496
// $custom-form-border-color: #ccc;
497
// $custom-form-bg: #fff;
498
// $custom-form-bg-disabled: #ddd;
499
// $custom-form-check-color: #222;
500

    
501
// We use these to style the custom select form element.
502
$custom-select-bg: $overlay-color;
503
$custom-select-fade-to-color: $overlay-color;
504
$custom-select-border-color: white;
505
$custom-select-triangle-color: white;
506
$custom-select-triangle-color-open: white;
507
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
508
// $custom-select-margin-bottom: emCalc(20px);
509
// $custom-select-font-color-selected: #141414;
510
// $custom-select-disabled-color: #888;
511

    
512
// We use these to control the style of the custom select dropdown element.
513
// $custom-dropdown-height: 200px;
514
// $custom-dropdown-bg: #fff;
515
// $custom-dropdown-border-color: darken(#fff, 20%);
516
// $custom-dropdown-border-width: 1px;
517
// $custom-dropdown-border-style: solid;
518
// $custom-dropdown-font-color: #555;
519
// $custom-dropdown-font-size: emCalc(14px);
520
// $custom-dropdown-color-selected: #eeeeee;
521
// $custom-dropdown-font-color-selected: #000;
522
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
523
// $custom-dropdown-offset-top: none;
524
// $custom-dropdown-list-padding: emCalc(4px);
525
// $custom-dropdown-left-padding: emCalc(6px);
526
// $custom-dropdown-right-padding: emCalc(38px);
527
// $custom-dropdown-list-item-min-height: emCalc(24px);
528

    
529
//
530
// Dropdown Variables
531
//
532

    
533
// We use these to controls height and width styles.
534
// $f-dropdown-max-width: 200px;
535
// $f-dropdown-height: auto;
536
// $f-dropdown-max-height: none;
537
// $f-dropdown-margin-top: 2px;
538

    
539
// We use this to control the background color
540
// $f-dropdown-bg: #fff;
541

    
542
// We use this to set the border styles for dropdowns.
543
// $f-dropdown-border-style: solid;
544
// $f-dropdown-border-width: 1px;
545
// $f-dropdown-border-color: darken(#fff, 20%);
546

    
547
// We use these to style the triangle pip.
548
// $f-dropdown-triangle-size: 6px;
549
// $f-dropdown-triangle-color: #fff;
550
// $f-dropdown-triangle-side-offset: 10px;
551

    
552
// We use these to control styles for the list elements.
553
// $f-dropdown-list-style: none;
554
// $f-dropdown-font-color: #555;
555
// $f-dropdown-font-size: emCalc(14px);
556
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
557
// $f-dropdown-line-height: emCalc(18px);
558
// $f-dropdown-list-hover-bg: #eeeeee;
559
// $dropdown-mobile-left: 0;
560

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

    
564
//
565
// Flex Video Variables
566
//
567

    
568
// We use these to control video container padding and margins
569
// $flex-video-padding-top: emCalc(25px);
570
// $flex-video-padding-bottom: 67.5%;
571
// $flex-video-margin-bottom: emCalc(16px);
572

    
573
// We use this to control widescreen bottom padding
574
// $flex-video-widescreen-padding-bottom: 57.25%;
575

    
576
//
577
// Inline List Variables
578
//
579

    
580
// We use this to control the margins and padding of the inline list.
581
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
582
// $inline-list-margin: 0 0;
583
// $inline-list-padding: 0;
584

    
585
// We use this to control the overflow of the inline list.
586
// $inline-list-overflow: hidden;
587

    
588
// We use this to control the list items
589
// $inline-list-display: block;
590

    
591
// We use this to control any elments within list items
592
// $inline-list-children-display: block;
593

    
594
//
595
// Joyride Variables
596
//
597

    
598
// Controlling default Joyride styles
599
// $joyride-tip-bg: rgb(0,0,0);
600
// $joyride-tip-default-width: 300px;
601
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
602
// $joyride-tip-border: solid 1px #555;
603
// $joyride-tip-radius: 4px;
604
// $joyride-tip-position-offset: 22px;
605

    
606
// Here, we're setting the tip dont styles
607
// $joyride-tip-font-color: #fff;
608
// $joyride-tip-font-size: emCalc(14px);
609
// $joyride-tip-header-weight: bold;
610

    
611
// This changes the nub size
612
// $joyride-tip-nub-size: 14px;
613

    
614
// This adjusts the styles for the timer when its enabled
615
// $joyride-tip-timer-width: 50px;
616
// $joyride-tip-timer-height: 3px;
617
// $joyride-tip-timer-color: #666;
618

    
619
// This changes up the styles for the close button
620
// $joyride-tip-close-color: #777;
621
// $joyride-tip-close-size: 30px;
622
// $joyride-tip-close-weight: normal;
623

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

    
627
//
628
// Keystroke Variables
629
//
630

    
631
// We use these to control text styles.
632
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
633
// $keystroke-font-size: emCalc(15px);
634
// $keystroke-font-color: #222;
635
// $keystroke-font-color-alt: #fff;
636
// $keystroke-function-factor: 7%;
637

    
638
// We use this to control keystroke padding.
639
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
640

    
641
// We use these to control background and border styles.
642
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
643
// $keystroke-border-style: solid;
644
// $keystroke-border-width: 1px;
645
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
646
// $keystroke-radius: $global-radius;
647

    
648
//
649
// Label Variables
650
//
651

    
652
// We use these to style the labels
653
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
654
// $label-radius: $global-radius;
655

    
656
// We use these to style the label text
657
// $label-font-sizing: emCalc(14px);
658
// $label-font-weight: bold;
659

    
660
//
661
// Orbit Settings
662
//
663

    
664
// We use these to control the caption styles
665
// $orbit-container-bg: #f5f5f5;
666
// $orbit-caption-bg-old-browser: #000;
667
// $orbit-caption-bg-old: rgb(0,0,0);
668
// $orbit-caption-bg: rgba(0,0,0,0.6);
669
// $orbit-caption-font-color: #fff;
670

    
671
// We use these to control the left/right nav styles
672
// $orbit-nav-bg-old: rgb(0,0,0);
673
// $orbit-nav-bg: rgba(0,0,0,0.6);
674

    
675
// We use these to control the timer styles
676
// $orbit-timer-bg-old: rgb(0,0,0);
677
// $orbit-timer-bg: rgba(0,0,0,0.6);
678

    
679
// We use these to control the bullet nav styles
680
// $orbit-bullet-nav-color: #999;
681
// $orbit-bullet-nav-color-active: #222;
682

    
683
// We use thes to controls the style of slide numbers
684
// $orbit-slide-number-bg: rgb(0,0,0);
685
// $orbit-slide-number-font-color: #fff;
686
// $orbit-slide-number-padding: emCalc(5px);
687

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

    
691
//
692
// Pagination Variables
693
//
694

    
695
// We use these to control the pagination container
696
// $pagination-height: emCalc(24px);
697
// $pagination-margin: emCalc(-5px);
698

    
699
// We use these to set the list-item properties
700
// $pagination-li-float: $default-float;
701
// $pagination-li-height: emCalc(24px);
702
// $pagination-li-font-color: #222;
703
// $pagination-li-font-size: emCalc(14px);
704
// $pagination-li-margin: emCalc(5px);
705

    
706
// We use these for the pagination anchor links
707
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
708
// $pagination-link-font-color: #999;
709
// $pagination-link-active-bg: darken(#fff, 10%);
710

    
711
// We use these for disabled anchor links
712
// $pagination-link-unavailable-cursor: default;
713
// $pagination-link-unavailable-font-color: #999;
714
// $pagination-link-unavailable-bg-active: transparent;
715

    
716
// We use these for currently selected anchor links
717
// $pagination-link-current-background: $primary-color;
718
// $pagination-link-current-font-color: #fff;
719
// $pagination-link-current-font-weight: bold;
720
// $pagination-link-current-cursor: default;
721
// $pagination-link-current-active-bg: $primary-color;
722

    
723
//
724
// Panel Variables
725
//
726

    
727
// We use these to control the background and border styles
728
// $panel-bg: darken(#fff, 5%);
729
// $panel-border-style: solid;
730
// $panel-border-size: 1px;
731

    
732
// We use this % to control how much we darken things on hover
733
// $panel-function-factor: 10%;
734
// $panel-border-color: darken($panel-bg, $panel-function-factor);
735

    
736
// We use these to set default inner padding and bottom margin
737
// $panel-margin-bottom: emCalc(20px);
738
// $panel-padding: emCalc(20px);
739

    
740
// We use these to set default font colors
741
// $panel-font-color: #333;
742
// $panel-font-color-alt: #fff;
743

    
744
//
745
// Pricing Table Variables
746
//
747

    
748
// We use this to control the border color
749
// $price-table-border: solid 1px #ddd;
750

    
751
// We use this to control the bottom margin of the pricing table
752
// $price-table-margin-bottom: emCalc(20px);
753

    
754
// We use these to control the title styles
755
// $price-title-bg: #ddd;
756
// $price-title-padding: emCalc(15px) emCalc(20px);
757
// $price-title-align: center;
758
// $price-title-color: #333;
759
// $price-title-weight: bold;
760
// $price-title-size: emCalc(16px);
761

    
762
// We use these to control the price styles
763
// $price-money-bg: #eee;
764
// $price-money-padding: emCalc(15px) emCalc(20px);
765
// $price-money-align: center;
766
// $price-money-color: #333;
767
// $price-money-weight: normal;
768
// $price-money-size: emCalc(20px);
769

    
770
// We use these to control the description styles
771
// $price-bg: #fff;
772
// $price-desc-color: #777;
773
// $price-desc-padding: emCalc(15px);
774
// $price-desc-align: center;
775
// $price-desc-font-size: emCalc(12px);
776
// $price-desc-weight: normal;
777
// $price-desc-line-height: 1.4;
778
// $price-desc-bottom-border: dotted 1px #ddd;
779

    
780
// We use these to control the list item styles
781
// $price-item-color: #333;
782
// $price-item-padding: emCalc(15px);
783
// $price-item-align: center;
784
// $price-item-font-size: emCalc(14px);
785
// $price-item-weight: normal;
786
// $price-item-bottom-border: dotted 1px #ddd;
787

    
788
// We use these to control the CTA area styles
789
// $price-cta-bg: #f5f5f5;
790
// $price-cta-align: center;
791
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
792

    
793
//
794
// Progress Bar Variables
795
//
796

    
797
// We use this to se the prog bar height
798
$progress-bar-height: emCalc(15px);
799
// $progress-bar-color: transparent;
800

    
801
// We use these to control the border styles
802
// $progress-bar-border-color: darken(#fff, 20%);
803
// $progress-bar-border-size: 1px;
804
// $progress-bar-border-style: solid;
805
// $progress-bar-border-radius: $global-radius;
806

    
807
// We use these to control the margin & padding
808
// $progress-bar-pad: emCalc(2px);
809
// $progress-bar-margin-bottom: emCalc(10px);
810

    
811
// We use these to set the meter colors
812
// $progress-meter-color: $primary-color;
813
// $progress-meter-secondary-color: $secondary-color;
814
// $progress-meter-success-color: $success-color;
815
// $progress-meter-alert-color: $alert-color;
816

    
817
// NEED TO FINISH THE LOGIC HERE
818

    
819
//
820
// Reveal Variables
821
//
822

    
823
// We use these to control the style of the reveal overlay.
824
$reveal-overlay-bg: rgba(#000, .80);
825
// $reveal-overlay-bg-old: #000;
826

    
827
// We use these to control the style of the modal itself.
828
// $reveal-modal-bg: #fff;
829
// $reveal-position-top: 50px;
830
// $reveal-default-width: 80%;
831
// $reveal-modal-padding: emCalc(20px);
832
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
833

    
834
// We use these to style the reveal close button
835
// $reveal-close-font-size: emCalc(22px);
836
// $reveal-close-top: emCalc(8px);
837
// $reveal-close-side: emCalc(11px);
838
// $reveal-close-color: #aaa;
839
// $reveal-close-weight: bold;
840

    
841
// We use these to control the modal border
842
// $reveal-border-style: solid;
843
// $reveal-border-width: 1px;
844
// $reveal-border-color: #666;
845

    
846
//
847
// Section Variables
848
//
849

    
850
// We use these to set padding and hover factor
851
// $section-padding: emCalc(15px);
852
// $section-function-factor: 10%;
853

    
854
// These style the titles
855
// $section-title-color: #333;
856
// $section-title-bg: #efefef;
857
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
858
// $section-title-bg-active-tabs: #fff;
859

    
860
// Want to control border size, here ya go!
861
// $section-border-size: 1px;
862
// $section-border-style: solid;
863
// $section-border-color: #ccc;
864

    
865
// Control the color of the background and some size options
866
// $section-content-bg: #fff;
867
// $section-vertical-nav-min-width: emCalc(200px);
868
// $section-bottom-margin: emCalc(20px);
869

    
870
//
871
// Side Nav Variables
872
//
873

    
874
// We use this to control padding.
875
// $side-nav-padding: emCalc(14px) 0;
876

    
877
// We use these to control list styles.
878
// $side-nav-list-type: none;
879
// $side-nav-list-position: inside;
880
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
881

    
882
// We use these to control link styles.
883
// $side-nav-link-color: $primary-color;
884
// $side-nav-link-color-active: lighten(#000, 30%);
885
// $side-nav-font-size: emCalc(14px);
886
// $side-nav-font-weight: bold;
887

    
888
// We use these to control border styles
889
// $side-nav-divider-size: 1px;
890
// $side-nav-divider-style: solid;
891
// $side-nav-divider-color: darken(#fff, 10%);
892

    
893
//
894
// Sub Nav Variables
895
//
896

    
897
// We use these to control margin and padding
898
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
899
// $sub-nav-list-padding-top: emCalc(4px);
900

    
901
// We use this to control the definition
902
// $sub-nav-font-size: emCalc(14px);
903
// $sub-nav-font-color: #999;
904
// $sub-nav-font-weight: normal;
905
// $sub-nav-text-decoration: none;
906
// $sub-nav-border-radius: 1000px;
907

    
908
// We use these to control the active item styles
909
// $sub-nav-active-font-weight: bold;
910
// $sub-nav-active-bg: $primary-color;
911
// $sub-nav-active-color: #fff;
912
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
913
// $sub-nav-active-cursor: default;
914

    
915
//
916
// Switch Variables
917
//
918

    
919
// Controlling border styles and background colors for the switch container
920
// $switch-border-color: darken(#fff, 20%);
921
// $switch-border-style: solid;
922
// $switch-border-width: 1px;
923
// $switch-bg: #fff;
924

    
925
// We use these to control the switch heights for our default classes
926
// $switch-height-tny: 22px;
927
// $switch-height-sml: 28px;
928
// $switch-height-med: 36px;
929
// $switch-height-lrg: 44px;
930
// $switch-bottom-margin: emCalc(20px);
931

    
932
// We use these to control default font sizes for our classes.
933
// $switch-font-size-tny: 11px;
934
// $switch-font-size-sml: 12px;
935
// $switch-font-size-med: 14px;
936
// $switch-font-size-lrg: 17px;
937
// $switch-label-side-padding: 6px;
938

    
939
// We use these to style the switch-paddle
940
// $switch-paddle-bg: #fff;
941
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
942
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
943
// $switch-paddle-border-width: 1px;
944
// $switch-paddle-border-style: solid;
945
// $switch-paddle-transition-speed: .1s;
946
// $switch-paddle-transition-ease: ease-out;
947
// $switch-positive-color: lighten($success-color, 50%);
948
// $switch-negative-color: #f5f5f5;
949

    
950
// Outline Style for tabbing through switches
951
// $switch-label-outline: 1px dotted #888;
952

    
953
//
954
// Table Variables
955
//
956

    
957
// These control the background color for the table and even rows
958
// $table-bg: #fff;
959
// $table-even-row-bg: #f9f9f9;
960

    
961
// These control the table cell border style
962
// $table-border-style: solid;
963
// $table-border-size: 1px;
964
// $table-border-color: #ddd;
965

    
966
// These control the table head styles
967
// $table-head-bg: #f5f5f5;
968
// $table-head-font-size: emCalc(14px);
969
// $table-head-font-color: #222;
970
// $table-head-font-weight: bold;
971
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
972

    
973
// These control the row padding and font styles
974
// $table-row-padding: emCalc(9px) emCalc(10px);
975
// $table-row-font-size: emCalc(14px);
976
// $table-row-font-color: #222;
977
// $table-line-height: emCalc(18px);
978

    
979
// These are for controlling the display and margin of tables
980
// $table-display: table-cell;
981
// $table-margin-bottom: emCalc(20px);
982

    
983
//
984
// Image Thumbnail Variables
985
//
986

    
987
// We use these to control border styles
988
// $thumb-border-style: solid;
989
// $thumb-border-width: 4px;
990
// $thumb-border-color: #fff;
991
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
992
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
993

    
994
// Radius and transition speed for thumbs
995
// $thumb-radius: $global-radius;
996
// $thumb-transition-speed: 200ms;
997

    
998
//
999
// Tooltip Variables
1000
//
1001
$has-tip-border-bottom: 0 none;
1002
// $has-tip-font-weight: bold;
1003
// $has-tip-font-color: #333;
1004
$has-tip-border-bottom-hover: none;
1005
// $has-tip-font-color-hover: $primary-color;
1006
$has-tip-cursor-type: inherit;
1007

    
1008
$tooltip-padding: emCalc(4px) emCalc(10px);
1009
$tooltip-bg: $black;
1010
// $tooltip-font-size: emCalc(15px);
1011
$tooltip-font-weight: normal;
1012
// $tooltip-font-color: #fff;
1013
// $tooltip-line-height: 1.3;
1014
// $tooltip-close-font-size: emCalc(10px);
1015
// $tooltip-close-font-weight: normal;
1016
// $tooltip-close-font-color: #888;
1017
// $tooltip-font-size-sml: emCalc(14px);
1018
// $tooltip-radius: $global-radius;
1019
// $tooltip-pip-size: 5px;
1020

    
1021
//
1022
// Top Bar Variables
1023
//
1024

    
1025
// Background color for the top bar
1026
// $topbar-bg: #111;
1027

    
1028
// Height and margin
1029
// $topbar-height: 45px;
1030
// $topbar-margin-bottom: emCalc(30px);
1031

    
1032
// Control Input height for top bar
1033
// $topbar-input-height: 2.45em;
1034

    
1035
// Controlling the styles for the title in the top bar
1036
// $topbar-title-weight: bold;
1037
// $topbar-title-font-size: emCalc(17px);
1038

    
1039
// Set the link colors and styles for top-level nav
1040
// $topbar-link-color: #fff;
1041
// $topbar-link-weight: bold;
1042
// $topbar-link-font-size: emCalc(13px);
1043

    
1044
// Style the top bar dropdown elements
1045
// $topbar-dropdown-bg: #333;
1046
// $topbar-dropdown-link-color: #fff;
1047
// $topbar-dropdown-toggle-size: 5px;
1048
// $topbar-dropdown-toggle-color: #fff;
1049
// $topbar-dropdown-toggle-alpha: 0.5;
1050
// $dropdown-label-color: #555;
1051

    
1052
// Top menu icon styles
1053
// $topbar-menu-link-transform: uppercase;
1054
// $topbar-menu-link-font-size: emCalc(13px);
1055
// $topbar-menu-link-weight: bold;
1056
// $topbar-menu-link-color: #fff;
1057
// $topbar-menu-icon-color: #fff;
1058
// $topbar-menu-link-color-toggled: #888;
1059
// $topbar-menu-icon-color-toggled: #888;
1060

    
1061
// Transitions and breakpoint styles
1062
// $topbar-transition-speed: 300ms;
1063
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1064
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1065

    
1066

    
1067
// Custom breakpoints
1068

    
1069
$entities-list-large: emCalc(1100px);
1070

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