Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (31.7 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

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

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

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

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

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

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

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

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

    
102
//
103
// Grid Variables
104
//
105

    
106
$row-full-width:100%;
107
$row-width: emCalc(1200px);
108
// $column-gutter: 1.875em;
109
// $total-columns: 12;
110

    
111
//
112
// Block Grid Variables
113
//
114

    
115
// We use this to control the maximum number of block grid elements per row
116
// $block-grid-elements: 12;
117
// $block-grid-default-spacing: 10px;
118

    
119
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
120
// $block-grid-media-queries: true;
121

    
122
//
123
// Typography Variables
124
//
125

    
126
// We use these to control header font styles
127
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
128
// $header-font-weight: bold;
129
// $header-font-style: normal;
130
$header-font-color: $body-font-color;
131
// $header-line-height: 1.4;
132
// $header-top-margin: .2em;
133
// $header-bottom-margin: .5em;
134
// $header-text-rendering: optimizeLegibility;
135

    
136
// We use these to control header font sizes
137
// $h1-font-size: emCalc(44px);
138
// $h2-font-size: emCalc(37px);
139
// $h3-font-size: emCalc(27px);
140
// $h4-font-size: emCalc(23px);
141
// $h5-font-size: emCalc(18px);
142
// $h6-font-size: 1em;
143

    
144
// These control how subheaders are styled.
145
// $subheader-line-height: 1.4;
146
// $subheader-font-color: lighten($header-font-color, 30%);
147
// $subheader-font-weight: 300;
148
// $subheader-top-margin: .2em;
149
// $subheader-bottom-margin: .5em;
150

    
151
// A general <small> styling
152
// $small-font-size: 60%;
153
// $small-font-color: lighten($header-font-color, 30%);
154

    
155
// We use these to style paragraphs
156
// $paragraph-font-family: inherit;
157
// $paragraph-font-weight: normal;
158
// $paragraph-font-size: 1em;
159
// $paragraph-line-height: 1.6;
160
// $paragraph-margin-bottom: emCalc(20px);
161
// $paragraph-aside-font-size: emCalc(14px);
162
// $paragraph-aside-line-height: 1.35;
163
// $paragraph-aside-font-style: italic;
164

    
165
// We use these to style <code> tags
166
// $code-color: darken($alert-color, 15%);
167
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
168
// $code-font-weight: bold;
169

    
170
// We use these to style anchors
171
// $anchor-text-decoration: none;
172
// $anchor-font-color: $primary-color;
173
// $anchor-font-color-hover: darken($primary-color, 5%);
174

    
175
// We use these to style the <hr> element
176
// $hr-border-width: 1px;
177
// $hr-border-style: solid;
178
// $hr-border-color: #ddd;
179
// $hr-margin: emCalc(20px);
180

    
181
// We use these to style lists
182
// $list-style-position: outside;
183
// $list-side-margin: emCalc(18px);
184
// $definition-list-header-weight: bold;
185
// $definition-list-header-margin-bottom: .3em;
186
// $definition-list-margin-bottom: emCalc(12px);
187

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

    
196
// Acronym styles
197
// $acronym-underline: 1px dotted #ddd;
198

    
199
// We use these to control padding and margin
200
// $microformat-padding: emCalc(10px) emCalc(12px);
201
// $microformat-margin: 0 0 emCalc(20px) 0;
202

    
203
// We use these to control the border styles
204
// $microformat-border-width: 1px;
205
// $microformat-border-style: solid;
206
// $microformat-border-color: #ddd;
207

    
208
// We use these to control full name font styles
209
// $microformat-fullname-font-weight: bold;
210
// $microformat-fullname-font-size: emCalc(15px);
211

    
212
// We use this to control the summary font styles
213
// $microformat-summary-font-weight: bold;
214

    
215
// We use this to control abbr padding
216
// $microformat-abbr-padding: 0 emCalc(1px);
217

    
218
// We use this to control abbr font styles
219
// $microformat-abbr-font-weight: bold;
220
// $microformat-abbr-font-decoration: none;
221

    
222
//
223
// Form Variables
224
//
225

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

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

    
247
// We use these to style the fieldset border and spacing.
248
// $fieldset-border-style: solid;
249
// $fieldset-border-width: 1px;
250
// $fieldset-border-color: #ddd;
251
// $fieldset-padding: emCalc(20px);
252
// $fieldset-margin: emCalc(18px) 0;
253

    
254
// We use these to style the legends when you use them
255
// $legend-bg: #fff;
256
// $legend-font-weight: bold;
257
// $legend-padding: 0 emCalc(3px);
258

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

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

    
276
// We use these to build padding for buttons.
277
// $button-med: emCalc(12px);
278
// $button-tny: emCalc(7px);
279
// $button-sml: emCalc(9px);
280
// $button-lrg: emCalc(16px);
281

    
282
// We use this to control the display property.
283
// $button-display: inline-block;
284
// $button-margin-bottom: emCalc(20px);
285

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

    
297
// We use these to control various hover effects.
298
// $button-function-factor: 10%;
299

    
300
// We use these to control button border styles.
301
// $button-border-width: 1px;
302
// $button-border-style: solid;
303
// $button-border-color: darken($primary-color, $button-function-factor);
304

    
305
// We use this to set the default radius used throughout the core.
306
// $button-radius: $global-radius;
307

    
308
// We use this to set default opacity for disabled buttons.
309
// $button-disabled-opacity: 0.6;
310

    
311
//
312
// Dropdown Button Variables
313
//
314

    
315
// We use these to set the color of the pip in dropdown buttons
316
// $dropdown-button-pip-color: #fff;
317
// $dropdown-button-pip-color-alt: #333;
318

    
319
// We use these to style tiny dropdown buttons
320
// $dropdown-button-padding-tny: $button-tny * 5;
321
// $dropdown-button-pip-size-tny: $button-tny;
322
// $dropdown-button-pip-right-tny: $button-tny * 2;
323
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
324

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

    
331
// We use these to style medium dropdown buttons
332
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
333
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
334
// $dropdown-button-pip-right-med: $button-med * 2;
335
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
336

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

    
343
//
344
// Split Button Variables
345
//
346

    
347
// We use these to control different shared styles for Split Buttons
348
// $split-button-function-factor: 15%;
349
// $split-button-pip-color: #fff;
350
// $split-button-pip-color-alt: #333;
351
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
352

    
353
// We use these to control tiny split buttons
354
// $split-button-padding-tny: $button-tny * 9;
355
// $split-button-span-width-tny: $button-tny * 6.5;
356
// $split-button-pip-size-tny: $button-tny;
357
// $split-button-pip-top-tny: $button-tny * 2;
358
// $split-button-pip-left-tny: emCalc(-5px);
359

    
360
// We use these to control small split buttons
361
// $split-button-padding-sml: $button-sml * 7;
362
// $split-button-span-width-sml: $button-sml * 5;
363
// $split-button-pip-size-sml: $button-sml;
364
// $split-button-pip-top-sml: $button-sml * 1.5;
365
// $split-button-pip-left-sml: emCalc(-9px);
366

    
367
// We use these to control medium split buttons
368
// $split-button-padding-med: $button-med * 6.4;
369
// $split-button-span-width-med: $button-med * 4;
370
// $split-button-pip-size-med: $button-med - emCalc(3px);
371
// $split-button-pip-top-med: $button-med * 1.5;
372
// $split-button-pip-left-med: emCalc(-9px);
373

    
374
// We use these to control large split buttons
375
// $split-button-padding-lrg: $button-lrg * 6;
376
// $split-button-span-width-lrg: $button-lrg * 3.75;
377
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
378
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
379
// $split-button-pip-left-lrg: emCalc(-9px);
380

    
381
//
382
// Alert Variables
383
//
384

    
385
// We use this to control alert padding.
386
// $alert-padding-top: emCalc(11px);
387
// $alert-padding-left: $alert-padding-top;
388
// $alert-padding-right: $alert-padding-top + emCalc(10px);
389
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
390

    
391
// We use these to control text style.
392
// $alert-font-weight: bold;
393
// $alert-font-size: emCalc(14px);
394
// $alert-font-color: #fff;
395
// $alert-font-color-alt: darken($secondary-color, 60%);
396

    
397
// We use this for close hover effect.
398
// $alert-function-factor: 10%;
399

    
400
// We use these to control border styles.
401
// $alert-border-style: solid;
402
// $alert-border-width: 1px;
403
// $alert-border-color: darken($primary-color, $alert-function-factor);
404
// $alert-bottom-margin: emCalc(20px);
405

    
406
// We use these to style the close buttons
407
// $alert-close-color: #333;
408
// $alert-close-position: emCalc(5px);
409
// $alert-close-font-size: emCalc(22px);
410
// $alert-close-opacity: 0.3;
411
// $alert-close-opacity-hover: 0.5;
412
// $alert-close-padding: 5px 4px 4px;
413

    
414
// We use this to control border radius
415
// $alert-radius: $global-radius;
416

    
417
//
418
// Breadcrumb Variables
419
//
420

    
421
// We use this to set the background color for the breadcrumb container.
422
$crumb-bg: transparent;
423

    
424
// We use these to set the padding around the breadcrumbs.
425
$crumb-padding: 0 emCalc(14px) emCalc(9px);
426
// $crumb-side-padding: emCalc(12px);
427

    
428
// We use these to control border styles.
429
// $crumb-function-factor: 10%;
430
// $crumb-border-size: 1px;
431
// $crumb-border-style: solid;
432
$crumb-border-color: transparent;
433
// $crumb-radius: $global-radius;
434

    
435
// We use these to set various text styles for breadcrumbs.
436
$crumb-font-size: inherit;
437
// $crumb-font-color: $primary-color;
438
// $crumb-font-color-current: #333;
439
// $crumb-font-color-unavailable: #999;
440
$crumb-font-transform: none;
441
$crumb-link-decor: none;
442

    
443
// We use these to control the slash between breadcrumbs
444
// $crumb-slash-color: #aaa;
445
$crumb-slash: ">";
446

    
447
//
448
// Clearing Variables
449
//
450

    
451
// We use these to set the background colors for parts of Clearing.
452
// $clearing-bg: #111;
453
// $clearing-caption-bg: $clearing-bg;
454
// $clearing-carousel-bg: #111;
455
// $clearing-img-bg: $clearing-bg;
456

    
457
// We use these to style the close button
458
// $clearing-close-color: #fff;
459
// $clearing-close-size: 40px;
460

    
461
// We use these to style the arrows
462
// $clearing-arrow-size: 16px;
463
// $clearing-arrow-color: $clearing-close-color;
464

    
465
// We use these to style captions
466
// $clearing-caption-font-color: #fff;
467
// $clearing-caption-padding: 10px 30px;
468

    
469
// We use these to make the image and carousel height and style
470
// $clearing-active-img-height: 75%;
471
// $clearing-carousel-height: 150px;
472
// $clearing-carousel-thumb-width: 175px;
473
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
474

    
475
//
476
// Custom Form Variables
477
//
478

    
479
// We use these to control the basic form styles input styles
480
// $custom-form-border-color: #ccc;
481
// $custom-form-bg: #fff;
482
// $custom-form-bg-disabled: #ddd;
483
// $custom-form-check-color: #222;
484

    
485
// We use these to style the custom select form element.
486
// $custom-select-bg: #fff;
487
// $custom-select-fade-to-color: #f3f3f3;
488
// $custom-select-border-color: #ddd;
489
// $custom-select-triangle-color: #aaa;
490
// $custom-select-triangle-color-open: #222;
491
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
492
// $custom-select-margin-bottom: emCalc(20px);
493
// $custom-select-font-color-selected: #141414;
494
// $custom-select-disabled-color: #888;
495

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

    
513
//
514
// Dropdown Variables
515
//
516

    
517
// We use these to controls height and width styles.
518
// $f-dropdown-max-width: 200px;
519
// $f-dropdown-height: auto;
520
// $f-dropdown-max-height: none;
521
// $f-dropdown-margin-top: 2px;
522

    
523
// We use this to control the background color
524
// $f-dropdown-bg: #fff;
525

    
526
// We use this to set the border styles for dropdowns.
527
// $f-dropdown-border-style: solid;
528
// $f-dropdown-border-width: 1px;
529
// $f-dropdown-border-color: darken(#fff, 20%);
530

    
531
// We use these to style the triangle pip.
532
// $f-dropdown-triangle-size: 6px;
533
// $f-dropdown-triangle-color: #fff;
534
// $f-dropdown-triangle-side-offset: 10px;
535

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

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

    
548
//
549
// Flex Video Variables
550
//
551

    
552
// We use these to control video container padding and margins
553
// $flex-video-padding-top: emCalc(25px);
554
// $flex-video-padding-bottom: 67.5%;
555
// $flex-video-margin-bottom: emCalc(16px);
556

    
557
// We use this to control widescreen bottom padding
558
// $flex-video-widescreen-padding-bottom: 57.25%;
559

    
560
//
561
// Inline List Variables
562
//
563

    
564
// We use this to control the margins and padding of the inline list.
565
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
566
// $inline-list-margin: 0 0;
567
// $inline-list-padding: 0;
568

    
569
// We use this to control the overflow of the inline list.
570
// $inline-list-overflow: hidden;
571

    
572
// We use this to control the list items
573
// $inline-list-display: block;
574

    
575
// We use this to control any elments within list items
576
// $inline-list-children-display: block;
577

    
578
//
579
// Joyride Variables
580
//
581

    
582
// Controlling default Joyride styles
583
// $joyride-tip-bg: rgb(0,0,0);
584
// $joyride-tip-default-width: 300px;
585
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
586
// $joyride-tip-border: solid 1px #555;
587
// $joyride-tip-radius: 4px;
588
// $joyride-tip-position-offset: 22px;
589

    
590
// Here, we're setting the tip dont styles
591
// $joyride-tip-font-color: #fff;
592
// $joyride-tip-font-size: emCalc(14px);
593
// $joyride-tip-header-weight: bold;
594

    
595
// This changes the nub size
596
// $joyride-tip-nub-size: 14px;
597

    
598
// This adjusts the styles for the timer when its enabled
599
// $joyride-tip-timer-width: 50px;
600
// $joyride-tip-timer-height: 3px;
601
// $joyride-tip-timer-color: #666;
602

    
603
// This changes up the styles for the close button
604
// $joyride-tip-close-color: #777;
605
// $joyride-tip-close-size: 30px;
606
// $joyride-tip-close-weight: normal;
607

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

    
611
//
612
// Keystroke Variables
613
//
614

    
615
// We use these to control text styles.
616
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
617
// $keystroke-font-size: emCalc(15px);
618
// $keystroke-font-color: #222;
619
// $keystroke-font-color-alt: #fff;
620
// $keystroke-function-factor: 7%;
621

    
622
// We use this to control keystroke padding.
623
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
624

    
625
// We use these to control background and border styles.
626
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
627
// $keystroke-border-style: solid;
628
// $keystroke-border-width: 1px;
629
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
630
// $keystroke-radius: $global-radius;
631

    
632
//
633
// Label Variables
634
//
635

    
636
// We use these to style the labels
637
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
638
// $label-radius: $global-radius;
639

    
640
// We use these to style the label text
641
// $label-font-sizing: emCalc(14px);
642
// $label-font-weight: bold;
643

    
644
//
645
// Orbit Settings
646
//
647

    
648
// We use these to control the caption styles
649
// $orbit-container-bg: #f5f5f5;
650
// $orbit-caption-bg-old-browser: #000;
651
// $orbit-caption-bg-old: rgb(0,0,0);
652
// $orbit-caption-bg: rgba(0,0,0,0.6);
653
// $orbit-caption-font-color: #fff;
654

    
655
// We use these to control the left/right nav styles
656
// $orbit-nav-bg-old: rgb(0,0,0);
657
// $orbit-nav-bg: rgba(0,0,0,0.6);
658

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

    
663
// We use these to control the bullet nav styles
664
// $orbit-bullet-nav-color: #999;
665
// $orbit-bullet-nav-color-active: #222;
666

    
667
// We use thes to controls the style of slide numbers
668
// $orbit-slide-number-bg: rgb(0,0,0);
669
// $orbit-slide-number-font-color: #fff;
670
// $orbit-slide-number-padding: emCalc(5px);
671

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

    
675
//
676
// Pagination Variables
677
//
678

    
679
// We use these to control the pagination container
680
// $pagination-height: emCalc(24px);
681
// $pagination-margin: emCalc(-5px);
682

    
683
// We use these to set the list-item properties
684
// $pagination-li-float: $default-float;
685
// $pagination-li-height: emCalc(24px);
686
// $pagination-li-font-color: #222;
687
// $pagination-li-font-size: emCalc(14px);
688
// $pagination-li-margin: emCalc(5px);
689

    
690
// We use these for the pagination anchor links
691
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
692
// $pagination-link-font-color: #999;
693
// $pagination-link-active-bg: darken(#fff, 10%);
694

    
695
// We use these for disabled anchor links
696
// $pagination-link-unavailable-cursor: default;
697
// $pagination-link-unavailable-font-color: #999;
698
// $pagination-link-unavailable-bg-active: transparent;
699

    
700
// We use these for currently selected anchor links
701
// $pagination-link-current-background: $primary-color;
702
// $pagination-link-current-font-color: #fff;
703
// $pagination-link-current-font-weight: bold;
704
// $pagination-link-current-cursor: default;
705
// $pagination-link-current-active-bg: $primary-color;
706

    
707
//
708
// Panel Variables
709
//
710

    
711
// We use these to control the background and border styles
712
// $panel-bg: darken(#fff, 5%);
713
// $panel-border-style: solid;
714
// $panel-border-size: 1px;
715

    
716
// We use this % to control how much we darken things on hover
717
// $panel-function-factor: 10%;
718
// $panel-border-color: darken($panel-bg, $panel-function-factor);
719

    
720
// We use these to set default inner padding and bottom margin
721
// $panel-margin-bottom: emCalc(20px);
722
// $panel-padding: emCalc(20px);
723

    
724
// We use these to set default font colors
725
// $panel-font-color: #333;
726
// $panel-font-color-alt: #fff;
727

    
728
//
729
// Pricing Table Variables
730
//
731

    
732
// We use this to control the border color
733
// $price-table-border: solid 1px #ddd;
734

    
735
// We use this to control the bottom margin of the pricing table
736
// $price-table-margin-bottom: emCalc(20px);
737

    
738
// We use these to control the title styles
739
// $price-title-bg: #ddd;
740
// $price-title-padding: emCalc(15px) emCalc(20px);
741
// $price-title-align: center;
742
// $price-title-color: #333;
743
// $price-title-weight: bold;
744
// $price-title-size: emCalc(16px);
745

    
746
// We use these to control the price styles
747
// $price-money-bg: #eee;
748
// $price-money-padding: emCalc(15px) emCalc(20px);
749
// $price-money-align: center;
750
// $price-money-color: #333;
751
// $price-money-weight: normal;
752
// $price-money-size: emCalc(20px);
753

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

    
764
// We use these to control the list item styles
765
// $price-item-color: #333;
766
// $price-item-padding: emCalc(15px);
767
// $price-item-align: center;
768
// $price-item-font-size: emCalc(14px);
769
// $price-item-weight: normal;
770
// $price-item-bottom-border: dotted 1px #ddd;
771

    
772
// We use these to control the CTA area styles
773
// $price-cta-bg: #f5f5f5;
774
// $price-cta-align: center;
775
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
776

    
777
//
778
// Progress Bar Variables
779
//
780

    
781
// We use this to se the prog bar height
782
$progress-bar-height: emCalc(15px);
783
// $progress-bar-color: transparent;
784

    
785
// We use these to control the border styles
786
// $progress-bar-border-color: darken(#fff, 20%);
787
// $progress-bar-border-size: 1px;
788
// $progress-bar-border-style: solid;
789
// $progress-bar-border-radius: $global-radius;
790

    
791
// We use these to control the margin & padding
792
// $progress-bar-pad: emCalc(2px);
793
// $progress-bar-margin-bottom: emCalc(10px);
794

    
795
// We use these to set the meter colors
796
// $progress-meter-color: $primary-color;
797
// $progress-meter-secondary-color: $secondary-color;
798
// $progress-meter-success-color: $success-color;
799
// $progress-meter-alert-color: $alert-color;
800

    
801
// NEED TO FINISH THE LOGIC HERE
802

    
803
//
804
// Reveal Variables
805
//
806

    
807
// We use these to control the style of the reveal overlay.
808
$reveal-overlay-bg: rgba(#000, .80);
809
// $reveal-overlay-bg-old: #000;
810

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

    
818
// We use these to style the reveal close button
819
// $reveal-close-font-size: emCalc(22px);
820
// $reveal-close-top: emCalc(8px);
821
// $reveal-close-side: emCalc(11px);
822
// $reveal-close-color: #aaa;
823
// $reveal-close-weight: bold;
824

    
825
// We use these to control the modal border
826
// $reveal-border-style: solid;
827
// $reveal-border-width: 1px;
828
// $reveal-border-color: #666;
829

    
830
//
831
// Section Variables
832
//
833

    
834
// We use these to set padding and hover factor
835
// $section-padding: emCalc(15px);
836
// $section-function-factor: 10%;
837

    
838
// These style the titles
839
// $section-title-color: #333;
840
// $section-title-bg: #efefef;
841
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
842
// $section-title-bg-active-tabs: #fff;
843

    
844
// Want to control border size, here ya go!
845
// $section-border-size: 1px;
846
// $section-border-style: solid;
847
// $section-border-color: #ccc;
848

    
849
// Control the color of the background and some size options
850
// $section-content-bg: #fff;
851
// $section-vertical-nav-min-width: emCalc(200px);
852
// $section-bottom-margin: emCalc(20px);
853

    
854
//
855
// Side Nav Variables
856
//
857

    
858
// We use this to control padding.
859
// $side-nav-padding: emCalc(14px) 0;
860

    
861
// We use these to control list styles.
862
// $side-nav-list-type: none;
863
// $side-nav-list-position: inside;
864
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
865

    
866
// We use these to control link styles.
867
// $side-nav-link-color: $primary-color;
868
// $side-nav-link-color-active: lighten(#000, 30%);
869
// $side-nav-font-size: emCalc(14px);
870
// $side-nav-font-weight: bold;
871

    
872
// We use these to control border styles
873
// $side-nav-divider-size: 1px;
874
// $side-nav-divider-style: solid;
875
// $side-nav-divider-color: darken(#fff, 10%);
876

    
877
//
878
// Sub Nav Variables
879
//
880

    
881
// We use these to control margin and padding
882
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
883
// $sub-nav-list-padding-top: emCalc(4px);
884

    
885
// We use this to control the definition
886
// $sub-nav-font-size: emCalc(14px);
887
// $sub-nav-font-color: #999;
888
// $sub-nav-font-weight: normal;
889
// $sub-nav-text-decoration: none;
890
// $sub-nav-border-radius: 1000px;
891

    
892
// We use these to control the active item styles
893
// $sub-nav-active-font-weight: bold;
894
// $sub-nav-active-bg: $primary-color;
895
// $sub-nav-active-color: #fff;
896
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
897
// $sub-nav-active-cursor: default;
898

    
899
//
900
// Switch Variables
901
//
902

    
903
// Controlling border styles and background colors for the switch container
904
// $switch-border-color: darken(#fff, 20%);
905
// $switch-border-style: solid;
906
// $switch-border-width: 1px;
907
// $switch-bg: #fff;
908

    
909
// We use these to control the switch heights for our default classes
910
// $switch-height-tny: 22px;
911
// $switch-height-sml: 28px;
912
// $switch-height-med: 36px;
913
// $switch-height-lrg: 44px;
914
// $switch-bottom-margin: emCalc(20px);
915

    
916
// We use these to control default font sizes for our classes.
917
// $switch-font-size-tny: 11px;
918
// $switch-font-size-sml: 12px;
919
// $switch-font-size-med: 14px;
920
// $switch-font-size-lrg: 17px;
921
// $switch-label-side-padding: 6px;
922

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

    
934
// Outline Style for tabbing through switches
935
// $switch-label-outline: 1px dotted #888;
936

    
937
//
938
// Table Variables
939
//
940

    
941
// These control the background color for the table and even rows
942
// $table-bg: #fff;
943
// $table-even-row-bg: #f9f9f9;
944

    
945
// These control the table cell border style
946
// $table-border-style: solid;
947
// $table-border-size: 1px;
948
// $table-border-color: #ddd;
949

    
950
// These control the table head styles
951
// $table-head-bg: #f5f5f5;
952
// $table-head-font-size: emCalc(14px);
953
// $table-head-font-color: #222;
954
// $table-head-font-weight: bold;
955
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
956

    
957
// These control the row padding and font styles
958
// $table-row-padding: emCalc(9px) emCalc(10px);
959
// $table-row-font-size: emCalc(14px);
960
// $table-row-font-color: #222;
961
// $table-line-height: emCalc(18px);
962

    
963
// These are for controlling the display and margin of tables
964
// $table-display: table-cell;
965
// $table-margin-bottom: emCalc(20px);
966

    
967
//
968
// Image Thumbnail Variables
969
//
970

    
971
// We use these to control border styles
972
// $thumb-border-style: solid;
973
// $thumb-border-width: 4px;
974
// $thumb-border-color: #fff;
975
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
976
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
977

    
978
// Radius and transition speed for thumbs
979
// $thumb-radius: $global-radius;
980
// $thumb-transition-speed: 200ms;
981

    
982
//
983
// Tooltip Variables
984
//
985
$has-tip-border-bottom: 0 none;
986
// $has-tip-font-weight: bold;
987
// $has-tip-font-color: #333;
988
$has-tip-border-bottom-hover: none;
989
// $has-tip-font-color-hover: $primary-color;
990
$has-tip-cursor-type: inherit;
991

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

    
1005
//
1006
// Top Bar Variables
1007
//
1008

    
1009
// Background color for the top bar
1010
// $topbar-bg: #111;
1011

    
1012
// Height and margin
1013
// $topbar-height: 45px;
1014
// $topbar-margin-bottom: emCalc(30px);
1015

    
1016
// Control Input height for top bar
1017
// $topbar-input-height: 2.45em;
1018

    
1019
// Controlling the styles for the title in the top bar
1020
// $topbar-title-weight: bold;
1021
// $topbar-title-font-size: emCalc(17px);
1022

    
1023
// Set the link colors and styles for top-level nav
1024
// $topbar-link-color: #fff;
1025
// $topbar-link-weight: bold;
1026
// $topbar-link-font-size: emCalc(13px);
1027

    
1028
// Style the top bar dropdown elements
1029
// $topbar-dropdown-bg: #333;
1030
// $topbar-dropdown-link-color: #fff;
1031
// $topbar-dropdown-toggle-size: 5px;
1032
// $topbar-dropdown-toggle-color: #fff;
1033
// $topbar-dropdown-toggle-alpha: 0.5;
1034
// $dropdown-label-color: #555;
1035

    
1036
// Top menu icon styles
1037
// $topbar-menu-link-transform: uppercase;
1038
// $topbar-menu-link-font-size: emCalc(13px);
1039
// $topbar-menu-link-weight: bold;
1040
// $topbar-menu-link-color: #fff;
1041
// $topbar-menu-icon-color: #fff;
1042
// $topbar-menu-link-color-toggled: #888;
1043
// $topbar-menu-icon-color-toggled: #888;
1044

    
1045
// Transitions and breakpoint styles
1046
// $topbar-transition-speed: 300ms;
1047
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1048
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1049

    
1050

    
1051
// Custom breakpoints
1052

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

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