Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (32.8 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
// icon-font sizes
169
$snf-font-size-medium: emCalc(60px);
170

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

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

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

    
198
// A general <small> styling
199
// $small-font-size: 60%;
200
// $small-font-color: lighten($header-font-color, 30%);
201

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

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

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

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

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

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

    
243
// Acronym styles
244
// $acronym-underline: 1px dotted #ddd;
245

    
246
// We use these to control padding and margin
247
// $microformat-padding: emCalc(10px) emCalc(12px);
248
// $microformat-margin: 0 0 emCalc(20px) 0;
249

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

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

    
259
// We use this to control the summary font styles
260
// $microformat-summary-font-weight: bold;
261

    
262
// We use this to control abbr padding
263
// $microformat-abbr-padding: 0 emCalc(1px);
264

    
265
// We use this to control abbr font styles
266
// $microformat-abbr-font-weight: bold;
267
// $microformat-abbr-font-decoration: none;
268

    
269
//
270
// Form Variables
271
//
272

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

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

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

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

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

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

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

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

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

    
344
// We use these to control various hover effects.
345
// $button-function-factor: 10%;
346

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

    
352
// We use this to set the default radius used throughout the core.
353
// $button-radius: $global-radius;
354

    
355
// We use this to set default opacity for disabled buttons.
356
// $button-disabled-opacity: 0.6;
357

    
358
//
359
// Dropdown Button Variables
360
//
361

    
362
// We use these to set the color of the pip in dropdown buttons
363
// $dropdown-button-pip-color: #fff;
364
// $dropdown-button-pip-color-alt: #333;
365

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

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

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

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

    
390
//
391
// Split Button Variables
392
//
393

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

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

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

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

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

    
428
//
429
// Alert Variables
430
//
431

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

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

    
444
// We use this for close hover effect.
445
// $alert-function-factor: 10%;
446

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

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

    
461
// We use this to control border radius
462
// $alert-radius: $global-radius;
463

    
464
//
465
// Breadcrumb Variables
466
//
467

    
468
// We use this to set the background color for the breadcrumb container.
469
$crumb-bg: transparent;
470

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

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

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

    
490
// We use these to control the slash between breadcrumbs
491
// $crumb-slash-color: #aaa;
492
$crumb-slash: ">";
493

    
494
//
495
// Clearing Variables
496
//
497

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

    
504
// We use these to style the close button
505
// $clearing-close-color: #fff;
506
// $clearing-close-size: 40px;
507

    
508
// We use these to style the arrows
509
// $clearing-arrow-size: 16px;
510
// $clearing-arrow-color: $clearing-close-color;
511

    
512
// We use these to style captions
513
// $clearing-caption-font-color: #fff;
514
// $clearing-caption-padding: 10px 30px;
515

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

    
522
//
523
// Custom Form Variables
524
//
525

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

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

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

    
560
//
561
// Dropdown Variables
562
//
563

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

    
570
// We use this to control the background color
571
// $f-dropdown-bg: #fff;
572

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

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

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

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

    
595
//
596
// Flex Video Variables
597
//
598

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

    
604
// We use this to control widescreen bottom padding
605
// $flex-video-widescreen-padding-bottom: 57.25%;
606

    
607
//
608
// Inline List Variables
609
//
610

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

    
616
// We use this to control the overflow of the inline list.
617
// $inline-list-overflow: hidden;
618

    
619
// We use this to control the list items
620
// $inline-list-display: block;
621

    
622
// We use this to control any elments within list items
623
// $inline-list-children-display: block;
624

    
625
//
626
// Joyride Variables
627
//
628

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

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

    
642
// This changes the nub size
643
// $joyride-tip-nub-size: 14px;
644

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

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

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

    
658
//
659
// Keystroke Variables
660
//
661

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

    
669
// We use this to control keystroke padding.
670
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
671

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

    
679
//
680
// Label Variables
681
//
682

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

    
687
// We use these to style the label text
688
// $label-font-sizing: emCalc(14px);
689
// $label-font-weight: bold;
690

    
691
//
692
// Orbit Settings
693
//
694

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

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

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

    
710
// We use these to control the bullet nav styles
711
// $orbit-bullet-nav-color: #999;
712
// $orbit-bullet-nav-color-active: #222;
713

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

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

    
722
//
723
// Pagination Variables
724
//
725

    
726
// We use these to control the pagination container
727
// $pagination-height: emCalc(24px);
728
// $pagination-margin: emCalc(-5px);
729

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

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

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

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

    
754
//
755
// Panel Variables
756
//
757

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

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

    
767
// We use these to set default inner padding and bottom margin
768
// $panel-margin-bottom: emCalc(20px);
769
// $panel-padding: emCalc(20px);
770

    
771
// We use these to set default font colors
772
// $panel-font-color: #333;
773
// $panel-font-color-alt: #fff;
774

    
775
//
776
// Pricing Table Variables
777
//
778

    
779
// We use this to control the border color
780
// $price-table-border: solid 1px #ddd;
781

    
782
// We use this to control the bottom margin of the pricing table
783
// $price-table-margin-bottom: emCalc(20px);
784

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

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

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

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

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

    
824
//
825
// Progress Bar Variables
826
//
827

    
828
// We use this to se the prog bar height
829
$progress-bar-height: emCalc(15px);
830
// $progress-bar-color: transparent;
831

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

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

    
842
// We use these to set the meter colors
843
// $progress-meter-color: $primary-color;
844
// $progress-meter-secondary-color: $secondary-color;
845
// $progress-meter-success-color: $success-color;
846
// $progress-meter-alert-color: $alert-color;
847

    
848
// NEED TO FINISH THE LOGIC HERE
849

    
850
//
851
// Reveal Variables
852
//
853

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

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

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

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

    
877
//
878
// Section Variables
879
//
880

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

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

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

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

    
901
//
902
// Side Nav Variables
903
//
904

    
905
// We use this to control padding.
906
// $side-nav-padding: emCalc(14px) 0;
907

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

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

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

    
924
//
925
// Sub Nav Variables
926
//
927

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

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

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

    
946
//
947
// Switch Variables
948
//
949

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

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

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

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

    
981
// Outline Style for tabbing through switches
982
// $switch-label-outline: 1px dotted #888;
983

    
984
//
985
// Table Variables
986
//
987

    
988
// These control the background color for the table and even rows
989
// $table-bg: #fff;
990
// $table-even-row-bg: #f9f9f9;
991

    
992
// These control the table cell border style
993
// $table-border-style: solid;
994
// $table-border-size: 1px;
995
// $table-border-color: #ddd;
996

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

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

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

    
1014
//
1015
// Image Thumbnail Variables
1016
//
1017

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

    
1025
// Radius and transition speed for thumbs
1026
// $thumb-radius: $global-radius;
1027
// $thumb-transition-speed: 200ms;
1028

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

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

    
1052
//
1053
// Top Bar Variables
1054
//
1055

    
1056
// Background color for the top bar
1057
// $topbar-bg: #111;
1058

    
1059
// Height and margin
1060
// $topbar-height: 45px;
1061
// $topbar-margin-bottom: emCalc(30px);
1062

    
1063
// Control Input height for top bar
1064
// $topbar-input-height: 2.45em;
1065

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

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

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

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

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

    
1097

    
1098
// Custom breakpoints
1099

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

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