Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (33.2 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
// PALETTE
14
$gray-0: #2D3338; // almost black OK (text VM wizard header)
15
$gray-1: #BEBEBE; // light(deactivated)
16
$gray-2: #485057; // charbon OK(links OFF machine logo wizard BGND)
17
$gray-3: #787878; // medium OK(shutting down wizard menu level 2)
18
$gray-4: #f0f0f0; // super light gray (sorting bar)
19

    
20

    
21
$turquoise-1 : #30c79e;
22
$green-1: #00a551;
23
$red-1: #E02B2B;
24
$cobalt-1: #566db1;
25
$cobalt-2: #4c71ff;
26
$yellow-1: #ffc748;
27
$orange-1: #ff7049;
28
$salmon-1: #F6938D;
29
$salmon-2: #FCD9D7;
30
// This is the default html and body font-size for the base em value.
31
// $em-base: 16px;
32

    
33
// We use these to control various global styles
34
// $body-bg: #fff;
35
$body-font-color: $gray-0;
36
$body-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
37
// $body-font-weight: normal;
38
// $body-font-style: normal;
39

    
40
// We use this to control font-smoothing
41
// $font-smoothing: antialiased;
42

    
43
// We use these to control text direction settings
44
// $text-direction: ltr;
45

    
46

    
47

    
48
// We use these as default colors throughout
49
// For foundation purposes
50
$primary-color: $gray-1; // inactive gray
51
$secondary-color: $turquoise-1; // green
52
$third-color: $gray-2;
53

    
54
$overlay-bg-color: $gray-2;
55
$overlay-color-header: $gray-3;
56
$overlay-color-top: $gray-0;
57

    
58
$light-bg: $gray-1; // common light grey bg
59

    
60
// links color usage
61
$inactive-color: $primary-color;
62
$link-color: $gray-2;
63
$link-color-hover : $secondary-color;
64

    
65
$border-color-1 : $gray-4;
66

    
67
$alert-color: $secondary-color;
68
$success-color: $green-1;
69
$error-color: $red-1;
70

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

    
80
// wizard step2 colors
81
$disabled-resource-color: $primary-color;
82

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

    
90
// icon-font sizes
91
$snf-font-size-medium: emCalc(60px);
92
$snf-font-size-small: emCalc(34px);
93

    
94

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

    
99
// header settings
100
$header-height: 80px;
101
$header-height-responsive: 120px;
102
$header-padding-vertical: 20px;
103
$header-padding-horizontal: 15px;
104

    
105
// icons nav settings
106
$icons-nav-margin-horizontal : 10px;
107

    
108
// bar options
109
$bar-height: 30px;
110
$bar-menu-height: 50px;
111
$bar-submenu-height: 40px;
112

    
113
// button options
114
$btn-height: 30px;
115

    
116
// list-view 
117
$lt-bar-width: 150px;
118
$list-icon-height: 34px;
119

    
120
// grid-view
121
$grid-icon-height: $snf-font-size-medium;
122

    
123
// details view
124
$details-top-height: 160px;
125
$details-lt-width: 290px;
126
$details-top-more-padding-lt : 20px;
127

    
128

    
129
// items-list list-view settings
130
$check-w : 60px;
131
$img-wrap-w : 70px;
132
$h4-w : 210px;
133
$tags-w : 90px;
134
$info-w: 200px;
135
$actions-w: 140px;
136
$three-col-w: 33%;
137
$storage-h4-w: $h4-w;
138

    
139

    
140
// We use these to control inset shadow shiny edges and depressions.
141
// $shiny-edge-size: 0 1px 0;
142
// $shiny-edge-color: rgba(#fff, .5);
143
// $shiny-edge-active-color: rgba(#000, .2);
144

    
145
// We use this to control whether or not CSS classes come through in the gem files.
146
// $include-html-classes: true;
147
// $include-print-styles: true;
148

    
149
// Modular html classes
150
// $include-html-grid-classes: $include-html-classes;
151
// $include-html-visibility-classes: $include-html-classes;
152
// $include-html-button-classes: $include-html-classes;
153
// $include-html-form-classes: $include-html-classes;
154
// $include-html-media-classes: $include-html-classes;
155
// $include-html-section-classes: $include-html-classes;
156
// $include-html-reveal-classes: $include-html-classes;
157
// $include-html-alert-classes: $include-html-classes;
158
// $include-html-nav-classes: $include-html-classes;
159
// $include-html-label-classes: $include-html-classes;
160
// $include-html-panel-classes: $include-html-classes;
161
// $include-html-pricing-classes: $include-html-classes;
162
// $include-html-progress-classes: $include-html-classes;
163

    
164
//
165
// Grid Variables
166
//
167

    
168
$row-full-width:100%;
169
//$row-width: emCalc(960px);
170
$row-small: emCalc(580px);
171
$main-padding-horizontal: emCalc(10px);
172

    
173
$conf-area-h-width: emCalc(300px);
174

    
175
$step-adv-padding:emCalc(40px);
176
// $column-gutter: 1.875em;
177
// $total-columns: 12;
178

    
179
//
180
// Block Grid Variables
181
//
182

    
183
// We use this to control the maximum number of block grid elements per row
184
// $block-grid-elements: 12;
185
// $block-grid-default-spacing: 10px;
186

    
187
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
188
// $block-grid-media-queries: true;
189

    
190
$small-mobile:emCalc(480px);
191

    
192
//
193
// Typography Variables
194
//
195

    
196
$wizard-paragraph-font-size: 10px;
197
$wizard-paragraph-font-size-custom: 14px;
198
// We use these to control header font styles
199
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
200
// $header-font-weight: bold;
201
// $header-font-style: normal;
202
$header-font-color: $body-font-color;
203
// $header-line-height: 1.4;
204
// $header-top-margin: .2em;
205
// $header-bottom-margin: .5em;
206
// $header-text-rendering: optimizeLegibility;
207

    
208
// We use these to control header font sizes
209
// $h1-font-size: emCalc(44px);
210
// $h2-font-size: emCalc(37px);
211
// $h3-font-size: emCalc(27px);
212
// $h4-font-size: emCalc(23px);
213
// $h5-font-size: emCalc(18px);
214
// $h6-font-size: 1em;
215

    
216
// These control how subheaders are styled.
217
// $subheader-line-height: 1.4;
218
// $subheader-font-color: lighten($header-font-color, 30%);
219
// $subheader-font-weight: 300;
220
// $subheader-top-margin: .2em;
221
// $subheader-bottom-margin: .5em;
222

    
223
// A general <small> styling
224
// $small-font-size: 60%;
225
// $small-font-color: lighten($header-font-color, 30%);
226

    
227
// We use these to style paragraphs
228
// $paragraph-font-family: inherit;
229
// $paragraph-font-weight: normal;
230
// $paragraph-font-size: 1em;
231
// $paragraph-line-height: 1.6;
232
// $paragraph-margin-bottom: emCalc(20px);
233
// $paragraph-aside-font-size: emCalc(14px);
234
// $paragraph-aside-line-height: 1.35;
235
// $paragraph-aside-font-style: italic;
236

    
237
// We use these to style <code> tags
238
// $code-color: darken($alert-color, 15%);
239
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
240
// $code-font-weight: bold;
241

    
242
// We use these to style anchors
243
// $anchor-text-decoration: none;
244
// $anchor-font-color: $primary-color;
245
// $anchor-font-color-hover: darken($primary-color, 5%);
246

    
247
// We use these to style the <hr> element
248
// $hr-border-width: 1px;
249
// $hr-border-style: solid;
250
// $hr-border-color: #ddd;
251
// $hr-margin: emCalc(20px);
252

    
253
// We use these to style lists
254
// $list-style-position: outside;
255
// $list-side-margin: emCalc(18px);
256
// $definition-list-header-weight: bold;
257
// $definition-list-header-margin-bottom: .3em;
258
// $definition-list-margin-bottom: emCalc(12px);
259

    
260
// We use these to style blockquotes
261
// $blockquote-font-color: lighten($header-font-color, 30%);
262
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
263
// $blockquote-border: 1px solid #ddd;
264
// $blockquote-cite-font-size: emCalc(13px);
265
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
266
// $blockquote-cite-link-color: $blockquote-cite-font-color;
267

    
268
// Acronym styles
269
// $acronym-underline: 1px dotted #ddd;
270

    
271
// We use these to control padding and margin
272
// $microformat-padding: emCalc(10px) emCalc(12px);
273
// $microformat-margin: 0 0 emCalc(20px) 0;
274

    
275
// We use these to control the border styles
276
// $microformat-border-width: 1px;
277
// $microformat-border-style: solid;
278
// $microformat-border-color: #ddd;
279

    
280
// We use these to control full name font styles
281
// $microformat-fullname-font-weight: bold;
282
// $microformat-fullname-font-size: emCalc(15px);
283

    
284
// We use this to control the summary font styles
285
// $microformat-summary-font-weight: bold;
286

    
287
// We use this to control abbr padding
288
// $microformat-abbr-padding: 0 emCalc(1px);
289

    
290
// We use this to control abbr font styles
291
// $microformat-abbr-font-weight: bold;
292
// $microformat-abbr-font-decoration: none;
293

    
294
//
295
// Form Variables
296
//
297

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

    
301
// We use these to style the labels in different ways
302
// $label-pointer: pointer;
303
// $label-font-size: emCalc(14px);
304
// $label-font-weight: 500;
305
// $label-font-color: lighten(#000, 30%);
306
// $label-bottom-margin: emCalc(3px);
307
// $input-font-family: inherit;
308
// $input-font-color: rgba(0,0,0,0.75);
309
// $input-font-size: emCalc(14px);
310
// $input-bg-color: #fff;
311
// $input-focus-bg-color: darken(#fff, 2%);
312
$input-border-color: $primary-color;
313
// $input-focus-border-color: darken(#fff, 40%);
314
// $input-border-style: solid;
315
// $input-border-width: 1px;
316
// $input-disabled-bg: #ddd;
317
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
318

    
319
// We use these to style the fieldset border and spacing.
320
// $fieldset-border-style: solid;
321
// $fieldset-border-width: 1px;
322
// $fieldset-border-color: #ddd;
323
// $fieldset-padding: emCalc(20px);
324
// $fieldset-margin: emCalc(18px) 0;
325

    
326
// We use these to style the legends when you use them
327
// $legend-bg: #fff;
328
// $legend-font-weight: bold;
329
// $legend-padding: 0 emCalc(3px);
330

    
331
// We use these to style the prefix and postfix input elements
332
// $input-prefix-bg: darken(#fff, 5%);
333
// $input-prefix-border-color: darken(#fff, 20%);
334
// $input-prefix-border-size: 1px;
335
// $input-prefix-border-type: solid;
336
// $input-prefix-overflow: hidden;
337
// $input-prefix-font-color: #333;
338
// $input-prefix-font-color-alt: #fff;
339

    
340
// We use these to style the error states for inputs and labels
341
// $input-error-message-padding: emCalc(6px) emCalc(4px);
342
// $input-error-message-top: -($form-spacing) - emCalc(5px);
343
// $input-error-message-font-size: emCalc(12px);
344
// $input-error-message-font-weight: bold;
345
// $input-error-message-font-color: #fff;
346
// $input-error-message-font-color-alt: #333;
347

    
348
// We use these to build padding for buttons.
349
// $button-med: emCalc(12px);
350
// $button-tny: emCalc(7px);
351
// $button-sml: emCalc(9px);
352
// $button-lrg: emCalc(16px);
353

    
354
// We use this to control the display property.
355
// $button-display: inline-block;
356
// $button-margin-bottom: emCalc(20px);
357

    
358
// We use these to control button text styles.
359
// $button-font-family: inherit;
360
// $button-font-color: #fff;
361
// $button-font-color-alt: #333;
362
// $button-font-med: emCalc(16px);
363
// $button-font-tny: emCalc(11px);
364
// $button-font-sml: emCalc(13px);
365
// $button-font-lrg: emCalc(20px);
366
// $button-font-weight: bold;
367
// $button-font-align: center;
368

    
369
// We use these to control various hover effects.
370
// $button-function-factor: 10%;
371

    
372
// We use these to control button border styles.
373
// $button-border-width: 1px;
374
// $button-border-style: solid;
375
// $button-border-color: darken($primary-color, $button-function-factor);
376

    
377
// We use this to set the default radius used throughout the core.
378
// $button-radius: $global-radius;
379

    
380
// We use this to set default opacity for disabled buttons.
381
// $button-disabled-opacity: 0.6;
382

    
383
//
384
// Dropdown Button Variables
385
//
386

    
387
// We use these to set the color of the pip in dropdown buttons
388
// $dropdown-button-pip-color: #fff;
389
// $dropdown-button-pip-color-alt: #333;
390

    
391
// We use these to style tiny dropdown buttons
392
// $dropdown-button-padding-tny: $button-tny * 5;
393
// $dropdown-button-pip-size-tny: $button-tny;
394
// $dropdown-button-pip-right-tny: $button-tny * 2;
395
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
396

    
397
// We use these to style small dropdown buttons
398
// $dropdown-button-padding-sml: $button-sml * 5;
399
// $dropdown-button-pip-size-sml: $button-sml;
400
// $dropdown-button-pip-right-sml: $button-sml * 2;
401
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
402

    
403
// We use these to style medium dropdown buttons
404
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
405
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
406
// $dropdown-button-pip-right-med: $button-med * 2;
407
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
408

    
409
// We use these to style large dropdown buttons
410
// $dropdown-button-padding-lrg: $button-lrg * 4;
411
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
412
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
413
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
414

    
415
//
416
// Split Button Variables
417
//
418

    
419
// We use these to control different shared styles for Split Buttons
420
// $split-button-function-factor: 15%;
421
// $split-button-pip-color: #fff;
422
// $split-button-pip-color-alt: #333;
423
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
424

    
425
// We use these to control tiny split buttons
426
// $split-button-padding-tny: $button-tny * 9;
427
// $split-button-span-width-tny: $button-tny * 6.5;
428
// $split-button-pip-size-tny: $button-tny;
429
// $split-button-pip-top-tny: $button-tny * 2;
430
// $split-button-pip-left-tny: emCalc(-5px);
431

    
432
// We use these to control small split buttons
433
// $split-button-padding-sml: $button-sml * 7;
434
// $split-button-span-width-sml: $button-sml * 5;
435
// $split-button-pip-size-sml: $button-sml;
436
// $split-button-pip-top-sml: $button-sml * 1.5;
437
// $split-button-pip-left-sml: emCalc(-9px);
438

    
439
// We use these to control medium split buttons
440
// $split-button-padding-med: $button-med * 6.4;
441
// $split-button-span-width-med: $button-med * 4;
442
// $split-button-pip-size-med: $button-med - emCalc(3px);
443
// $split-button-pip-top-med: $button-med * 1.5;
444
// $split-button-pip-left-med: emCalc(-9px);
445

    
446
// We use these to control large split buttons
447
// $split-button-padding-lrg: $button-lrg * 6;
448
// $split-button-span-width-lrg: $button-lrg * 3.75;
449
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
450
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
451
// $split-button-pip-left-lrg: emCalc(-9px);
452

    
453
//
454
// Alert Variables
455
//
456

    
457
// We use this to control alert padding.
458
// $alert-padding-top: emCalc(11px);
459
// $alert-padding-left: $alert-padding-top;
460
// $alert-padding-right: $alert-padding-top + emCalc(10px);
461
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
462

    
463
// We use these to control text style.
464
// $alert-font-weight: bold;
465
// $alert-font-size: emCalc(14px);
466
// $alert-font-color: #fff;
467
// $alert-font-color-alt: darken($secondary-color, 60%);
468

    
469
// We use this for close hover effect.
470
// $alert-function-factor: 10%;
471

    
472
// We use these to control border styles.
473
// $alert-border-style: solid;
474
// $alert-border-width: 1px;
475
// $alert-border-color: darken($primary-color, $alert-function-factor);
476
// $alert-bottom-margin: emCalc(20px);
477

    
478
// We use these to style the close buttons
479
// $alert-close-color: #333;
480
// $alert-close-position: emCalc(5px);
481
// $alert-close-font-size: emCalc(22px);
482
// $alert-close-opacity: 0.3;
483
// $alert-close-opacity-hover: 0.5;
484
// $alert-close-padding: 5px 4px 4px;
485

    
486
// We use this to control border radius
487
// $alert-radius: $global-radius;
488

    
489
//
490
// Breadcrumb Variables
491
//
492

    
493
// We use this to set the background color for the breadcrumb container.
494
$crumb-bg: transparent;
495

    
496
// We use these to set the padding around the breadcrumbs.
497
$crumb-padding: 0 emCalc(14px) emCalc(9px);
498
// $crumb-side-padding: emCalc(12px);
499

    
500
// We use these to control border styles.
501
// $crumb-function-factor: 10%;
502
// $crumb-border-size: 1px;
503
// $crumb-border-style: solid;
504
$crumb-border-color: transparent;
505
// $crumb-radius: $global-radius;
506

    
507
// We use these to set various text styles for breadcrumbs.
508
$crumb-font-size: inherit;
509
// $crumb-font-color: $primary-color;
510
// $crumb-font-color-current: #333;
511
// $crumb-font-color-unavailable: #999;
512
$crumb-font-transform: none;
513
$crumb-link-decor: none;
514

    
515
// We use these to control the slash between breadcrumbs
516
// $crumb-slash-color: #aaa;
517
$crumb-slash: ">";
518

    
519
//
520
// Clearing Variables
521
//
522

    
523
// We use these to set the background colors for parts of Clearing.
524
// $clearing-bg: #111;
525
// $clearing-caption-bg: $clearing-bg;
526
// $clearing-carousel-bg: #111;
527
// $clearing-img-bg: $clearing-bg;
528

    
529
// We use these to style the close button
530
// $clearing-close-color: #fff;
531
// $clearing-close-size: 40px;
532

    
533
// We use these to style the arrows
534
// $clearing-arrow-size: 16px;
535
// $clearing-arrow-color: $clearing-close-color;
536

    
537
// We use these to style captions
538
// $clearing-caption-font-color: #fff;
539
// $clearing-caption-padding: 10px 30px;
540

    
541
// We use these to make the image and carousel height and style
542
// $clearing-active-img-height: 75%;
543
// $clearing-carousel-height: 150px;
544
// $clearing-carousel-thumb-width: 175px;
545
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
546

    
547
//
548
// Custom Form Variables
549
//
550

    
551
// We use these to control the basic form styles input styles
552
// $custom-form-border-color: #ccc;
553
// $custom-form-bg: #fff;
554
// $custom-form-bg-disabled: #ddd;
555
// $custom-form-check-color: #222;
556

    
557
// We use these to style the custom select form element.
558
$custom-select-bg: $overlay-bg-color;
559
$custom-select-fade-to-color: $overlay-bg-color;
560
$custom-select-border-color: white;
561
$custom-select-triangle-color: white;
562
$custom-select-triangle-color-open: white;
563
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
564
// $custom-select-margin-bottom: emCalc(20px);
565
// $custom-select-font-color-selected: #141414;
566
// $custom-select-disabled-color: #888;
567

    
568
// We use these to control the style of the custom select dropdown element.
569
// $custom-dropdown-height: 200px;
570
// $custom-dropdown-bg: #fff;
571
// $custom-dropdown-border-color: darken(#fff, 20%);
572
// $custom-dropdown-border-width: 1px;
573
// $custom-dropdown-border-style: solid;
574
// $custom-dropdown-font-color: #555;
575
// $custom-dropdown-font-size: emCalc(14px);
576
// $custom-dropdown-color-selected: #eeeeee;
577
// $custom-dropdown-font-color-selected: #000;
578
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
579
// $custom-dropdown-offset-top: none;
580
// $custom-dropdown-list-padding: emCalc(4px);
581
// $custom-dropdown-left-padding: emCalc(6px);
582
// $custom-dropdown-right-padding: emCalc(38px);
583
// $custom-dropdown-list-item-min-height: emCalc(24px);
584

    
585
//
586
// Dropdown Variables
587
//
588

    
589
// We use these to controls height and width styles.
590
// $f-dropdown-max-width: 200px;
591
// $f-dropdown-height: auto;
592
// $f-dropdown-max-height: none;
593
// $f-dropdown-margin-top: 2px;
594

    
595
// We use this to control the background color
596
// $f-dropdown-bg: #fff;
597

    
598
// We use this to set the border styles for dropdowns.
599
// $f-dropdown-border-style: solid;
600
// $f-dropdown-border-width: 1px;
601
// $f-dropdown-border-color: darken(#fff, 20%);
602

    
603
// We use these to style the triangle pip.
604
// $f-dropdown-triangle-size: 6px;
605
// $f-dropdown-triangle-color: #fff;
606
// $f-dropdown-triangle-side-offset: 10px;
607

    
608
// We use these to control styles for the list elements.
609
// $f-dropdown-list-style: none;
610
// $f-dropdown-font-color: #555;
611
// $f-dropdown-font-size: emCalc(14px);
612
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
613
// $f-dropdown-line-height: emCalc(18px);
614
// $f-dropdown-list-hover-bg: #eeeeee;
615
// $dropdown-mobile-left: 0;
616

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

    
620
//
621
// Flex Video Variables
622
//
623

    
624
// We use these to control video container padding and margins
625
// $flex-video-padding-top: emCalc(25px);
626
// $flex-video-padding-bottom: 67.5%;
627
// $flex-video-margin-bottom: emCalc(16px);
628

    
629
// We use this to control widescreen bottom padding
630
// $flex-video-widescreen-padding-bottom: 57.25%;
631

    
632
//
633
// Inline List Variables
634
//
635

    
636
// We use this to control the margins and padding of the inline list.
637
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
638
// $inline-list-margin: 0 0;
639
// $inline-list-padding: 0;
640

    
641
// We use this to control the overflow of the inline list.
642
// $inline-list-overflow: hidden;
643

    
644
// We use this to control the list items
645
// $inline-list-display: block;
646

    
647
// We use this to control any elments within list items
648
// $inline-list-children-display: block;
649

    
650
//
651
// Joyride Variables
652
//
653

    
654
// Controlling default Joyride styles
655
// $joyride-tip-bg: rgb(0,0,0);
656
// $joyride-tip-default-width: 300px;
657
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
658
// $joyride-tip-border: solid 1px #555;
659
// $joyride-tip-radius: 4px;
660
// $joyride-tip-position-offset: 22px;
661

    
662
// Here, we're setting the tip dont styles
663
// $joyride-tip-font-color: #fff;
664
// $joyride-tip-font-size: emCalc(14px);
665
// $joyride-tip-header-weight: bold;
666

    
667
// This changes the nub size
668
// $joyride-tip-nub-size: 14px;
669

    
670
// This adjusts the styles for the timer when its enabled
671
// $joyride-tip-timer-width: 50px;
672
// $joyride-tip-timer-height: 3px;
673
// $joyride-tip-timer-color: #666;
674

    
675
// This changes up the styles for the close button
676
// $joyride-tip-close-color: #777;
677
// $joyride-tip-close-size: 30px;
678
// $joyride-tip-close-weight: normal;
679

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

    
683
//
684
// Keystroke Variables
685
//
686

    
687
// We use these to control text styles.
688
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
689
// $keystroke-font-size: emCalc(15px);
690
// $keystroke-font-color: #222;
691
// $keystroke-font-color-alt: #fff;
692
// $keystroke-function-factor: 7%;
693

    
694
// We use this to control keystroke padding.
695
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
696

    
697
// We use these to control background and border styles.
698
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
699
// $keystroke-border-style: solid;
700
// $keystroke-border-width: 1px;
701
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
702
// $keystroke-radius: $global-radius;
703

    
704
//
705
// Label Variables
706
//
707

    
708
// We use these to style the labels
709
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
710
// $label-radius: $global-radius;
711

    
712
// We use these to style the label text
713
// $label-font-sizing: emCalc(14px);
714
// $label-font-weight: bold;
715

    
716
//
717
// Orbit Settings
718
//
719

    
720
// We use these to control the caption styles
721
// $orbit-container-bg: #f5f5f5;
722
// $orbit-caption-bg-old-browser: #000;
723
// $orbit-caption-bg-old: rgb(0,0,0);
724
// $orbit-caption-bg: rgba(0,0,0,0.6);
725
// $orbit-caption-font-color: #fff;
726

    
727
// We use these to control the left/right nav styles
728
// $orbit-nav-bg-old: rgb(0,0,0);
729
// $orbit-nav-bg: rgba(0,0,0,0.6);
730

    
731
// We use these to control the timer styles
732
// $orbit-timer-bg-old: rgb(0,0,0);
733
// $orbit-timer-bg: rgba(0,0,0,0.6);
734

    
735
// We use these to control the bullet nav styles
736
// $orbit-bullet-nav-color: #999;
737
// $orbit-bullet-nav-color-active: #222;
738

    
739
// We use thes to controls the style of slide numbers
740
// $orbit-slide-number-bg: rgb(0,0,0);
741
// $orbit-slide-number-font-color: #fff;
742
// $orbit-slide-number-padding: emCalc(5px);
743

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

    
747
//
748
// Pagination Variables
749
//
750

    
751
// We use these to control the pagination container
752
// $pagination-height: emCalc(24px);
753
// $pagination-margin: emCalc(-5px);
754

    
755
// We use these to set the list-item properties
756
// $pagination-li-float: $default-float;
757
// $pagination-li-height: emCalc(24px);
758
// $pagination-li-font-color: #222;
759
// $pagination-li-font-size: emCalc(14px);
760
// $pagination-li-margin: emCalc(5px);
761

    
762
// We use these for the pagination anchor links
763
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
764
// $pagination-link-font-color: #999;
765
// $pagination-link-active-bg: darken(#fff, 10%);
766

    
767
// We use these for disabled anchor links
768
// $pagination-link-unavailable-cursor: default;
769
// $pagination-link-unavailable-font-color: #999;
770
// $pagination-link-unavailable-bg-active: transparent;
771

    
772
// We use these for currently selected anchor links
773
// $pagination-link-current-background: $primary-color;
774
// $pagination-link-current-font-color: #fff;
775
// $pagination-link-current-font-weight: bold;
776
// $pagination-link-current-cursor: default;
777
// $pagination-link-current-active-bg: $primary-color;
778

    
779
//
780
// Panel Variables
781
//
782

    
783
// We use these to control the background and border styles
784
// $panel-bg: darken(#fff, 5%);
785
// $panel-border-style: solid;
786
// $panel-border-size: 1px;
787

    
788
// We use this % to control how much we darken things on hover
789
// $panel-function-factor: 10%;
790
// $panel-border-color: darken($panel-bg, $panel-function-factor);
791

    
792
// We use these to set default inner padding and bottom margin
793
// $panel-margin-bottom: emCalc(20px);
794
// $panel-padding: emCalc(20px);
795

    
796
// We use these to set default font colors
797
// $panel-font-color: #333;
798
// $panel-font-color-alt: #fff;
799

    
800
//
801
// Pricing Table Variables
802
//
803

    
804
// We use this to control the border color
805
// $price-table-border: solid 1px #ddd;
806

    
807
// We use this to control the bottom margin of the pricing table
808
// $price-table-margin-bottom: emCalc(20px);
809

    
810
// We use these to control the title styles
811
// $price-title-bg: #ddd;
812
// $price-title-padding: emCalc(15px) emCalc(20px);
813
// $price-title-align: center;
814
// $price-title-color: #333;
815
// $price-title-weight: bold;
816
// $price-title-size: emCalc(16px);
817

    
818
// We use these to control the price styles
819
// $price-money-bg: #eee;
820
// $price-money-padding: emCalc(15px) emCalc(20px);
821
// $price-money-align: center;
822
// $price-money-color: #333;
823
// $price-money-weight: normal;
824
// $price-money-size: emCalc(20px);
825

    
826
// We use these to control the description styles
827
// $price-bg: #fff;
828
// $price-desc-color: #777;
829
// $price-desc-padding: emCalc(15px);
830
// $price-desc-align: center;
831
// $price-desc-font-size: emCalc(12px);
832
// $price-desc-weight: normal;
833
// $price-desc-line-height: 1.4;
834
// $price-desc-bottom-border: dotted 1px #ddd;
835

    
836
// We use these to control the list item styles
837
// $price-item-color: #333;
838
// $price-item-padding: emCalc(15px);
839
// $price-item-align: center;
840
// $price-item-font-size: emCalc(14px);
841
// $price-item-weight: normal;
842
// $price-item-bottom-border: dotted 1px #ddd;
843

    
844
// We use these to control the CTA area styles
845
// $price-cta-bg: #f5f5f5;
846
// $price-cta-align: center;
847
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
848

    
849
//
850
// Progress Bar Variables
851
//
852

    
853
// We use this to se the prog bar height
854
$progress-bar-height: emCalc(15px);
855
// $progress-bar-color: transparent;
856

    
857
// We use these to control the border styles
858
// $progress-bar-border-color: darken(#fff, 20%);
859
// $progress-bar-border-size: 1px;
860
// $progress-bar-border-style: solid;
861
// $progress-bar-border-radius: $global-radius;
862

    
863
// We use these to control the margin & padding
864
$progress-bar-pad: 1px;
865
// $progress-bar-margin-bottom: emCalc(10px);
866

    
867
// We use these to set the meter colors
868
// $progress-meter-color: $primary-color;
869
// $progress-meter-secondary-color: $secondary-color;
870
// $progress-meter-success-color: $success-color;
871
// $progress-meter-alert-color: $alert-color;
872

    
873
// NEED TO FINISH THE LOGIC HERE
874

    
875
//
876
// Reveal Variables
877
//
878

    
879
// We use these to control the style of the reveal overlay.
880
$reveal-overlay-bg: rgba(#fff, .80);
881
// $reveal-overlay-bg-old: #000;
882

    
883
// We use these to control the style of the modal itself.
884
// $reveal-modal-bg: #fff;
885
// $reveal-position-top: 50px;
886
// $reveal-default-width: 80%;
887
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
888
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
889

    
890
// We use these to style the reveal close button
891
$reveal-close-font-size: emCalc(18px);
892
$reveal-close-top: emCalc(50px);
893
$reveal-close-side: emCalc(50px);
894
$reveal-close-color: #fff;
895
// $reveal-close-weight: bold;
896

    
897
// We use these to control the modal border
898
// $reveal-border-style: solid;
899
$reveal-border-width: 0px;
900
// $reveal-border-color: #666;
901

    
902
//
903
// Section Variables
904
//
905

    
906
// We use these to set padding and hover factor
907
// $section-padding: emCalc(15px);
908
// $section-function-factor: 10%;
909

    
910
// These style the titles
911
// $section-title-color: #333;
912
// $section-title-bg: #efefef;
913
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
914
// $section-title-bg-active-tabs: #fff;
915

    
916
// Want to control border size, here ya go!
917
// $section-border-size: 1px;
918
// $section-border-style: solid;
919
// $section-border-color: #ccc;
920

    
921
// Control the color of the background and some size options
922
// $section-content-bg: #fff;
923
// $section-vertical-nav-min-width: emCalc(200px);
924
// $section-bottom-margin: emCalc(20px);
925

    
926
//
927
// Side Nav Variables
928
//
929

    
930
// We use this to control padding.
931
// $side-nav-padding: emCalc(14px) 0;
932

    
933
// We use these to control list styles.
934
// $side-nav-list-type: none;
935
// $side-nav-list-position: inside;
936
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
937

    
938
// We use these to control link styles.
939
// $side-nav-link-color: $primary-color;
940
// $side-nav-link-color-active: lighten(#000, 30%);
941
// $side-nav-font-size: emCalc(14px);
942
// $side-nav-font-weight: bold;
943

    
944
// We use these to control border styles
945
// $side-nav-divider-size: 1px;
946
// $side-nav-divider-style: solid;
947
// $side-nav-divider-color: darken(#fff, 10%);
948

    
949
//
950
// Sub Nav Variables
951
//
952

    
953
// We use these to control margin and padding
954
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
955
// $sub-nav-list-padding-top: emCalc(4px);
956

    
957
// We use this to control the definition
958
// $sub-nav-font-size: emCalc(14px);
959
// $sub-nav-font-color: #999;
960
// $sub-nav-font-weight: normal;
961
// $sub-nav-text-decoration: none;
962
// $sub-nav-border-radius: 1000px;
963

    
964
// We use these to control the active item styles
965
// $sub-nav-active-font-weight: bold;
966
// $sub-nav-active-bg: $primary-color;
967
// $sub-nav-active-color: #fff;
968
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
969
// $sub-nav-active-cursor: default;
970

    
971
//
972
// Switch Variables
973
//
974

    
975
// Controlling border styles and background colors for the switch container
976
// $switch-border-color: darken(#fff, 20%);
977
// $switch-border-style: solid;
978
// $switch-border-width: 1px;
979
// $switch-bg: #fff;
980

    
981
// We use these to control the switch heights for our default classes
982
// $switch-height-tny: 22px;
983
// $switch-height-sml: 28px;
984
// $switch-height-med: 36px;
985
// $switch-height-lrg: 44px;
986
// $switch-bottom-margin: emCalc(20px);
987

    
988
// We use these to control default font sizes for our classes.
989
// $switch-font-size-tny: 11px;
990
// $switch-font-size-sml: 12px;
991
// $switch-font-size-med: 14px;
992
// $switch-font-size-lrg: 17px;
993
// $switch-label-side-padding: 6px;
994

    
995
// We use these to style the switch-paddle
996
// $switch-paddle-bg: #fff;
997
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
998
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
999
// $switch-paddle-border-width: 1px;
1000
// $switch-paddle-border-style: solid;
1001
// $switch-paddle-transition-speed: .1s;
1002
// $switch-paddle-transition-ease: ease-out;
1003
// $switch-positive-color: lighten($success-color, 50%);
1004
// $switch-negative-color: #f5f5f5;
1005

    
1006
// Outline Style for tabbing through switches
1007
// $switch-label-outline: 1px dotted #888;
1008

    
1009
//
1010
// Table Variables
1011
//
1012

    
1013
// These control the background color for the table and even rows
1014
// $table-bg: #fff;
1015
// $table-even-row-bg: #f9f9f9;
1016

    
1017
// These control the table cell border style
1018
// $table-border-style: solid;
1019
// $table-border-size: 1px;
1020
// $table-border-color: #ddd;
1021

    
1022
// These control the table head styles
1023
// $table-head-bg: #f5f5f5;
1024
// $table-head-font-size: emCalc(14px);
1025
// $table-head-font-color: #222;
1026
// $table-head-font-weight: bold;
1027
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
1028

    
1029
// These control the row padding and font styles
1030
// $table-row-padding: emCalc(9px) emCalc(10px);
1031
// $table-row-font-size: emCalc(14px);
1032
// $table-row-font-color: #222;
1033
// $table-line-height: emCalc(18px);
1034

    
1035
// These are for controlling the display and margin of tables
1036
// $table-display: table-cell;
1037
// $table-margin-bottom: emCalc(20px);
1038

    
1039
//
1040
// Image Thumbnail Variables
1041
//
1042

    
1043
// We use these to control border styles
1044
// $thumb-border-style: solid;
1045
// $thumb-border-width: 4px;
1046
// $thumb-border-color: #fff;
1047
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1048
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1049

    
1050
// Radius and transition speed for thumbs
1051
// $thumb-radius: $global-radius;
1052
// $thumb-transition-speed: 200ms;
1053

    
1054
//
1055
// Tooltip Variables
1056
//
1057
$has-tip-border-bottom: 0 none;
1058
$has-tip-font-weight: normal;
1059
// $has-tip-font-color: #333;
1060
$has-tip-border-bottom-hover: none;
1061
$has-tip-font-color-hover: $link-color-hover;
1062
$has-tip-cursor-type: inherit;
1063

    
1064
$tooltip-padding: emCalc(2px) emCalc(12px);
1065
$tooltip-bg: #cecece;
1066
$tooltip-font-size: emCalc(12px);
1067
$tooltip-font-weight: normal;
1068
$tooltip-font-color: $body-font-color;
1069
// $tooltip-line-height: 1.3;
1070
// $tooltip-close-font-size: emCalc(10px);
1071
// $tooltip-close-font-weight: normal;
1072
// $tooltip-close-font-color: #888;
1073
// $tooltip-font-size-sml: emCalc(14px);
1074
$tooltip-radius: 7px;
1075
$tooltip-pip-size: 0;
1076

    
1077
//
1078
// Top Bar Variables
1079
//
1080

    
1081
// Background color for the top bar
1082
// $topbar-bg: #111;
1083

    
1084
// Height and margin
1085
// $topbar-height: 45px;
1086
// $topbar-margin-bottom: emCalc(30px);
1087

    
1088
// Control Input height for top bar
1089
// $topbar-input-height: 2.45em;
1090

    
1091
// Controlling the styles for the title in the top bar
1092
// $topbar-title-weight: bold;
1093
// $topbar-title-font-size: emCalc(17px);
1094

    
1095
// Set the link colors and styles for top-level nav
1096
// $topbar-link-color: #fff;
1097
// $topbar-link-weight: bold;
1098
// $topbar-link-font-size: emCalc(13px);
1099

    
1100
// Style the top bar dropdown elements
1101
// $topbar-dropdown-bg: #333;
1102
// $topbar-dropdown-link-color: #fff;
1103
// $topbar-dropdown-toggle-size: 5px;
1104
// $topbar-dropdown-toggle-color: #fff;
1105
// $topbar-dropdown-toggle-alpha: 0.5;
1106
// $dropdown-label-color: #555;
1107

    
1108
// Top menu icon styles
1109
// $topbar-menu-link-transform: uppercase;
1110
// $topbar-menu-link-font-size: emCalc(13px);
1111
// $topbar-menu-link-weight: bold;
1112
// $topbar-menu-link-color: #fff;
1113
// $topbar-menu-icon-color: #fff;
1114
// $topbar-menu-link-color-toggled: #888;
1115
// $topbar-menu-icon-color-toggled: #888;
1116

    
1117
// Transitions and breakpoint styles
1118
// $topbar-transition-speed: 300ms;
1119
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1120
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1121

    
1122

    
1123
// Custom breakpoints
1124

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

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