Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (32.1 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: #1e1e1e;
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: #30c79e;
33
$third-color: #30c79e;
34
$overlay-color: #485057;
35
$overlay-color-top:#636a70;
36
$overlay-darker-color:#33383D;
37
$black:#1a1a1a;
38

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

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

    
49
//colors for main icons (icons of networks and vms)
50
$vm-active-color: $secondary-color;
51
$vm-error-color: #ff4040;
52
$vm-off-color: #4a5158;
53
$vm-shutting-color: #666c6b;
54
$vm-starting-color: #566db1;
55
$vm-rebooting-color: #ffc54a;
56
$network-color: #79c79e;
57

    
58
// wizard step2 colors
59
$disabled-resource-color: #3a4046;
60
$disabled-flavor-color: #495561;
61

    
62
// wizard step3 colors
63
$ssh-opt-area-color: #ff7049;
64
$net-opt-area-color: #ff948c;
65
$tag-opt-area-color: #4c71ff;
66
$wizard-base-font-color: white;
67
$net-more-opt-area-color:#fff4f3;
68

    
69
// We use these to make sure border radius matches unless we want it different.
70
$global-radius: 1px;
71
// $global-rounded: 1000px;
72

    
73
// header settings
74
$header-height:80px;
75
$header-height-responsive:120px;
76
$header-padding-vertical:20px;
77
$header-padding-horizontal:15px;
78

    
79
// icons nav settings
80
$icons-nav-margin-horizontal :5px;
81

    
82
// bar options
83
$bar-height:30px;
84
$bar-menu-height:50px;
85
$bar-submenu-height:40px;
86

    
87
// button options
88
$btn-height:30px;
89

    
90

    
91
// We use these to control inset shadow shiny edges and depressions.
92
// $shiny-edge-size: 0 1px 0;
93
// $shiny-edge-color: rgba(#fff, .5);
94
// $shiny-edge-active-color: rgba(#000, .2);
95

    
96
// We use this to control whether or not CSS classes come through in the gem files.
97
// $include-html-classes: true;
98
// $include-print-styles: true;
99

    
100
// Modular html classes
101
// $include-html-grid-classes: $include-html-classes;
102
// $include-html-visibility-classes: $include-html-classes;
103
// $include-html-button-classes: $include-html-classes;
104
// $include-html-form-classes: $include-html-classes;
105
// $include-html-media-classes: $include-html-classes;
106
// $include-html-section-classes: $include-html-classes;
107
// $include-html-reveal-classes: $include-html-classes;
108
// $include-html-alert-classes: $include-html-classes;
109
// $include-html-nav-classes: $include-html-classes;
110
// $include-html-label-classes: $include-html-classes;
111
// $include-html-panel-classes: $include-html-classes;
112
// $include-html-pricing-classes: $include-html-classes;
113
// $include-html-progress-classes: $include-html-classes;
114

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

    
119
$row-full-width:100%;
120
$row-width: emCalc(960px);
121
$row-small: emCalc(580px);
122

    
123
$conf-area-h-width: emCalc(300px);
124

    
125
$step-adv-padding:emCalc(40px);
126
// $column-gutter: 1.875em;
127
// $total-columns: 12;
128

    
129
//
130
// Block Grid Variables
131
//
132

    
133
// We use this to control the maximum number of block grid elements per row
134
// $block-grid-elements: 12;
135
// $block-grid-default-spacing: 10px;
136

    
137
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
138
// $block-grid-media-queries: true;
139

    
140
$small-mobile:emCalc(480px);
141

    
142
//
143
// Typography Variables
144
//
145

    
146
$wizard-paragraph-font-size: 10px;
147
// We use these to control header font styles
148
$header-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
149
// $header-font-weight: bold;
150
// $header-font-style: normal;
151
$header-font-color: $body-font-color;
152
// $header-line-height: 1.4;
153
// $header-top-margin: .2em;
154
// $header-bottom-margin: .5em;
155
// $header-text-rendering: optimizeLegibility;
156

    
157
// We use these to control header font sizes
158
// $h1-font-size: emCalc(44px);
159
// $h2-font-size: emCalc(37px);
160
// $h3-font-size: emCalc(27px);
161
// $h4-font-size: emCalc(23px);
162
// $h5-font-size: emCalc(18px);
163
// $h6-font-size: 1em;
164

    
165
// These control how subheaders are styled.
166
// $subheader-line-height: 1.4;
167
// $subheader-font-color: lighten($header-font-color, 30%);
168
// $subheader-font-weight: 300;
169
// $subheader-top-margin: .2em;
170
// $subheader-bottom-margin: .5em;
171

    
172
// A general <small> styling
173
// $small-font-size: 60%;
174
// $small-font-color: lighten($header-font-color, 30%);
175

    
176
// We use these to style paragraphs
177
// $paragraph-font-family: inherit;
178
// $paragraph-font-weight: normal;
179
// $paragraph-font-size: 1em;
180
// $paragraph-line-height: 1.6;
181
// $paragraph-margin-bottom: emCalc(20px);
182
// $paragraph-aside-font-size: emCalc(14px);
183
// $paragraph-aside-line-height: 1.35;
184
// $paragraph-aside-font-style: italic;
185

    
186
// We use these to style <code> tags
187
// $code-color: darken($alert-color, 15%);
188
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
189
// $code-font-weight: bold;
190

    
191
// We use these to style anchors
192
// $anchor-text-decoration: none;
193
// $anchor-font-color: $primary-color;
194
// $anchor-font-color-hover: darken($primary-color, 5%);
195

    
196
// We use these to style the <hr> element
197
// $hr-border-width: 1px;
198
// $hr-border-style: solid;
199
// $hr-border-color: #ddd;
200
// $hr-margin: emCalc(20px);
201

    
202
// We use these to style lists
203
// $list-style-position: outside;
204
// $list-side-margin: emCalc(18px);
205
// $definition-list-header-weight: bold;
206
// $definition-list-header-margin-bottom: .3em;
207
// $definition-list-margin-bottom: emCalc(12px);
208

    
209
// We use these to style blockquotes
210
// $blockquote-font-color: lighten($header-font-color, 30%);
211
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
212
// $blockquote-border: 1px solid #ddd;
213
// $blockquote-cite-font-size: emCalc(13px);
214
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
215
// $blockquote-cite-link-color: $blockquote-cite-font-color;
216

    
217
// Acronym styles
218
// $acronym-underline: 1px dotted #ddd;
219

    
220
// We use these to control padding and margin
221
// $microformat-padding: emCalc(10px) emCalc(12px);
222
// $microformat-margin: 0 0 emCalc(20px) 0;
223

    
224
// We use these to control the border styles
225
// $microformat-border-width: 1px;
226
// $microformat-border-style: solid;
227
// $microformat-border-color: #ddd;
228

    
229
// We use these to control full name font styles
230
// $microformat-fullname-font-weight: bold;
231
// $microformat-fullname-font-size: emCalc(15px);
232

    
233
// We use this to control the summary font styles
234
// $microformat-summary-font-weight: bold;
235

    
236
// We use this to control abbr padding
237
// $microformat-abbr-padding: 0 emCalc(1px);
238

    
239
// We use this to control abbr font styles
240
// $microformat-abbr-font-weight: bold;
241
// $microformat-abbr-font-decoration: none;
242

    
243
//
244
// Form Variables
245
//
246

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

    
250
// We use these to style the labels in different ways
251
// $label-pointer: pointer;
252
// $label-font-size: emCalc(14px);
253
// $label-font-weight: 500;
254
// $label-font-color: lighten(#000, 30%);
255
// $label-bottom-margin: emCalc(3px);
256
// $input-font-family: inherit;
257
// $input-font-color: rgba(0,0,0,0.75);
258
// $input-font-size: emCalc(14px);
259
// $input-bg-color: #fff;
260
// $input-focus-bg-color: darken(#fff, 2%);
261
$input-border-color: $primary-color;
262
// $input-focus-border-color: darken(#fff, 40%);
263
// $input-border-style: solid;
264
// $input-border-width: 1px;
265
// $input-disabled-bg: #ddd;
266
// $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
267

    
268
// We use these to style the fieldset border and spacing.
269
// $fieldset-border-style: solid;
270
// $fieldset-border-width: 1px;
271
// $fieldset-border-color: #ddd;
272
// $fieldset-padding: emCalc(20px);
273
// $fieldset-margin: emCalc(18px) 0;
274

    
275
// We use these to style the legends when you use them
276
// $legend-bg: #fff;
277
// $legend-font-weight: bold;
278
// $legend-padding: 0 emCalc(3px);
279

    
280
// We use these to style the prefix and postfix input elements
281
// $input-prefix-bg: darken(#fff, 5%);
282
// $input-prefix-border-color: darken(#fff, 20%);
283
// $input-prefix-border-size: 1px;
284
// $input-prefix-border-type: solid;
285
// $input-prefix-overflow: hidden;
286
// $input-prefix-font-color: #333;
287
// $input-prefix-font-color-alt: #fff;
288

    
289
// We use these to style the error states for inputs and labels
290
// $input-error-message-padding: emCalc(6px) emCalc(4px);
291
// $input-error-message-top: -($form-spacing) - emCalc(5px);
292
// $input-error-message-font-size: emCalc(12px);
293
// $input-error-message-font-weight: bold;
294
// $input-error-message-font-color: #fff;
295
// $input-error-message-font-color-alt: #333;
296

    
297
// We use these to build padding for buttons.
298
// $button-med: emCalc(12px);
299
// $button-tny: emCalc(7px);
300
// $button-sml: emCalc(9px);
301
// $button-lrg: emCalc(16px);
302

    
303
// We use this to control the display property.
304
// $button-display: inline-block;
305
// $button-margin-bottom: emCalc(20px);
306

    
307
// We use these to control button text styles.
308
// $button-font-family: inherit;
309
// $button-font-color: #fff;
310
// $button-font-color-alt: #333;
311
// $button-font-med: emCalc(16px);
312
// $button-font-tny: emCalc(11px);
313
// $button-font-sml: emCalc(13px);
314
// $button-font-lrg: emCalc(20px);
315
// $button-font-weight: bold;
316
// $button-font-align: center;
317

    
318
// We use these to control various hover effects.
319
// $button-function-factor: 10%;
320

    
321
// We use these to control button border styles.
322
// $button-border-width: 1px;
323
// $button-border-style: solid;
324
// $button-border-color: darken($primary-color, $button-function-factor);
325

    
326
// We use this to set the default radius used throughout the core.
327
// $button-radius: $global-radius;
328

    
329
// We use this to set default opacity for disabled buttons.
330
// $button-disabled-opacity: 0.6;
331

    
332
//
333
// Dropdown Button Variables
334
//
335

    
336
// We use these to set the color of the pip in dropdown buttons
337
// $dropdown-button-pip-color: #fff;
338
// $dropdown-button-pip-color-alt: #333;
339

    
340
// We use these to style tiny dropdown buttons
341
// $dropdown-button-padding-tny: $button-tny * 5;
342
// $dropdown-button-pip-size-tny: $button-tny;
343
// $dropdown-button-pip-right-tny: $button-tny * 2;
344
// $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
345

    
346
// We use these to style small dropdown buttons
347
// $dropdown-button-padding-sml: $button-sml * 5;
348
// $dropdown-button-pip-size-sml: $button-sml;
349
// $dropdown-button-pip-right-sml: $button-sml * 2;
350
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
351

    
352
// We use these to style medium dropdown buttons
353
// $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
354
// $dropdown-button-pip-size-med: $button-med - emCalc(3px);
355
// $dropdown-button-pip-right-med: $button-med * 2;
356
// $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
357

    
358
// We use these to style large dropdown buttons
359
// $dropdown-button-padding-lrg: $button-lrg * 4;
360
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
361
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
362
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
363

    
364
//
365
// Split Button Variables
366
//
367

    
368
// We use these to control different shared styles for Split Buttons
369
// $split-button-function-factor: 15%;
370
// $split-button-pip-color: #fff;
371
// $split-button-pip-color-alt: #333;
372
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
373

    
374
// We use these to control tiny split buttons
375
// $split-button-padding-tny: $button-tny * 9;
376
// $split-button-span-width-tny: $button-tny * 6.5;
377
// $split-button-pip-size-tny: $button-tny;
378
// $split-button-pip-top-tny: $button-tny * 2;
379
// $split-button-pip-left-tny: emCalc(-5px);
380

    
381
// We use these to control small split buttons
382
// $split-button-padding-sml: $button-sml * 7;
383
// $split-button-span-width-sml: $button-sml * 5;
384
// $split-button-pip-size-sml: $button-sml;
385
// $split-button-pip-top-sml: $button-sml * 1.5;
386
// $split-button-pip-left-sml: emCalc(-9px);
387

    
388
// We use these to control medium split buttons
389
// $split-button-padding-med: $button-med * 6.4;
390
// $split-button-span-width-med: $button-med * 4;
391
// $split-button-pip-size-med: $button-med - emCalc(3px);
392
// $split-button-pip-top-med: $button-med * 1.5;
393
// $split-button-pip-left-med: emCalc(-9px);
394

    
395
// We use these to control large split buttons
396
// $split-button-padding-lrg: $button-lrg * 6;
397
// $split-button-span-width-lrg: $button-lrg * 3.75;
398
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
399
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
400
// $split-button-pip-left-lrg: emCalc(-9px);
401

    
402
//
403
// Alert Variables
404
//
405

    
406
// We use this to control alert padding.
407
// $alert-padding-top: emCalc(11px);
408
// $alert-padding-left: $alert-padding-top;
409
// $alert-padding-right: $alert-padding-top + emCalc(10px);
410
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
411

    
412
// We use these to control text style.
413
// $alert-font-weight: bold;
414
// $alert-font-size: emCalc(14px);
415
// $alert-font-color: #fff;
416
// $alert-font-color-alt: darken($secondary-color, 60%);
417

    
418
// We use this for close hover effect.
419
// $alert-function-factor: 10%;
420

    
421
// We use these to control border styles.
422
// $alert-border-style: solid;
423
// $alert-border-width: 1px;
424
// $alert-border-color: darken($primary-color, $alert-function-factor);
425
// $alert-bottom-margin: emCalc(20px);
426

    
427
// We use these to style the close buttons
428
// $alert-close-color: #333;
429
// $alert-close-position: emCalc(5px);
430
// $alert-close-font-size: emCalc(22px);
431
// $alert-close-opacity: 0.3;
432
// $alert-close-opacity-hover: 0.5;
433
// $alert-close-padding: 5px 4px 4px;
434

    
435
// We use this to control border radius
436
// $alert-radius: $global-radius;
437

    
438
//
439
// Breadcrumb Variables
440
//
441

    
442
// We use this to set the background color for the breadcrumb container.
443
$crumb-bg: transparent;
444

    
445
// We use these to set the padding around the breadcrumbs.
446
$crumb-padding: 0 emCalc(14px) emCalc(9px);
447
// $crumb-side-padding: emCalc(12px);
448

    
449
// We use these to control border styles.
450
// $crumb-function-factor: 10%;
451
// $crumb-border-size: 1px;
452
// $crumb-border-style: solid;
453
$crumb-border-color: transparent;
454
// $crumb-radius: $global-radius;
455

    
456
// We use these to set various text styles for breadcrumbs.
457
$crumb-font-size: inherit;
458
// $crumb-font-color: $primary-color;
459
// $crumb-font-color-current: #333;
460
// $crumb-font-color-unavailable: #999;
461
$crumb-font-transform: none;
462
$crumb-link-decor: none;
463

    
464
// We use these to control the slash between breadcrumbs
465
// $crumb-slash-color: #aaa;
466
$crumb-slash: ">";
467

    
468
//
469
// Clearing Variables
470
//
471

    
472
// We use these to set the background colors for parts of Clearing.
473
// $clearing-bg: #111;
474
// $clearing-caption-bg: $clearing-bg;
475
// $clearing-carousel-bg: #111;
476
// $clearing-img-bg: $clearing-bg;
477

    
478
// We use these to style the close button
479
// $clearing-close-color: #fff;
480
// $clearing-close-size: 40px;
481

    
482
// We use these to style the arrows
483
// $clearing-arrow-size: 16px;
484
// $clearing-arrow-color: $clearing-close-color;
485

    
486
// We use these to style captions
487
// $clearing-caption-font-color: #fff;
488
// $clearing-caption-padding: 10px 30px;
489

    
490
// We use these to make the image and carousel height and style
491
// $clearing-active-img-height: 75%;
492
// $clearing-carousel-height: 150px;
493
// $clearing-carousel-thumb-width: 175px;
494
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
495

    
496
//
497
// Custom Form Variables
498
//
499

    
500
// We use these to control the basic form styles input styles
501
// $custom-form-border-color: #ccc;
502
// $custom-form-bg: #fff;
503
// $custom-form-bg-disabled: #ddd;
504
// $custom-form-check-color: #222;
505

    
506
// We use these to style the custom select form element.
507
$custom-select-bg: $overlay-color;
508
$custom-select-fade-to-color: $overlay-color;
509
$custom-select-border-color: white;
510
$custom-select-triangle-color: white;
511
$custom-select-triangle-color-open: white;
512
// $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
513
// $custom-select-margin-bottom: emCalc(20px);
514
// $custom-select-font-color-selected: #141414;
515
// $custom-select-disabled-color: #888;
516

    
517
// We use these to control the style of the custom select dropdown element.
518
// $custom-dropdown-height: 200px;
519
// $custom-dropdown-bg: #fff;
520
// $custom-dropdown-border-color: darken(#fff, 20%);
521
// $custom-dropdown-border-width: 1px;
522
// $custom-dropdown-border-style: solid;
523
// $custom-dropdown-font-color: #555;
524
// $custom-dropdown-font-size: emCalc(14px);
525
// $custom-dropdown-color-selected: #eeeeee;
526
// $custom-dropdown-font-color-selected: #000;
527
// $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
528
// $custom-dropdown-offset-top: none;
529
// $custom-dropdown-list-padding: emCalc(4px);
530
// $custom-dropdown-left-padding: emCalc(6px);
531
// $custom-dropdown-right-padding: emCalc(38px);
532
// $custom-dropdown-list-item-min-height: emCalc(24px);
533

    
534
//
535
// Dropdown Variables
536
//
537

    
538
// We use these to controls height and width styles.
539
// $f-dropdown-max-width: 200px;
540
// $f-dropdown-height: auto;
541
// $f-dropdown-max-height: none;
542
// $f-dropdown-margin-top: 2px;
543

    
544
// We use this to control the background color
545
// $f-dropdown-bg: #fff;
546

    
547
// We use this to set the border styles for dropdowns.
548
// $f-dropdown-border-style: solid;
549
// $f-dropdown-border-width: 1px;
550
// $f-dropdown-border-color: darken(#fff, 20%);
551

    
552
// We use these to style the triangle pip.
553
// $f-dropdown-triangle-size: 6px;
554
// $f-dropdown-triangle-color: #fff;
555
// $f-dropdown-triangle-side-offset: 10px;
556

    
557
// We use these to control styles for the list elements.
558
// $f-dropdown-list-style: none;
559
// $f-dropdown-font-color: #555;
560
// $f-dropdown-font-size: emCalc(14px);
561
// $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
562
// $f-dropdown-line-height: emCalc(18px);
563
// $f-dropdown-list-hover-bg: #eeeeee;
564
// $dropdown-mobile-left: 0;
565

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

    
569
//
570
// Flex Video Variables
571
//
572

    
573
// We use these to control video container padding and margins
574
// $flex-video-padding-top: emCalc(25px);
575
// $flex-video-padding-bottom: 67.5%;
576
// $flex-video-margin-bottom: emCalc(16px);
577

    
578
// We use this to control widescreen bottom padding
579
// $flex-video-widescreen-padding-bottom: 57.25%;
580

    
581
//
582
// Inline List Variables
583
//
584

    
585
// We use this to control the margins and padding of the inline list.
586
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
587
// $inline-list-margin: 0 0;
588
// $inline-list-padding: 0;
589

    
590
// We use this to control the overflow of the inline list.
591
// $inline-list-overflow: hidden;
592

    
593
// We use this to control the list items
594
// $inline-list-display: block;
595

    
596
// We use this to control any elments within list items
597
// $inline-list-children-display: block;
598

    
599
//
600
// Joyride Variables
601
//
602

    
603
// Controlling default Joyride styles
604
// $joyride-tip-bg: rgb(0,0,0);
605
// $joyride-tip-default-width: 300px;
606
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
607
// $joyride-tip-border: solid 1px #555;
608
// $joyride-tip-radius: 4px;
609
// $joyride-tip-position-offset: 22px;
610

    
611
// Here, we're setting the tip dont styles
612
// $joyride-tip-font-color: #fff;
613
// $joyride-tip-font-size: emCalc(14px);
614
// $joyride-tip-header-weight: bold;
615

    
616
// This changes the nub size
617
// $joyride-tip-nub-size: 14px;
618

    
619
// This adjusts the styles for the timer when its enabled
620
// $joyride-tip-timer-width: 50px;
621
// $joyride-tip-timer-height: 3px;
622
// $joyride-tip-timer-color: #666;
623

    
624
// This changes up the styles for the close button
625
// $joyride-tip-close-color: #777;
626
// $joyride-tip-close-size: 30px;
627
// $joyride-tip-close-weight: normal;
628

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

    
632
//
633
// Keystroke Variables
634
//
635

    
636
// We use these to control text styles.
637
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
638
// $keystroke-font-size: emCalc(15px);
639
// $keystroke-font-color: #222;
640
// $keystroke-font-color-alt: #fff;
641
// $keystroke-function-factor: 7%;
642

    
643
// We use this to control keystroke padding.
644
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
645

    
646
// We use these to control background and border styles.
647
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
648
// $keystroke-border-style: solid;
649
// $keystroke-border-width: 1px;
650
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
651
// $keystroke-radius: $global-radius;
652

    
653
//
654
// Label Variables
655
//
656

    
657
// We use these to style the labels
658
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
659
// $label-radius: $global-radius;
660

    
661
// We use these to style the label text
662
// $label-font-sizing: emCalc(14px);
663
// $label-font-weight: bold;
664

    
665
//
666
// Orbit Settings
667
//
668

    
669
// We use these to control the caption styles
670
// $orbit-container-bg: #f5f5f5;
671
// $orbit-caption-bg-old-browser: #000;
672
// $orbit-caption-bg-old: rgb(0,0,0);
673
// $orbit-caption-bg: rgba(0,0,0,0.6);
674
// $orbit-caption-font-color: #fff;
675

    
676
// We use these to control the left/right nav styles
677
// $orbit-nav-bg-old: rgb(0,0,0);
678
// $orbit-nav-bg: rgba(0,0,0,0.6);
679

    
680
// We use these to control the timer styles
681
// $orbit-timer-bg-old: rgb(0,0,0);
682
// $orbit-timer-bg: rgba(0,0,0,0.6);
683

    
684
// We use these to control the bullet nav styles
685
// $orbit-bullet-nav-color: #999;
686
// $orbit-bullet-nav-color-active: #222;
687

    
688
// We use thes to controls the style of slide numbers
689
// $orbit-slide-number-bg: rgb(0,0,0);
690
// $orbit-slide-number-font-color: #fff;
691
// $orbit-slide-number-padding: emCalc(5px);
692

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

    
696
//
697
// Pagination Variables
698
//
699

    
700
// We use these to control the pagination container
701
// $pagination-height: emCalc(24px);
702
// $pagination-margin: emCalc(-5px);
703

    
704
// We use these to set the list-item properties
705
// $pagination-li-float: $default-float;
706
// $pagination-li-height: emCalc(24px);
707
// $pagination-li-font-color: #222;
708
// $pagination-li-font-size: emCalc(14px);
709
// $pagination-li-margin: emCalc(5px);
710

    
711
// We use these for the pagination anchor links
712
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
713
// $pagination-link-font-color: #999;
714
// $pagination-link-active-bg: darken(#fff, 10%);
715

    
716
// We use these for disabled anchor links
717
// $pagination-link-unavailable-cursor: default;
718
// $pagination-link-unavailable-font-color: #999;
719
// $pagination-link-unavailable-bg-active: transparent;
720

    
721
// We use these for currently selected anchor links
722
// $pagination-link-current-background: $primary-color;
723
// $pagination-link-current-font-color: #fff;
724
// $pagination-link-current-font-weight: bold;
725
// $pagination-link-current-cursor: default;
726
// $pagination-link-current-active-bg: $primary-color;
727

    
728
//
729
// Panel Variables
730
//
731

    
732
// We use these to control the background and border styles
733
// $panel-bg: darken(#fff, 5%);
734
// $panel-border-style: solid;
735
// $panel-border-size: 1px;
736

    
737
// We use this % to control how much we darken things on hover
738
// $panel-function-factor: 10%;
739
// $panel-border-color: darken($panel-bg, $panel-function-factor);
740

    
741
// We use these to set default inner padding and bottom margin
742
// $panel-margin-bottom: emCalc(20px);
743
// $panel-padding: emCalc(20px);
744

    
745
// We use these to set default font colors
746
// $panel-font-color: #333;
747
// $panel-font-color-alt: #fff;
748

    
749
//
750
// Pricing Table Variables
751
//
752

    
753
// We use this to control the border color
754
// $price-table-border: solid 1px #ddd;
755

    
756
// We use this to control the bottom margin of the pricing table
757
// $price-table-margin-bottom: emCalc(20px);
758

    
759
// We use these to control the title styles
760
// $price-title-bg: #ddd;
761
// $price-title-padding: emCalc(15px) emCalc(20px);
762
// $price-title-align: center;
763
// $price-title-color: #333;
764
// $price-title-weight: bold;
765
// $price-title-size: emCalc(16px);
766

    
767
// We use these to control the price styles
768
// $price-money-bg: #eee;
769
// $price-money-padding: emCalc(15px) emCalc(20px);
770
// $price-money-align: center;
771
// $price-money-color: #333;
772
// $price-money-weight: normal;
773
// $price-money-size: emCalc(20px);
774

    
775
// We use these to control the description styles
776
// $price-bg: #fff;
777
// $price-desc-color: #777;
778
// $price-desc-padding: emCalc(15px);
779
// $price-desc-align: center;
780
// $price-desc-font-size: emCalc(12px);
781
// $price-desc-weight: normal;
782
// $price-desc-line-height: 1.4;
783
// $price-desc-bottom-border: dotted 1px #ddd;
784

    
785
// We use these to control the list item styles
786
// $price-item-color: #333;
787
// $price-item-padding: emCalc(15px);
788
// $price-item-align: center;
789
// $price-item-font-size: emCalc(14px);
790
// $price-item-weight: normal;
791
// $price-item-bottom-border: dotted 1px #ddd;
792

    
793
// We use these to control the CTA area styles
794
// $price-cta-bg: #f5f5f5;
795
// $price-cta-align: center;
796
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
797

    
798
//
799
// Progress Bar Variables
800
//
801

    
802
// We use this to se the prog bar height
803
$progress-bar-height: emCalc(15px);
804
// $progress-bar-color: transparent;
805

    
806
// We use these to control the border styles
807
// $progress-bar-border-color: darken(#fff, 20%);
808
// $progress-bar-border-size: 1px;
809
// $progress-bar-border-style: solid;
810
// $progress-bar-border-radius: $global-radius;
811

    
812
// We use these to control the margin & padding
813
// $progress-bar-pad: emCalc(2px);
814
// $progress-bar-margin-bottom: emCalc(10px);
815

    
816
// We use these to set the meter colors
817
// $progress-meter-color: $primary-color;
818
// $progress-meter-secondary-color: $secondary-color;
819
// $progress-meter-success-color: $success-color;
820
// $progress-meter-alert-color: $alert-color;
821

    
822
// NEED TO FINISH THE LOGIC HERE
823

    
824
//
825
// Reveal Variables
826
//
827

    
828
// We use these to control the style of the reveal overlay.
829
$reveal-overlay-bg: rgba(#000, .80);
830
// $reveal-overlay-bg-old: #000;
831

    
832
// We use these to control the style of the modal itself.
833
// $reveal-modal-bg: #fff;
834
// $reveal-position-top: 50px;
835
// $reveal-default-width: 80%;
836
// $reveal-modal-padding: emCalc(20px);
837
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
838

    
839
// We use these to style the reveal close button
840
// $reveal-close-font-size: emCalc(22px);
841
// $reveal-close-top: emCalc(8px);
842
// $reveal-close-side: emCalc(11px);
843
// $reveal-close-color: #aaa;
844
// $reveal-close-weight: bold;
845

    
846
// We use these to control the modal border
847
// $reveal-border-style: solid;
848
// $reveal-border-width: 1px;
849
// $reveal-border-color: #666;
850

    
851
//
852
// Section Variables
853
//
854

    
855
// We use these to set padding and hover factor
856
// $section-padding: emCalc(15px);
857
// $section-function-factor: 10%;
858

    
859
// These style the titles
860
// $section-title-color: #333;
861
// $section-title-bg: #efefef;
862
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
863
// $section-title-bg-active-tabs: #fff;
864

    
865
// Want to control border size, here ya go!
866
// $section-border-size: 1px;
867
// $section-border-style: solid;
868
// $section-border-color: #ccc;
869

    
870
// Control the color of the background and some size options
871
// $section-content-bg: #fff;
872
// $section-vertical-nav-min-width: emCalc(200px);
873
// $section-bottom-margin: emCalc(20px);
874

    
875
//
876
// Side Nav Variables
877
//
878

    
879
// We use this to control padding.
880
// $side-nav-padding: emCalc(14px) 0;
881

    
882
// We use these to control list styles.
883
// $side-nav-list-type: none;
884
// $side-nav-list-position: inside;
885
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
886

    
887
// We use these to control link styles.
888
// $side-nav-link-color: $primary-color;
889
// $side-nav-link-color-active: lighten(#000, 30%);
890
// $side-nav-font-size: emCalc(14px);
891
// $side-nav-font-weight: bold;
892

    
893
// We use these to control border styles
894
// $side-nav-divider-size: 1px;
895
// $side-nav-divider-style: solid;
896
// $side-nav-divider-color: darken(#fff, 10%);
897

    
898
//
899
// Sub Nav Variables
900
//
901

    
902
// We use these to control margin and padding
903
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
904
// $sub-nav-list-padding-top: emCalc(4px);
905

    
906
// We use this to control the definition
907
// $sub-nav-font-size: emCalc(14px);
908
// $sub-nav-font-color: #999;
909
// $sub-nav-font-weight: normal;
910
// $sub-nav-text-decoration: none;
911
// $sub-nav-border-radius: 1000px;
912

    
913
// We use these to control the active item styles
914
// $sub-nav-active-font-weight: bold;
915
// $sub-nav-active-bg: $primary-color;
916
// $sub-nav-active-color: #fff;
917
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
918
// $sub-nav-active-cursor: default;
919

    
920
//
921
// Switch Variables
922
//
923

    
924
// Controlling border styles and background colors for the switch container
925
// $switch-border-color: darken(#fff, 20%);
926
// $switch-border-style: solid;
927
// $switch-border-width: 1px;
928
// $switch-bg: #fff;
929

    
930
// We use these to control the switch heights for our default classes
931
// $switch-height-tny: 22px;
932
// $switch-height-sml: 28px;
933
// $switch-height-med: 36px;
934
// $switch-height-lrg: 44px;
935
// $switch-bottom-margin: emCalc(20px);
936

    
937
// We use these to control default font sizes for our classes.
938
// $switch-font-size-tny: 11px;
939
// $switch-font-size-sml: 12px;
940
// $switch-font-size-med: 14px;
941
// $switch-font-size-lrg: 17px;
942
// $switch-label-side-padding: 6px;
943

    
944
// We use these to style the switch-paddle
945
// $switch-paddle-bg: #fff;
946
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
947
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
948
// $switch-paddle-border-width: 1px;
949
// $switch-paddle-border-style: solid;
950
// $switch-paddle-transition-speed: .1s;
951
// $switch-paddle-transition-ease: ease-out;
952
// $switch-positive-color: lighten($success-color, 50%);
953
// $switch-negative-color: #f5f5f5;
954

    
955
// Outline Style for tabbing through switches
956
// $switch-label-outline: 1px dotted #888;
957

    
958
//
959
// Table Variables
960
//
961

    
962
// These control the background color for the table and even rows
963
// $table-bg: #fff;
964
// $table-even-row-bg: #f9f9f9;
965

    
966
// These control the table cell border style
967
// $table-border-style: solid;
968
// $table-border-size: 1px;
969
// $table-border-color: #ddd;
970

    
971
// These control the table head styles
972
// $table-head-bg: #f5f5f5;
973
// $table-head-font-size: emCalc(14px);
974
// $table-head-font-color: #222;
975
// $table-head-font-weight: bold;
976
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
977

    
978
// These control the row padding and font styles
979
// $table-row-padding: emCalc(9px) emCalc(10px);
980
// $table-row-font-size: emCalc(14px);
981
// $table-row-font-color: #222;
982
// $table-line-height: emCalc(18px);
983

    
984
// These are for controlling the display and margin of tables
985
// $table-display: table-cell;
986
// $table-margin-bottom: emCalc(20px);
987

    
988
//
989
// Image Thumbnail Variables
990
//
991

    
992
// We use these to control border styles
993
// $thumb-border-style: solid;
994
// $thumb-border-width: 4px;
995
// $thumb-border-color: #fff;
996
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
997
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
998

    
999
// Radius and transition speed for thumbs
1000
// $thumb-radius: $global-radius;
1001
// $thumb-transition-speed: 200ms;
1002

    
1003
//
1004
// Tooltip Variables
1005
//
1006
$has-tip-border-bottom: 0 none;
1007
// $has-tip-font-weight: bold;
1008
// $has-tip-font-color: #333;
1009
$has-tip-border-bottom-hover: none;
1010
// $has-tip-font-color-hover: $primary-color;
1011
$has-tip-cursor-type: inherit;
1012

    
1013
$tooltip-padding: emCalc(2px) emCalc(12px);
1014
$tooltip-bg: $primary-color;
1015
$tooltip-font-size: emCalc(12px);
1016
$tooltip-font-weight: normal;
1017
$tooltip-font-color: #fff;
1018
// $tooltip-line-height: 1.3;
1019
// $tooltip-close-font-size: emCalc(10px);
1020
// $tooltip-close-font-weight: normal;
1021
// $tooltip-close-font-color: #888;
1022
// $tooltip-font-size-sml: emCalc(14px);
1023
$tooltip-radius: 7px;
1024
$tooltip-pip-size: 0;
1025

    
1026
//
1027
// Top Bar Variables
1028
//
1029

    
1030
// Background color for the top bar
1031
// $topbar-bg: #111;
1032

    
1033
// Height and margin
1034
// $topbar-height: 45px;
1035
// $topbar-margin-bottom: emCalc(30px);
1036

    
1037
// Control Input height for top bar
1038
// $topbar-input-height: 2.45em;
1039

    
1040
// Controlling the styles for the title in the top bar
1041
// $topbar-title-weight: bold;
1042
// $topbar-title-font-size: emCalc(17px);
1043

    
1044
// Set the link colors and styles for top-level nav
1045
// $topbar-link-color: #fff;
1046
// $topbar-link-weight: bold;
1047
// $topbar-link-font-size: emCalc(13px);
1048

    
1049
// Style the top bar dropdown elements
1050
// $topbar-dropdown-bg: #333;
1051
// $topbar-dropdown-link-color: #fff;
1052
// $topbar-dropdown-toggle-size: 5px;
1053
// $topbar-dropdown-toggle-color: #fff;
1054
// $topbar-dropdown-toggle-alpha: 0.5;
1055
// $dropdown-label-color: #555;
1056

    
1057
// Top menu icon styles
1058
// $topbar-menu-link-transform: uppercase;
1059
// $topbar-menu-link-font-size: emCalc(13px);
1060
// $topbar-menu-link-weight: bold;
1061
// $topbar-menu-link-color: #fff;
1062
// $topbar-menu-icon-color: #fff;
1063
// $topbar-menu-link-color-toggled: #888;
1064
// $topbar-menu-icon-color-toggled: #888;
1065

    
1066
// Transitions and breakpoint styles
1067
// $topbar-transition-speed: 300ms;
1068
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1069
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1070

    
1071

    
1072
// Custom breakpoints
1073

    
1074
$entities-list-large: emCalc(1100px);
1075

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