Statistics
| Branch: | Tag: | Revision:

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

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

    
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: #F24E53;
34
$black:#333;
35

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

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

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

    
51

    
52
// We use these to make sure border radius matches unless we want it different.
53
$global-radius: 1px;
54
// $global-rounded: 1000px;
55

    
56
// header settings
57
$header-padding-vertical:emCalc(20px);
58
$header-padding-horizontal:emCalc(40px);
59

    
60

    
61
// We use these to control inset shadow shiny edges and depressions.
62
// $shiny-edge-size: 0 1px 0;
63
// $shiny-edge-color: rgba(#fff, .5);
64
// $shiny-edge-active-color: rgba(#000, .2);
65

    
66
// We use this to control whether or not CSS classes come through in the gem files.
67
// $include-html-classes: true;
68
// $include-print-styles: true;
69

    
70
// Modular html classes
71
// $include-html-grid-classes: $include-html-classes;
72
// $include-html-visibility-classes: $include-html-classes;
73
// $include-html-button-classes: $include-html-classes;
74
// $include-html-form-classes: $include-html-classes;
75
// $include-html-media-classes: $include-html-classes;
76
// $include-html-section-classes: $include-html-classes;
77
// $include-html-reveal-classes: $include-html-classes;
78
// $include-html-alert-classes: $include-html-classes;
79
// $include-html-nav-classes: $include-html-classes;
80
// $include-html-label-classes: $include-html-classes;
81
// $include-html-panel-classes: $include-html-classes;
82
// $include-html-pricing-classes: $include-html-classes;
83
// $include-html-progress-classes: $include-html-classes;
84

    
85
//
86
// Grid Variables
87
//
88

    
89
$row-full-width:100%;
90
$row-width: emCalc(1200px);
91
// $column-gutter: 1.875em;
92
// $total-columns: 12;
93

    
94
//
95
// Block Grid Variables
96
//
97

    
98
// We use this to control the maximum number of block grid elements per row
99
// $block-grid-elements: 12;
100
// $block-grid-default-spacing: 10px;
101

    
102
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
103
// $block-grid-media-queries: true;
104

    
105
//
106
// Typography Variables
107
//
108

    
109
// We use these to control header font styles
110
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
111
// $header-font-weight: bold;
112
// $header-font-style: normal;
113
$header-font-color: $body-font-color;
114
// $header-line-height: 1.4;
115
// $header-top-margin: .2em;
116
// $header-bottom-margin: .5em;
117
// $header-text-rendering: optimizeLegibility;
118

    
119
// We use these to control header font sizes
120
// $h1-font-size: emCalc(44px);
121
// $h2-font-size: emCalc(37px);
122
// $h3-font-size: emCalc(27px);
123
// $h4-font-size: emCalc(23px);
124
// $h5-font-size: emCalc(18px);
125
// $h6-font-size: 1em;
126

    
127
// These control how subheaders are styled.
128
// $subheader-line-height: 1.4;
129
// $subheader-font-color: lighten($header-font-color, 30%);
130
// $subheader-font-weight: 300;
131
// $subheader-top-margin: .2em;
132
// $subheader-bottom-margin: .5em;
133

    
134
// A general <small> styling
135
// $small-font-size: 60%;
136
// $small-font-color: lighten($header-font-color, 30%);
137

    
138
// We use these to style paragraphs
139
// $paragraph-font-family: inherit;
140
// $paragraph-font-weight: normal;
141
// $paragraph-font-size: 1em;
142
// $paragraph-line-height: 1.6;
143
// $paragraph-margin-bottom: emCalc(20px);
144
// $paragraph-aside-font-size: emCalc(14px);
145
// $paragraph-aside-line-height: 1.35;
146
// $paragraph-aside-font-style: italic;
147

    
148
// We use these to style <code> tags
149
// $code-color: darken($alert-color, 15%);
150
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
151
// $code-font-weight: bold;
152

    
153
// We use these to style anchors
154
// $anchor-text-decoration: none;
155
// $anchor-font-color: $primary-color;
156
// $anchor-font-color-hover: darken($primary-color, 5%);
157

    
158
// We use these to style the <hr> element
159
// $hr-border-width: 1px;
160
// $hr-border-style: solid;
161
// $hr-border-color: #ddd;
162
// $hr-margin: emCalc(20px);
163

    
164
// We use these to style lists
165
// $list-style-position: outside;
166
// $list-side-margin: emCalc(18px);
167
// $definition-list-header-weight: bold;
168
// $definition-list-header-margin-bottom: .3em;
169
// $definition-list-margin-bottom: emCalc(12px);
170

    
171
// We use these to style blockquotes
172
// $blockquote-font-color: lighten($header-font-color, 30%);
173
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
174
// $blockquote-border: 1px solid #ddd;
175
// $blockquote-cite-font-size: emCalc(13px);
176
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
177
// $blockquote-cite-link-color: $blockquote-cite-font-color;
178

    
179
// Acronym styles
180
// $acronym-underline: 1px dotted #ddd;
181

    
182
// We use these to control padding and margin
183
// $microformat-padding: emCalc(10px) emCalc(12px);
184
// $microformat-margin: 0 0 emCalc(20px) 0;
185

    
186
// We use these to control the border styles
187
// $microformat-border-width: 1px;
188
// $microformat-border-style: solid;
189
// $microformat-border-color: #ddd;
190

    
191
// We use these to control full name font styles
192
// $microformat-fullname-font-weight: bold;
193
// $microformat-fullname-font-size: emCalc(15px);
194

    
195
// We use this to control the summary font styles
196
// $microformat-summary-font-weight: bold;
197

    
198
// We use this to control abbr padding
199
// $microformat-abbr-padding: 0 emCalc(1px);
200

    
201
// We use this to control abbr font styles
202
// $microformat-abbr-font-weight: bold;
203
// $microformat-abbr-font-decoration: none;
204

    
205
//
206
// Form Variables
207
//
208

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

    
212
// We use these to style the labels in different ways
213
// $label-pointer: pointer;
214
// $label-font-size: emCalc(14px);
215
// $label-font-weight: 500;
216
// $label-font-color: lighten(#000, 30%);
217
// $label-bottom-margin: emCalc(3px);
218
// $input-font-family: inherit;
219
// $input-font-color: rgba(0,0,0,0.75);
220
// $input-font-size: emCalc(14px);
221
// $input-bg-color: #fff;
222
// $input-focus-bg-color: darken(#fff, 2%);
223
$input-border-color: $primary-color;
224
// $input-focus-border-color: darken(#fff, 40%);
225
// $input-border-style: solid;
226
// $input-border-width: 1px;
227
// $input-disabled-bg: #ddd;
228
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
229

    
230
// We use these to style the fieldset border and spacing.
231
// $fieldset-border-style: solid;
232
// $fieldset-border-width: 1px;
233
// $fieldset-border-color: #ddd;
234
// $fieldset-padding: emCalc(20px);
235
// $fieldset-margin: emCalc(18px) 0;
236

    
237
// We use these to style the legends when you use them
238
// $legend-bg: #fff;
239
// $legend-font-weight: bold;
240
// $legend-padding: 0 emCalc(3px);
241

    
242
// We use these to style the prefix and postfix input elements
243
// $input-prefix-bg: darken(#fff, 5%);
244
// $input-prefix-border-color: darken(#fff, 20%);
245
// $input-prefix-border-size: 1px;
246
// $input-prefix-border-type: solid;
247
// $input-prefix-overflow: hidden;
248
// $input-prefix-font-color: #333;
249
// $input-prefix-font-color-alt: #fff;
250

    
251
// We use these to style the error states for inputs and labels
252
// $input-error-message-padding: emCalc(6px) emCalc(4px);
253
// $input-error-message-top: -($form-spacing) - emCalc(5px);
254
// $input-error-message-font-size: emCalc(12px);
255
// $input-error-message-font-weight: bold;
256
// $input-error-message-font-color: #fff;
257
// $input-error-message-font-color-alt: #333;
258

    
259
// We use these to build padding for buttons.
260
// $button-med: emCalc(12px);
261
// $button-tny: emCalc(7px);
262
// $button-sml: emCalc(9px);
263
// $button-lrg: emCalc(16px);
264

    
265
// We use this to control the display property.
266
// $button-display: inline-block;
267
// $button-margin-bottom: emCalc(20px);
268

    
269
// We use these to control button text styles.
270
// $button-font-family: inherit;
271
// $button-font-color: #fff;
272
// $button-font-color-alt: #333;
273
// $button-font-med: emCalc(16px);
274
// $button-font-tny: emCalc(11px);
275
// $button-font-sml: emCalc(13px);
276
// $button-font-lrg: emCalc(20px);
277
// $button-font-weight: bold;
278
// $button-font-align: center;
279

    
280
// We use these to control various hover effects.
281
// $button-function-factor: 10%;
282

    
283
// We use these to control button border styles.
284
// $button-border-width: 1px;
285
// $button-border-style: solid;
286
// $button-border-color: darken($primary-color, $button-function-factor);
287

    
288
// We use this to set the default radius used throughout the core.
289
// $button-radius: $global-radius;
290

    
291
// We use this to set default opacity for disabled buttons.
292
// $button-disabled-opacity: 0.6;
293

    
294
//
295
// Dropdown Button Variables
296
//
297

    
298
// We use these to set the color of the pip in dropdown buttons
299
// $dropdown-button-pip-color: #fff;
300
// $dropdown-button-pip-color-alt: #333;
301

    
302
// We use these to style tiny dropdown buttons
303
// $dropdown-button-padding-tny: $button-tny * 5;
304
// $dropdown-button-pip-size-tny: $button-tny;
305
// $dropdown-button-pip-right-tny: $button-tny * 2;
306
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
307

    
308
// We use these to style small dropdown buttons
309
// $dropdown-button-padding-sml: $button-sml * 5;
310
// $dropdown-button-pip-size-sml: $button-sml;
311
// $dropdown-button-pip-right-sml: $button-sml * 2;
312
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
313

    
314
// We use these to style medium dropdown buttons
315
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
316
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
317
// $dropdown-button-pip-right-med: $button-med * 2;
318
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
319

    
320
// We use these to style large dropdown buttons
321
// $dropdown-button-padding-lrg: $button-lrg * 4;
322
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
323
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
324
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
325

    
326
//
327
// Split Button Variables
328
//
329

    
330
// We use these to control different shared styles for Split Buttons
331
// $split-button-function-factor: 15%;
332
// $split-button-pip-color: #fff;
333
// $split-button-pip-color-alt: #333;
334
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
335

    
336
// We use these to control tiny split buttons
337
// $split-button-padding-tny: $button-tny * 9;
338
// $split-button-span-width-tny: $button-tny * 6.5;
339
// $split-button-pip-size-tny: $button-tny;
340
// $split-button-pip-top-tny: $button-tny * 2;
341
// $split-button-pip-left-tny: emCalc(-5px);
342

    
343
// We use these to control small split buttons
344
// $split-button-padding-sml: $button-sml * 7;
345
// $split-button-span-width-sml: $button-sml * 5;
346
// $split-button-pip-size-sml: $button-sml;
347
// $split-button-pip-top-sml: $button-sml * 1.5;
348
// $split-button-pip-left-sml: emCalc(-9px);
349

    
350
// We use these to control medium split buttons
351
// $split-button-padding-med: $button-med * 6.4;
352
// $split-button-span-width-med: $button-med * 4;
353
// $split-button-pip-size-med: $button-med - emCalc(3px);
354
// $split-button-pip-top-med: $button-med * 1.5;
355
// $split-button-pip-left-med: emCalc(-9px);
356

    
357
// We use these to control large split buttons
358
// $split-button-padding-lrg: $button-lrg * 6;
359
// $split-button-span-width-lrg: $button-lrg * 3.75;
360
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
361
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
362
// $split-button-pip-left-lrg: emCalc(-9px);
363

    
364
//
365
// Alert Variables
366
//
367

    
368
// We use this to control alert padding.
369
// $alert-padding-top: emCalc(11px);
370
// $alert-padding-left: $alert-padding-top;
371
// $alert-padding-right: $alert-padding-top + emCalc(10px);
372
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
373

    
374
// We use these to control text style.
375
// $alert-font-weight: bold;
376
// $alert-font-size: emCalc(14px);
377
// $alert-font-color: #fff;
378
// $alert-font-color-alt: darken($secondary-color, 60%);
379

    
380
// We use this for close hover effect.
381
// $alert-function-factor: 10%;
382

    
383
// We use these to control border styles.
384
// $alert-border-style: solid;
385
// $alert-border-width: 1px;
386
// $alert-border-color: darken($primary-color, $alert-function-factor);
387
// $alert-bottom-margin: emCalc(20px);
388

    
389
// We use these to style the close buttons
390
// $alert-close-color: #333;
391
// $alert-close-position: emCalc(5px);
392
// $alert-close-font-size: emCalc(22px);
393
// $alert-close-opacity: 0.3;
394
// $alert-close-opacity-hover: 0.5;
395
// $alert-close-padding: 5px 4px 4px;
396

    
397
// We use this to control border radius
398
// $alert-radius: $global-radius;
399

    
400
//
401
// Breadcrumb Variables
402
//
403

    
404
// We use this to set the background color for the breadcrumb container.
405
$crumb-bg: transparent;
406

    
407
// We use these to set the padding around the breadcrumbs.
408
$crumb-padding: 0 emCalc(14px) emCalc(9px);
409
// $crumb-side-padding: emCalc(12px);
410

    
411
// We use these to control border styles.
412
// $crumb-function-factor: 10%;
413
// $crumb-border-size: 1px;
414
// $crumb-border-style: solid;
415
$crumb-border-color: transparent;
416
// $crumb-radius: $global-radius;
417

    
418
// We use these to set various text styles for breadcrumbs.
419
$crumb-font-size: inherit;
420
// $crumb-font-color: $primary-color;
421
// $crumb-font-color-current: #333;
422
// $crumb-font-color-unavailable: #999;
423
$crumb-font-transform: none;
424
$crumb-link-decor: none;
425

    
426
// We use these to control the slash between breadcrumbs
427
// $crumb-slash-color: #aaa;
428
$crumb-slash: ">";
429

    
430
//
431
// Clearing Variables
432
//
433

    
434
// We use these to set the background colors for parts of Clearing.
435
// $clearing-bg: #111;
436
// $clearing-caption-bg: $clearing-bg;
437
// $clearing-carousel-bg: #111;
438
// $clearing-img-bg: $clearing-bg;
439

    
440
// We use these to style the close button
441
// $clearing-close-color: #fff;
442
// $clearing-close-size: 40px;
443

    
444
// We use these to style the arrows
445
// $clearing-arrow-size: 16px;
446
// $clearing-arrow-color: $clearing-close-color;
447

    
448
// We use these to style captions
449
// $clearing-caption-font-color: #fff;
450
// $clearing-caption-padding: 10px 30px;
451

    
452
// We use these to make the image and carousel height and style
453
// $clearing-active-img-height: 75%;
454
// $clearing-carousel-height: 150px;
455
// $clearing-carousel-thumb-width: 175px;
456
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
457

    
458
//
459
// Custom Form Variables
460
//
461

    
462
// We use these to control the basic form styles input styles
463
// $custom-form-border-color: #ccc;
464
// $custom-form-bg: #fff;
465
// $custom-form-bg-disabled: #ddd;
466
// $custom-form-check-color: #222;
467

    
468
// We use these to style the custom select form element.
469
// $custom-select-bg: #fff;
470
// $custom-select-fade-to-color: #f3f3f3;
471
// $custom-select-border-color: #ddd;
472
// $custom-select-triangle-color: #aaa;
473
// $custom-select-triangle-color-open: #222;
474
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
475
// $custom-select-margin-bottom: emCalc(20px);
476
// $custom-select-font-color-selected: #141414;
477
// $custom-select-disabled-color: #888;
478

    
479
// We use these to control the style of the custom select dropdown element.
480
// $custom-dropdown-height: 200px;
481
// $custom-dropdown-bg: #fff;
482
// $custom-dropdown-border-color: darken(#fff, 20%);
483
// $custom-dropdown-border-width: 1px;
484
// $custom-dropdown-border-style: solid;
485
// $custom-dropdown-font-color: #555;
486
// $custom-dropdown-font-size: emCalc(14px);
487
// $custom-dropdown-color-selected: #eeeeee;
488
// $custom-dropdown-font-color-selected: #000;
489
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
490
// $custom-dropdown-offset-top: none;
491
// $custom-dropdown-list-padding: emCalc(4px);
492
// $custom-dropdown-left-padding: emCalc(6px);
493
// $custom-dropdown-right-padding: emCalc(38px);
494
// $custom-dropdown-list-item-min-height: emCalc(24px);
495

    
496
//
497
// Dropdown Variables
498
//
499

    
500
// We use these to controls height and width styles.
501
// $f-dropdown-max-width: 200px;
502
// $f-dropdown-height: auto;
503
// $f-dropdown-max-height: none;
504
// $f-dropdown-margin-top: 2px;
505

    
506
// We use this to control the background color
507
// $f-dropdown-bg: #fff;
508

    
509
// We use this to set the border styles for dropdowns.
510
// $f-dropdown-border-style: solid;
511
// $f-dropdown-border-width: 1px;
512
// $f-dropdown-border-color: darken(#fff, 20%);
513

    
514
// We use these to style the triangle pip.
515
// $f-dropdown-triangle-size: 6px;
516
// $f-dropdown-triangle-color: #fff;
517
// $f-dropdown-triangle-side-offset: 10px;
518

    
519
// We use these to control styles for the list elements.
520
// $f-dropdown-list-style: none;
521
// $f-dropdown-font-color: #555;
522
// $f-dropdown-font-size: emCalc(14px);
523
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
524
// $f-dropdown-line-height: emCalc(18px);
525
// $f-dropdown-list-hover-bg: #eeeeee;
526
// $dropdown-mobile-left: 0;
527

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

    
531
//
532
// Flex Video Variables
533
//
534

    
535
// We use these to control video container padding and margins
536
// $flex-video-padding-top: emCalc(25px);
537
// $flex-video-padding-bottom: 67.5%;
538
// $flex-video-margin-bottom: emCalc(16px);
539

    
540
// We use this to control widescreen bottom padding
541
// $flex-video-widescreen-padding-bottom: 57.25%;
542

    
543
//
544
// Inline List Variables
545
//
546

    
547
// We use this to control the margins and padding of the inline list.
548
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
549
// $inline-list-margin: 0 0;
550
// $inline-list-padding: 0;
551

    
552
// We use this to control the overflow of the inline list.
553
// $inline-list-overflow: hidden;
554

    
555
// We use this to control the list items
556
// $inline-list-display: block;
557

    
558
// We use this to control any elments within list items
559
// $inline-list-children-display: block;
560

    
561
//
562
// Joyride Variables
563
//
564

    
565
// Controlling default Joyride styles
566
// $joyride-tip-bg: rgb(0,0,0);
567
// $joyride-tip-default-width: 300px;
568
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
569
// $joyride-tip-border: solid 1px #555;
570
// $joyride-tip-radius: 4px;
571
// $joyride-tip-position-offset: 22px;
572

    
573
// Here, we're setting the tip dont styles
574
// $joyride-tip-font-color: #fff;
575
// $joyride-tip-font-size: emCalc(14px);
576
// $joyride-tip-header-weight: bold;
577

    
578
// This changes the nub size
579
// $joyride-tip-nub-size: 14px;
580

    
581
// This adjusts the styles for the timer when its enabled
582
// $joyride-tip-timer-width: 50px;
583
// $joyride-tip-timer-height: 3px;
584
// $joyride-tip-timer-color: #666;
585

    
586
// This changes up the styles for the close button
587
// $joyride-tip-close-color: #777;
588
// $joyride-tip-close-size: 30px;
589
// $joyride-tip-close-weight: normal;
590

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

    
594
//
595
// Keystroke Variables
596
//
597

    
598
// We use these to control text styles.
599
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
600
// $keystroke-font-size: emCalc(15px);
601
// $keystroke-font-color: #222;
602
// $keystroke-font-color-alt: #fff;
603
// $keystroke-function-factor: 7%;
604

    
605
// We use this to control keystroke padding.
606
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
607

    
608
// We use these to control background and border styles.
609
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
610
// $keystroke-border-style: solid;
611
// $keystroke-border-width: 1px;
612
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
613
// $keystroke-radius: $global-radius;
614

    
615
//
616
// Label Variables
617
//
618

    
619
// We use these to style the labels
620
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
621
// $label-radius: $global-radius;
622

    
623
// We use these to style the label text
624
// $label-font-sizing: emCalc(14px);
625
// $label-font-weight: bold;
626

    
627
//
628
// Orbit Settings
629
//
630

    
631
// We use these to control the caption styles
632
// $orbit-container-bg: #f5f5f5;
633
// $orbit-caption-bg-old-browser: #000;
634
// $orbit-caption-bg-old: rgb(0,0,0);
635
// $orbit-caption-bg: rgba(0,0,0,0.6);
636
// $orbit-caption-font-color: #fff;
637

    
638
// We use these to control the left/right nav styles
639
// $orbit-nav-bg-old: rgb(0,0,0);
640
// $orbit-nav-bg: rgba(0,0,0,0.6);
641

    
642
// We use these to control the timer styles
643
// $orbit-timer-bg-old: rgb(0,0,0);
644
// $orbit-timer-bg: rgba(0,0,0,0.6);
645

    
646
// We use these to control the bullet nav styles
647
// $orbit-bullet-nav-color: #999;
648
// $orbit-bullet-nav-color-active: #222;
649

    
650
// We use thes to controls the style of slide numbers
651
// $orbit-slide-number-bg: rgb(0,0,0);
652
// $orbit-slide-number-font-color: #fff;
653
// $orbit-slide-number-padding: emCalc(5px);
654

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

    
658
//
659
// Pagination Variables
660
//
661

    
662
// We use these to control the pagination container
663
// $pagination-height: emCalc(24px);
664
// $pagination-margin: emCalc(-5px);
665

    
666
// We use these to set the list-item properties
667
// $pagination-li-float: $default-float;
668
// $pagination-li-height: emCalc(24px);
669
// $pagination-li-font-color: #222;
670
// $pagination-li-font-size: emCalc(14px);
671
// $pagination-li-margin: emCalc(5px);
672

    
673
// We use these for the pagination anchor links
674
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
675
// $pagination-link-font-color: #999;
676
// $pagination-link-active-bg: darken(#fff, 10%);
677

    
678
// We use these for disabled anchor links
679
// $pagination-link-unavailable-cursor: default;
680
// $pagination-link-unavailable-font-color: #999;
681
// $pagination-link-unavailable-bg-active: transparent;
682

    
683
// We use these for currently selected anchor links
684
// $pagination-link-current-background: $primary-color;
685
// $pagination-link-current-font-color: #fff;
686
// $pagination-link-current-font-weight: bold;
687
// $pagination-link-current-cursor: default;
688
// $pagination-link-current-active-bg: $primary-color;
689

    
690
//
691
// Panel Variables
692
//
693

    
694
// We use these to control the background and border styles
695
// $panel-bg: darken(#fff, 5%);
696
// $panel-border-style: solid;
697
// $panel-border-size: 1px;
698

    
699
// We use this % to control how much we darken things on hover
700
// $panel-function-factor: 10%;
701
// $panel-border-color: darken($panel-bg, $panel-function-factor);
702

    
703
// We use these to set default inner padding and bottom margin
704
// $panel-margin-bottom: emCalc(20px);
705
// $panel-padding: emCalc(20px);
706

    
707
// We use these to set default font colors
708
// $panel-font-color: #333;
709
// $panel-font-color-alt: #fff;
710

    
711
//
712
// Pricing Table Variables
713
//
714

    
715
// We use this to control the border color
716
// $price-table-border: solid 1px #ddd;
717

    
718
// We use this to control the bottom margin of the pricing table
719
// $price-table-margin-bottom: emCalc(20px);
720

    
721
// We use these to control the title styles
722
// $price-title-bg: #ddd;
723
// $price-title-padding: emCalc(15px) emCalc(20px);
724
// $price-title-align: center;
725
// $price-title-color: #333;
726
// $price-title-weight: bold;
727
// $price-title-size: emCalc(16px);
728

    
729
// We use these to control the price styles
730
// $price-money-bg: #eee;
731
// $price-money-padding: emCalc(15px) emCalc(20px);
732
// $price-money-align: center;
733
// $price-money-color: #333;
734
// $price-money-weight: normal;
735
// $price-money-size: emCalc(20px);
736

    
737
// We use these to control the description styles
738
// $price-bg: #fff;
739
// $price-desc-color: #777;
740
// $price-desc-padding: emCalc(15px);
741
// $price-desc-align: center;
742
// $price-desc-font-size: emCalc(12px);
743
// $price-desc-weight: normal;
744
// $price-desc-line-height: 1.4;
745
// $price-desc-bottom-border: dotted 1px #ddd;
746

    
747
// We use these to control the list item styles
748
// $price-item-color: #333;
749
// $price-item-padding: emCalc(15px);
750
// $price-item-align: center;
751
// $price-item-font-size: emCalc(14px);
752
// $price-item-weight: normal;
753
// $price-item-bottom-border: dotted 1px #ddd;
754

    
755
// We use these to control the CTA area styles
756
// $price-cta-bg: #f5f5f5;
757
// $price-cta-align: center;
758
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
759

    
760
//
761
// Progress Bar Variables
762
//
763

    
764
// We use this to se the prog bar height
765
$progress-bar-height: emCalc(15px);
766
// $progress-bar-color: transparent;
767

    
768
// We use these to control the border styles
769
// $progress-bar-border-color: darken(#fff, 20%);
770
// $progress-bar-border-size: 1px;
771
// $progress-bar-border-style: solid;
772
// $progress-bar-border-radius: $global-radius;
773

    
774
// We use these to control the margin & padding
775
// $progress-bar-pad: emCalc(2px);
776
// $progress-bar-margin-bottom: emCalc(10px);
777

    
778
// We use these to set the meter colors
779
// $progress-meter-color: $primary-color;
780
// $progress-meter-secondary-color: $secondary-color;
781
// $progress-meter-success-color: $success-color;
782
// $progress-meter-alert-color: $alert-color;
783

    
784
// NEED TO FINISH THE LOGIC HERE
785

    
786
//
787
// Reveal Variables
788
//
789

    
790
// We use these to control the style of the reveal overlay.
791
$reveal-overlay-bg: rgba(#000, .80);
792
// $reveal-overlay-bg-old: #000;
793

    
794
// We use these to control the style of the modal itself.
795
// $reveal-modal-bg: #fff;
796
// $reveal-position-top: 50px;
797
// $reveal-default-width: 80%;
798
// $reveal-modal-padding: emCalc(20px);
799
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
800

    
801
// We use these to style the reveal close button
802
// $reveal-close-font-size: emCalc(22px);
803
// $reveal-close-top: emCalc(8px);
804
// $reveal-close-side: emCalc(11px);
805
// $reveal-close-color: #aaa;
806
// $reveal-close-weight: bold;
807

    
808
// We use these to control the modal border
809
// $reveal-border-style: solid;
810
// $reveal-border-width: 1px;
811
// $reveal-border-color: #666;
812

    
813
//
814
// Section Variables
815
//
816

    
817
// We use these to set padding and hover factor
818
// $section-padding: emCalc(15px);
819
// $section-function-factor: 10%;
820

    
821
// These style the titles
822
// $section-title-color: #333;
823
// $section-title-bg: #efefef;
824
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
825
// $section-title-bg-active-tabs: #fff;
826

    
827
// Want to control border size, here ya go!
828
// $section-border-size: 1px;
829
// $section-border-style: solid;
830
// $section-border-color: #ccc;
831

    
832
// Control the color of the background and some size options
833
// $section-content-bg: #fff;
834
// $section-vertical-nav-min-width: emCalc(200px);
835
// $section-bottom-margin: emCalc(20px);
836

    
837
//
838
// Side Nav Variables
839
//
840

    
841
// We use this to control padding.
842
// $side-nav-padding: emCalc(14px) 0;
843

    
844
// We use these to control list styles.
845
// $side-nav-list-type: none;
846
// $side-nav-list-position: inside;
847
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
848

    
849
// We use these to control link styles.
850
// $side-nav-link-color: $primary-color;
851
// $side-nav-link-color-active: lighten(#000, 30%);
852
// $side-nav-font-size: emCalc(14px);
853
// $side-nav-font-weight: bold;
854

    
855
// We use these to control border styles
856
// $side-nav-divider-size: 1px;
857
// $side-nav-divider-style: solid;
858
// $side-nav-divider-color: darken(#fff, 10%);
859

    
860
//
861
// Sub Nav Variables
862
//
863

    
864
// We use these to control margin and padding
865
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
866
// $sub-nav-list-padding-top: emCalc(4px);
867

    
868
// We use this to control the definition
869
// $sub-nav-font-size: emCalc(14px);
870
// $sub-nav-font-color: #999;
871
// $sub-nav-font-weight: normal;
872
// $sub-nav-text-decoration: none;
873
// $sub-nav-border-radius: 1000px;
874

    
875
// We use these to control the active item styles
876
// $sub-nav-active-font-weight: bold;
877
// $sub-nav-active-bg: $primary-color;
878
// $sub-nav-active-color: #fff;
879
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
880
// $sub-nav-active-cursor: default;
881

    
882
//
883
// Switch Variables
884
//
885

    
886
// Controlling border styles and background colors for the switch container
887
// $switch-border-color: darken(#fff, 20%);
888
// $switch-border-style: solid;
889
// $switch-border-width: 1px;
890
// $switch-bg: #fff;
891

    
892
// We use these to control the switch heights for our default classes
893
// $switch-height-tny: 22px;
894
// $switch-height-sml: 28px;
895
// $switch-height-med: 36px;
896
// $switch-height-lrg: 44px;
897
// $switch-bottom-margin: emCalc(20px);
898

    
899
// We use these to control default font sizes for our classes.
900
// $switch-font-size-tny: 11px;
901
// $switch-font-size-sml: 12px;
902
// $switch-font-size-med: 14px;
903
// $switch-font-size-lrg: 17px;
904
// $switch-label-side-padding: 6px;
905

    
906
// We use these to style the switch-paddle
907
// $switch-paddle-bg: #fff;
908
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
909
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
910
// $switch-paddle-border-width: 1px;
911
// $switch-paddle-border-style: solid;
912
// $switch-paddle-transition-speed: .1s;
913
// $switch-paddle-transition-ease: ease-out;
914
// $switch-positive-color: lighten($success-color, 50%);
915
// $switch-negative-color: #f5f5f5;
916

    
917
// Outline Style for tabbing through switches
918
// $switch-label-outline: 1px dotted #888;
919

    
920
//
921
// Table Variables
922
//
923

    
924
// These control the background color for the table and even rows
925
// $table-bg: #fff;
926
// $table-even-row-bg: #f9f9f9;
927

    
928
// These control the table cell border style
929
// $table-border-style: solid;
930
// $table-border-size: 1px;
931
// $table-border-color: #ddd;
932

    
933
// These control the table head styles
934
// $table-head-bg: #f5f5f5;
935
// $table-head-font-size: emCalc(14px);
936
// $table-head-font-color: #222;
937
// $table-head-font-weight: bold;
938
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
939

    
940
// These control the row padding and font styles
941
// $table-row-padding: emCalc(9px) emCalc(10px);
942
// $table-row-font-size: emCalc(14px);
943
// $table-row-font-color: #222;
944
// $table-line-height: emCalc(18px);
945

    
946
// These are for controlling the display and margin of tables
947
// $table-display: table-cell;
948
// $table-margin-bottom: emCalc(20px);
949

    
950
//
951
// Image Thumbnail Variables
952
//
953

    
954
// We use these to control border styles
955
// $thumb-border-style: solid;
956
// $thumb-border-width: 4px;
957
// $thumb-border-color: #fff;
958
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
959
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
960

    
961
// Radius and transition speed for thumbs
962
// $thumb-radius: $global-radius;
963
// $thumb-transition-speed: 200ms;
964

    
965
//
966
// Tooltip Variables
967
//
968
$has-tip-border-bottom: 0 none;
969
// $has-tip-font-weight: bold;
970
// $has-tip-font-color: #333;
971
$has-tip-border-bottom-hover: none;
972
// $has-tip-font-color-hover: $primary-color;
973
$has-tip-cursor-type: inherit;
974

    
975
$tooltip-padding: emCalc(4px) emCalc(10px);
976
$tooltip-bg: $black;
977
// $tooltip-font-size: emCalc(15px);
978
$tooltip-font-weight: normal;
979
// $tooltip-font-color: #fff;
980
// $tooltip-line-height: 1.3;
981
// $tooltip-close-font-size: emCalc(10px);
982
// $tooltip-close-font-weight: normal;
983
// $tooltip-close-font-color: #888;
984
// $tooltip-font-size-sml: emCalc(14px);
985
// $tooltip-radius: $global-radius;
986
// $tooltip-pip-size: 5px;
987

    
988
//
989
// Top Bar Variables
990
//
991

    
992
// Background color for the top bar
993
// $topbar-bg: #111;
994

    
995
// Height and margin
996
// $topbar-height: 45px;
997
// $topbar-margin-bottom: emCalc(30px);
998

    
999
// Control Input height for top bar
1000
// $topbar-input-height: 2.45em;
1001

    
1002
// Controlling the styles for the title in the top bar
1003
// $topbar-title-weight: bold;
1004
// $topbar-title-font-size: emCalc(17px);
1005

    
1006
// Set the link colors and styles for top-level nav
1007
// $topbar-link-color: #fff;
1008
// $topbar-link-weight: bold;
1009
// $topbar-link-font-size: emCalc(13px);
1010

    
1011
// Style the top bar dropdown elements
1012
// $topbar-dropdown-bg: #333;
1013
// $topbar-dropdown-link-color: #fff;
1014
// $topbar-dropdown-toggle-size: 5px;
1015
// $topbar-dropdown-toggle-color: #fff;
1016
// $topbar-dropdown-toggle-alpha: 0.5;
1017
// $dropdown-label-color: #555;
1018

    
1019
// Top menu icon styles
1020
// $topbar-menu-link-transform: uppercase;
1021
// $topbar-menu-link-font-size: emCalc(13px);
1022
// $topbar-menu-link-weight: bold;
1023
// $topbar-menu-link-color: #fff;
1024
// $topbar-menu-icon-color: #fff;
1025
// $topbar-menu-link-color-toggled: #888;
1026
// $topbar-menu-icon-color-toggled: #888;
1027

    
1028
// Transitions and breakpoint styles
1029
// $topbar-transition-speed: 300ms;
1030
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1031
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1032

    
1033

    
1034
// Custom breakpoints
1035

    
1036
$entities-list-large: emCalc(1100px);
1037

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