Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (33.3 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(30px);
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: 140px;
118
$list-icon-height: 30px;
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 : 60px;
132
$h4-w : 180px;
133
$vm-h4-w: 240px;
134
$tags-w : 100px;
135
$info-w: 220px;
136
$progress-col-w : 180px;
137
$actions-w: 140px;
138
$three-col-w: 33%;
139
$storage-h4-w: $h4-w;
140

    
141

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

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

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

    
166
//
167
// Grid Variables
168
//
169

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

    
175
$conf-area-h-width: emCalc(300px);
176

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

    
181
//
182
// Block Grid Variables
183
//
184

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

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

    
192
$small-mobile:emCalc(480px);
193

    
194
//
195
// Typography Variables
196
//
197

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

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

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

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

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

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

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

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

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

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

    
270
// Acronym styles
271
// $acronym-underline: 1px dotted #ddd;
272

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

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

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

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

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

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

    
296
//
297
// Form Variables
298
//
299

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

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

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

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

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

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

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

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

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

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

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

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

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

    
385
//
386
// Dropdown Button Variables
387
//
388

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

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

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

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

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

    
417
//
418
// Split Button Variables
419
//
420

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

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

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

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

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

    
455
//
456
// Alert Variables
457
//
458

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

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

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

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

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

    
488
// We use this to control border radius
489
// $alert-radius: $global-radius;
490

    
491
//
492
// Breadcrumb Variables
493
//
494

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

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

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

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

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

    
521
//
522
// Clearing Variables
523
//
524

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

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

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

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

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

    
549
//
550
// Custom Form Variables
551
//
552

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

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

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

    
587
//
588
// Dropdown Variables
589
//
590

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

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

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

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

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

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

    
622
//
623
// Flex Video Variables
624
//
625

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

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

    
634
//
635
// Inline List Variables
636
//
637

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

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

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

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

    
652
//
653
// Joyride Variables
654
//
655

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

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

    
669
// This changes the nub size
670
// $joyride-tip-nub-size: 14px;
671

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

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

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

    
685
//
686
// Keystroke Variables
687
//
688

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

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

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

    
706
//
707
// Label Variables
708
//
709

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

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

    
718
//
719
// Orbit Settings
720
//
721

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

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

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

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

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

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

    
749
//
750
// Pagination Variables
751
//
752

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

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

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

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

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

    
781
//
782
// Panel Variables
783
//
784

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

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

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

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

    
802
//
803
// Pricing Table Variables
804
//
805

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

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

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

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

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

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

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

    
851
//
852
// Progress Bar Variables
853
//
854

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

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

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

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

    
875
// NEED TO FINISH THE LOGIC HERE
876

    
877
//
878
// Reveal Variables
879
//
880

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

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

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

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

    
904
//
905
// Section Variables
906
//
907

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

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

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

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

    
928
//
929
// Side Nav Variables
930
//
931

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

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

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

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

    
951
//
952
// Sub Nav Variables
953
//
954

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

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

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

    
973
//
974
// Switch Variables
975
//
976

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

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

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

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

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

    
1011
//
1012
// Table Variables
1013
//
1014

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

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

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

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

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

    
1041
//
1042
// Image Thumbnail Variables
1043
//
1044

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

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

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

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

    
1079
//
1080
// Top Bar Variables
1081
//
1082

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

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

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

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

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

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

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

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

    
1124

    
1125
// Custom breakpoints
1126

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

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