Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (31.9 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

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

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

    
66
// header settings
67
$header-height:80px;
68
$header-height-responsive:120px;
69
$header-padding-vertical:emCalc(20px);
70
$header-padding-horizontal:emCalc(15px);
71

    
72
// icons nav settings
73
$icons-nav-margin-horizontal : emCalc(5px);
74

    
75
// bar options
76
$bar-height:50px;
77
$bar-submenu-height:40px;
78

    
79
// button options
80
$btn-height:30px;
81

    
82

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

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

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

    
107
//
108
// Grid Variables
109
//
110

    
111
$row-full-width:100%;
112
$row-width: 1200px;
113
$row-small: emCalc(580px);
114

    
115
$conf-area-h-width: emCalc(300px);
116

    
117
$step-adv-padding:emCalc(40px);
118
// $column-gutter: 1.875em;
119
// $total-columns: 12;
120

    
121
//
122
// Block Grid Variables
123
//
124

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

    
129
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
130
// $block-grid-media-queries: true;
131

    
132
$small-mobile:emCalc(480px);
133

    
134
//
135
// Typography Variables
136
//
137

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

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

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

    
164
// A general <small> styling
165
// $small-font-size: 60%;
166
// $small-font-color: lighten($header-font-color, 30%);
167

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

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

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

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

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

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

    
209
// Acronym styles
210
// $acronym-underline: 1px dotted #ddd;
211

    
212
// We use these to control padding and margin
213
// $microformat-padding: emCalc(10px) emCalc(12px);
214
// $microformat-margin: 0 0 emCalc(20px) 0;
215

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

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

    
225
// We use this to control the summary font styles
226
// $microformat-summary-font-weight: bold;
227

    
228
// We use this to control abbr padding
229
// $microformat-abbr-padding: 0 emCalc(1px);
230

    
231
// We use this to control abbr font styles
232
// $microformat-abbr-font-weight: bold;
233
// $microformat-abbr-font-decoration: none;
234

    
235
//
236
// Form Variables
237
//
238

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

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

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

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

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

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

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

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

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

    
310
// We use these to control various hover effects.
311
// $button-function-factor: 10%;
312

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

    
318
// We use this to set the default radius used throughout the core.
319
// $button-radius: $global-radius;
320

    
321
// We use this to set default opacity for disabled buttons.
322
// $button-disabled-opacity: 0.6;
323

    
324
//
325
// Dropdown Button Variables
326
//
327

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

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

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

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

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

    
356
//
357
// Split Button Variables
358
//
359

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

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

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

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

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

    
394
//
395
// Alert Variables
396
//
397

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

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

    
410
// We use this for close hover effect.
411
// $alert-function-factor: 10%;
412

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

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

    
427
// We use this to control border radius
428
// $alert-radius: $global-radius;
429

    
430
//
431
// Breadcrumb Variables
432
//
433

    
434
// We use this to set the background color for the breadcrumb container.
435
$crumb-bg: transparent;
436

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

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

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

    
456
// We use these to control the slash between breadcrumbs
457
// $crumb-slash-color: #aaa;
458
$crumb-slash: ">";
459

    
460
//
461
// Clearing Variables
462
//
463

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

    
470
// We use these to style the close button
471
// $clearing-close-color: #fff;
472
// $clearing-close-size: 40px;
473

    
474
// We use these to style the arrows
475
// $clearing-arrow-size: 16px;
476
// $clearing-arrow-color: $clearing-close-color;
477

    
478
// We use these to style captions
479
// $clearing-caption-font-color: #fff;
480
// $clearing-caption-padding: 10px 30px;
481

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

    
488
//
489
// Custom Form Variables
490
//
491

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

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

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

    
526
//
527
// Dropdown Variables
528
//
529

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

    
536
// We use this to control the background color
537
// $f-dropdown-bg: #fff;
538

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

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

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

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

    
561
//
562
// Flex Video Variables
563
//
564

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

    
570
// We use this to control widescreen bottom padding
571
// $flex-video-widescreen-padding-bottom: 57.25%;
572

    
573
//
574
// Inline List Variables
575
//
576

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

    
582
// We use this to control the overflow of the inline list.
583
// $inline-list-overflow: hidden;
584

    
585
// We use this to control the list items
586
// $inline-list-display: block;
587

    
588
// We use this to control any elments within list items
589
// $inline-list-children-display: block;
590

    
591
//
592
// Joyride Variables
593
//
594

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

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

    
608
// This changes the nub size
609
// $joyride-tip-nub-size: 14px;
610

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

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

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

    
624
//
625
// Keystroke Variables
626
//
627

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

    
635
// We use this to control keystroke padding.
636
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
637

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

    
645
//
646
// Label Variables
647
//
648

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

    
653
// We use these to style the label text
654
// $label-font-sizing: emCalc(14px);
655
// $label-font-weight: bold;
656

    
657
//
658
// Orbit Settings
659
//
660

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

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

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

    
676
// We use these to control the bullet nav styles
677
// $orbit-bullet-nav-color: #999;
678
// $orbit-bullet-nav-color-active: #222;
679

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

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

    
688
//
689
// Pagination Variables
690
//
691

    
692
// We use these to control the pagination container
693
// $pagination-height: emCalc(24px);
694
// $pagination-margin: emCalc(-5px);
695

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

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

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

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

    
720
//
721
// Panel Variables
722
//
723

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

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

    
733
// We use these to set default inner padding and bottom margin
734
// $panel-margin-bottom: emCalc(20px);
735
// $panel-padding: emCalc(20px);
736

    
737
// We use these to set default font colors
738
// $panel-font-color: #333;
739
// $panel-font-color-alt: #fff;
740

    
741
//
742
// Pricing Table Variables
743
//
744

    
745
// We use this to control the border color
746
// $price-table-border: solid 1px #ddd;
747

    
748
// We use this to control the bottom margin of the pricing table
749
// $price-table-margin-bottom: emCalc(20px);
750

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

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

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

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

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

    
790
//
791
// Progress Bar Variables
792
//
793

    
794
// We use this to se the prog bar height
795
$progress-bar-height: emCalc(15px);
796
// $progress-bar-color: transparent;
797

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

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

    
808
// We use these to set the meter colors
809
// $progress-meter-color: $primary-color;
810
// $progress-meter-secondary-color: $secondary-color;
811
// $progress-meter-success-color: $success-color;
812
// $progress-meter-alert-color: $alert-color;
813

    
814
// NEED TO FINISH THE LOGIC HERE
815

    
816
//
817
// Reveal Variables
818
//
819

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

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

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

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

    
843
//
844
// Section Variables
845
//
846

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

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

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

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

    
867
//
868
// Side Nav Variables
869
//
870

    
871
// We use this to control padding.
872
// $side-nav-padding: emCalc(14px) 0;
873

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

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

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

    
890
//
891
// Sub Nav Variables
892
//
893

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

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

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

    
912
//
913
// Switch Variables
914
//
915

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

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

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

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

    
947
// Outline Style for tabbing through switches
948
// $switch-label-outline: 1px dotted #888;
949

    
950
//
951
// Table Variables
952
//
953

    
954
// These control the background color for the table and even rows
955
// $table-bg: #fff;
956
// $table-even-row-bg: #f9f9f9;
957

    
958
// These control the table cell border style
959
// $table-border-style: solid;
960
// $table-border-size: 1px;
961
// $table-border-color: #ddd;
962

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

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

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

    
980
//
981
// Image Thumbnail Variables
982
//
983

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

    
991
// Radius and transition speed for thumbs
992
// $thumb-radius: $global-radius;
993
// $thumb-transition-speed: 200ms;
994

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

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

    
1018
//
1019
// Top Bar Variables
1020
//
1021

    
1022
// Background color for the top bar
1023
// $topbar-bg: #111;
1024

    
1025
// Height and margin
1026
// $topbar-height: 45px;
1027
// $topbar-margin-bottom: emCalc(30px);
1028

    
1029
// Control Input height for top bar
1030
// $topbar-input-height: 2.45em;
1031

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

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

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

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

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

    
1063

    
1064
// Custom breakpoints
1065

    
1066
$entities-list-large: emCalc(1100px);
1067

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