Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (31.8 kB)

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

    
4
// Settings file to override Foundation variables
5

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

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

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

    
17
// We use these to control various global styles
18
// $body-bg: #fff;
19
$body-font-color: #222;
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
// We use these as default colors throughout
31
$primary-color: #919194;
32
$secondary-color: #3582AC;
33
$third-color: #30c79e;
34
$overlay-color: #485057;
35
$overlay-color-top:#636a70;
36
$black:#333;
37

    
38
$alert-color: $secondary-color;
39
$success-color: #00a551;
40
$warning-color: #49DDC5;
41
$error-color: #ff5c58;
42

    
43
//colors for main icons (icons of networks and vms)
44
$vm-active-color: #75c046;
45
$vm-stopped-color: #e00e63;
46
$network-color: #79c79e;
47

    
48
//colors for main icons (icons of networks and vms)
49
$vm-active-color: #75c046;
50
$vm-stopped-color: #FF3366;
51
$network-color: #79c79e;
52

    
53

    
54
// wizard step3 colors
55
$ssh-opt-area-color: #ff7049;
56
$net-opt-area-color: #ff948c;
57
$tag-opt-area-color: #4c71ff;
58
$wizard-base-font-color: white;
59
$net-more-opt-area-color:#fff4f3;
60

    
61
// We use these to make sure border radius matches unless we want it different.
62
$global-radius: 1px;
63
// $global-rounded: 1000px;
64

    
65
// header settings
66
$header-height:70px;
67
$header-padding-vertical:emCalc(20px);
68
$header-padding-horizontal:emCalc(40px);
69

    
70
// icons nav settings
71
$icons-nav-margin-horizontal : emCalc(5px);
72

    
73
// bar options
74
$bar-height:60px;
75

    
76
// button options
77
$btn-height:30px;
78

    
79
// We use these to control inset shadow shiny edges and depressions.
80
// $shiny-edge-size: 0 1px 0;
81
// $shiny-edge-color: rgba(#fff, .5);
82
// $shiny-edge-active-color: rgba(#000, .2);
83

    
84
// We use this to control whether or not CSS classes come through in the gem files.
85
// $include-html-classes: true;
86
// $include-print-styles: true;
87

    
88
// Modular html classes
89
// $include-html-grid-classes: $include-html-classes;
90
// $include-html-visibility-classes: $include-html-classes;
91
// $include-html-button-classes: $include-html-classes;
92
// $include-html-form-classes: $include-html-classes;
93
// $include-html-media-classes: $include-html-classes;
94
// $include-html-section-classes: $include-html-classes;
95
// $include-html-reveal-classes: $include-html-classes;
96
// $include-html-alert-classes: $include-html-classes;
97
// $include-html-nav-classes: $include-html-classes;
98
// $include-html-label-classes: $include-html-classes;
99
// $include-html-panel-classes: $include-html-classes;
100
// $include-html-pricing-classes: $include-html-classes;
101
// $include-html-progress-classes: $include-html-classes;
102

    
103
//
104
// Grid Variables
105
//
106

    
107
$row-full-width:100%;
108
$row-width: emCalc(1200px);
109
$row-small: emCalc(600px);
110

    
111
$conf-area-h-width: emCalc(300px);
112
// $column-gutter: 1.875em;
113
// $total-columns: 12;
114

    
115
//
116
// Block Grid Variables
117
//
118

    
119
// We use this to control the maximum number of block grid elements per row
120
// $block-grid-elements: 12;
121
// $block-grid-default-spacing: 10px;
122

    
123
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
124
// $block-grid-media-queries: true;
125

    
126
//
127
// Typography Variables
128
//
129

    
130
$wizard-paragraph-font-size: 10px;
131
// We use these to control header font styles
132
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
133
// $header-font-weight: bold;
134
// $header-font-style: normal;
135
$header-font-color: $body-font-color;
136
// $header-line-height: 1.4;
137
// $header-top-margin: .2em;
138
// $header-bottom-margin: .5em;
139
// $header-text-rendering: optimizeLegibility;
140

    
141
// We use these to control header font sizes
142
// $h1-font-size: emCalc(44px);
143
// $h2-font-size: emCalc(37px);
144
// $h3-font-size: emCalc(27px);
145
// $h4-font-size: emCalc(23px);
146
// $h5-font-size: emCalc(18px);
147
// $h6-font-size: 1em;
148

    
149
// These control how subheaders are styled.
150
// $subheader-line-height: 1.4;
151
// $subheader-font-color: lighten($header-font-color, 30%);
152
// $subheader-font-weight: 300;
153
// $subheader-top-margin: .2em;
154
// $subheader-bottom-margin: .5em;
155

    
156
// A general <small> styling
157
// $small-font-size: 60%;
158
// $small-font-color: lighten($header-font-color, 30%);
159

    
160
// We use these to style paragraphs
161
// $paragraph-font-family: inherit;
162
// $paragraph-font-weight: normal;
163
// $paragraph-font-size: 1em;
164
// $paragraph-line-height: 1.6;
165
// $paragraph-margin-bottom: emCalc(20px);
166
// $paragraph-aside-font-size: emCalc(14px);
167
// $paragraph-aside-line-height: 1.35;
168
// $paragraph-aside-font-style: italic;
169

    
170
// We use these to style <code> tags
171
// $code-color: darken($alert-color, 15%);
172
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
173
// $code-font-weight: bold;
174

    
175
// We use these to style anchors
176
// $anchor-text-decoration: none;
177
// $anchor-font-color: $primary-color;
178
// $anchor-font-color-hover: darken($primary-color, 5%);
179

    
180
// We use these to style the <hr> element
181
// $hr-border-width: 1px;
182
// $hr-border-style: solid;
183
// $hr-border-color: #ddd;
184
// $hr-margin: emCalc(20px);
185

    
186
// We use these to style lists
187
// $list-style-position: outside;
188
// $list-side-margin: emCalc(18px);
189
// $definition-list-header-weight: bold;
190
// $definition-list-header-margin-bottom: .3em;
191
// $definition-list-margin-bottom: emCalc(12px);
192

    
193
// We use these to style blockquotes
194
// $blockquote-font-color: lighten($header-font-color, 30%);
195
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
196
// $blockquote-border: 1px solid #ddd;
197
// $blockquote-cite-font-size: emCalc(13px);
198
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
199
// $blockquote-cite-link-color: $blockquote-cite-font-color;
200

    
201
// Acronym styles
202
// $acronym-underline: 1px dotted #ddd;
203

    
204
// We use these to control padding and margin
205
// $microformat-padding: emCalc(10px) emCalc(12px);
206
// $microformat-margin: 0 0 emCalc(20px) 0;
207

    
208
// We use these to control the border styles
209
// $microformat-border-width: 1px;
210
// $microformat-border-style: solid;
211
// $microformat-border-color: #ddd;
212

    
213
// We use these to control full name font styles
214
// $microformat-fullname-font-weight: bold;
215
// $microformat-fullname-font-size: emCalc(15px);
216

    
217
// We use this to control the summary font styles
218
// $microformat-summary-font-weight: bold;
219

    
220
// We use this to control abbr padding
221
// $microformat-abbr-padding: 0 emCalc(1px);
222

    
223
// We use this to control abbr font styles
224
// $microformat-abbr-font-weight: bold;
225
// $microformat-abbr-font-decoration: none;
226

    
227
//
228
// Form Variables
229
//
230

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

    
234
// We use these to style the labels in different ways
235
// $label-pointer: pointer;
236
// $label-font-size: emCalc(14px);
237
// $label-font-weight: 500;
238
// $label-font-color: lighten(#000, 30%);
239
// $label-bottom-margin: emCalc(3px);
240
// $input-font-family: inherit;
241
// $input-font-color: rgba(0,0,0,0.75);
242
// $input-font-size: emCalc(14px);
243
// $input-bg-color: #fff;
244
// $input-focus-bg-color: darken(#fff, 2%);
245
$input-border-color: $primary-color;
246
// $input-focus-border-color: darken(#fff, 40%);
247
// $input-border-style: solid;
248
// $input-border-width: 1px;
249
// $input-disabled-bg: #ddd;
250
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
251

    
252
// We use these to style the fieldset border and spacing.
253
// $fieldset-border-style: solid;
254
// $fieldset-border-width: 1px;
255
// $fieldset-border-color: #ddd;
256
// $fieldset-padding: emCalc(20px);
257
// $fieldset-margin: emCalc(18px) 0;
258

    
259
// We use these to style the legends when you use them
260
// $legend-bg: #fff;
261
// $legend-font-weight: bold;
262
// $legend-padding: 0 emCalc(3px);
263

    
264
// We use these to style the prefix and postfix input elements
265
// $input-prefix-bg: darken(#fff, 5%);
266
// $input-prefix-border-color: darken(#fff, 20%);
267
// $input-prefix-border-size: 1px;
268
// $input-prefix-border-type: solid;
269
// $input-prefix-overflow: hidden;
270
// $input-prefix-font-color: #333;
271
// $input-prefix-font-color-alt: #fff;
272

    
273
// We use these to style the error states for inputs and labels
274
// $input-error-message-padding: emCalc(6px) emCalc(4px);
275
// $input-error-message-top: -($form-spacing) - emCalc(5px);
276
// $input-error-message-font-size: emCalc(12px);
277
// $input-error-message-font-weight: bold;
278
// $input-error-message-font-color: #fff;
279
// $input-error-message-font-color-alt: #333;
280

    
281
// We use these to build padding for buttons.
282
// $button-med: emCalc(12px);
283
// $button-tny: emCalc(7px);
284
// $button-sml: emCalc(9px);
285
// $button-lrg: emCalc(16px);
286

    
287
// We use this to control the display property.
288
// $button-display: inline-block;
289
// $button-margin-bottom: emCalc(20px);
290

    
291
// We use these to control button text styles.
292
// $button-font-family: inherit;
293
// $button-font-color: #fff;
294
// $button-font-color-alt: #333;
295
// $button-font-med: emCalc(16px);
296
// $button-font-tny: emCalc(11px);
297
// $button-font-sml: emCalc(13px);
298
// $button-font-lrg: emCalc(20px);
299
// $button-font-weight: bold;
300
// $button-font-align: center;
301

    
302
// We use these to control various hover effects.
303
// $button-function-factor: 10%;
304

    
305
// We use these to control button border styles.
306
// $button-border-width: 1px;
307
// $button-border-style: solid;
308
// $button-border-color: darken($primary-color, $button-function-factor);
309

    
310
// We use this to set the default radius used throughout the core.
311
// $button-radius: $global-radius;
312

    
313
// We use this to set default opacity for disabled buttons.
314
// $button-disabled-opacity: 0.6;
315

    
316
//
317
// Dropdown Button Variables
318
//
319

    
320
// We use these to set the color of the pip in dropdown buttons
321
// $dropdown-button-pip-color: #fff;
322
// $dropdown-button-pip-color-alt: #333;
323

    
324
// We use these to style tiny dropdown buttons
325
// $dropdown-button-padding-tny: $button-tny * 5;
326
// $dropdown-button-pip-size-tny: $button-tny;
327
// $dropdown-button-pip-right-tny: $button-tny * 2;
328
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
329

    
330
// We use these to style small dropdown buttons
331
// $dropdown-button-padding-sml: $button-sml * 5;
332
// $dropdown-button-pip-size-sml: $button-sml;
333
// $dropdown-button-pip-right-sml: $button-sml * 2;
334
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
335

    
336
// We use these to style medium dropdown buttons
337
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
338
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
339
// $dropdown-button-pip-right-med: $button-med * 2;
340
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
341

    
342
// We use these to style large dropdown buttons
343
// $dropdown-button-padding-lrg: $button-lrg * 4;
344
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
345
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
346
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
347

    
348
//
349
// Split Button Variables
350
//
351

    
352
// We use these to control different shared styles for Split Buttons
353
// $split-button-function-factor: 15%;
354
// $split-button-pip-color: #fff;
355
// $split-button-pip-color-alt: #333;
356
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
357

    
358
// We use these to control tiny split buttons
359
// $split-button-padding-tny: $button-tny * 9;
360
// $split-button-span-width-tny: $button-tny * 6.5;
361
// $split-button-pip-size-tny: $button-tny;
362
// $split-button-pip-top-tny: $button-tny * 2;
363
// $split-button-pip-left-tny: emCalc(-5px);
364

    
365
// We use these to control small split buttons
366
// $split-button-padding-sml: $button-sml * 7;
367
// $split-button-span-width-sml: $button-sml * 5;
368
// $split-button-pip-size-sml: $button-sml;
369
// $split-button-pip-top-sml: $button-sml * 1.5;
370
// $split-button-pip-left-sml: emCalc(-9px);
371

    
372
// We use these to control medium split buttons
373
// $split-button-padding-med: $button-med * 6.4;
374
// $split-button-span-width-med: $button-med * 4;
375
// $split-button-pip-size-med: $button-med - emCalc(3px);
376
// $split-button-pip-top-med: $button-med * 1.5;
377
// $split-button-pip-left-med: emCalc(-9px);
378

    
379
// We use these to control large split buttons
380
// $split-button-padding-lrg: $button-lrg * 6;
381
// $split-button-span-width-lrg: $button-lrg * 3.75;
382
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
383
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
384
// $split-button-pip-left-lrg: emCalc(-9px);
385

    
386
//
387
// Alert Variables
388
//
389

    
390
// We use this to control alert padding.
391
// $alert-padding-top: emCalc(11px);
392
// $alert-padding-left: $alert-padding-top;
393
// $alert-padding-right: $alert-padding-top + emCalc(10px);
394
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
395

    
396
// We use these to control text style.
397
// $alert-font-weight: bold;
398
// $alert-font-size: emCalc(14px);
399
// $alert-font-color: #fff;
400
// $alert-font-color-alt: darken($secondary-color, 60%);
401

    
402
// We use this for close hover effect.
403
// $alert-function-factor: 10%;
404

    
405
// We use these to control border styles.
406
// $alert-border-style: solid;
407
// $alert-border-width: 1px;
408
// $alert-border-color: darken($primary-color, $alert-function-factor);
409
// $alert-bottom-margin: emCalc(20px);
410

    
411
// We use these to style the close buttons
412
// $alert-close-color: #333;
413
// $alert-close-position: emCalc(5px);
414
// $alert-close-font-size: emCalc(22px);
415
// $alert-close-opacity: 0.3;
416
// $alert-close-opacity-hover: 0.5;
417
// $alert-close-padding: 5px 4px 4px;
418

    
419
// We use this to control border radius
420
// $alert-radius: $global-radius;
421

    
422
//
423
// Breadcrumb Variables
424
//
425

    
426
// We use this to set the background color for the breadcrumb container.
427
$crumb-bg: transparent;
428

    
429
// We use these to set the padding around the breadcrumbs.
430
$crumb-padding: 0 emCalc(14px) emCalc(9px);
431
// $crumb-side-padding: emCalc(12px);
432

    
433
// We use these to control border styles.
434
// $crumb-function-factor: 10%;
435
// $crumb-border-size: 1px;
436
// $crumb-border-style: solid;
437
$crumb-border-color: transparent;
438
// $crumb-radius: $global-radius;
439

    
440
// We use these to set various text styles for breadcrumbs.
441
$crumb-font-size: inherit;
442
// $crumb-font-color: $primary-color;
443
// $crumb-font-color-current: #333;
444
// $crumb-font-color-unavailable: #999;
445
$crumb-font-transform: none;
446
$crumb-link-decor: none;
447

    
448
// We use these to control the slash between breadcrumbs
449
// $crumb-slash-color: #aaa;
450
$crumb-slash: ">";
451

    
452
//
453
// Clearing Variables
454
//
455

    
456
// We use these to set the background colors for parts of Clearing.
457
// $clearing-bg: #111;
458
// $clearing-caption-bg: $clearing-bg;
459
// $clearing-carousel-bg: #111;
460
// $clearing-img-bg: $clearing-bg;
461

    
462
// We use these to style the close button
463
// $clearing-close-color: #fff;
464
// $clearing-close-size: 40px;
465

    
466
// We use these to style the arrows
467
// $clearing-arrow-size: 16px;
468
// $clearing-arrow-color: $clearing-close-color;
469

    
470
// We use these to style captions
471
// $clearing-caption-font-color: #fff;
472
// $clearing-caption-padding: 10px 30px;
473

    
474
// We use these to make the image and carousel height and style
475
// $clearing-active-img-height: 75%;
476
// $clearing-carousel-height: 150px;
477
// $clearing-carousel-thumb-width: 175px;
478
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
479

    
480
//
481
// Custom Form Variables
482
//
483

    
484
// We use these to control the basic form styles input styles
485
// $custom-form-border-color: #ccc;
486
// $custom-form-bg: #fff;
487
// $custom-form-bg-disabled: #ddd;
488
// $custom-form-check-color: #222;
489

    
490
// We use these to style the custom select form element.
491
$custom-select-bg: $overlay-color;
492
$custom-select-fade-to-color: $overlay-color;
493
$custom-select-border-color: white;
494
$custom-select-triangle-color: white;
495
$custom-select-triangle-color-open: white;
496
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
497
// $custom-select-margin-bottom: emCalc(20px);
498
// $custom-select-font-color-selected: #141414;
499
// $custom-select-disabled-color: #888;
500

    
501
// We use these to control the style of the custom select dropdown element.
502
// $custom-dropdown-height: 200px;
503
// $custom-dropdown-bg: #fff;
504
// $custom-dropdown-border-color: darken(#fff, 20%);
505
// $custom-dropdown-border-width: 1px;
506
// $custom-dropdown-border-style: solid;
507
// $custom-dropdown-font-color: #555;
508
// $custom-dropdown-font-size: emCalc(14px);
509
// $custom-dropdown-color-selected: #eeeeee;
510
// $custom-dropdown-font-color-selected: #000;
511
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
512
// $custom-dropdown-offset-top: none;
513
// $custom-dropdown-list-padding: emCalc(4px);
514
// $custom-dropdown-left-padding: emCalc(6px);
515
// $custom-dropdown-right-padding: emCalc(38px);
516
// $custom-dropdown-list-item-min-height: emCalc(24px);
517

    
518
//
519
// Dropdown Variables
520
//
521

    
522
// We use these to controls height and width styles.
523
// $f-dropdown-max-width: 200px;
524
// $f-dropdown-height: auto;
525
// $f-dropdown-max-height: none;
526
// $f-dropdown-margin-top: 2px;
527

    
528
// We use this to control the background color
529
// $f-dropdown-bg: #fff;
530

    
531
// We use this to set the border styles for dropdowns.
532
// $f-dropdown-border-style: solid;
533
// $f-dropdown-border-width: 1px;
534
// $f-dropdown-border-color: darken(#fff, 20%);
535

    
536
// We use these to style the triangle pip.
537
// $f-dropdown-triangle-size: 6px;
538
// $f-dropdown-triangle-color: #fff;
539
// $f-dropdown-triangle-side-offset: 10px;
540

    
541
// We use these to control styles for the list elements.
542
// $f-dropdown-list-style: none;
543
// $f-dropdown-font-color: #555;
544
// $f-dropdown-font-size: emCalc(14px);
545
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
546
// $f-dropdown-line-height: emCalc(18px);
547
// $f-dropdown-list-hover-bg: #eeeeee;
548
// $dropdown-mobile-left: 0;
549

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

    
553
//
554
// Flex Video Variables
555
//
556

    
557
// We use these to control video container padding and margins
558
// $flex-video-padding-top: emCalc(25px);
559
// $flex-video-padding-bottom: 67.5%;
560
// $flex-video-margin-bottom: emCalc(16px);
561

    
562
// We use this to control widescreen bottom padding
563
// $flex-video-widescreen-padding-bottom: 57.25%;
564

    
565
//
566
// Inline List Variables
567
//
568

    
569
// We use this to control the margins and padding of the inline list.
570
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
571
// $inline-list-margin: 0 0;
572
// $inline-list-padding: 0;
573

    
574
// We use this to control the overflow of the inline list.
575
// $inline-list-overflow: hidden;
576

    
577
// We use this to control the list items
578
// $inline-list-display: block;
579

    
580
// We use this to control any elments within list items
581
// $inline-list-children-display: block;
582

    
583
//
584
// Joyride Variables
585
//
586

    
587
// Controlling default Joyride styles
588
// $joyride-tip-bg: rgb(0,0,0);
589
// $joyride-tip-default-width: 300px;
590
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
591
// $joyride-tip-border: solid 1px #555;
592
// $joyride-tip-radius: 4px;
593
// $joyride-tip-position-offset: 22px;
594

    
595
// Here, we're setting the tip dont styles
596
// $joyride-tip-font-color: #fff;
597
// $joyride-tip-font-size: emCalc(14px);
598
// $joyride-tip-header-weight: bold;
599

    
600
// This changes the nub size
601
// $joyride-tip-nub-size: 14px;
602

    
603
// This adjusts the styles for the timer when its enabled
604
// $joyride-tip-timer-width: 50px;
605
// $joyride-tip-timer-height: 3px;
606
// $joyride-tip-timer-color: #666;
607

    
608
// This changes up the styles for the close button
609
// $joyride-tip-close-color: #777;
610
// $joyride-tip-close-size: 30px;
611
// $joyride-tip-close-weight: normal;
612

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

    
616
//
617
// Keystroke Variables
618
//
619

    
620
// We use these to control text styles.
621
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
622
// $keystroke-font-size: emCalc(15px);
623
// $keystroke-font-color: #222;
624
// $keystroke-font-color-alt: #fff;
625
// $keystroke-function-factor: 7%;
626

    
627
// We use this to control keystroke padding.
628
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
629

    
630
// We use these to control background and border styles.
631
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
632
// $keystroke-border-style: solid;
633
// $keystroke-border-width: 1px;
634
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
635
// $keystroke-radius: $global-radius;
636

    
637
//
638
// Label Variables
639
//
640

    
641
// We use these to style the labels
642
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
643
// $label-radius: $global-radius;
644

    
645
// We use these to style the label text
646
// $label-font-sizing: emCalc(14px);
647
// $label-font-weight: bold;
648

    
649
//
650
// Orbit Settings
651
//
652

    
653
// We use these to control the caption styles
654
// $orbit-container-bg: #f5f5f5;
655
// $orbit-caption-bg-old-browser: #000;
656
// $orbit-caption-bg-old: rgb(0,0,0);
657
// $orbit-caption-bg: rgba(0,0,0,0.6);
658
// $orbit-caption-font-color: #fff;
659

    
660
// We use these to control the left/right nav styles
661
// $orbit-nav-bg-old: rgb(0,0,0);
662
// $orbit-nav-bg: rgba(0,0,0,0.6);
663

    
664
// We use these to control the timer styles
665
// $orbit-timer-bg-old: rgb(0,0,0);
666
// $orbit-timer-bg: rgba(0,0,0,0.6);
667

    
668
// We use these to control the bullet nav styles
669
// $orbit-bullet-nav-color: #999;
670
// $orbit-bullet-nav-color-active: #222;
671

    
672
// We use thes to controls the style of slide numbers
673
// $orbit-slide-number-bg: rgb(0,0,0);
674
// $orbit-slide-number-font-color: #fff;
675
// $orbit-slide-number-padding: emCalc(5px);
676

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

    
680
//
681
// Pagination Variables
682
//
683

    
684
// We use these to control the pagination container
685
// $pagination-height: emCalc(24px);
686
// $pagination-margin: emCalc(-5px);
687

    
688
// We use these to set the list-item properties
689
// $pagination-li-float: $default-float;
690
// $pagination-li-height: emCalc(24px);
691
// $pagination-li-font-color: #222;
692
// $pagination-li-font-size: emCalc(14px);
693
// $pagination-li-margin: emCalc(5px);
694

    
695
// We use these for the pagination anchor links
696
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
697
// $pagination-link-font-color: #999;
698
// $pagination-link-active-bg: darken(#fff, 10%);
699

    
700
// We use these for disabled anchor links
701
// $pagination-link-unavailable-cursor: default;
702
// $pagination-link-unavailable-font-color: #999;
703
// $pagination-link-unavailable-bg-active: transparent;
704

    
705
// We use these for currently selected anchor links
706
// $pagination-link-current-background: $primary-color;
707
// $pagination-link-current-font-color: #fff;
708
// $pagination-link-current-font-weight: bold;
709
// $pagination-link-current-cursor: default;
710
// $pagination-link-current-active-bg: $primary-color;
711

    
712
//
713
// Panel Variables
714
//
715

    
716
// We use these to control the background and border styles
717
// $panel-bg: darken(#fff, 5%);
718
// $panel-border-style: solid;
719
// $panel-border-size: 1px;
720

    
721
// We use this % to control how much we darken things on hover
722
// $panel-function-factor: 10%;
723
// $panel-border-color: darken($panel-bg, $panel-function-factor);
724

    
725
// We use these to set default inner padding and bottom margin
726
// $panel-margin-bottom: emCalc(20px);
727
// $panel-padding: emCalc(20px);
728

    
729
// We use these to set default font colors
730
// $panel-font-color: #333;
731
// $panel-font-color-alt: #fff;
732

    
733
//
734
// Pricing Table Variables
735
//
736

    
737
// We use this to control the border color
738
// $price-table-border: solid 1px #ddd;
739

    
740
// We use this to control the bottom margin of the pricing table
741
// $price-table-margin-bottom: emCalc(20px);
742

    
743
// We use these to control the title styles
744
// $price-title-bg: #ddd;
745
// $price-title-padding: emCalc(15px) emCalc(20px);
746
// $price-title-align: center;
747
// $price-title-color: #333;
748
// $price-title-weight: bold;
749
// $price-title-size: emCalc(16px);
750

    
751
// We use these to control the price styles
752
// $price-money-bg: #eee;
753
// $price-money-padding: emCalc(15px) emCalc(20px);
754
// $price-money-align: center;
755
// $price-money-color: #333;
756
// $price-money-weight: normal;
757
// $price-money-size: emCalc(20px);
758

    
759
// We use these to control the description styles
760
// $price-bg: #fff;
761
// $price-desc-color: #777;
762
// $price-desc-padding: emCalc(15px);
763
// $price-desc-align: center;
764
// $price-desc-font-size: emCalc(12px);
765
// $price-desc-weight: normal;
766
// $price-desc-line-height: 1.4;
767
// $price-desc-bottom-border: dotted 1px #ddd;
768

    
769
// We use these to control the list item styles
770
// $price-item-color: #333;
771
// $price-item-padding: emCalc(15px);
772
// $price-item-align: center;
773
// $price-item-font-size: emCalc(14px);
774
// $price-item-weight: normal;
775
// $price-item-bottom-border: dotted 1px #ddd;
776

    
777
// We use these to control the CTA area styles
778
// $price-cta-bg: #f5f5f5;
779
// $price-cta-align: center;
780
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
781

    
782
//
783
// Progress Bar Variables
784
//
785

    
786
// We use this to se the prog bar height
787
$progress-bar-height: emCalc(15px);
788
// $progress-bar-color: transparent;
789

    
790
// We use these to control the border styles
791
// $progress-bar-border-color: darken(#fff, 20%);
792
// $progress-bar-border-size: 1px;
793
// $progress-bar-border-style: solid;
794
// $progress-bar-border-radius: $global-radius;
795

    
796
// We use these to control the margin & padding
797
// $progress-bar-pad: emCalc(2px);
798
// $progress-bar-margin-bottom: emCalc(10px);
799

    
800
// We use these to set the meter colors
801
// $progress-meter-color: $primary-color;
802
// $progress-meter-secondary-color: $secondary-color;
803
// $progress-meter-success-color: $success-color;
804
// $progress-meter-alert-color: $alert-color;
805

    
806
// NEED TO FINISH THE LOGIC HERE
807

    
808
//
809
// Reveal Variables
810
//
811

    
812
// We use these to control the style of the reveal overlay.
813
$reveal-overlay-bg: rgba(#000, .80);
814
// $reveal-overlay-bg-old: #000;
815

    
816
// We use these to control the style of the modal itself.
817
// $reveal-modal-bg: #fff;
818
// $reveal-position-top: 50px;
819
// $reveal-default-width: 80%;
820
// $reveal-modal-padding: emCalc(20px);
821
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
822

    
823
// We use these to style the reveal close button
824
// $reveal-close-font-size: emCalc(22px);
825
// $reveal-close-top: emCalc(8px);
826
// $reveal-close-side: emCalc(11px);
827
// $reveal-close-color: #aaa;
828
// $reveal-close-weight: bold;
829

    
830
// We use these to control the modal border
831
// $reveal-border-style: solid;
832
// $reveal-border-width: 1px;
833
// $reveal-border-color: #666;
834

    
835
//
836
// Section Variables
837
//
838

    
839
// We use these to set padding and hover factor
840
// $section-padding: emCalc(15px);
841
// $section-function-factor: 10%;
842

    
843
// These style the titles
844
// $section-title-color: #333;
845
// $section-title-bg: #efefef;
846
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
847
// $section-title-bg-active-tabs: #fff;
848

    
849
// Want to control border size, here ya go!
850
// $section-border-size: 1px;
851
// $section-border-style: solid;
852
// $section-border-color: #ccc;
853

    
854
// Control the color of the background and some size options
855
// $section-content-bg: #fff;
856
// $section-vertical-nav-min-width: emCalc(200px);
857
// $section-bottom-margin: emCalc(20px);
858

    
859
//
860
// Side Nav Variables
861
//
862

    
863
// We use this to control padding.
864
// $side-nav-padding: emCalc(14px) 0;
865

    
866
// We use these to control list styles.
867
// $side-nav-list-type: none;
868
// $side-nav-list-position: inside;
869
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
870

    
871
// We use these to control link styles.
872
// $side-nav-link-color: $primary-color;
873
// $side-nav-link-color-active: lighten(#000, 30%);
874
// $side-nav-font-size: emCalc(14px);
875
// $side-nav-font-weight: bold;
876

    
877
// We use these to control border styles
878
// $side-nav-divider-size: 1px;
879
// $side-nav-divider-style: solid;
880
// $side-nav-divider-color: darken(#fff, 10%);
881

    
882
//
883
// Sub Nav Variables
884
//
885

    
886
// We use these to control margin and padding
887
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
888
// $sub-nav-list-padding-top: emCalc(4px);
889

    
890
// We use this to control the definition
891
// $sub-nav-font-size: emCalc(14px);
892
// $sub-nav-font-color: #999;
893
// $sub-nav-font-weight: normal;
894
// $sub-nav-text-decoration: none;
895
// $sub-nav-border-radius: 1000px;
896

    
897
// We use these to control the active item styles
898
// $sub-nav-active-font-weight: bold;
899
// $sub-nav-active-bg: $primary-color;
900
// $sub-nav-active-color: #fff;
901
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
902
// $sub-nav-active-cursor: default;
903

    
904
//
905
// Switch Variables
906
//
907

    
908
// Controlling border styles and background colors for the switch container
909
// $switch-border-color: darken(#fff, 20%);
910
// $switch-border-style: solid;
911
// $switch-border-width: 1px;
912
// $switch-bg: #fff;
913

    
914
// We use these to control the switch heights for our default classes
915
// $switch-height-tny: 22px;
916
// $switch-height-sml: 28px;
917
// $switch-height-med: 36px;
918
// $switch-height-lrg: 44px;
919
// $switch-bottom-margin: emCalc(20px);
920

    
921
// We use these to control default font sizes for our classes.
922
// $switch-font-size-tny: 11px;
923
// $switch-font-size-sml: 12px;
924
// $switch-font-size-med: 14px;
925
// $switch-font-size-lrg: 17px;
926
// $switch-label-side-padding: 6px;
927

    
928
// We use these to style the switch-paddle
929
// $switch-paddle-bg: #fff;
930
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
931
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
932
// $switch-paddle-border-width: 1px;
933
// $switch-paddle-border-style: solid;
934
// $switch-paddle-transition-speed: .1s;
935
// $switch-paddle-transition-ease: ease-out;
936
// $switch-positive-color: lighten($success-color, 50%);
937
// $switch-negative-color: #f5f5f5;
938

    
939
// Outline Style for tabbing through switches
940
// $switch-label-outline: 1px dotted #888;
941

    
942
//
943
// Table Variables
944
//
945

    
946
// These control the background color for the table and even rows
947
// $table-bg: #fff;
948
// $table-even-row-bg: #f9f9f9;
949

    
950
// These control the table cell border style
951
// $table-border-style: solid;
952
// $table-border-size: 1px;
953
// $table-border-color: #ddd;
954

    
955
// These control the table head styles
956
// $table-head-bg: #f5f5f5;
957
// $table-head-font-size: emCalc(14px);
958
// $table-head-font-color: #222;
959
// $table-head-font-weight: bold;
960
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
961

    
962
// These control the row padding and font styles
963
// $table-row-padding: emCalc(9px) emCalc(10px);
964
// $table-row-font-size: emCalc(14px);
965
// $table-row-font-color: #222;
966
// $table-line-height: emCalc(18px);
967

    
968
// These are for controlling the display and margin of tables
969
// $table-display: table-cell;
970
// $table-margin-bottom: emCalc(20px);
971

    
972
//
973
// Image Thumbnail Variables
974
//
975

    
976
// We use these to control border styles
977
// $thumb-border-style: solid;
978
// $thumb-border-width: 4px;
979
// $thumb-border-color: #fff;
980
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
981
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
982

    
983
// Radius and transition speed for thumbs
984
// $thumb-radius: $global-radius;
985
// $thumb-transition-speed: 200ms;
986

    
987
//
988
// Tooltip Variables
989
//
990
$has-tip-border-bottom: 0 none;
991
// $has-tip-font-weight: bold;
992
// $has-tip-font-color: #333;
993
$has-tip-border-bottom-hover: none;
994
// $has-tip-font-color-hover: $primary-color;
995
$has-tip-cursor-type: inherit;
996

    
997
$tooltip-padding: emCalc(4px) emCalc(10px);
998
$tooltip-bg: $black;
999
// $tooltip-font-size: emCalc(15px);
1000
$tooltip-font-weight: normal;
1001
// $tooltip-font-color: #fff;
1002
// $tooltip-line-height: 1.3;
1003
// $tooltip-close-font-size: emCalc(10px);
1004
// $tooltip-close-font-weight: normal;
1005
// $tooltip-close-font-color: #888;
1006
// $tooltip-font-size-sml: emCalc(14px);
1007
// $tooltip-radius: $global-radius;
1008
// $tooltip-pip-size: 5px;
1009

    
1010
//
1011
// Top Bar Variables
1012
//
1013

    
1014
// Background color for the top bar
1015
// $topbar-bg: #111;
1016

    
1017
// Height and margin
1018
// $topbar-height: 45px;
1019
// $topbar-margin-bottom: emCalc(30px);
1020

    
1021
// Control Input height for top bar
1022
// $topbar-input-height: 2.45em;
1023

    
1024
// Controlling the styles for the title in the top bar
1025
// $topbar-title-weight: bold;
1026
// $topbar-title-font-size: emCalc(17px);
1027

    
1028
// Set the link colors and styles for top-level nav
1029
// $topbar-link-color: #fff;
1030
// $topbar-link-weight: bold;
1031
// $topbar-link-font-size: emCalc(13px);
1032

    
1033
// Style the top bar dropdown elements
1034
// $topbar-dropdown-bg: #333;
1035
// $topbar-dropdown-link-color: #fff;
1036
// $topbar-dropdown-toggle-size: 5px;
1037
// $topbar-dropdown-toggle-color: #fff;
1038
// $topbar-dropdown-toggle-alpha: 0.5;
1039
// $dropdown-label-color: #555;
1040

    
1041
// Top menu icon styles
1042
// $topbar-menu-link-transform: uppercase;
1043
// $topbar-menu-link-font-size: emCalc(13px);
1044
// $topbar-menu-link-weight: bold;
1045
// $topbar-menu-link-color: #fff;
1046
// $topbar-menu-icon-color: #fff;
1047
// $topbar-menu-link-color-toggled: #888;
1048
// $topbar-menu-icon-color-toggled: #888;
1049

    
1050
// Transitions and breakpoint styles
1051
// $topbar-transition-speed: 300ms;
1052
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1053
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1054

    
1055

    
1056
// Custom breakpoints
1057

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

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