Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (32.9 kB)

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

    
4
// Settings file to override Foundation variables
5

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

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

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

    
17
// We use these to control various global styles
18
// $body-bg: #fff;
19
$body-font-color: #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

    
32
$gray-1: #919194; // light
33
$gray-2: #485057; // charbon
34
$gray-3: #636a70; // medium
35
$gray-4: #33383D; // dark
36
$turquoise-1 : #30c79e;
37
$green-1: #00a551;
38
$red-1: #ff4040;
39
$cobalt-1: #566db1;
40
$cobalt-2: #4c71ff;
41
$yellow-1: #ffc54a;
42
$orange-1: #ff7049;
43
$salmon-1: #ff948c;
44
$salmon-2: #ffb5af;
45

    
46
// We use these as default colors throughout
47
$primary-color: $gray-1; // inactive gray
48
$secondary-color: $turquoise-1; // green
49
$third-color: $gray-2;
50

    
51
$overlay-bg-color: $third-color;
52
$overlay-color-top: $gray-3;
53
$overlay-darker-color: $gray-4;
54

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

    
57
// links color usage
58
$inactive-color: $primary-color;
59
$link-color: $third-color;
60
$link-color-hover : $secondary-color;
61

    
62
$border-color-1 : lighten($primary-color,10%);
63

    
64
$alert-color: $secondary-color;
65
$success-color: $green-1;
66
$error-color: $red-1;
67

    
68
// colors for main icons
69
$vm-active-color: $secondary-color;
70
$vm-error-color: $red-1;
71
$vm-off-color: $gray-2;
72
$vm-shutting-color: $gray-3;
73
$vm-starting-color: $cobalt-1;
74
$vm-rebooting-color: $yellow-1;
75
$vm-building-color: lighten($vm-active-color, 10%);
76

    
77
// wizard step2 colors
78
$disabled-resource-color: $primary-color;
79

    
80
// wizard step3 colors
81
$ssh-opt-area-color: $orange-1;
82
$net-opt-area-color: $salmon-1;
83
$tag-opt-area-color: $cobalt-2;
84
$wizard-base-font-color: white;
85
$net-more-opt-area-color: $salmon-2;
86

    
87
// icon-font sizes
88
$snf-font-size-medium: emCalc(60px);
89
$snf-font-size-small: emCalc(34px);
90

    
91

    
92
// We use these to make sure border radius matches unless we want it different.
93
$global-radius: 1px;
94
// $global-rounded: 1000px;
95

    
96
// header settings
97
$header-height: 80px;
98
$header-height-responsive: 120px;
99
$header-padding-vertical: 20px;
100
$header-padding-horizontal: 15px;
101

    
102
// icons nav settings
103
$icons-nav-margin-horizontal : 10px;
104

    
105
// bar options
106
$bar-height: 30px;
107
$bar-menu-height: 50px;
108
$bar-submenu-height: 40px;
109

    
110
// button options
111
$btn-height: 30px;
112

    
113
// list-view 
114
$lt-bar-width: 150px;
115
$list-icon-height: 34px;
116

    
117
// grid-view
118
$grid-icon-height: $snf-font-size-medium;
119

    
120
// details view
121
$details-top-height: 160px;
122
$details-lt-width: 290px;
123
$details-top-more-padding-lt : 20px;
124

    
125

    
126
// We use these to control inset shadow shiny edges and depressions.
127
// $shiny-edge-size: 0 1px 0;
128
// $shiny-edge-color: rgba(#fff, .5);
129
// $shiny-edge-active-color: rgba(#000, .2);
130

    
131
// We use this to control whether or not CSS classes come through in the gem files.
132
// $include-html-classes: true;
133
// $include-print-styles: true;
134

    
135
// Modular html classes
136
// $include-html-grid-classes: $include-html-classes;
137
// $include-html-visibility-classes: $include-html-classes;
138
// $include-html-button-classes: $include-html-classes;
139
// $include-html-form-classes: $include-html-classes;
140
// $include-html-media-classes: $include-html-classes;
141
// $include-html-section-classes: $include-html-classes;
142
// $include-html-reveal-classes: $include-html-classes;
143
// $include-html-alert-classes: $include-html-classes;
144
// $include-html-nav-classes: $include-html-classes;
145
// $include-html-label-classes: $include-html-classes;
146
// $include-html-panel-classes: $include-html-classes;
147
// $include-html-pricing-classes: $include-html-classes;
148
// $include-html-progress-classes: $include-html-classes;
149

    
150
//
151
// Grid Variables
152
//
153

    
154
$row-full-width:100%;
155
//$row-width: emCalc(960px);
156
$row-small: emCalc(580px);
157
$main-padding-horizontal: emCalc(10px);
158

    
159
$conf-area-h-width: emCalc(300px);
160

    
161
$step-adv-padding:emCalc(40px);
162
// $column-gutter: 1.875em;
163
// $total-columns: 12;
164

    
165
//
166
// Block Grid Variables
167
//
168

    
169
// We use this to control the maximum number of block grid elements per row
170
// $block-grid-elements: 12;
171
// $block-grid-default-spacing: 10px;
172

    
173
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
174
// $block-grid-media-queries: true;
175

    
176
$small-mobile:emCalc(480px);
177

    
178
//
179
// Typography Variables
180
//
181

    
182
$wizard-paragraph-font-size: 10px;
183
$wizard-paragraph-font-size-custom: 14px;
184
// We use these to control header font styles
185
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
186
// $header-font-weight: bold;
187
// $header-font-style: normal;
188
$header-font-color: $body-font-color;
189
// $header-line-height: 1.4;
190
// $header-top-margin: .2em;
191
// $header-bottom-margin: .5em;
192
// $header-text-rendering: optimizeLegibility;
193

    
194
// We use these to control header font sizes
195
// $h1-font-size: emCalc(44px);
196
// $h2-font-size: emCalc(37px);
197
// $h3-font-size: emCalc(27px);
198
// $h4-font-size: emCalc(23px);
199
// $h5-font-size: emCalc(18px);
200
// $h6-font-size: 1em;
201

    
202
// These control how subheaders are styled.
203
// $subheader-line-height: 1.4;
204
// $subheader-font-color: lighten($header-font-color, 30%);
205
// $subheader-font-weight: 300;
206
// $subheader-top-margin: .2em;
207
// $subheader-bottom-margin: .5em;
208

    
209
// A general <small> styling
210
// $small-font-size: 60%;
211
// $small-font-color: lighten($header-font-color, 30%);
212

    
213
// We use these to style paragraphs
214
// $paragraph-font-family: inherit;
215
// $paragraph-font-weight: normal;
216
// $paragraph-font-size: 1em;
217
// $paragraph-line-height: 1.6;
218
// $paragraph-margin-bottom: emCalc(20px);
219
// $paragraph-aside-font-size: emCalc(14px);
220
// $paragraph-aside-line-height: 1.35;
221
// $paragraph-aside-font-style: italic;
222

    
223
// We use these to style <code> tags
224
// $code-color: darken($alert-color, 15%);
225
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
226
// $code-font-weight: bold;
227

    
228
// We use these to style anchors
229
// $anchor-text-decoration: none;
230
// $anchor-font-color: $primary-color;
231
// $anchor-font-color-hover: darken($primary-color, 5%);
232

    
233
// We use these to style the <hr> element
234
// $hr-border-width: 1px;
235
// $hr-border-style: solid;
236
// $hr-border-color: #ddd;
237
// $hr-margin: emCalc(20px);
238

    
239
// We use these to style lists
240
// $list-style-position: outside;
241
// $list-side-margin: emCalc(18px);
242
// $definition-list-header-weight: bold;
243
// $definition-list-header-margin-bottom: .3em;
244
// $definition-list-margin-bottom: emCalc(12px);
245

    
246
// We use these to style blockquotes
247
// $blockquote-font-color: lighten($header-font-color, 30%);
248
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
249
// $blockquote-border: 1px solid #ddd;
250
// $blockquote-cite-font-size: emCalc(13px);
251
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
252
// $blockquote-cite-link-color: $blockquote-cite-font-color;
253

    
254
// Acronym styles
255
// $acronym-underline: 1px dotted #ddd;
256

    
257
// We use these to control padding and margin
258
// $microformat-padding: emCalc(10px) emCalc(12px);
259
// $microformat-margin: 0 0 emCalc(20px) 0;
260

    
261
// We use these to control the border styles
262
// $microformat-border-width: 1px;
263
// $microformat-border-style: solid;
264
// $microformat-border-color: #ddd;
265

    
266
// We use these to control full name font styles
267
// $microformat-fullname-font-weight: bold;
268
// $microformat-fullname-font-size: emCalc(15px);
269

    
270
// We use this to control the summary font styles
271
// $microformat-summary-font-weight: bold;
272

    
273
// We use this to control abbr padding
274
// $microformat-abbr-padding: 0 emCalc(1px);
275

    
276
// We use this to control abbr font styles
277
// $microformat-abbr-font-weight: bold;
278
// $microformat-abbr-font-decoration: none;
279

    
280
//
281
// Form Variables
282
//
283

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

    
287
// We use these to style the labels in different ways
288
// $label-pointer: pointer;
289
// $label-font-size: emCalc(14px);
290
// $label-font-weight: 500;
291
// $label-font-color: lighten(#000, 30%);
292
// $label-bottom-margin: emCalc(3px);
293
// $input-font-family: inherit;
294
// $input-font-color: rgba(0,0,0,0.75);
295
// $input-font-size: emCalc(14px);
296
// $input-bg-color: #fff;
297
// $input-focus-bg-color: darken(#fff, 2%);
298
$input-border-color: $primary-color;
299
// $input-focus-border-color: darken(#fff, 40%);
300
// $input-border-style: solid;
301
// $input-border-width: 1px;
302
// $input-disabled-bg: #ddd;
303
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
304

    
305
// We use these to style the fieldset border and spacing.
306
// $fieldset-border-style: solid;
307
// $fieldset-border-width: 1px;
308
// $fieldset-border-color: #ddd;
309
// $fieldset-padding: emCalc(20px);
310
// $fieldset-margin: emCalc(18px) 0;
311

    
312
// We use these to style the legends when you use them
313
// $legend-bg: #fff;
314
// $legend-font-weight: bold;
315
// $legend-padding: 0 emCalc(3px);
316

    
317
// We use these to style the prefix and postfix input elements
318
// $input-prefix-bg: darken(#fff, 5%);
319
// $input-prefix-border-color: darken(#fff, 20%);
320
// $input-prefix-border-size: 1px;
321
// $input-prefix-border-type: solid;
322
// $input-prefix-overflow: hidden;
323
// $input-prefix-font-color: #333;
324
// $input-prefix-font-color-alt: #fff;
325

    
326
// We use these to style the error states for inputs and labels
327
// $input-error-message-padding: emCalc(6px) emCalc(4px);
328
// $input-error-message-top: -($form-spacing) - emCalc(5px);
329
// $input-error-message-font-size: emCalc(12px);
330
// $input-error-message-font-weight: bold;
331
// $input-error-message-font-color: #fff;
332
// $input-error-message-font-color-alt: #333;
333

    
334
// We use these to build padding for buttons.
335
// $button-med: emCalc(12px);
336
// $button-tny: emCalc(7px);
337
// $button-sml: emCalc(9px);
338
// $button-lrg: emCalc(16px);
339

    
340
// We use this to control the display property.
341
// $button-display: inline-block;
342
// $button-margin-bottom: emCalc(20px);
343

    
344
// We use these to control button text styles.
345
// $button-font-family: inherit;
346
// $button-font-color: #fff;
347
// $button-font-color-alt: #333;
348
// $button-font-med: emCalc(16px);
349
// $button-font-tny: emCalc(11px);
350
// $button-font-sml: emCalc(13px);
351
// $button-font-lrg: emCalc(20px);
352
// $button-font-weight: bold;
353
// $button-font-align: center;
354

    
355
// We use these to control various hover effects.
356
// $button-function-factor: 10%;
357

    
358
// We use these to control button border styles.
359
// $button-border-width: 1px;
360
// $button-border-style: solid;
361
// $button-border-color: darken($primary-color, $button-function-factor);
362

    
363
// We use this to set the default radius used throughout the core.
364
// $button-radius: $global-radius;
365

    
366
// We use this to set default opacity for disabled buttons.
367
// $button-disabled-opacity: 0.6;
368

    
369
//
370
// Dropdown Button Variables
371
//
372

    
373
// We use these to set the color of the pip in dropdown buttons
374
// $dropdown-button-pip-color: #fff;
375
// $dropdown-button-pip-color-alt: #333;
376

    
377
// We use these to style tiny dropdown buttons
378
// $dropdown-button-padding-tny: $button-tny * 5;
379
// $dropdown-button-pip-size-tny: $button-tny;
380
// $dropdown-button-pip-right-tny: $button-tny * 2;
381
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
382

    
383
// We use these to style small dropdown buttons
384
// $dropdown-button-padding-sml: $button-sml * 5;
385
// $dropdown-button-pip-size-sml: $button-sml;
386
// $dropdown-button-pip-right-sml: $button-sml * 2;
387
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
388

    
389
// We use these to style medium dropdown buttons
390
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
391
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
392
// $dropdown-button-pip-right-med: $button-med * 2;
393
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
394

    
395
// We use these to style large dropdown buttons
396
// $dropdown-button-padding-lrg: $button-lrg * 4;
397
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
398
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
399
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
400

    
401
//
402
// Split Button Variables
403
//
404

    
405
// We use these to control different shared styles for Split Buttons
406
// $split-button-function-factor: 15%;
407
// $split-button-pip-color: #fff;
408
// $split-button-pip-color-alt: #333;
409
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
410

    
411
// We use these to control tiny split buttons
412
// $split-button-padding-tny: $button-tny * 9;
413
// $split-button-span-width-tny: $button-tny * 6.5;
414
// $split-button-pip-size-tny: $button-tny;
415
// $split-button-pip-top-tny: $button-tny * 2;
416
// $split-button-pip-left-tny: emCalc(-5px);
417

    
418
// We use these to control small split buttons
419
// $split-button-padding-sml: $button-sml * 7;
420
// $split-button-span-width-sml: $button-sml * 5;
421
// $split-button-pip-size-sml: $button-sml;
422
// $split-button-pip-top-sml: $button-sml * 1.5;
423
// $split-button-pip-left-sml: emCalc(-9px);
424

    
425
// We use these to control medium split buttons
426
// $split-button-padding-med: $button-med * 6.4;
427
// $split-button-span-width-med: $button-med * 4;
428
// $split-button-pip-size-med: $button-med - emCalc(3px);
429
// $split-button-pip-top-med: $button-med * 1.5;
430
// $split-button-pip-left-med: emCalc(-9px);
431

    
432
// We use these to control large split buttons
433
// $split-button-padding-lrg: $button-lrg * 6;
434
// $split-button-span-width-lrg: $button-lrg * 3.75;
435
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
436
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
437
// $split-button-pip-left-lrg: emCalc(-9px);
438

    
439
//
440
// Alert Variables
441
//
442

    
443
// We use this to control alert padding.
444
// $alert-padding-top: emCalc(11px);
445
// $alert-padding-left: $alert-padding-top;
446
// $alert-padding-right: $alert-padding-top + emCalc(10px);
447
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
448

    
449
// We use these to control text style.
450
// $alert-font-weight: bold;
451
// $alert-font-size: emCalc(14px);
452
// $alert-font-color: #fff;
453
// $alert-font-color-alt: darken($secondary-color, 60%);
454

    
455
// We use this for close hover effect.
456
// $alert-function-factor: 10%;
457

    
458
// We use these to control border styles.
459
// $alert-border-style: solid;
460
// $alert-border-width: 1px;
461
// $alert-border-color: darken($primary-color, $alert-function-factor);
462
// $alert-bottom-margin: emCalc(20px);
463

    
464
// We use these to style the close buttons
465
// $alert-close-color: #333;
466
// $alert-close-position: emCalc(5px);
467
// $alert-close-font-size: emCalc(22px);
468
// $alert-close-opacity: 0.3;
469
// $alert-close-opacity-hover: 0.5;
470
// $alert-close-padding: 5px 4px 4px;
471

    
472
// We use this to control border radius
473
// $alert-radius: $global-radius;
474

    
475
//
476
// Breadcrumb Variables
477
//
478

    
479
// We use this to set the background color for the breadcrumb container.
480
$crumb-bg: transparent;
481

    
482
// We use these to set the padding around the breadcrumbs.
483
$crumb-padding: 0 emCalc(14px) emCalc(9px);
484
// $crumb-side-padding: emCalc(12px);
485

    
486
// We use these to control border styles.
487
// $crumb-function-factor: 10%;
488
// $crumb-border-size: 1px;
489
// $crumb-border-style: solid;
490
$crumb-border-color: transparent;
491
// $crumb-radius: $global-radius;
492

    
493
// We use these to set various text styles for breadcrumbs.
494
$crumb-font-size: inherit;
495
// $crumb-font-color: $primary-color;
496
// $crumb-font-color-current: #333;
497
// $crumb-font-color-unavailable: #999;
498
$crumb-font-transform: none;
499
$crumb-link-decor: none;
500

    
501
// We use these to control the slash between breadcrumbs
502
// $crumb-slash-color: #aaa;
503
$crumb-slash: ">";
504

    
505
//
506
// Clearing Variables
507
//
508

    
509
// We use these to set the background colors for parts of Clearing.
510
// $clearing-bg: #111;
511
// $clearing-caption-bg: $clearing-bg;
512
// $clearing-carousel-bg: #111;
513
// $clearing-img-bg: $clearing-bg;
514

    
515
// We use these to style the close button
516
// $clearing-close-color: #fff;
517
// $clearing-close-size: 40px;
518

    
519
// We use these to style the arrows
520
// $clearing-arrow-size: 16px;
521
// $clearing-arrow-color: $clearing-close-color;
522

    
523
// We use these to style captions
524
// $clearing-caption-font-color: #fff;
525
// $clearing-caption-padding: 10px 30px;
526

    
527
// We use these to make the image and carousel height and style
528
// $clearing-active-img-height: 75%;
529
// $clearing-carousel-height: 150px;
530
// $clearing-carousel-thumb-width: 175px;
531
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
532

    
533
//
534
// Custom Form Variables
535
//
536

    
537
// We use these to control the basic form styles input styles
538
// $custom-form-border-color: #ccc;
539
// $custom-form-bg: #fff;
540
// $custom-form-bg-disabled: #ddd;
541
// $custom-form-check-color: #222;
542

    
543
// We use these to style the custom select form element.
544
$custom-select-bg: $overlay-bg-color;
545
$custom-select-fade-to-color: $overlay-bg-color;
546
$custom-select-border-color: white;
547
$custom-select-triangle-color: white;
548
$custom-select-triangle-color-open: white;
549
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
550
// $custom-select-margin-bottom: emCalc(20px);
551
// $custom-select-font-color-selected: #141414;
552
// $custom-select-disabled-color: #888;
553

    
554
// We use these to control the style of the custom select dropdown element.
555
// $custom-dropdown-height: 200px;
556
// $custom-dropdown-bg: #fff;
557
// $custom-dropdown-border-color: darken(#fff, 20%);
558
// $custom-dropdown-border-width: 1px;
559
// $custom-dropdown-border-style: solid;
560
// $custom-dropdown-font-color: #555;
561
// $custom-dropdown-font-size: emCalc(14px);
562
// $custom-dropdown-color-selected: #eeeeee;
563
// $custom-dropdown-font-color-selected: #000;
564
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
565
// $custom-dropdown-offset-top: none;
566
// $custom-dropdown-list-padding: emCalc(4px);
567
// $custom-dropdown-left-padding: emCalc(6px);
568
// $custom-dropdown-right-padding: emCalc(38px);
569
// $custom-dropdown-list-item-min-height: emCalc(24px);
570

    
571
//
572
// Dropdown Variables
573
//
574

    
575
// We use these to controls height and width styles.
576
// $f-dropdown-max-width: 200px;
577
// $f-dropdown-height: auto;
578
// $f-dropdown-max-height: none;
579
// $f-dropdown-margin-top: 2px;
580

    
581
// We use this to control the background color
582
// $f-dropdown-bg: #fff;
583

    
584
// We use this to set the border styles for dropdowns.
585
// $f-dropdown-border-style: solid;
586
// $f-dropdown-border-width: 1px;
587
// $f-dropdown-border-color: darken(#fff, 20%);
588

    
589
// We use these to style the triangle pip.
590
// $f-dropdown-triangle-size: 6px;
591
// $f-dropdown-triangle-color: #fff;
592
// $f-dropdown-triangle-side-offset: 10px;
593

    
594
// We use these to control styles for the list elements.
595
// $f-dropdown-list-style: none;
596
// $f-dropdown-font-color: #555;
597
// $f-dropdown-font-size: emCalc(14px);
598
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
599
// $f-dropdown-line-height: emCalc(18px);
600
// $f-dropdown-list-hover-bg: #eeeeee;
601
// $dropdown-mobile-left: 0;
602

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

    
606
//
607
// Flex Video Variables
608
//
609

    
610
// We use these to control video container padding and margins
611
// $flex-video-padding-top: emCalc(25px);
612
// $flex-video-padding-bottom: 67.5%;
613
// $flex-video-margin-bottom: emCalc(16px);
614

    
615
// We use this to control widescreen bottom padding
616
// $flex-video-widescreen-padding-bottom: 57.25%;
617

    
618
//
619
// Inline List Variables
620
//
621

    
622
// We use this to control the margins and padding of the inline list.
623
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
624
// $inline-list-margin: 0 0;
625
// $inline-list-padding: 0;
626

    
627
// We use this to control the overflow of the inline list.
628
// $inline-list-overflow: hidden;
629

    
630
// We use this to control the list items
631
// $inline-list-display: block;
632

    
633
// We use this to control any elments within list items
634
// $inline-list-children-display: block;
635

    
636
//
637
// Joyride Variables
638
//
639

    
640
// Controlling default Joyride styles
641
// $joyride-tip-bg: rgb(0,0,0);
642
// $joyride-tip-default-width: 300px;
643
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
644
// $joyride-tip-border: solid 1px #555;
645
// $joyride-tip-radius: 4px;
646
// $joyride-tip-position-offset: 22px;
647

    
648
// Here, we're setting the tip dont styles
649
// $joyride-tip-font-color: #fff;
650
// $joyride-tip-font-size: emCalc(14px);
651
// $joyride-tip-header-weight: bold;
652

    
653
// This changes the nub size
654
// $joyride-tip-nub-size: 14px;
655

    
656
// This adjusts the styles for the timer when its enabled
657
// $joyride-tip-timer-width: 50px;
658
// $joyride-tip-timer-height: 3px;
659
// $joyride-tip-timer-color: #666;
660

    
661
// This changes up the styles for the close button
662
// $joyride-tip-close-color: #777;
663
// $joyride-tip-close-size: 30px;
664
// $joyride-tip-close-weight: normal;
665

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

    
669
//
670
// Keystroke Variables
671
//
672

    
673
// We use these to control text styles.
674
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
675
// $keystroke-font-size: emCalc(15px);
676
// $keystroke-font-color: #222;
677
// $keystroke-font-color-alt: #fff;
678
// $keystroke-function-factor: 7%;
679

    
680
// We use this to control keystroke padding.
681
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
682

    
683
// We use these to control background and border styles.
684
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
685
// $keystroke-border-style: solid;
686
// $keystroke-border-width: 1px;
687
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
688
// $keystroke-radius: $global-radius;
689

    
690
//
691
// Label Variables
692
//
693

    
694
// We use these to style the labels
695
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
696
// $label-radius: $global-radius;
697

    
698
// We use these to style the label text
699
// $label-font-sizing: emCalc(14px);
700
// $label-font-weight: bold;
701

    
702
//
703
// Orbit Settings
704
//
705

    
706
// We use these to control the caption styles
707
// $orbit-container-bg: #f5f5f5;
708
// $orbit-caption-bg-old-browser: #000;
709
// $orbit-caption-bg-old: rgb(0,0,0);
710
// $orbit-caption-bg: rgba(0,0,0,0.6);
711
// $orbit-caption-font-color: #fff;
712

    
713
// We use these to control the left/right nav styles
714
// $orbit-nav-bg-old: rgb(0,0,0);
715
// $orbit-nav-bg: rgba(0,0,0,0.6);
716

    
717
// We use these to control the timer styles
718
// $orbit-timer-bg-old: rgb(0,0,0);
719
// $orbit-timer-bg: rgba(0,0,0,0.6);
720

    
721
// We use these to control the bullet nav styles
722
// $orbit-bullet-nav-color: #999;
723
// $orbit-bullet-nav-color-active: #222;
724

    
725
// We use thes to controls the style of slide numbers
726
// $orbit-slide-number-bg: rgb(0,0,0);
727
// $orbit-slide-number-font-color: #fff;
728
// $orbit-slide-number-padding: emCalc(5px);
729

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

    
733
//
734
// Pagination Variables
735
//
736

    
737
// We use these to control the pagination container
738
// $pagination-height: emCalc(24px);
739
// $pagination-margin: emCalc(-5px);
740

    
741
// We use these to set the list-item properties
742
// $pagination-li-float: $default-float;
743
// $pagination-li-height: emCalc(24px);
744
// $pagination-li-font-color: #222;
745
// $pagination-li-font-size: emCalc(14px);
746
// $pagination-li-margin: emCalc(5px);
747

    
748
// We use these for the pagination anchor links
749
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
750
// $pagination-link-font-color: #999;
751
// $pagination-link-active-bg: darken(#fff, 10%);
752

    
753
// We use these for disabled anchor links
754
// $pagination-link-unavailable-cursor: default;
755
// $pagination-link-unavailable-font-color: #999;
756
// $pagination-link-unavailable-bg-active: transparent;
757

    
758
// We use these for currently selected anchor links
759
// $pagination-link-current-background: $primary-color;
760
// $pagination-link-current-font-color: #fff;
761
// $pagination-link-current-font-weight: bold;
762
// $pagination-link-current-cursor: default;
763
// $pagination-link-current-active-bg: $primary-color;
764

    
765
//
766
// Panel Variables
767
//
768

    
769
// We use these to control the background and border styles
770
// $panel-bg: darken(#fff, 5%);
771
// $panel-border-style: solid;
772
// $panel-border-size: 1px;
773

    
774
// We use this % to control how much we darken things on hover
775
// $panel-function-factor: 10%;
776
// $panel-border-color: darken($panel-bg, $panel-function-factor);
777

    
778
// We use these to set default inner padding and bottom margin
779
// $panel-margin-bottom: emCalc(20px);
780
// $panel-padding: emCalc(20px);
781

    
782
// We use these to set default font colors
783
// $panel-font-color: #333;
784
// $panel-font-color-alt: #fff;
785

    
786
//
787
// Pricing Table Variables
788
//
789

    
790
// We use this to control the border color
791
// $price-table-border: solid 1px #ddd;
792

    
793
// We use this to control the bottom margin of the pricing table
794
// $price-table-margin-bottom: emCalc(20px);
795

    
796
// We use these to control the title styles
797
// $price-title-bg: #ddd;
798
// $price-title-padding: emCalc(15px) emCalc(20px);
799
// $price-title-align: center;
800
// $price-title-color: #333;
801
// $price-title-weight: bold;
802
// $price-title-size: emCalc(16px);
803

    
804
// We use these to control the price styles
805
// $price-money-bg: #eee;
806
// $price-money-padding: emCalc(15px) emCalc(20px);
807
// $price-money-align: center;
808
// $price-money-color: #333;
809
// $price-money-weight: normal;
810
// $price-money-size: emCalc(20px);
811

    
812
// We use these to control the description styles
813
// $price-bg: #fff;
814
// $price-desc-color: #777;
815
// $price-desc-padding: emCalc(15px);
816
// $price-desc-align: center;
817
// $price-desc-font-size: emCalc(12px);
818
// $price-desc-weight: normal;
819
// $price-desc-line-height: 1.4;
820
// $price-desc-bottom-border: dotted 1px #ddd;
821

    
822
// We use these to control the list item styles
823
// $price-item-color: #333;
824
// $price-item-padding: emCalc(15px);
825
// $price-item-align: center;
826
// $price-item-font-size: emCalc(14px);
827
// $price-item-weight: normal;
828
// $price-item-bottom-border: dotted 1px #ddd;
829

    
830
// We use these to control the CTA area styles
831
// $price-cta-bg: #f5f5f5;
832
// $price-cta-align: center;
833
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
834

    
835
//
836
// Progress Bar Variables
837
//
838

    
839
// We use this to se the prog bar height
840
$progress-bar-height: emCalc(15px);
841
// $progress-bar-color: transparent;
842

    
843
// We use these to control the border styles
844
// $progress-bar-border-color: darken(#fff, 20%);
845
// $progress-bar-border-size: 1px;
846
// $progress-bar-border-style: solid;
847
// $progress-bar-border-radius: $global-radius;
848

    
849
// We use these to control the margin & padding
850
// $progress-bar-pad: emCalc(2px);
851
// $progress-bar-margin-bottom: emCalc(10px);
852

    
853
// We use these to set the meter colors
854
// $progress-meter-color: $primary-color;
855
// $progress-meter-secondary-color: $secondary-color;
856
// $progress-meter-success-color: $success-color;
857
// $progress-meter-alert-color: $alert-color;
858

    
859
// NEED TO FINISH THE LOGIC HERE
860

    
861
//
862
// Reveal Variables
863
//
864

    
865
// We use these to control the style of the reveal overlay.
866
$reveal-overlay-bg: rgba(#fff, .80);
867
// $reveal-overlay-bg-old: #000;
868

    
869
// We use these to control the style of the modal itself.
870
// $reveal-modal-bg: #fff;
871
// $reveal-position-top: 50px;
872
// $reveal-default-width: 80%;
873
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
874
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
875

    
876
// We use these to style the reveal close button
877
$reveal-close-font-size: emCalc(18px);
878
$reveal-close-top: emCalc(50px);
879
$reveal-close-side: emCalc(50px);
880
$reveal-close-color: #fff;
881
// $reveal-close-weight: bold;
882

    
883
// We use these to control the modal border
884
// $reveal-border-style: solid;
885
$reveal-border-width: 0px;
886
// $reveal-border-color: #666;
887

    
888
//
889
// Section Variables
890
//
891

    
892
// We use these to set padding and hover factor
893
// $section-padding: emCalc(15px);
894
// $section-function-factor: 10%;
895

    
896
// These style the titles
897
// $section-title-color: #333;
898
// $section-title-bg: #efefef;
899
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
900
// $section-title-bg-active-tabs: #fff;
901

    
902
// Want to control border size, here ya go!
903
// $section-border-size: 1px;
904
// $section-border-style: solid;
905
// $section-border-color: #ccc;
906

    
907
// Control the color of the background and some size options
908
// $section-content-bg: #fff;
909
// $section-vertical-nav-min-width: emCalc(200px);
910
// $section-bottom-margin: emCalc(20px);
911

    
912
//
913
// Side Nav Variables
914
//
915

    
916
// We use this to control padding.
917
// $side-nav-padding: emCalc(14px) 0;
918

    
919
// We use these to control list styles.
920
// $side-nav-list-type: none;
921
// $side-nav-list-position: inside;
922
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
923

    
924
// We use these to control link styles.
925
// $side-nav-link-color: $primary-color;
926
// $side-nav-link-color-active: lighten(#000, 30%);
927
// $side-nav-font-size: emCalc(14px);
928
// $side-nav-font-weight: bold;
929

    
930
// We use these to control border styles
931
// $side-nav-divider-size: 1px;
932
// $side-nav-divider-style: solid;
933
// $side-nav-divider-color: darken(#fff, 10%);
934

    
935
//
936
// Sub Nav Variables
937
//
938

    
939
// We use these to control margin and padding
940
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
941
// $sub-nav-list-padding-top: emCalc(4px);
942

    
943
// We use this to control the definition
944
// $sub-nav-font-size: emCalc(14px);
945
// $sub-nav-font-color: #999;
946
// $sub-nav-font-weight: normal;
947
// $sub-nav-text-decoration: none;
948
// $sub-nav-border-radius: 1000px;
949

    
950
// We use these to control the active item styles
951
// $sub-nav-active-font-weight: bold;
952
// $sub-nav-active-bg: $primary-color;
953
// $sub-nav-active-color: #fff;
954
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
955
// $sub-nav-active-cursor: default;
956

    
957
//
958
// Switch Variables
959
//
960

    
961
// Controlling border styles and background colors for the switch container
962
// $switch-border-color: darken(#fff, 20%);
963
// $switch-border-style: solid;
964
// $switch-border-width: 1px;
965
// $switch-bg: #fff;
966

    
967
// We use these to control the switch heights for our default classes
968
// $switch-height-tny: 22px;
969
// $switch-height-sml: 28px;
970
// $switch-height-med: 36px;
971
// $switch-height-lrg: 44px;
972
// $switch-bottom-margin: emCalc(20px);
973

    
974
// We use these to control default font sizes for our classes.
975
// $switch-font-size-tny: 11px;
976
// $switch-font-size-sml: 12px;
977
// $switch-font-size-med: 14px;
978
// $switch-font-size-lrg: 17px;
979
// $switch-label-side-padding: 6px;
980

    
981
// We use these to style the switch-paddle
982
// $switch-paddle-bg: #fff;
983
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
984
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
985
// $switch-paddle-border-width: 1px;
986
// $switch-paddle-border-style: solid;
987
// $switch-paddle-transition-speed: .1s;
988
// $switch-paddle-transition-ease: ease-out;
989
// $switch-positive-color: lighten($success-color, 50%);
990
// $switch-negative-color: #f5f5f5;
991

    
992
// Outline Style for tabbing through switches
993
// $switch-label-outline: 1px dotted #888;
994

    
995
//
996
// Table Variables
997
//
998

    
999
// These control the background color for the table and even rows
1000
// $table-bg: #fff;
1001
// $table-even-row-bg: #f9f9f9;
1002

    
1003
// These control the table cell border style
1004
// $table-border-style: solid;
1005
// $table-border-size: 1px;
1006
// $table-border-color: #ddd;
1007

    
1008
// These control the table head styles
1009
// $table-head-bg: #f5f5f5;
1010
// $table-head-font-size: emCalc(14px);
1011
// $table-head-font-color: #222;
1012
// $table-head-font-weight: bold;
1013
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1014

    
1015
// These control the row padding and font styles
1016
// $table-row-padding: emCalc(9px) emCalc(10px);
1017
// $table-row-font-size: emCalc(14px);
1018
// $table-row-font-color: #222;
1019
// $table-line-height: emCalc(18px);
1020

    
1021
// These are for controlling the display and margin of tables
1022
// $table-display: table-cell;
1023
// $table-margin-bottom: emCalc(20px);
1024

    
1025
//
1026
// Image Thumbnail Variables
1027
//
1028

    
1029
// We use these to control border styles
1030
// $thumb-border-style: solid;
1031
// $thumb-border-width: 4px;
1032
// $thumb-border-color: #fff;
1033
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1034
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1035

    
1036
// Radius and transition speed for thumbs
1037
// $thumb-radius: $global-radius;
1038
// $thumb-transition-speed: 200ms;
1039

    
1040
//
1041
// Tooltip Variables
1042
//
1043
$has-tip-border-bottom: 0 none;
1044
// $has-tip-font-weight: bold;
1045
// $has-tip-font-color: #333;
1046
$has-tip-border-bottom-hover: none;
1047
$has-tip-font-color-hover: $link-color-hover;
1048
$has-tip-cursor-type: inherit;
1049

    
1050
$tooltip-padding: emCalc(2px) emCalc(12px);
1051
$tooltip-bg: #cecece;
1052
$tooltip-font-size: emCalc(12px);
1053
$tooltip-font-weight: normal;
1054
$tooltip-font-color: $body-font-color;
1055
// $tooltip-line-height: 1.3;
1056
// $tooltip-close-font-size: emCalc(10px);
1057
// $tooltip-close-font-weight: normal;
1058
// $tooltip-close-font-color: #888;
1059
// $tooltip-font-size-sml: emCalc(14px);
1060
$tooltip-radius: 7px;
1061
$tooltip-pip-size: 0;
1062

    
1063
//
1064
// Top Bar Variables
1065
//
1066

    
1067
// Background color for the top bar
1068
// $topbar-bg: #111;
1069

    
1070
// Height and margin
1071
// $topbar-height: 45px;
1072
// $topbar-margin-bottom: emCalc(30px);
1073

    
1074
// Control Input height for top bar
1075
// $topbar-input-height: 2.45em;
1076

    
1077
// Controlling the styles for the title in the top bar
1078
// $topbar-title-weight: bold;
1079
// $topbar-title-font-size: emCalc(17px);
1080

    
1081
// Set the link colors and styles for top-level nav
1082
// $topbar-link-color: #fff;
1083
// $topbar-link-weight: bold;
1084
// $topbar-link-font-size: emCalc(13px);
1085

    
1086
// Style the top bar dropdown elements
1087
// $topbar-dropdown-bg: #333;
1088
// $topbar-dropdown-link-color: #fff;
1089
// $topbar-dropdown-toggle-size: 5px;
1090
// $topbar-dropdown-toggle-color: #fff;
1091
// $topbar-dropdown-toggle-alpha: 0.5;
1092
// $dropdown-label-color: #555;
1093

    
1094
// Top menu icon styles
1095
// $topbar-menu-link-transform: uppercase;
1096
// $topbar-menu-link-font-size: emCalc(13px);
1097
// $topbar-menu-link-weight: bold;
1098
// $topbar-menu-link-color: #fff;
1099
// $topbar-menu-icon-color: #fff;
1100
// $topbar-menu-link-color-toggled: #888;
1101
// $topbar-menu-icon-color-toggled: #888;
1102

    
1103
// Transitions and breakpoint styles
1104
// $topbar-transition-speed: 300ms;
1105
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1106
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1107

    
1108

    
1109
// Custom breakpoints
1110

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

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