Statistics
| Branch: | Tag: | Revision:

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

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
$row-small: emCalc(760px);
109
// $column-gutter: 1.875em;
110
// $total-columns: 12;
111

    
112
//
113
// Block Grid Variables
114
//
115

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

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

    
123
//
124
// Typography Variables
125
//
126

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
223
//
224
// Form Variables
225
//
226

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

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

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

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

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

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

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

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

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

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

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

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

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

    
312
//
313
// Dropdown Button Variables
314
//
315

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

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

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

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

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

    
344
//
345
// Split Button Variables
346
//
347

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

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

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

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

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

    
382
//
383
// Alert Variables
384
//
385

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

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

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

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

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

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

    
418
//
419
// Breadcrumb Variables
420
//
421

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

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

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

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

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

    
448
//
449
// Clearing Variables
450
//
451

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

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

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

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

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

    
476
//
477
// Custom Form Variables
478
//
479

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

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

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

    
514
//
515
// Dropdown Variables
516
//
517

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

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

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

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

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

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

    
549
//
550
// Flex Video Variables
551
//
552

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

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

    
561
//
562
// Inline List Variables
563
//
564

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

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

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

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

    
579
//
580
// Joyride Variables
581
//
582

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

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

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

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

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

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

    
612
//
613
// Keystroke Variables
614
//
615

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

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

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

    
633
//
634
// Label Variables
635
//
636

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

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

    
645
//
646
// Orbit Settings
647
//
648

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

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

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

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

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

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

    
676
//
677
// Pagination Variables
678
//
679

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

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

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

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

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

    
708
//
709
// Panel Variables
710
//
711

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

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

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

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

    
729
//
730
// Pricing Table Variables
731
//
732

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

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

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

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

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

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

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

    
778
//
779
// Progress Bar Variables
780
//
781

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

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

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

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

    
802
// NEED TO FINISH THE LOGIC HERE
803

    
804
//
805
// Reveal Variables
806
//
807

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

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

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

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

    
831
//
832
// Section Variables
833
//
834

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

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

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

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

    
855
//
856
// Side Nav Variables
857
//
858

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

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

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

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

    
878
//
879
// Sub Nav Variables
880
//
881

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

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

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

    
900
//
901
// Switch Variables
902
//
903

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

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

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

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

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

    
938
//
939
// Table Variables
940
//
941

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

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

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

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

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

    
968
//
969
// Image Thumbnail Variables
970
//
971

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

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

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

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

    
1006
//
1007
// Top Bar Variables
1008
//
1009

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

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

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

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

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

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

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

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

    
1051

    
1052
// Custom breakpoints
1053

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

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