Statistics
| Branch: | Tag: | Revision:

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

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

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

    
48
$alert-color: $secondary-color;
49
$success-color: #00a551;
50
$warning-color: #49DDC5;
51
$error-color: #ff5c58;
52

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

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

    
68
// wizard step2 colors
69
$disabled-resource-color: #3a4046;
70

    
71
// wizard step3 colors
72
$ssh-opt-area-color: #ff7049;
73
$net-opt-area-color: #ff948c;
74
$tag-opt-area-color: #4c71ff;
75
$wizard-base-font-color: white;
76
$net-more-opt-area-color:#fff4f3;
77

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

    
82
// header settings
83
$header-height: 80px;
84
$header-height-responsive: 120px;
85
$header-padding-vertical: 20px;
86
$header-padding-horizontal: 15px;
87

    
88
// icons nav settings
89
$icons-nav-margin-horizontal : 10px;
90

    
91
// bar options
92
$bar-height: 30px;
93
$bar-menu-height: 50px;
94
$bar-submenu-height: 40px;
95

    
96
// button options
97
$btn-height: 30px;
98

    
99
// list-view 
100
$lt-bar-width: 110px;
101
$list-vm-height: 34px;
102

    
103

    
104
// We use these to control inset shadow shiny edges and depressions.
105
// $shiny-edge-size: 0 1px 0;
106
// $shiny-edge-color: rgba(#fff, .5);
107
// $shiny-edge-active-color: rgba(#000, .2);
108

    
109
// We use this to control whether or not CSS classes come through in the gem files.
110
// $include-html-classes: true;
111
// $include-print-styles: true;
112

    
113
// Modular html classes
114
// $include-html-grid-classes: $include-html-classes;
115
// $include-html-visibility-classes: $include-html-classes;
116
// $include-html-button-classes: $include-html-classes;
117
// $include-html-form-classes: $include-html-classes;
118
// $include-html-media-classes: $include-html-classes;
119
// $include-html-section-classes: $include-html-classes;
120
// $include-html-reveal-classes: $include-html-classes;
121
// $include-html-alert-classes: $include-html-classes;
122
// $include-html-nav-classes: $include-html-classes;
123
// $include-html-label-classes: $include-html-classes;
124
// $include-html-panel-classes: $include-html-classes;
125
// $include-html-pricing-classes: $include-html-classes;
126
// $include-html-progress-classes: $include-html-classes;
127

    
128
//
129
// Grid Variables
130
//
131

    
132
$row-full-width:100%;
133
$row-width: emCalc(960px);
134
$row-small: emCalc(580px);
135
$main-padding-horizontal: emCalc(10px);
136

    
137
$conf-area-h-width: emCalc(300px);
138

    
139
$step-adv-padding:emCalc(40px);
140
// $column-gutter: 1.875em;
141
// $total-columns: 12;
142

    
143
//
144
// Block Grid Variables
145
//
146

    
147
// We use this to control the maximum number of block grid elements per row
148
// $block-grid-elements: 12;
149
// $block-grid-default-spacing: 10px;
150

    
151
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
152
// $block-grid-media-queries: true;
153

    
154
$small-mobile:emCalc(480px);
155

    
156
//
157
// Typography Variables
158
//
159

    
160
$wizard-paragraph-font-size: 10px;
161
// We use these to control header font styles
162
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
163
// $header-font-weight: bold;
164
// $header-font-style: normal;
165
$header-font-color: $body-font-color;
166
// $header-line-height: 1.4;
167
// $header-top-margin: .2em;
168
// $header-bottom-margin: .5em;
169
// $header-text-rendering: optimizeLegibility;
170

    
171
// We use these to control header font sizes
172
// $h1-font-size: emCalc(44px);
173
// $h2-font-size: emCalc(37px);
174
// $h3-font-size: emCalc(27px);
175
// $h4-font-size: emCalc(23px);
176
// $h5-font-size: emCalc(18px);
177
// $h6-font-size: 1em;
178

    
179
// These control how subheaders are styled.
180
// $subheader-line-height: 1.4;
181
// $subheader-font-color: lighten($header-font-color, 30%);
182
// $subheader-font-weight: 300;
183
// $subheader-top-margin: .2em;
184
// $subheader-bottom-margin: .5em;
185

    
186
// A general <small> styling
187
// $small-font-size: 60%;
188
// $small-font-color: lighten($header-font-color, 30%);
189

    
190
// We use these to style paragraphs
191
// $paragraph-font-family: inherit;
192
// $paragraph-font-weight: normal;
193
// $paragraph-font-size: 1em;
194
// $paragraph-line-height: 1.6;
195
// $paragraph-margin-bottom: emCalc(20px);
196
// $paragraph-aside-font-size: emCalc(14px);
197
// $paragraph-aside-line-height: 1.35;
198
// $paragraph-aside-font-style: italic;
199

    
200
// We use these to style <code> tags
201
// $code-color: darken($alert-color, 15%);
202
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
203
// $code-font-weight: bold;
204

    
205
// We use these to style anchors
206
// $anchor-text-decoration: none;
207
// $anchor-font-color: $primary-color;
208
// $anchor-font-color-hover: darken($primary-color, 5%);
209

    
210
// We use these to style the <hr> element
211
// $hr-border-width: 1px;
212
// $hr-border-style: solid;
213
// $hr-border-color: #ddd;
214
// $hr-margin: emCalc(20px);
215

    
216
// We use these to style lists
217
// $list-style-position: outside;
218
// $list-side-margin: emCalc(18px);
219
// $definition-list-header-weight: bold;
220
// $definition-list-header-margin-bottom: .3em;
221
// $definition-list-margin-bottom: emCalc(12px);
222

    
223
// We use these to style blockquotes
224
// $blockquote-font-color: lighten($header-font-color, 30%);
225
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
226
// $blockquote-border: 1px solid #ddd;
227
// $blockquote-cite-font-size: emCalc(13px);
228
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
229
// $blockquote-cite-link-color: $blockquote-cite-font-color;
230

    
231
// Acronym styles
232
// $acronym-underline: 1px dotted #ddd;
233

    
234
// We use these to control padding and margin
235
// $microformat-padding: emCalc(10px) emCalc(12px);
236
// $microformat-margin: 0 0 emCalc(20px) 0;
237

    
238
// We use these to control the border styles
239
// $microformat-border-width: 1px;
240
// $microformat-border-style: solid;
241
// $microformat-border-color: #ddd;
242

    
243
// We use these to control full name font styles
244
// $microformat-fullname-font-weight: bold;
245
// $microformat-fullname-font-size: emCalc(15px);
246

    
247
// We use this to control the summary font styles
248
// $microformat-summary-font-weight: bold;
249

    
250
// We use this to control abbr padding
251
// $microformat-abbr-padding: 0 emCalc(1px);
252

    
253
// We use this to control abbr font styles
254
// $microformat-abbr-font-weight: bold;
255
// $microformat-abbr-font-decoration: none;
256

    
257
//
258
// Form Variables
259
//
260

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

    
264
// We use these to style the labels in different ways
265
// $label-pointer: pointer;
266
// $label-font-size: emCalc(14px);
267
// $label-font-weight: 500;
268
// $label-font-color: lighten(#000, 30%);
269
// $label-bottom-margin: emCalc(3px);
270
// $input-font-family: inherit;
271
// $input-font-color: rgba(0,0,0,0.75);
272
// $input-font-size: emCalc(14px);
273
// $input-bg-color: #fff;
274
// $input-focus-bg-color: darken(#fff, 2%);
275
$input-border-color: $primary-color;
276
// $input-focus-border-color: darken(#fff, 40%);
277
// $input-border-style: solid;
278
// $input-border-width: 1px;
279
// $input-disabled-bg: #ddd;
280
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
281

    
282
// We use these to style the fieldset border and spacing.
283
// $fieldset-border-style: solid;
284
// $fieldset-border-width: 1px;
285
// $fieldset-border-color: #ddd;
286
// $fieldset-padding: emCalc(20px);
287
// $fieldset-margin: emCalc(18px) 0;
288

    
289
// We use these to style the legends when you use them
290
// $legend-bg: #fff;
291
// $legend-font-weight: bold;
292
// $legend-padding: 0 emCalc(3px);
293

    
294
// We use these to style the prefix and postfix input elements
295
// $input-prefix-bg: darken(#fff, 5%);
296
// $input-prefix-border-color: darken(#fff, 20%);
297
// $input-prefix-border-size: 1px;
298
// $input-prefix-border-type: solid;
299
// $input-prefix-overflow: hidden;
300
// $input-prefix-font-color: #333;
301
// $input-prefix-font-color-alt: #fff;
302

    
303
// We use these to style the error states for inputs and labels
304
// $input-error-message-padding: emCalc(6px) emCalc(4px);
305
// $input-error-message-top: -($form-spacing) - emCalc(5px);
306
// $input-error-message-font-size: emCalc(12px);
307
// $input-error-message-font-weight: bold;
308
// $input-error-message-font-color: #fff;
309
// $input-error-message-font-color-alt: #333;
310

    
311
// We use these to build padding for buttons.
312
// $button-med: emCalc(12px);
313
// $button-tny: emCalc(7px);
314
// $button-sml: emCalc(9px);
315
// $button-lrg: emCalc(16px);
316

    
317
// We use this to control the display property.
318
// $button-display: inline-block;
319
// $button-margin-bottom: emCalc(20px);
320

    
321
// We use these to control button text styles.
322
// $button-font-family: inherit;
323
// $button-font-color: #fff;
324
// $button-font-color-alt: #333;
325
// $button-font-med: emCalc(16px);
326
// $button-font-tny: emCalc(11px);
327
// $button-font-sml: emCalc(13px);
328
// $button-font-lrg: emCalc(20px);
329
// $button-font-weight: bold;
330
// $button-font-align: center;
331

    
332
// We use these to control various hover effects.
333
// $button-function-factor: 10%;
334

    
335
// We use these to control button border styles.
336
// $button-border-width: 1px;
337
// $button-border-style: solid;
338
// $button-border-color: darken($primary-color, $button-function-factor);
339

    
340
// We use this to set the default radius used throughout the core.
341
// $button-radius: $global-radius;
342

    
343
// We use this to set default opacity for disabled buttons.
344
// $button-disabled-opacity: 0.6;
345

    
346
//
347
// Dropdown Button Variables
348
//
349

    
350
// We use these to set the color of the pip in dropdown buttons
351
// $dropdown-button-pip-color: #fff;
352
// $dropdown-button-pip-color-alt: #333;
353

    
354
// We use these to style tiny dropdown buttons
355
// $dropdown-button-padding-tny: $button-tny * 5;
356
// $dropdown-button-pip-size-tny: $button-tny;
357
// $dropdown-button-pip-right-tny: $button-tny * 2;
358
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
359

    
360
// We use these to style small dropdown buttons
361
// $dropdown-button-padding-sml: $button-sml * 5;
362
// $dropdown-button-pip-size-sml: $button-sml;
363
// $dropdown-button-pip-right-sml: $button-sml * 2;
364
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
365

    
366
// We use these to style medium dropdown buttons
367
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
368
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
369
// $dropdown-button-pip-right-med: $button-med * 2;
370
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
371

    
372
// We use these to style large dropdown buttons
373
// $dropdown-button-padding-lrg: $button-lrg * 4;
374
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
375
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
376
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
377

    
378
//
379
// Split Button Variables
380
//
381

    
382
// We use these to control different shared styles for Split Buttons
383
// $split-button-function-factor: 15%;
384
// $split-button-pip-color: #fff;
385
// $split-button-pip-color-alt: #333;
386
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
387

    
388
// We use these to control tiny split buttons
389
// $split-button-padding-tny: $button-tny * 9;
390
// $split-button-span-width-tny: $button-tny * 6.5;
391
// $split-button-pip-size-tny: $button-tny;
392
// $split-button-pip-top-tny: $button-tny * 2;
393
// $split-button-pip-left-tny: emCalc(-5px);
394

    
395
// We use these to control small split buttons
396
// $split-button-padding-sml: $button-sml * 7;
397
// $split-button-span-width-sml: $button-sml * 5;
398
// $split-button-pip-size-sml: $button-sml;
399
// $split-button-pip-top-sml: $button-sml * 1.5;
400
// $split-button-pip-left-sml: emCalc(-9px);
401

    
402
// We use these to control medium split buttons
403
// $split-button-padding-med: $button-med * 6.4;
404
// $split-button-span-width-med: $button-med * 4;
405
// $split-button-pip-size-med: $button-med - emCalc(3px);
406
// $split-button-pip-top-med: $button-med * 1.5;
407
// $split-button-pip-left-med: emCalc(-9px);
408

    
409
// We use these to control large split buttons
410
// $split-button-padding-lrg: $button-lrg * 6;
411
// $split-button-span-width-lrg: $button-lrg * 3.75;
412
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
413
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
414
// $split-button-pip-left-lrg: emCalc(-9px);
415

    
416
//
417
// Alert Variables
418
//
419

    
420
// We use this to control alert padding.
421
// $alert-padding-top: emCalc(11px);
422
// $alert-padding-left: $alert-padding-top;
423
// $alert-padding-right: $alert-padding-top + emCalc(10px);
424
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
425

    
426
// We use these to control text style.
427
// $alert-font-weight: bold;
428
// $alert-font-size: emCalc(14px);
429
// $alert-font-color: #fff;
430
// $alert-font-color-alt: darken($secondary-color, 60%);
431

    
432
// We use this for close hover effect.
433
// $alert-function-factor: 10%;
434

    
435
// We use these to control border styles.
436
// $alert-border-style: solid;
437
// $alert-border-width: 1px;
438
// $alert-border-color: darken($primary-color, $alert-function-factor);
439
// $alert-bottom-margin: emCalc(20px);
440

    
441
// We use these to style the close buttons
442
// $alert-close-color: #333;
443
// $alert-close-position: emCalc(5px);
444
// $alert-close-font-size: emCalc(22px);
445
// $alert-close-opacity: 0.3;
446
// $alert-close-opacity-hover: 0.5;
447
// $alert-close-padding: 5px 4px 4px;
448

    
449
// We use this to control border radius
450
// $alert-radius: $global-radius;
451

    
452
//
453
// Breadcrumb Variables
454
//
455

    
456
// We use this to set the background color for the breadcrumb container.
457
$crumb-bg: transparent;
458

    
459
// We use these to set the padding around the breadcrumbs.
460
$crumb-padding: 0 emCalc(14px) emCalc(9px);
461
// $crumb-side-padding: emCalc(12px);
462

    
463
// We use these to control border styles.
464
// $crumb-function-factor: 10%;
465
// $crumb-border-size: 1px;
466
// $crumb-border-style: solid;
467
$crumb-border-color: transparent;
468
// $crumb-radius: $global-radius;
469

    
470
// We use these to set various text styles for breadcrumbs.
471
$crumb-font-size: inherit;
472
// $crumb-font-color: $primary-color;
473
// $crumb-font-color-current: #333;
474
// $crumb-font-color-unavailable: #999;
475
$crumb-font-transform: none;
476
$crumb-link-decor: none;
477

    
478
// We use these to control the slash between breadcrumbs
479
// $crumb-slash-color: #aaa;
480
$crumb-slash: ">";
481

    
482
//
483
// Clearing Variables
484
//
485

    
486
// We use these to set the background colors for parts of Clearing.
487
// $clearing-bg: #111;
488
// $clearing-caption-bg: $clearing-bg;
489
// $clearing-carousel-bg: #111;
490
// $clearing-img-bg: $clearing-bg;
491

    
492
// We use these to style the close button
493
// $clearing-close-color: #fff;
494
// $clearing-close-size: 40px;
495

    
496
// We use these to style the arrows
497
// $clearing-arrow-size: 16px;
498
// $clearing-arrow-color: $clearing-close-color;
499

    
500
// We use these to style captions
501
// $clearing-caption-font-color: #fff;
502
// $clearing-caption-padding: 10px 30px;
503

    
504
// We use these to make the image and carousel height and style
505
// $clearing-active-img-height: 75%;
506
// $clearing-carousel-height: 150px;
507
// $clearing-carousel-thumb-width: 175px;
508
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
509

    
510
//
511
// Custom Form Variables
512
//
513

    
514
// We use these to control the basic form styles input styles
515
// $custom-form-border-color: #ccc;
516
// $custom-form-bg: #fff;
517
// $custom-form-bg-disabled: #ddd;
518
// $custom-form-check-color: #222;
519

    
520
// We use these to style the custom select form element.
521
$custom-select-bg: $overlay-bg-color;
522
$custom-select-fade-to-color: $overlay-bg-color;
523
$custom-select-border-color: white;
524
$custom-select-triangle-color: white;
525
$custom-select-triangle-color-open: white;
526
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
527
// $custom-select-margin-bottom: emCalc(20px);
528
// $custom-select-font-color-selected: #141414;
529
// $custom-select-disabled-color: #888;
530

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

    
548
//
549
// Dropdown Variables
550
//
551

    
552
// We use these to controls height and width styles.
553
// $f-dropdown-max-width: 200px;
554
// $f-dropdown-height: auto;
555
// $f-dropdown-max-height: none;
556
// $f-dropdown-margin-top: 2px;
557

    
558
// We use this to control the background color
559
// $f-dropdown-bg: #fff;
560

    
561
// We use this to set the border styles for dropdowns.
562
// $f-dropdown-border-style: solid;
563
// $f-dropdown-border-width: 1px;
564
// $f-dropdown-border-color: darken(#fff, 20%);
565

    
566
// We use these to style the triangle pip.
567
// $f-dropdown-triangle-size: 6px;
568
// $f-dropdown-triangle-color: #fff;
569
// $f-dropdown-triangle-side-offset: 10px;
570

    
571
// We use these to control styles for the list elements.
572
// $f-dropdown-list-style: none;
573
// $f-dropdown-font-color: #555;
574
// $f-dropdown-font-size: emCalc(14px);
575
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
576
// $f-dropdown-line-height: emCalc(18px);
577
// $f-dropdown-list-hover-bg: #eeeeee;
578
// $dropdown-mobile-left: 0;
579

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

    
583
//
584
// Flex Video Variables
585
//
586

    
587
// We use these to control video container padding and margins
588
// $flex-video-padding-top: emCalc(25px);
589
// $flex-video-padding-bottom: 67.5%;
590
// $flex-video-margin-bottom: emCalc(16px);
591

    
592
// We use this to control widescreen bottom padding
593
// $flex-video-widescreen-padding-bottom: 57.25%;
594

    
595
//
596
// Inline List Variables
597
//
598

    
599
// We use this to control the margins and padding of the inline list.
600
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
601
// $inline-list-margin: 0 0;
602
// $inline-list-padding: 0;
603

    
604
// We use this to control the overflow of the inline list.
605
// $inline-list-overflow: hidden;
606

    
607
// We use this to control the list items
608
// $inline-list-display: block;
609

    
610
// We use this to control any elments within list items
611
// $inline-list-children-display: block;
612

    
613
//
614
// Joyride Variables
615
//
616

    
617
// Controlling default Joyride styles
618
// $joyride-tip-bg: rgb(0,0,0);
619
// $joyride-tip-default-width: 300px;
620
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
621
// $joyride-tip-border: solid 1px #555;
622
// $joyride-tip-radius: 4px;
623
// $joyride-tip-position-offset: 22px;
624

    
625
// Here, we're setting the tip dont styles
626
// $joyride-tip-font-color: #fff;
627
// $joyride-tip-font-size: emCalc(14px);
628
// $joyride-tip-header-weight: bold;
629

    
630
// This changes the nub size
631
// $joyride-tip-nub-size: 14px;
632

    
633
// This adjusts the styles for the timer when its enabled
634
// $joyride-tip-timer-width: 50px;
635
// $joyride-tip-timer-height: 3px;
636
// $joyride-tip-timer-color: #666;
637

    
638
// This changes up the styles for the close button
639
// $joyride-tip-close-color: #777;
640
// $joyride-tip-close-size: 30px;
641
// $joyride-tip-close-weight: normal;
642

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

    
646
//
647
// Keystroke Variables
648
//
649

    
650
// We use these to control text styles.
651
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
652
// $keystroke-font-size: emCalc(15px);
653
// $keystroke-font-color: #222;
654
// $keystroke-font-color-alt: #fff;
655
// $keystroke-function-factor: 7%;
656

    
657
// We use this to control keystroke padding.
658
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
659

    
660
// We use these to control background and border styles.
661
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
662
// $keystroke-border-style: solid;
663
// $keystroke-border-width: 1px;
664
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
665
// $keystroke-radius: $global-radius;
666

    
667
//
668
// Label Variables
669
//
670

    
671
// We use these to style the labels
672
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
673
// $label-radius: $global-radius;
674

    
675
// We use these to style the label text
676
// $label-font-sizing: emCalc(14px);
677
// $label-font-weight: bold;
678

    
679
//
680
// Orbit Settings
681
//
682

    
683
// We use these to control the caption styles
684
// $orbit-container-bg: #f5f5f5;
685
// $orbit-caption-bg-old-browser: #000;
686
// $orbit-caption-bg-old: rgb(0,0,0);
687
// $orbit-caption-bg: rgba(0,0,0,0.6);
688
// $orbit-caption-font-color: #fff;
689

    
690
// We use these to control the left/right nav styles
691
// $orbit-nav-bg-old: rgb(0,0,0);
692
// $orbit-nav-bg: rgba(0,0,0,0.6);
693

    
694
// We use these to control the timer styles
695
// $orbit-timer-bg-old: rgb(0,0,0);
696
// $orbit-timer-bg: rgba(0,0,0,0.6);
697

    
698
// We use these to control the bullet nav styles
699
// $orbit-bullet-nav-color: #999;
700
// $orbit-bullet-nav-color-active: #222;
701

    
702
// We use thes to controls the style of slide numbers
703
// $orbit-slide-number-bg: rgb(0,0,0);
704
// $orbit-slide-number-font-color: #fff;
705
// $orbit-slide-number-padding: emCalc(5px);
706

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

    
710
//
711
// Pagination Variables
712
//
713

    
714
// We use these to control the pagination container
715
// $pagination-height: emCalc(24px);
716
// $pagination-margin: emCalc(-5px);
717

    
718
// We use these to set the list-item properties
719
// $pagination-li-float: $default-float;
720
// $pagination-li-height: emCalc(24px);
721
// $pagination-li-font-color: #222;
722
// $pagination-li-font-size: emCalc(14px);
723
// $pagination-li-margin: emCalc(5px);
724

    
725
// We use these for the pagination anchor links
726
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
727
// $pagination-link-font-color: #999;
728
// $pagination-link-active-bg: darken(#fff, 10%);
729

    
730
// We use these for disabled anchor links
731
// $pagination-link-unavailable-cursor: default;
732
// $pagination-link-unavailable-font-color: #999;
733
// $pagination-link-unavailable-bg-active: transparent;
734

    
735
// We use these for currently selected anchor links
736
// $pagination-link-current-background: $primary-color;
737
// $pagination-link-current-font-color: #fff;
738
// $pagination-link-current-font-weight: bold;
739
// $pagination-link-current-cursor: default;
740
// $pagination-link-current-active-bg: $primary-color;
741

    
742
//
743
// Panel Variables
744
//
745

    
746
// We use these to control the background and border styles
747
// $panel-bg: darken(#fff, 5%);
748
// $panel-border-style: solid;
749
// $panel-border-size: 1px;
750

    
751
// We use this % to control how much we darken things on hover
752
// $panel-function-factor: 10%;
753
// $panel-border-color: darken($panel-bg, $panel-function-factor);
754

    
755
// We use these to set default inner padding and bottom margin
756
// $panel-margin-bottom: emCalc(20px);
757
// $panel-padding: emCalc(20px);
758

    
759
// We use these to set default font colors
760
// $panel-font-color: #333;
761
// $panel-font-color-alt: #fff;
762

    
763
//
764
// Pricing Table Variables
765
//
766

    
767
// We use this to control the border color
768
// $price-table-border: solid 1px #ddd;
769

    
770
// We use this to control the bottom margin of the pricing table
771
// $price-table-margin-bottom: emCalc(20px);
772

    
773
// We use these to control the title styles
774
// $price-title-bg: #ddd;
775
// $price-title-padding: emCalc(15px) emCalc(20px);
776
// $price-title-align: center;
777
// $price-title-color: #333;
778
// $price-title-weight: bold;
779
// $price-title-size: emCalc(16px);
780

    
781
// We use these to control the price styles
782
// $price-money-bg: #eee;
783
// $price-money-padding: emCalc(15px) emCalc(20px);
784
// $price-money-align: center;
785
// $price-money-color: #333;
786
// $price-money-weight: normal;
787
// $price-money-size: emCalc(20px);
788

    
789
// We use these to control the description styles
790
// $price-bg: #fff;
791
// $price-desc-color: #777;
792
// $price-desc-padding: emCalc(15px);
793
// $price-desc-align: center;
794
// $price-desc-font-size: emCalc(12px);
795
// $price-desc-weight: normal;
796
// $price-desc-line-height: 1.4;
797
// $price-desc-bottom-border: dotted 1px #ddd;
798

    
799
// We use these to control the list item styles
800
// $price-item-color: #333;
801
// $price-item-padding: emCalc(15px);
802
// $price-item-align: center;
803
// $price-item-font-size: emCalc(14px);
804
// $price-item-weight: normal;
805
// $price-item-bottom-border: dotted 1px #ddd;
806

    
807
// We use these to control the CTA area styles
808
// $price-cta-bg: #f5f5f5;
809
// $price-cta-align: center;
810
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
811

    
812
//
813
// Progress Bar Variables
814
//
815

    
816
// We use this to se the prog bar height
817
$progress-bar-height: emCalc(15px);
818
// $progress-bar-color: transparent;
819

    
820
// We use these to control the border styles
821
// $progress-bar-border-color: darken(#fff, 20%);
822
// $progress-bar-border-size: 1px;
823
// $progress-bar-border-style: solid;
824
// $progress-bar-border-radius: $global-radius;
825

    
826
// We use these to control the margin & padding
827
// $progress-bar-pad: emCalc(2px);
828
// $progress-bar-margin-bottom: emCalc(10px);
829

    
830
// We use these to set the meter colors
831
// $progress-meter-color: $primary-color;
832
// $progress-meter-secondary-color: $secondary-color;
833
// $progress-meter-success-color: $success-color;
834
// $progress-meter-alert-color: $alert-color;
835

    
836
// NEED TO FINISH THE LOGIC HERE
837

    
838
//
839
// Reveal Variables
840
//
841

    
842
// We use these to control the style of the reveal overlay.
843
$reveal-overlay-bg: rgba(#fff, .80);
844
// $reveal-overlay-bg-old: #000;
845

    
846
// We use these to control the style of the modal itself.
847
// $reveal-modal-bg: #fff;
848
// $reveal-position-top: 50px;
849
// $reveal-default-width: 80%;
850
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
851
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
852

    
853
// We use these to style the reveal close button
854
$reveal-close-font-size: emCalc(18px);
855
$reveal-close-top: emCalc(50px);
856
$reveal-close-side: emCalc(50px);
857
$reveal-close-color: #fff;
858
// $reveal-close-weight: bold;
859

    
860
// We use these to control the modal border
861
// $reveal-border-style: solid;
862
$reveal-border-width: 0px;
863
// $reveal-border-color: #666;
864

    
865
//
866
// Section Variables
867
//
868

    
869
// We use these to set padding and hover factor
870
// $section-padding: emCalc(15px);
871
// $section-function-factor: 10%;
872

    
873
// These style the titles
874
// $section-title-color: #333;
875
// $section-title-bg: #efefef;
876
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
877
// $section-title-bg-active-tabs: #fff;
878

    
879
// Want to control border size, here ya go!
880
// $section-border-size: 1px;
881
// $section-border-style: solid;
882
// $section-border-color: #ccc;
883

    
884
// Control the color of the background and some size options
885
// $section-content-bg: #fff;
886
// $section-vertical-nav-min-width: emCalc(200px);
887
// $section-bottom-margin: emCalc(20px);
888

    
889
//
890
// Side Nav Variables
891
//
892

    
893
// We use this to control padding.
894
// $side-nav-padding: emCalc(14px) 0;
895

    
896
// We use these to control list styles.
897
// $side-nav-list-type: none;
898
// $side-nav-list-position: inside;
899
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
900

    
901
// We use these to control link styles.
902
// $side-nav-link-color: $primary-color;
903
// $side-nav-link-color-active: lighten(#000, 30%);
904
// $side-nav-font-size: emCalc(14px);
905
// $side-nav-font-weight: bold;
906

    
907
// We use these to control border styles
908
// $side-nav-divider-size: 1px;
909
// $side-nav-divider-style: solid;
910
// $side-nav-divider-color: darken(#fff, 10%);
911

    
912
//
913
// Sub Nav Variables
914
//
915

    
916
// We use these to control margin and padding
917
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
918
// $sub-nav-list-padding-top: emCalc(4px);
919

    
920
// We use this to control the definition
921
// $sub-nav-font-size: emCalc(14px);
922
// $sub-nav-font-color: #999;
923
// $sub-nav-font-weight: normal;
924
// $sub-nav-text-decoration: none;
925
// $sub-nav-border-radius: 1000px;
926

    
927
// We use these to control the active item styles
928
// $sub-nav-active-font-weight: bold;
929
// $sub-nav-active-bg: $primary-color;
930
// $sub-nav-active-color: #fff;
931
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
932
// $sub-nav-active-cursor: default;
933

    
934
//
935
// Switch Variables
936
//
937

    
938
// Controlling border styles and background colors for the switch container
939
// $switch-border-color: darken(#fff, 20%);
940
// $switch-border-style: solid;
941
// $switch-border-width: 1px;
942
// $switch-bg: #fff;
943

    
944
// We use these to control the switch heights for our default classes
945
// $switch-height-tny: 22px;
946
// $switch-height-sml: 28px;
947
// $switch-height-med: 36px;
948
// $switch-height-lrg: 44px;
949
// $switch-bottom-margin: emCalc(20px);
950

    
951
// We use these to control default font sizes for our classes.
952
// $switch-font-size-tny: 11px;
953
// $switch-font-size-sml: 12px;
954
// $switch-font-size-med: 14px;
955
// $switch-font-size-lrg: 17px;
956
// $switch-label-side-padding: 6px;
957

    
958
// We use these to style the switch-paddle
959
// $switch-paddle-bg: #fff;
960
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
961
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
962
// $switch-paddle-border-width: 1px;
963
// $switch-paddle-border-style: solid;
964
// $switch-paddle-transition-speed: .1s;
965
// $switch-paddle-transition-ease: ease-out;
966
// $switch-positive-color: lighten($success-color, 50%);
967
// $switch-negative-color: #f5f5f5;
968

    
969
// Outline Style for tabbing through switches
970
// $switch-label-outline: 1px dotted #888;
971

    
972
//
973
// Table Variables
974
//
975

    
976
// These control the background color for the table and even rows
977
// $table-bg: #fff;
978
// $table-even-row-bg: #f9f9f9;
979

    
980
// These control the table cell border style
981
// $table-border-style: solid;
982
// $table-border-size: 1px;
983
// $table-border-color: #ddd;
984

    
985
// These control the table head styles
986
// $table-head-bg: #f5f5f5;
987
// $table-head-font-size: emCalc(14px);
988
// $table-head-font-color: #222;
989
// $table-head-font-weight: bold;
990
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
991

    
992
// These control the row padding and font styles
993
// $table-row-padding: emCalc(9px) emCalc(10px);
994
// $table-row-font-size: emCalc(14px);
995
// $table-row-font-color: #222;
996
// $table-line-height: emCalc(18px);
997

    
998
// These are for controlling the display and margin of tables
999
// $table-display: table-cell;
1000
// $table-margin-bottom: emCalc(20px);
1001

    
1002
//
1003
// Image Thumbnail Variables
1004
//
1005

    
1006
// We use these to control border styles
1007
// $thumb-border-style: solid;
1008
// $thumb-border-width: 4px;
1009
// $thumb-border-color: #fff;
1010
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1011
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1012

    
1013
// Radius and transition speed for thumbs
1014
// $thumb-radius: $global-radius;
1015
// $thumb-transition-speed: 200ms;
1016

    
1017
//
1018
// Tooltip Variables
1019
//
1020
$has-tip-border-bottom: 0 none;
1021
// $has-tip-font-weight: bold;
1022
// $has-tip-font-color: #333;
1023
$has-tip-border-bottom-hover: none;
1024
$has-tip-font-color-hover: $link-color-hover;
1025
$has-tip-cursor-type: inherit;
1026

    
1027
$tooltip-padding: emCalc(2px) emCalc(12px);
1028
$tooltip-bg: #cecece;
1029
$tooltip-font-size: emCalc(12px);
1030
$tooltip-font-weight: normal;
1031
$tooltip-font-color: $body-font-color;
1032
// $tooltip-line-height: 1.3;
1033
// $tooltip-close-font-size: emCalc(10px);
1034
// $tooltip-close-font-weight: normal;
1035
// $tooltip-close-font-color: #888;
1036
// $tooltip-font-size-sml: emCalc(14px);
1037
$tooltip-radius: 7px;
1038
$tooltip-pip-size: 0;
1039

    
1040
//
1041
// Top Bar Variables
1042
//
1043

    
1044
// Background color for the top bar
1045
// $topbar-bg: #111;
1046

    
1047
// Height and margin
1048
// $topbar-height: 45px;
1049
// $topbar-margin-bottom: emCalc(30px);
1050

    
1051
// Control Input height for top bar
1052
// $topbar-input-height: 2.45em;
1053

    
1054
// Controlling the styles for the title in the top bar
1055
// $topbar-title-weight: bold;
1056
// $topbar-title-font-size: emCalc(17px);
1057

    
1058
// Set the link colors and styles for top-level nav
1059
// $topbar-link-color: #fff;
1060
// $topbar-link-weight: bold;
1061
// $topbar-link-font-size: emCalc(13px);
1062

    
1063
// Style the top bar dropdown elements
1064
// $topbar-dropdown-bg: #333;
1065
// $topbar-dropdown-link-color: #fff;
1066
// $topbar-dropdown-toggle-size: 5px;
1067
// $topbar-dropdown-toggle-color: #fff;
1068
// $topbar-dropdown-toggle-alpha: 0.5;
1069
// $dropdown-label-color: #555;
1070

    
1071
// Top menu icon styles
1072
// $topbar-menu-link-transform: uppercase;
1073
// $topbar-menu-link-font-size: emCalc(13px);
1074
// $topbar-menu-link-weight: bold;
1075
// $topbar-menu-link-color: #fff;
1076
// $topbar-menu-icon-color: #fff;
1077
// $topbar-menu-link-color-toggled: #888;
1078
// $topbar-menu-icon-color-toggled: #888;
1079

    
1080
// Transitions and breakpoint styles
1081
// $topbar-transition-speed: 300ms;
1082
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1083
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1084

    
1085

    
1086
// Custom breakpoints
1087

    
1088
$entities-list-large: emCalc(1100px);
1089

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