Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (32.7 kB)

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

    
4
// Settings file to override Foundation variables
5

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

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

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

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

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

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

    
30
// PALETTE
31
// We use these as default colors throughout
32
$primary-color: #919194; // inactive grey
33
$secondary-color: #30c79e; // green
34
$third-color: #485057; // charbon black
35
$color-1 : #25bfda; // light blue
36

    
37

    
38
$overlay-bg-color: $third-color;
39
$overlay-color-top: #636a70;
40
$overlay-darker-color: #33383D;
41

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

    
44
// color usage
45
$inactive-color: $primary-color;
46
$link-color: $third-color;
47
$link-color-hover : $secondary-color;
48

    
49
$border-color-1 : lighten($primary-color,10%);
50

    
51
$alert-color: $secondary-color;
52
$success-color: #00a551;
53
$warning-color: #49DDC5;
54
$error-color: #ff5c58;
55

    
56
// //colors for main icons (icons of networks and vms)
57
// $vm-active-color: #75c046;
58
$vm-stopped-color: #e00e63;
59
// $network-color: #79c79e;
60

    
61
//colors for main icons (icons of networks and vms)
62
$vm-active-color: $secondary-color;
63
$vm-error-color: #ff4040;
64
$vm-off-color: #4a5158;
65
$vm-shutting-color: #666c6b;
66
$vm-starting-color: #566db1;
67
$vm-rebooting-color: #ffc54a;
68
$vm-building-color: #c7eae0;
69
$network-color: #79c79e;
70

    
71
// wizard step2 colors
72
$disabled-resource-color: #3a4046;
73

    
74
// wizard step3 colors
75
$ssh-opt-area-color: #ff7049;
76
$net-opt-area-color: #ff948c;
77
$tag-opt-area-color: #4c71ff;
78
$wizard-base-font-color: white;
79
$net-more-opt-area-color:#ffb5af;
80

    
81
// We use these to make sure border radius matches unless we want it different.
82
$global-radius: 1px;
83
// $global-rounded: 1000px;
84

    
85
// header settings
86
$header-height: 80px;
87
$header-height-responsive: 120px;
88
$header-padding-vertical: 20px;
89
$header-padding-horizontal: 15px;
90

    
91
// icons nav settings
92
$icons-nav-margin-horizontal : 10px;
93

    
94
// bar options
95
$bar-height: 30px;
96
$bar-menu-height: 50px;
97
$bar-submenu-height: 40px;
98

    
99
// button options
100
$btn-height: 30px;
101

    
102
// list-view 
103
$lt-bar-width: 110px;
104
$list-vm-height: 34px;
105

    
106
// details view
107
$details-top-height: 160px;
108
$details-lt-width: 290px;
109
$details-top-more-padding-lt : 20px;
110

    
111

    
112
// We use these to control inset shadow shiny edges and depressions.
113
// $shiny-edge-size: 0 1px 0;
114
// $shiny-edge-color: rgba(#fff, .5);
115
// $shiny-edge-active-color: rgba(#000, .2);
116

    
117
// We use this to control whether or not CSS classes come through in the gem files.
118
// $include-html-classes: true;
119
// $include-print-styles: true;
120

    
121
// Modular html classes
122
// $include-html-grid-classes: $include-html-classes;
123
// $include-html-visibility-classes: $include-html-classes;
124
// $include-html-button-classes: $include-html-classes;
125
// $include-html-form-classes: $include-html-classes;
126
// $include-html-media-classes: $include-html-classes;
127
// $include-html-section-classes: $include-html-classes;
128
// $include-html-reveal-classes: $include-html-classes;
129
// $include-html-alert-classes: $include-html-classes;
130
// $include-html-nav-classes: $include-html-classes;
131
// $include-html-label-classes: $include-html-classes;
132
// $include-html-panel-classes: $include-html-classes;
133
// $include-html-pricing-classes: $include-html-classes;
134
// $include-html-progress-classes: $include-html-classes;
135

    
136
//
137
// Grid Variables
138
//
139

    
140
$row-full-width:100%;
141
//$row-width: emCalc(960px);
142
$row-small: emCalc(580px);
143
$main-padding-horizontal: emCalc(10px);
144

    
145
$conf-area-h-width: emCalc(300px);
146

    
147
$step-adv-padding:emCalc(40px);
148
// $column-gutter: 1.875em;
149
// $total-columns: 12;
150

    
151
//
152
// Block Grid Variables
153
//
154

    
155
// We use this to control the maximum number of block grid elements per row
156
// $block-grid-elements: 12;
157
// $block-grid-default-spacing: 10px;
158

    
159
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
160
// $block-grid-media-queries: true;
161

    
162
$small-mobile:emCalc(480px);
163

    
164
//
165
// Typography Variables
166
//
167

    
168
$wizard-paragraph-font-size: 10px;
169
$wizard-paragraph-font-size-custom: 14px;
170
// We use these to control header font styles
171
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
172
// $header-font-weight: bold;
173
// $header-font-style: normal;
174
$header-font-color: $body-font-color;
175
// $header-line-height: 1.4;
176
// $header-top-margin: .2em;
177
// $header-bottom-margin: .5em;
178
// $header-text-rendering: optimizeLegibility;
179

    
180
// We use these to control header font sizes
181
// $h1-font-size: emCalc(44px);
182
// $h2-font-size: emCalc(37px);
183
// $h3-font-size: emCalc(27px);
184
// $h4-font-size: emCalc(23px);
185
// $h5-font-size: emCalc(18px);
186
// $h6-font-size: 1em;
187

    
188
// These control how subheaders are styled.
189
// $subheader-line-height: 1.4;
190
// $subheader-font-color: lighten($header-font-color, 30%);
191
// $subheader-font-weight: 300;
192
// $subheader-top-margin: .2em;
193
// $subheader-bottom-margin: .5em;
194

    
195
// A general <small> styling
196
// $small-font-size: 60%;
197
// $small-font-color: lighten($header-font-color, 30%);
198

    
199
// We use these to style paragraphs
200
// $paragraph-font-family: inherit;
201
// $paragraph-font-weight: normal;
202
// $paragraph-font-size: 1em;
203
// $paragraph-line-height: 1.6;
204
// $paragraph-margin-bottom: emCalc(20px);
205
// $paragraph-aside-font-size: emCalc(14px);
206
// $paragraph-aside-line-height: 1.35;
207
// $paragraph-aside-font-style: italic;
208

    
209
// We use these to style <code> tags
210
// $code-color: darken($alert-color, 15%);
211
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
212
// $code-font-weight: bold;
213

    
214
// We use these to style anchors
215
// $anchor-text-decoration: none;
216
// $anchor-font-color: $primary-color;
217
// $anchor-font-color-hover: darken($primary-color, 5%);
218

    
219
// We use these to style the <hr> element
220
// $hr-border-width: 1px;
221
// $hr-border-style: solid;
222
// $hr-border-color: #ddd;
223
// $hr-margin: emCalc(20px);
224

    
225
// We use these to style lists
226
// $list-style-position: outside;
227
// $list-side-margin: emCalc(18px);
228
// $definition-list-header-weight: bold;
229
// $definition-list-header-margin-bottom: .3em;
230
// $definition-list-margin-bottom: emCalc(12px);
231

    
232
// We use these to style blockquotes
233
// $blockquote-font-color: lighten($header-font-color, 30%);
234
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
235
// $blockquote-border: 1px solid #ddd;
236
// $blockquote-cite-font-size: emCalc(13px);
237
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
238
// $blockquote-cite-link-color: $blockquote-cite-font-color;
239

    
240
// Acronym styles
241
// $acronym-underline: 1px dotted #ddd;
242

    
243
// We use these to control padding and margin
244
// $microformat-padding: emCalc(10px) emCalc(12px);
245
// $microformat-margin: 0 0 emCalc(20px) 0;
246

    
247
// We use these to control the border styles
248
// $microformat-border-width: 1px;
249
// $microformat-border-style: solid;
250
// $microformat-border-color: #ddd;
251

    
252
// We use these to control full name font styles
253
// $microformat-fullname-font-weight: bold;
254
// $microformat-fullname-font-size: emCalc(15px);
255

    
256
// We use this to control the summary font styles
257
// $microformat-summary-font-weight: bold;
258

    
259
// We use this to control abbr padding
260
// $microformat-abbr-padding: 0 emCalc(1px);
261

    
262
// We use this to control abbr font styles
263
// $microformat-abbr-font-weight: bold;
264
// $microformat-abbr-font-decoration: none;
265

    
266
//
267
// Form Variables
268
//
269

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

    
273
// We use these to style the labels in different ways
274
// $label-pointer: pointer;
275
// $label-font-size: emCalc(14px);
276
// $label-font-weight: 500;
277
// $label-font-color: lighten(#000, 30%);
278
// $label-bottom-margin: emCalc(3px);
279
// $input-font-family: inherit;
280
// $input-font-color: rgba(0,0,0,0.75);
281
// $input-font-size: emCalc(14px);
282
// $input-bg-color: #fff;
283
// $input-focus-bg-color: darken(#fff, 2%);
284
$input-border-color: $primary-color;
285
// $input-focus-border-color: darken(#fff, 40%);
286
// $input-border-style: solid;
287
// $input-border-width: 1px;
288
// $input-disabled-bg: #ddd;
289
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
290

    
291
// We use these to style the fieldset border and spacing.
292
// $fieldset-border-style: solid;
293
// $fieldset-border-width: 1px;
294
// $fieldset-border-color: #ddd;
295
// $fieldset-padding: emCalc(20px);
296
// $fieldset-margin: emCalc(18px) 0;
297

    
298
// We use these to style the legends when you use them
299
// $legend-bg: #fff;
300
// $legend-font-weight: bold;
301
// $legend-padding: 0 emCalc(3px);
302

    
303
// We use these to style the prefix and postfix input elements
304
// $input-prefix-bg: darken(#fff, 5%);
305
// $input-prefix-border-color: darken(#fff, 20%);
306
// $input-prefix-border-size: 1px;
307
// $input-prefix-border-type: solid;
308
// $input-prefix-overflow: hidden;
309
// $input-prefix-font-color: #333;
310
// $input-prefix-font-color-alt: #fff;
311

    
312
// We use these to style the error states for inputs and labels
313
// $input-error-message-padding: emCalc(6px) emCalc(4px);
314
// $input-error-message-top: -($form-spacing) - emCalc(5px);
315
// $input-error-message-font-size: emCalc(12px);
316
// $input-error-message-font-weight: bold;
317
// $input-error-message-font-color: #fff;
318
// $input-error-message-font-color-alt: #333;
319

    
320
// We use these to build padding for buttons.
321
// $button-med: emCalc(12px);
322
// $button-tny: emCalc(7px);
323
// $button-sml: emCalc(9px);
324
// $button-lrg: emCalc(16px);
325

    
326
// We use this to control the display property.
327
// $button-display: inline-block;
328
// $button-margin-bottom: emCalc(20px);
329

    
330
// We use these to control button text styles.
331
// $button-font-family: inherit;
332
// $button-font-color: #fff;
333
// $button-font-color-alt: #333;
334
// $button-font-med: emCalc(16px);
335
// $button-font-tny: emCalc(11px);
336
// $button-font-sml: emCalc(13px);
337
// $button-font-lrg: emCalc(20px);
338
// $button-font-weight: bold;
339
// $button-font-align: center;
340

    
341
// We use these to control various hover effects.
342
// $button-function-factor: 10%;
343

    
344
// We use these to control button border styles.
345
// $button-border-width: 1px;
346
// $button-border-style: solid;
347
// $button-border-color: darken($primary-color, $button-function-factor);
348

    
349
// We use this to set the default radius used throughout the core.
350
// $button-radius: $global-radius;
351

    
352
// We use this to set default opacity for disabled buttons.
353
// $button-disabled-opacity: 0.6;
354

    
355
//
356
// Dropdown Button Variables
357
//
358

    
359
// We use these to set the color of the pip in dropdown buttons
360
// $dropdown-button-pip-color: #fff;
361
// $dropdown-button-pip-color-alt: #333;
362

    
363
// We use these to style tiny dropdown buttons
364
// $dropdown-button-padding-tny: $button-tny * 5;
365
// $dropdown-button-pip-size-tny: $button-tny;
366
// $dropdown-button-pip-right-tny: $button-tny * 2;
367
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
368

    
369
// We use these to style small dropdown buttons
370
// $dropdown-button-padding-sml: $button-sml * 5;
371
// $dropdown-button-pip-size-sml: $button-sml;
372
// $dropdown-button-pip-right-sml: $button-sml * 2;
373
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
374

    
375
// We use these to style medium dropdown buttons
376
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
377
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
378
// $dropdown-button-pip-right-med: $button-med * 2;
379
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
380

    
381
// We use these to style large dropdown buttons
382
// $dropdown-button-padding-lrg: $button-lrg * 4;
383
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
384
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
385
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
386

    
387
//
388
// Split Button Variables
389
//
390

    
391
// We use these to control different shared styles for Split Buttons
392
// $split-button-function-factor: 15%;
393
// $split-button-pip-color: #fff;
394
// $split-button-pip-color-alt: #333;
395
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
396

    
397
// We use these to control tiny split buttons
398
// $split-button-padding-tny: $button-tny * 9;
399
// $split-button-span-width-tny: $button-tny * 6.5;
400
// $split-button-pip-size-tny: $button-tny;
401
// $split-button-pip-top-tny: $button-tny * 2;
402
// $split-button-pip-left-tny: emCalc(-5px);
403

    
404
// We use these to control small split buttons
405
// $split-button-padding-sml: $button-sml * 7;
406
// $split-button-span-width-sml: $button-sml * 5;
407
// $split-button-pip-size-sml: $button-sml;
408
// $split-button-pip-top-sml: $button-sml * 1.5;
409
// $split-button-pip-left-sml: emCalc(-9px);
410

    
411
// We use these to control medium split buttons
412
// $split-button-padding-med: $button-med * 6.4;
413
// $split-button-span-width-med: $button-med * 4;
414
// $split-button-pip-size-med: $button-med - emCalc(3px);
415
// $split-button-pip-top-med: $button-med * 1.5;
416
// $split-button-pip-left-med: emCalc(-9px);
417

    
418
// We use these to control large split buttons
419
// $split-button-padding-lrg: $button-lrg * 6;
420
// $split-button-span-width-lrg: $button-lrg * 3.75;
421
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
422
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
423
// $split-button-pip-left-lrg: emCalc(-9px);
424

    
425
//
426
// Alert Variables
427
//
428

    
429
// We use this to control alert padding.
430
// $alert-padding-top: emCalc(11px);
431
// $alert-padding-left: $alert-padding-top;
432
// $alert-padding-right: $alert-padding-top + emCalc(10px);
433
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
434

    
435
// We use these to control text style.
436
// $alert-font-weight: bold;
437
// $alert-font-size: emCalc(14px);
438
// $alert-font-color: #fff;
439
// $alert-font-color-alt: darken($secondary-color, 60%);
440

    
441
// We use this for close hover effect.
442
// $alert-function-factor: 10%;
443

    
444
// We use these to control border styles.
445
// $alert-border-style: solid;
446
// $alert-border-width: 1px;
447
// $alert-border-color: darken($primary-color, $alert-function-factor);
448
// $alert-bottom-margin: emCalc(20px);
449

    
450
// We use these to style the close buttons
451
// $alert-close-color: #333;
452
// $alert-close-position: emCalc(5px);
453
// $alert-close-font-size: emCalc(22px);
454
// $alert-close-opacity: 0.3;
455
// $alert-close-opacity-hover: 0.5;
456
// $alert-close-padding: 5px 4px 4px;
457

    
458
// We use this to control border radius
459
// $alert-radius: $global-radius;
460

    
461
//
462
// Breadcrumb Variables
463
//
464

    
465
// We use this to set the background color for the breadcrumb container.
466
$crumb-bg: transparent;
467

    
468
// We use these to set the padding around the breadcrumbs.
469
$crumb-padding: 0 emCalc(14px) emCalc(9px);
470
// $crumb-side-padding: emCalc(12px);
471

    
472
// We use these to control border styles.
473
// $crumb-function-factor: 10%;
474
// $crumb-border-size: 1px;
475
// $crumb-border-style: solid;
476
$crumb-border-color: transparent;
477
// $crumb-radius: $global-radius;
478

    
479
// We use these to set various text styles for breadcrumbs.
480
$crumb-font-size: inherit;
481
// $crumb-font-color: $primary-color;
482
// $crumb-font-color-current: #333;
483
// $crumb-font-color-unavailable: #999;
484
$crumb-font-transform: none;
485
$crumb-link-decor: none;
486

    
487
// We use these to control the slash between breadcrumbs
488
// $crumb-slash-color: #aaa;
489
$crumb-slash: ">";
490

    
491
//
492
// Clearing Variables
493
//
494

    
495
// We use these to set the background colors for parts of Clearing.
496
// $clearing-bg: #111;
497
// $clearing-caption-bg: $clearing-bg;
498
// $clearing-carousel-bg: #111;
499
// $clearing-img-bg: $clearing-bg;
500

    
501
// We use these to style the close button
502
// $clearing-close-color: #fff;
503
// $clearing-close-size: 40px;
504

    
505
// We use these to style the arrows
506
// $clearing-arrow-size: 16px;
507
// $clearing-arrow-color: $clearing-close-color;
508

    
509
// We use these to style captions
510
// $clearing-caption-font-color: #fff;
511
// $clearing-caption-padding: 10px 30px;
512

    
513
// We use these to make the image and carousel height and style
514
// $clearing-active-img-height: 75%;
515
// $clearing-carousel-height: 150px;
516
// $clearing-carousel-thumb-width: 175px;
517
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
518

    
519
//
520
// Custom Form Variables
521
//
522

    
523
// We use these to control the basic form styles input styles
524
// $custom-form-border-color: #ccc;
525
// $custom-form-bg: #fff;
526
// $custom-form-bg-disabled: #ddd;
527
// $custom-form-check-color: #222;
528

    
529
// We use these to style the custom select form element.
530
$custom-select-bg: $overlay-bg-color;
531
$custom-select-fade-to-color: $overlay-bg-color;
532
$custom-select-border-color: white;
533
$custom-select-triangle-color: white;
534
$custom-select-triangle-color-open: white;
535
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
536
// $custom-select-margin-bottom: emCalc(20px);
537
// $custom-select-font-color-selected: #141414;
538
// $custom-select-disabled-color: #888;
539

    
540
// We use these to control the style of the custom select dropdown element.
541
// $custom-dropdown-height: 200px;
542
// $custom-dropdown-bg: #fff;
543
// $custom-dropdown-border-color: darken(#fff, 20%);
544
// $custom-dropdown-border-width: 1px;
545
// $custom-dropdown-border-style: solid;
546
// $custom-dropdown-font-color: #555;
547
// $custom-dropdown-font-size: emCalc(14px);
548
// $custom-dropdown-color-selected: #eeeeee;
549
// $custom-dropdown-font-color-selected: #000;
550
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
551
// $custom-dropdown-offset-top: none;
552
// $custom-dropdown-list-padding: emCalc(4px);
553
// $custom-dropdown-left-padding: emCalc(6px);
554
// $custom-dropdown-right-padding: emCalc(38px);
555
// $custom-dropdown-list-item-min-height: emCalc(24px);
556

    
557
//
558
// Dropdown Variables
559
//
560

    
561
// We use these to controls height and width styles.
562
// $f-dropdown-max-width: 200px;
563
// $f-dropdown-height: auto;
564
// $f-dropdown-max-height: none;
565
// $f-dropdown-margin-top: 2px;
566

    
567
// We use this to control the background color
568
// $f-dropdown-bg: #fff;
569

    
570
// We use this to set the border styles for dropdowns.
571
// $f-dropdown-border-style: solid;
572
// $f-dropdown-border-width: 1px;
573
// $f-dropdown-border-color: darken(#fff, 20%);
574

    
575
// We use these to style the triangle pip.
576
// $f-dropdown-triangle-size: 6px;
577
// $f-dropdown-triangle-color: #fff;
578
// $f-dropdown-triangle-side-offset: 10px;
579

    
580
// We use these to control styles for the list elements.
581
// $f-dropdown-list-style: none;
582
// $f-dropdown-font-color: #555;
583
// $f-dropdown-font-size: emCalc(14px);
584
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
585
// $f-dropdown-line-height: emCalc(18px);
586
// $f-dropdown-list-hover-bg: #eeeeee;
587
// $dropdown-mobile-left: 0;
588

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

    
592
//
593
// Flex Video Variables
594
//
595

    
596
// We use these to control video container padding and margins
597
// $flex-video-padding-top: emCalc(25px);
598
// $flex-video-padding-bottom: 67.5%;
599
// $flex-video-margin-bottom: emCalc(16px);
600

    
601
// We use this to control widescreen bottom padding
602
// $flex-video-widescreen-padding-bottom: 57.25%;
603

    
604
//
605
// Inline List Variables
606
//
607

    
608
// We use this to control the margins and padding of the inline list.
609
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
610
// $inline-list-margin: 0 0;
611
// $inline-list-padding: 0;
612

    
613
// We use this to control the overflow of the inline list.
614
// $inline-list-overflow: hidden;
615

    
616
// We use this to control the list items
617
// $inline-list-display: block;
618

    
619
// We use this to control any elments within list items
620
// $inline-list-children-display: block;
621

    
622
//
623
// Joyride Variables
624
//
625

    
626
// Controlling default Joyride styles
627
// $joyride-tip-bg: rgb(0,0,0);
628
// $joyride-tip-default-width: 300px;
629
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
630
// $joyride-tip-border: solid 1px #555;
631
// $joyride-tip-radius: 4px;
632
// $joyride-tip-position-offset: 22px;
633

    
634
// Here, we're setting the tip dont styles
635
// $joyride-tip-font-color: #fff;
636
// $joyride-tip-font-size: emCalc(14px);
637
// $joyride-tip-header-weight: bold;
638

    
639
// This changes the nub size
640
// $joyride-tip-nub-size: 14px;
641

    
642
// This adjusts the styles for the timer when its enabled
643
// $joyride-tip-timer-width: 50px;
644
// $joyride-tip-timer-height: 3px;
645
// $joyride-tip-timer-color: #666;
646

    
647
// This changes up the styles for the close button
648
// $joyride-tip-close-color: #777;
649
// $joyride-tip-close-size: 30px;
650
// $joyride-tip-close-weight: normal;
651

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

    
655
//
656
// Keystroke Variables
657
//
658

    
659
// We use these to control text styles.
660
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
661
// $keystroke-font-size: emCalc(15px);
662
// $keystroke-font-color: #222;
663
// $keystroke-font-color-alt: #fff;
664
// $keystroke-function-factor: 7%;
665

    
666
// We use this to control keystroke padding.
667
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
668

    
669
// We use these to control background and border styles.
670
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
671
// $keystroke-border-style: solid;
672
// $keystroke-border-width: 1px;
673
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
674
// $keystroke-radius: $global-radius;
675

    
676
//
677
// Label Variables
678
//
679

    
680
// We use these to style the labels
681
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
682
// $label-radius: $global-radius;
683

    
684
// We use these to style the label text
685
// $label-font-sizing: emCalc(14px);
686
// $label-font-weight: bold;
687

    
688
//
689
// Orbit Settings
690
//
691

    
692
// We use these to control the caption styles
693
// $orbit-container-bg: #f5f5f5;
694
// $orbit-caption-bg-old-browser: #000;
695
// $orbit-caption-bg-old: rgb(0,0,0);
696
// $orbit-caption-bg: rgba(0,0,0,0.6);
697
// $orbit-caption-font-color: #fff;
698

    
699
// We use these to control the left/right nav styles
700
// $orbit-nav-bg-old: rgb(0,0,0);
701
// $orbit-nav-bg: rgba(0,0,0,0.6);
702

    
703
// We use these to control the timer styles
704
// $orbit-timer-bg-old: rgb(0,0,0);
705
// $orbit-timer-bg: rgba(0,0,0,0.6);
706

    
707
// We use these to control the bullet nav styles
708
// $orbit-bullet-nav-color: #999;
709
// $orbit-bullet-nav-color-active: #222;
710

    
711
// We use thes to controls the style of slide numbers
712
// $orbit-slide-number-bg: rgb(0,0,0);
713
// $orbit-slide-number-font-color: #fff;
714
// $orbit-slide-number-padding: emCalc(5px);
715

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

    
719
//
720
// Pagination Variables
721
//
722

    
723
// We use these to control the pagination container
724
// $pagination-height: emCalc(24px);
725
// $pagination-margin: emCalc(-5px);
726

    
727
// We use these to set the list-item properties
728
// $pagination-li-float: $default-float;
729
// $pagination-li-height: emCalc(24px);
730
// $pagination-li-font-color: #222;
731
// $pagination-li-font-size: emCalc(14px);
732
// $pagination-li-margin: emCalc(5px);
733

    
734
// We use these for the pagination anchor links
735
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
736
// $pagination-link-font-color: #999;
737
// $pagination-link-active-bg: darken(#fff, 10%);
738

    
739
// We use these for disabled anchor links
740
// $pagination-link-unavailable-cursor: default;
741
// $pagination-link-unavailable-font-color: #999;
742
// $pagination-link-unavailable-bg-active: transparent;
743

    
744
// We use these for currently selected anchor links
745
// $pagination-link-current-background: $primary-color;
746
// $pagination-link-current-font-color: #fff;
747
// $pagination-link-current-font-weight: bold;
748
// $pagination-link-current-cursor: default;
749
// $pagination-link-current-active-bg: $primary-color;
750

    
751
//
752
// Panel Variables
753
//
754

    
755
// We use these to control the background and border styles
756
// $panel-bg: darken(#fff, 5%);
757
// $panel-border-style: solid;
758
// $panel-border-size: 1px;
759

    
760
// We use this % to control how much we darken things on hover
761
// $panel-function-factor: 10%;
762
// $panel-border-color: darken($panel-bg, $panel-function-factor);
763

    
764
// We use these to set default inner padding and bottom margin
765
// $panel-margin-bottom: emCalc(20px);
766
// $panel-padding: emCalc(20px);
767

    
768
// We use these to set default font colors
769
// $panel-font-color: #333;
770
// $panel-font-color-alt: #fff;
771

    
772
//
773
// Pricing Table Variables
774
//
775

    
776
// We use this to control the border color
777
// $price-table-border: solid 1px #ddd;
778

    
779
// We use this to control the bottom margin of the pricing table
780
// $price-table-margin-bottom: emCalc(20px);
781

    
782
// We use these to control the title styles
783
// $price-title-bg: #ddd;
784
// $price-title-padding: emCalc(15px) emCalc(20px);
785
// $price-title-align: center;
786
// $price-title-color: #333;
787
// $price-title-weight: bold;
788
// $price-title-size: emCalc(16px);
789

    
790
// We use these to control the price styles
791
// $price-money-bg: #eee;
792
// $price-money-padding: emCalc(15px) emCalc(20px);
793
// $price-money-align: center;
794
// $price-money-color: #333;
795
// $price-money-weight: normal;
796
// $price-money-size: emCalc(20px);
797

    
798
// We use these to control the description styles
799
// $price-bg: #fff;
800
// $price-desc-color: #777;
801
// $price-desc-padding: emCalc(15px);
802
// $price-desc-align: center;
803
// $price-desc-font-size: emCalc(12px);
804
// $price-desc-weight: normal;
805
// $price-desc-line-height: 1.4;
806
// $price-desc-bottom-border: dotted 1px #ddd;
807

    
808
// We use these to control the list item styles
809
// $price-item-color: #333;
810
// $price-item-padding: emCalc(15px);
811
// $price-item-align: center;
812
// $price-item-font-size: emCalc(14px);
813
// $price-item-weight: normal;
814
// $price-item-bottom-border: dotted 1px #ddd;
815

    
816
// We use these to control the CTA area styles
817
// $price-cta-bg: #f5f5f5;
818
// $price-cta-align: center;
819
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
820

    
821
//
822
// Progress Bar Variables
823
//
824

    
825
// We use this to se the prog bar height
826
$progress-bar-height: emCalc(15px);
827
// $progress-bar-color: transparent;
828

    
829
// We use these to control the border styles
830
// $progress-bar-border-color: darken(#fff, 20%);
831
// $progress-bar-border-size: 1px;
832
// $progress-bar-border-style: solid;
833
// $progress-bar-border-radius: $global-radius;
834

    
835
// We use these to control the margin & padding
836
// $progress-bar-pad: emCalc(2px);
837
// $progress-bar-margin-bottom: emCalc(10px);
838

    
839
// We use these to set the meter colors
840
// $progress-meter-color: $primary-color;
841
// $progress-meter-secondary-color: $secondary-color;
842
// $progress-meter-success-color: $success-color;
843
// $progress-meter-alert-color: $alert-color;
844

    
845
// NEED TO FINISH THE LOGIC HERE
846

    
847
//
848
// Reveal Variables
849
//
850

    
851
// We use these to control the style of the reveal overlay.
852
$reveal-overlay-bg: rgba(#fff, .80);
853
// $reveal-overlay-bg-old: #000;
854

    
855
// We use these to control the style of the modal itself.
856
// $reveal-modal-bg: #fff;
857
// $reveal-position-top: 50px;
858
// $reveal-default-width: 80%;
859
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
860
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
861

    
862
// We use these to style the reveal close button
863
$reveal-close-font-size: emCalc(18px);
864
$reveal-close-top: emCalc(50px);
865
$reveal-close-side: emCalc(50px);
866
$reveal-close-color: #fff;
867
// $reveal-close-weight: bold;
868

    
869
// We use these to control the modal border
870
// $reveal-border-style: solid;
871
$reveal-border-width: 0px;
872
// $reveal-border-color: #666;
873

    
874
//
875
// Section Variables
876
//
877

    
878
// We use these to set padding and hover factor
879
// $section-padding: emCalc(15px);
880
// $section-function-factor: 10%;
881

    
882
// These style the titles
883
// $section-title-color: #333;
884
// $section-title-bg: #efefef;
885
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
886
// $section-title-bg-active-tabs: #fff;
887

    
888
// Want to control border size, here ya go!
889
// $section-border-size: 1px;
890
// $section-border-style: solid;
891
// $section-border-color: #ccc;
892

    
893
// Control the color of the background and some size options
894
// $section-content-bg: #fff;
895
// $section-vertical-nav-min-width: emCalc(200px);
896
// $section-bottom-margin: emCalc(20px);
897

    
898
//
899
// Side Nav Variables
900
//
901

    
902
// We use this to control padding.
903
// $side-nav-padding: emCalc(14px) 0;
904

    
905
// We use these to control list styles.
906
// $side-nav-list-type: none;
907
// $side-nav-list-position: inside;
908
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
909

    
910
// We use these to control link styles.
911
// $side-nav-link-color: $primary-color;
912
// $side-nav-link-color-active: lighten(#000, 30%);
913
// $side-nav-font-size: emCalc(14px);
914
// $side-nav-font-weight: bold;
915

    
916
// We use these to control border styles
917
// $side-nav-divider-size: 1px;
918
// $side-nav-divider-style: solid;
919
// $side-nav-divider-color: darken(#fff, 10%);
920

    
921
//
922
// Sub Nav Variables
923
//
924

    
925
// We use these to control margin and padding
926
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
927
// $sub-nav-list-padding-top: emCalc(4px);
928

    
929
// We use this to control the definition
930
// $sub-nav-font-size: emCalc(14px);
931
// $sub-nav-font-color: #999;
932
// $sub-nav-font-weight: normal;
933
// $sub-nav-text-decoration: none;
934
// $sub-nav-border-radius: 1000px;
935

    
936
// We use these to control the active item styles
937
// $sub-nav-active-font-weight: bold;
938
// $sub-nav-active-bg: $primary-color;
939
// $sub-nav-active-color: #fff;
940
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
941
// $sub-nav-active-cursor: default;
942

    
943
//
944
// Switch Variables
945
//
946

    
947
// Controlling border styles and background colors for the switch container
948
// $switch-border-color: darken(#fff, 20%);
949
// $switch-border-style: solid;
950
// $switch-border-width: 1px;
951
// $switch-bg: #fff;
952

    
953
// We use these to control the switch heights for our default classes
954
// $switch-height-tny: 22px;
955
// $switch-height-sml: 28px;
956
// $switch-height-med: 36px;
957
// $switch-height-lrg: 44px;
958
// $switch-bottom-margin: emCalc(20px);
959

    
960
// We use these to control default font sizes for our classes.
961
// $switch-font-size-tny: 11px;
962
// $switch-font-size-sml: 12px;
963
// $switch-font-size-med: 14px;
964
// $switch-font-size-lrg: 17px;
965
// $switch-label-side-padding: 6px;
966

    
967
// We use these to style the switch-paddle
968
// $switch-paddle-bg: #fff;
969
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
970
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
971
// $switch-paddle-border-width: 1px;
972
// $switch-paddle-border-style: solid;
973
// $switch-paddle-transition-speed: .1s;
974
// $switch-paddle-transition-ease: ease-out;
975
// $switch-positive-color: lighten($success-color, 50%);
976
// $switch-negative-color: #f5f5f5;
977

    
978
// Outline Style for tabbing through switches
979
// $switch-label-outline: 1px dotted #888;
980

    
981
//
982
// Table Variables
983
//
984

    
985
// These control the background color for the table and even rows
986
// $table-bg: #fff;
987
// $table-even-row-bg: #f9f9f9;
988

    
989
// These control the table cell border style
990
// $table-border-style: solid;
991
// $table-border-size: 1px;
992
// $table-border-color: #ddd;
993

    
994
// These control the table head styles
995
// $table-head-bg: #f5f5f5;
996
// $table-head-font-size: emCalc(14px);
997
// $table-head-font-color: #222;
998
// $table-head-font-weight: bold;
999
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1000

    
1001
// These control the row padding and font styles
1002
// $table-row-padding: emCalc(9px) emCalc(10px);
1003
// $table-row-font-size: emCalc(14px);
1004
// $table-row-font-color: #222;
1005
// $table-line-height: emCalc(18px);
1006

    
1007
// These are for controlling the display and margin of tables
1008
// $table-display: table-cell;
1009
// $table-margin-bottom: emCalc(20px);
1010

    
1011
//
1012
// Image Thumbnail Variables
1013
//
1014

    
1015
// We use these to control border styles
1016
// $thumb-border-style: solid;
1017
// $thumb-border-width: 4px;
1018
// $thumb-border-color: #fff;
1019
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1020
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1021

    
1022
// Radius and transition speed for thumbs
1023
// $thumb-radius: $global-radius;
1024
// $thumb-transition-speed: 200ms;
1025

    
1026
//
1027
// Tooltip Variables
1028
//
1029
$has-tip-border-bottom: 0 none;
1030
// $has-tip-font-weight: bold;
1031
// $has-tip-font-color: #333;
1032
$has-tip-border-bottom-hover: none;
1033
$has-tip-font-color-hover: $link-color-hover;
1034
$has-tip-cursor-type: inherit;
1035

    
1036
$tooltip-padding: emCalc(2px) emCalc(12px);
1037
$tooltip-bg: #cecece;
1038
$tooltip-font-size: emCalc(12px);
1039
$tooltip-font-weight: normal;
1040
$tooltip-font-color: $body-font-color;
1041
// $tooltip-line-height: 1.3;
1042
// $tooltip-close-font-size: emCalc(10px);
1043
// $tooltip-close-font-weight: normal;
1044
// $tooltip-close-font-color: #888;
1045
// $tooltip-font-size-sml: emCalc(14px);
1046
$tooltip-radius: 7px;
1047
$tooltip-pip-size: 0;
1048

    
1049
//
1050
// Top Bar Variables
1051
//
1052

    
1053
// Background color for the top bar
1054
// $topbar-bg: #111;
1055

    
1056
// Height and margin
1057
// $topbar-height: 45px;
1058
// $topbar-margin-bottom: emCalc(30px);
1059

    
1060
// Control Input height for top bar
1061
// $topbar-input-height: 2.45em;
1062

    
1063
// Controlling the styles for the title in the top bar
1064
// $topbar-title-weight: bold;
1065
// $topbar-title-font-size: emCalc(17px);
1066

    
1067
// Set the link colors and styles for top-level nav
1068
// $topbar-link-color: #fff;
1069
// $topbar-link-weight: bold;
1070
// $topbar-link-font-size: emCalc(13px);
1071

    
1072
// Style the top bar dropdown elements
1073
// $topbar-dropdown-bg: #333;
1074
// $topbar-dropdown-link-color: #fff;
1075
// $topbar-dropdown-toggle-size: 5px;
1076
// $topbar-dropdown-toggle-color: #fff;
1077
// $topbar-dropdown-toggle-alpha: 0.5;
1078
// $dropdown-label-color: #555;
1079

    
1080
// Top menu icon styles
1081
// $topbar-menu-link-transform: uppercase;
1082
// $topbar-menu-link-font-size: emCalc(13px);
1083
// $topbar-menu-link-weight: bold;
1084
// $topbar-menu-link-color: #fff;
1085
// $topbar-menu-icon-color: #fff;
1086
// $topbar-menu-link-color-toggled: #888;
1087
// $topbar-menu-icon-color-toggled: #888;
1088

    
1089
// Transitions and breakpoint styles
1090
// $topbar-transition-speed: 300ms;
1091
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1092
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1093

    
1094

    
1095
// Custom breakpoints
1096

    
1097
$entities-list-large: emCalc(1100px);
1098

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