Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (31.9 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: #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-stopped-color: #FF3366;
52
$network-color: #79c79e;
53

    
54

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

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

    
66
// header settings
67
$header-height:80px;
68
$header-height-responsive:120px;
69
$header-padding-vertical:emCalc(20px);
70
$header-padding-horizontal:emCalc(15px);
71

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

    
75
// bar options
76
$bar-height:50px;
77
$bar-submenu-height:40px;
78

    
79
// button options
80
$btn-height:30px;
81

    
82

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

    
88
// We use this to control whether or not CSS classes come through in the gem files.
89
// $include-html-classes: true;
90
// $include-print-styles: true;
91

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

    
107
//
108
// Grid Variables
109
//
110

    
111
$row-full-width:100%;
112
$row-width: 1200px;
113
$row-small: emCalc(600px);
114

    
115
$conf-area-h-width: emCalc(300px);
116
// $column-gutter: 1.875em;
117
// $total-columns: 12;
118

    
119
//
120
// Block Grid Variables
121
//
122

    
123
// We use this to control the maximum number of block grid elements per row
124
// $block-grid-elements: 12;
125
// $block-grid-default-spacing: 10px;
126

    
127
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
128
// $block-grid-media-queries: true;
129

    
130
$small-mobile:emCalc(480px);
131

    
132
//
133
// Typography Variables
134
//
135

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

    
147
// We use these to control header font sizes
148
// $h1-font-size: emCalc(44px);
149
// $h2-font-size: emCalc(37px);
150
// $h3-font-size: emCalc(27px);
151
// $h4-font-size: emCalc(23px);
152
// $h5-font-size: emCalc(18px);
153
// $h6-font-size: 1em;
154

    
155
// These control how subheaders are styled.
156
// $subheader-line-height: 1.4;
157
// $subheader-font-color: lighten($header-font-color, 30%);
158
// $subheader-font-weight: 300;
159
// $subheader-top-margin: .2em;
160
// $subheader-bottom-margin: .5em;
161

    
162
// A general <small> styling
163
// $small-font-size: 60%;
164
// $small-font-color: lighten($header-font-color, 30%);
165

    
166
// We use these to style paragraphs
167
// $paragraph-font-family: inherit;
168
// $paragraph-font-weight: normal;
169
// $paragraph-font-size: 1em;
170
// $paragraph-line-height: 1.6;
171
// $paragraph-margin-bottom: emCalc(20px);
172
// $paragraph-aside-font-size: emCalc(14px);
173
// $paragraph-aside-line-height: 1.35;
174
// $paragraph-aside-font-style: italic;
175

    
176
// We use these to style <code> tags
177
// $code-color: darken($alert-color, 15%);
178
// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
179
// $code-font-weight: bold;
180

    
181
// We use these to style anchors
182
// $anchor-text-decoration: none;
183
// $anchor-font-color: $primary-color;
184
// $anchor-font-color-hover: darken($primary-color, 5%);
185

    
186
// We use these to style the <hr> element
187
// $hr-border-width: 1px;
188
// $hr-border-style: solid;
189
// $hr-border-color: #ddd;
190
// $hr-margin: emCalc(20px);
191

    
192
// We use these to style lists
193
// $list-style-position: outside;
194
// $list-side-margin: emCalc(18px);
195
// $definition-list-header-weight: bold;
196
// $definition-list-header-margin-bottom: .3em;
197
// $definition-list-margin-bottom: emCalc(12px);
198

    
199
// We use these to style blockquotes
200
// $blockquote-font-color: lighten($header-font-color, 30%);
201
// $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
202
// $blockquote-border: 1px solid #ddd;
203
// $blockquote-cite-font-size: emCalc(13px);
204
// $blockquote-cite-font-color: lighten($header-font-color, 20%);
205
// $blockquote-cite-link-color: $blockquote-cite-font-color;
206

    
207
// Acronym styles
208
// $acronym-underline: 1px dotted #ddd;
209

    
210
// We use these to control padding and margin
211
// $microformat-padding: emCalc(10px) emCalc(12px);
212
// $microformat-margin: 0 0 emCalc(20px) 0;
213

    
214
// We use these to control the border styles
215
// $microformat-border-width: 1px;
216
// $microformat-border-style: solid;
217
// $microformat-border-color: #ddd;
218

    
219
// We use these to control full name font styles
220
// $microformat-fullname-font-weight: bold;
221
// $microformat-fullname-font-size: emCalc(15px);
222

    
223
// We use this to control the summary font styles
224
// $microformat-summary-font-weight: bold;
225

    
226
// We use this to control abbr padding
227
// $microformat-abbr-padding: 0 emCalc(1px);
228

    
229
// We use this to control abbr font styles
230
// $microformat-abbr-font-weight: bold;
231
// $microformat-abbr-font-decoration: none;
232

    
233
//
234
// Form Variables
235
//
236

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

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

    
258
// We use these to style the fieldset border and spacing.
259
// $fieldset-border-style: solid;
260
// $fieldset-border-width: 1px;
261
// $fieldset-border-color: #ddd;
262
// $fieldset-padding: emCalc(20px);
263
// $fieldset-margin: emCalc(18px) 0;
264

    
265
// We use these to style the legends when you use them
266
// $legend-bg: #fff;
267
// $legend-font-weight: bold;
268
// $legend-padding: 0 emCalc(3px);
269

    
270
// We use these to style the prefix and postfix input elements
271
// $input-prefix-bg: darken(#fff, 5%);
272
// $input-prefix-border-color: darken(#fff, 20%);
273
// $input-prefix-border-size: 1px;
274
// $input-prefix-border-type: solid;
275
// $input-prefix-overflow: hidden;
276
// $input-prefix-font-color: #333;
277
// $input-prefix-font-color-alt: #fff;
278

    
279
// We use these to style the error states for inputs and labels
280
// $input-error-message-padding: emCalc(6px) emCalc(4px);
281
// $input-error-message-top: -($form-spacing) - emCalc(5px);
282
// $input-error-message-font-size: emCalc(12px);
283
// $input-error-message-font-weight: bold;
284
// $input-error-message-font-color: #fff;
285
// $input-error-message-font-color-alt: #333;
286

    
287
// We use these to build padding for buttons.
288
// $button-med: emCalc(12px);
289
// $button-tny: emCalc(7px);
290
// $button-sml: emCalc(9px);
291
// $button-lrg: emCalc(16px);
292

    
293
// We use this to control the display property.
294
// $button-display: inline-block;
295
// $button-margin-bottom: emCalc(20px);
296

    
297
// We use these to control button text styles.
298
// $button-font-family: inherit;
299
// $button-font-color: #fff;
300
// $button-font-color-alt: #333;
301
// $button-font-med: emCalc(16px);
302
// $button-font-tny: emCalc(11px);
303
// $button-font-sml: emCalc(13px);
304
// $button-font-lrg: emCalc(20px);
305
// $button-font-weight: bold;
306
// $button-font-align: center;
307

    
308
// We use these to control various hover effects.
309
// $button-function-factor: 10%;
310

    
311
// We use these to control button border styles.
312
// $button-border-width: 1px;
313
// $button-border-style: solid;
314
// $button-border-color: darken($primary-color, $button-function-factor);
315

    
316
// We use this to set the default radius used throughout the core.
317
// $button-radius: $global-radius;
318

    
319
// We use this to set default opacity for disabled buttons.
320
// $button-disabled-opacity: 0.6;
321

    
322
//
323
// Dropdown Button Variables
324
//
325

    
326
// We use these to set the color of the pip in dropdown buttons
327
// $dropdown-button-pip-color: #fff;
328
// $dropdown-button-pip-color-alt: #333;
329

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

    
336
// We use these to style small dropdown buttons
337
// $dropdown-button-padding-sml: $button-sml * 5;
338
// $dropdown-button-pip-size-sml: $button-sml;
339
// $dropdown-button-pip-right-sml: $button-sml * 2;
340
// $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
341

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

    
348
// We use these to style large dropdown buttons
349
// $dropdown-button-padding-lrg: $button-lrg * 4;
350
// $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
351
// $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
352
// $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
353

    
354
//
355
// Split Button Variables
356
//
357

    
358
// We use these to control different shared styles for Split Buttons
359
// $split-button-function-factor: 15%;
360
// $split-button-pip-color: #fff;
361
// $split-button-pip-color-alt: #333;
362
// $split-button-active-bg-tint: rgba(0,0,0,0.1);
363

    
364
// We use these to control tiny split buttons
365
// $split-button-padding-tny: $button-tny * 9;
366
// $split-button-span-width-tny: $button-tny * 6.5;
367
// $split-button-pip-size-tny: $button-tny;
368
// $split-button-pip-top-tny: $button-tny * 2;
369
// $split-button-pip-left-tny: emCalc(-5px);
370

    
371
// We use these to control small split buttons
372
// $split-button-padding-sml: $button-sml * 7;
373
// $split-button-span-width-sml: $button-sml * 5;
374
// $split-button-pip-size-sml: $button-sml;
375
// $split-button-pip-top-sml: $button-sml * 1.5;
376
// $split-button-pip-left-sml: emCalc(-9px);
377

    
378
// We use these to control medium split buttons
379
// $split-button-padding-med: $button-med * 6.4;
380
// $split-button-span-width-med: $button-med * 4;
381
// $split-button-pip-size-med: $button-med - emCalc(3px);
382
// $split-button-pip-top-med: $button-med * 1.5;
383
// $split-button-pip-left-med: emCalc(-9px);
384

    
385
// We use these to control large split buttons
386
// $split-button-padding-lrg: $button-lrg * 6;
387
// $split-button-span-width-lrg: $button-lrg * 3.75;
388
// $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
389
// $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
390
// $split-button-pip-left-lrg: emCalc(-9px);
391

    
392
//
393
// Alert Variables
394
//
395

    
396
// We use this to control alert padding.
397
// $alert-padding-top: emCalc(11px);
398
// $alert-padding-left: $alert-padding-top;
399
// $alert-padding-right: $alert-padding-top + emCalc(10px);
400
// $alert-padding-bottom: $alert-padding-top + emCalc(1px);
401

    
402
// We use these to control text style.
403
// $alert-font-weight: bold;
404
// $alert-font-size: emCalc(14px);
405
// $alert-font-color: #fff;
406
// $alert-font-color-alt: darken($secondary-color, 60%);
407

    
408
// We use this for close hover effect.
409
// $alert-function-factor: 10%;
410

    
411
// We use these to control border styles.
412
// $alert-border-style: solid;
413
// $alert-border-width: 1px;
414
// $alert-border-color: darken($primary-color, $alert-function-factor);
415
// $alert-bottom-margin: emCalc(20px);
416

    
417
// We use these to style the close buttons
418
// $alert-close-color: #333;
419
// $alert-close-position: emCalc(5px);
420
// $alert-close-font-size: emCalc(22px);
421
// $alert-close-opacity: 0.3;
422
// $alert-close-opacity-hover: 0.5;
423
// $alert-close-padding: 5px 4px 4px;
424

    
425
// We use this to control border radius
426
// $alert-radius: $global-radius;
427

    
428
//
429
// Breadcrumb Variables
430
//
431

    
432
// We use this to set the background color for the breadcrumb container.
433
$crumb-bg: transparent;
434

    
435
// We use these to set the padding around the breadcrumbs.
436
$crumb-padding: 0 emCalc(14px) emCalc(9px);
437
// $crumb-side-padding: emCalc(12px);
438

    
439
// We use these to control border styles.
440
// $crumb-function-factor: 10%;
441
// $crumb-border-size: 1px;
442
// $crumb-border-style: solid;
443
$crumb-border-color: transparent;
444
// $crumb-radius: $global-radius;
445

    
446
// We use these to set various text styles for breadcrumbs.
447
$crumb-font-size: inherit;
448
// $crumb-font-color: $primary-color;
449
// $crumb-font-color-current: #333;
450
// $crumb-font-color-unavailable: #999;
451
$crumb-font-transform: none;
452
$crumb-link-decor: none;
453

    
454
// We use these to control the slash between breadcrumbs
455
// $crumb-slash-color: #aaa;
456
$crumb-slash: ">";
457

    
458
//
459
// Clearing Variables
460
//
461

    
462
// We use these to set the background colors for parts of Clearing.
463
// $clearing-bg: #111;
464
// $clearing-caption-bg: $clearing-bg;
465
// $clearing-carousel-bg: #111;
466
// $clearing-img-bg: $clearing-bg;
467

    
468
// We use these to style the close button
469
// $clearing-close-color: #fff;
470
// $clearing-close-size: 40px;
471

    
472
// We use these to style the arrows
473
// $clearing-arrow-size: 16px;
474
// $clearing-arrow-color: $clearing-close-color;
475

    
476
// We use these to style captions
477
// $clearing-caption-font-color: #fff;
478
// $clearing-caption-padding: 10px 30px;
479

    
480
// We use these to make the image and carousel height and style
481
// $clearing-active-img-height: 75%;
482
// $clearing-carousel-height: 150px;
483
// $clearing-carousel-thumb-width: 175px;
484
// $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
485

    
486
//
487
// Custom Form Variables
488
//
489

    
490
// We use these to control the basic form styles input styles
491
// $custom-form-border-color: #ccc;
492
// $custom-form-bg: #fff;
493
// $custom-form-bg-disabled: #ddd;
494
// $custom-form-check-color: #222;
495

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

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

    
524
//
525
// Dropdown Variables
526
//
527

    
528
// We use these to controls height and width styles.
529
// $f-dropdown-max-width: 200px;
530
// $f-dropdown-height: auto;
531
// $f-dropdown-max-height: none;
532
// $f-dropdown-margin-top: 2px;
533

    
534
// We use this to control the background color
535
// $f-dropdown-bg: #fff;
536

    
537
// We use this to set the border styles for dropdowns.
538
// $f-dropdown-border-style: solid;
539
// $f-dropdown-border-width: 1px;
540
// $f-dropdown-border-color: darken(#fff, 20%);
541

    
542
// We use these to style the triangle pip.
543
// $f-dropdown-triangle-size: 6px;
544
// $f-dropdown-triangle-color: #fff;
545
// $f-dropdown-triangle-side-offset: 10px;
546

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

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

    
559
//
560
// Flex Video Variables
561
//
562

    
563
// We use these to control video container padding and margins
564
// $flex-video-padding-top: emCalc(25px);
565
// $flex-video-padding-bottom: 67.5%;
566
// $flex-video-margin-bottom: emCalc(16px);
567

    
568
// We use this to control widescreen bottom padding
569
// $flex-video-widescreen-padding-bottom: 57.25%;
570

    
571
//
572
// Inline List Variables
573
//
574

    
575
// We use this to control the margins and padding of the inline list.
576
// $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
577
// $inline-list-margin: 0 0;
578
// $inline-list-padding: 0;
579

    
580
// We use this to control the overflow of the inline list.
581
// $inline-list-overflow: hidden;
582

    
583
// We use this to control the list items
584
// $inline-list-display: block;
585

    
586
// We use this to control any elments within list items
587
// $inline-list-children-display: block;
588

    
589
//
590
// Joyride Variables
591
//
592

    
593
// Controlling default Joyride styles
594
// $joyride-tip-bg: rgb(0,0,0);
595
// $joyride-tip-default-width: 300px;
596
// $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
597
// $joyride-tip-border: solid 1px #555;
598
// $joyride-tip-radius: 4px;
599
// $joyride-tip-position-offset: 22px;
600

    
601
// Here, we're setting the tip dont styles
602
// $joyride-tip-font-color: #fff;
603
// $joyride-tip-font-size: emCalc(14px);
604
// $joyride-tip-header-weight: bold;
605

    
606
// This changes the nub size
607
// $joyride-tip-nub-size: 14px;
608

    
609
// This adjusts the styles for the timer when its enabled
610
// $joyride-tip-timer-width: 50px;
611
// $joyride-tip-timer-height: 3px;
612
// $joyride-tip-timer-color: #666;
613

    
614
// This changes up the styles for the close button
615
// $joyride-tip-close-color: #777;
616
// $joyride-tip-close-size: 30px;
617
// $joyride-tip-close-weight: normal;
618

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

    
622
//
623
// Keystroke Variables
624
//
625

    
626
// We use these to control text styles.
627
// $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
628
// $keystroke-font-size: emCalc(15px);
629
// $keystroke-font-color: #222;
630
// $keystroke-font-color-alt: #fff;
631
// $keystroke-function-factor: 7%;
632

    
633
// We use this to control keystroke padding.
634
// $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
635

    
636
// We use these to control background and border styles.
637
// $keystroke-bg: darken(#fff, $keystroke-function-factor);
638
// $keystroke-border-style: solid;
639
// $keystroke-border-width: 1px;
640
// $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
641
// $keystroke-radius: $global-radius;
642

    
643
//
644
// Label Variables
645
//
646

    
647
// We use these to style the labels
648
// $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
649
// $label-radius: $global-radius;
650

    
651
// We use these to style the label text
652
// $label-font-sizing: emCalc(14px);
653
// $label-font-weight: bold;
654

    
655
//
656
// Orbit Settings
657
//
658

    
659
// We use these to control the caption styles
660
// $orbit-container-bg: #f5f5f5;
661
// $orbit-caption-bg-old-browser: #000;
662
// $orbit-caption-bg-old: rgb(0,0,0);
663
// $orbit-caption-bg: rgba(0,0,0,0.6);
664
// $orbit-caption-font-color: #fff;
665

    
666
// We use these to control the left/right nav styles
667
// $orbit-nav-bg-old: rgb(0,0,0);
668
// $orbit-nav-bg: rgba(0,0,0,0.6);
669

    
670
// We use these to control the timer styles
671
// $orbit-timer-bg-old: rgb(0,0,0);
672
// $orbit-timer-bg: rgba(0,0,0,0.6);
673

    
674
// We use these to control the bullet nav styles
675
// $orbit-bullet-nav-color: #999;
676
// $orbit-bullet-nav-color-active: #222;
677

    
678
// We use thes to controls the style of slide numbers
679
// $orbit-slide-number-bg: rgb(0,0,0);
680
// $orbit-slide-number-font-color: #fff;
681
// $orbit-slide-number-padding: emCalc(5px);
682

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

    
686
//
687
// Pagination Variables
688
//
689

    
690
// We use these to control the pagination container
691
// $pagination-height: emCalc(24px);
692
// $pagination-margin: emCalc(-5px);
693

    
694
// We use these to set the list-item properties
695
// $pagination-li-float: $default-float;
696
// $pagination-li-height: emCalc(24px);
697
// $pagination-li-font-color: #222;
698
// $pagination-li-font-size: emCalc(14px);
699
// $pagination-li-margin: emCalc(5px);
700

    
701
// We use these for the pagination anchor links
702
// $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
703
// $pagination-link-font-color: #999;
704
// $pagination-link-active-bg: darken(#fff, 10%);
705

    
706
// We use these for disabled anchor links
707
// $pagination-link-unavailable-cursor: default;
708
// $pagination-link-unavailable-font-color: #999;
709
// $pagination-link-unavailable-bg-active: transparent;
710

    
711
// We use these for currently selected anchor links
712
// $pagination-link-current-background: $primary-color;
713
// $pagination-link-current-font-color: #fff;
714
// $pagination-link-current-font-weight: bold;
715
// $pagination-link-current-cursor: default;
716
// $pagination-link-current-active-bg: $primary-color;
717

    
718
//
719
// Panel Variables
720
//
721

    
722
// We use these to control the background and border styles
723
// $panel-bg: darken(#fff, 5%);
724
// $panel-border-style: solid;
725
// $panel-border-size: 1px;
726

    
727
// We use this % to control how much we darken things on hover
728
// $panel-function-factor: 10%;
729
// $panel-border-color: darken($panel-bg, $panel-function-factor);
730

    
731
// We use these to set default inner padding and bottom margin
732
// $panel-margin-bottom: emCalc(20px);
733
// $panel-padding: emCalc(20px);
734

    
735
// We use these to set default font colors
736
// $panel-font-color: #333;
737
// $panel-font-color-alt: #fff;
738

    
739
//
740
// Pricing Table Variables
741
//
742

    
743
// We use this to control the border color
744
// $price-table-border: solid 1px #ddd;
745

    
746
// We use this to control the bottom margin of the pricing table
747
// $price-table-margin-bottom: emCalc(20px);
748

    
749
// We use these to control the title styles
750
// $price-title-bg: #ddd;
751
// $price-title-padding: emCalc(15px) emCalc(20px);
752
// $price-title-align: center;
753
// $price-title-color: #333;
754
// $price-title-weight: bold;
755
// $price-title-size: emCalc(16px);
756

    
757
// We use these to control the price styles
758
// $price-money-bg: #eee;
759
// $price-money-padding: emCalc(15px) emCalc(20px);
760
// $price-money-align: center;
761
// $price-money-color: #333;
762
// $price-money-weight: normal;
763
// $price-money-size: emCalc(20px);
764

    
765
// We use these to control the description styles
766
// $price-bg: #fff;
767
// $price-desc-color: #777;
768
// $price-desc-padding: emCalc(15px);
769
// $price-desc-align: center;
770
// $price-desc-font-size: emCalc(12px);
771
// $price-desc-weight: normal;
772
// $price-desc-line-height: 1.4;
773
// $price-desc-bottom-border: dotted 1px #ddd;
774

    
775
// We use these to control the list item styles
776
// $price-item-color: #333;
777
// $price-item-padding: emCalc(15px);
778
// $price-item-align: center;
779
// $price-item-font-size: emCalc(14px);
780
// $price-item-weight: normal;
781
// $price-item-bottom-border: dotted 1px #ddd;
782

    
783
// We use these to control the CTA area styles
784
// $price-cta-bg: #f5f5f5;
785
// $price-cta-align: center;
786
// $price-cta-padding: emCalc(20px) emCalc(20px) 0;
787

    
788
//
789
// Progress Bar Variables
790
//
791

    
792
// We use this to se the prog bar height
793
$progress-bar-height: emCalc(15px);
794
// $progress-bar-color: transparent;
795

    
796
// We use these to control the border styles
797
// $progress-bar-border-color: darken(#fff, 20%);
798
// $progress-bar-border-size: 1px;
799
// $progress-bar-border-style: solid;
800
// $progress-bar-border-radius: $global-radius;
801

    
802
// We use these to control the margin & padding
803
// $progress-bar-pad: emCalc(2px);
804
// $progress-bar-margin-bottom: emCalc(10px);
805

    
806
// We use these to set the meter colors
807
// $progress-meter-color: $primary-color;
808
// $progress-meter-secondary-color: $secondary-color;
809
// $progress-meter-success-color: $success-color;
810
// $progress-meter-alert-color: $alert-color;
811

    
812
// NEED TO FINISH THE LOGIC HERE
813

    
814
//
815
// Reveal Variables
816
//
817

    
818
// We use these to control the style of the reveal overlay.
819
$reveal-overlay-bg: rgba(#000, .80);
820
// $reveal-overlay-bg-old: #000;
821

    
822
// We use these to control the style of the modal itself.
823
// $reveal-modal-bg: #fff;
824
// $reveal-position-top: 50px;
825
// $reveal-default-width: 80%;
826
// $reveal-modal-padding: emCalc(20px);
827
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
828

    
829
// We use these to style the reveal close button
830
// $reveal-close-font-size: emCalc(22px);
831
// $reveal-close-top: emCalc(8px);
832
// $reveal-close-side: emCalc(11px);
833
// $reveal-close-color: #aaa;
834
// $reveal-close-weight: bold;
835

    
836
// We use these to control the modal border
837
// $reveal-border-style: solid;
838
// $reveal-border-width: 1px;
839
// $reveal-border-color: #666;
840

    
841
//
842
// Section Variables
843
//
844

    
845
// We use these to set padding and hover factor
846
// $section-padding: emCalc(15px);
847
// $section-function-factor: 10%;
848

    
849
// These style the titles
850
// $section-title-color: #333;
851
// $section-title-bg: #efefef;
852
// $section-title-bg-active: darken($section-title-bg, $section-function-factor);
853
// $section-title-bg-active-tabs: #fff;
854

    
855
// Want to control border size, here ya go!
856
// $section-border-size: 1px;
857
// $section-border-style: solid;
858
// $section-border-color: #ccc;
859

    
860
// Control the color of the background and some size options
861
// $section-content-bg: #fff;
862
// $section-vertical-nav-min-width: emCalc(200px);
863
// $section-bottom-margin: emCalc(20px);
864

    
865
//
866
// Side Nav Variables
867
//
868

    
869
// We use this to control padding.
870
// $side-nav-padding: emCalc(14px) 0;
871

    
872
// We use these to control list styles.
873
// $side-nav-list-type: none;
874
// $side-nav-list-position: inside;
875
// $side-nav-list-margin: 0 0 emCalc(7px) 0;
876

    
877
// We use these to control link styles.
878
// $side-nav-link-color: $primary-color;
879
// $side-nav-link-color-active: lighten(#000, 30%);
880
// $side-nav-font-size: emCalc(14px);
881
// $side-nav-font-weight: bold;
882

    
883
// We use these to control border styles
884
// $side-nav-divider-size: 1px;
885
// $side-nav-divider-style: solid;
886
// $side-nav-divider-color: darken(#fff, 10%);
887

    
888
//
889
// Sub Nav Variables
890
//
891

    
892
// We use these to control margin and padding
893
// $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
894
// $sub-nav-list-padding-top: emCalc(4px);
895

    
896
// We use this to control the definition
897
// $sub-nav-font-size: emCalc(14px);
898
// $sub-nav-font-color: #999;
899
// $sub-nav-font-weight: normal;
900
// $sub-nav-text-decoration: none;
901
// $sub-nav-border-radius: 1000px;
902

    
903
// We use these to control the active item styles
904
// $sub-nav-active-font-weight: bold;
905
// $sub-nav-active-bg: $primary-color;
906
// $sub-nav-active-color: #fff;
907
// $sub-nav-active-padding: emCalc(3px) emCalc(9px);
908
// $sub-nav-active-cursor: default;
909

    
910
//
911
// Switch Variables
912
//
913

    
914
// Controlling border styles and background colors for the switch container
915
// $switch-border-color: darken(#fff, 20%);
916
// $switch-border-style: solid;
917
// $switch-border-width: 1px;
918
// $switch-bg: #fff;
919

    
920
// We use these to control the switch heights for our default classes
921
// $switch-height-tny: 22px;
922
// $switch-height-sml: 28px;
923
// $switch-height-med: 36px;
924
// $switch-height-lrg: 44px;
925
// $switch-bottom-margin: emCalc(20px);
926

    
927
// We use these to control default font sizes for our classes.
928
// $switch-font-size-tny: 11px;
929
// $switch-font-size-sml: 12px;
930
// $switch-font-size-med: 14px;
931
// $switch-font-size-lrg: 17px;
932
// $switch-label-side-padding: 6px;
933

    
934
// We use these to style the switch-paddle
935
// $switch-paddle-bg: #fff;
936
// $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
937
// $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
938
// $switch-paddle-border-width: 1px;
939
// $switch-paddle-border-style: solid;
940
// $switch-paddle-transition-speed: .1s;
941
// $switch-paddle-transition-ease: ease-out;
942
// $switch-positive-color: lighten($success-color, 50%);
943
// $switch-negative-color: #f5f5f5;
944

    
945
// Outline Style for tabbing through switches
946
// $switch-label-outline: 1px dotted #888;
947

    
948
//
949
// Table Variables
950
//
951

    
952
// These control the background color for the table and even rows
953
// $table-bg: #fff;
954
// $table-even-row-bg: #f9f9f9;
955

    
956
// These control the table cell border style
957
// $table-border-style: solid;
958
// $table-border-size: 1px;
959
// $table-border-color: #ddd;
960

    
961
// These control the table head styles
962
// $table-head-bg: #f5f5f5;
963
// $table-head-font-size: emCalc(14px);
964
// $table-head-font-color: #222;
965
// $table-head-font-weight: bold;
966
// $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
967

    
968
// These control the row padding and font styles
969
// $table-row-padding: emCalc(9px) emCalc(10px);
970
// $table-row-font-size: emCalc(14px);
971
// $table-row-font-color: #222;
972
// $table-line-height: emCalc(18px);
973

    
974
// These are for controlling the display and margin of tables
975
// $table-display: table-cell;
976
// $table-margin-bottom: emCalc(20px);
977

    
978
//
979
// Image Thumbnail Variables
980
//
981

    
982
// We use these to control border styles
983
// $thumb-border-style: solid;
984
// $thumb-border-width: 4px;
985
// $thumb-border-color: #fff;
986
// $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
987
// $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
988

    
989
// Radius and transition speed for thumbs
990
// $thumb-radius: $global-radius;
991
// $thumb-transition-speed: 200ms;
992

    
993
//
994
// Tooltip Variables
995
//
996
$has-tip-border-bottom: 0 none;
997
// $has-tip-font-weight: bold;
998
// $has-tip-font-color: #333;
999
$has-tip-border-bottom-hover: none;
1000
// $has-tip-font-color-hover: $primary-color;
1001
$has-tip-cursor-type: inherit;
1002

    
1003
$tooltip-padding: emCalc(4px) emCalc(10px);
1004
$tooltip-bg: $black;
1005
// $tooltip-font-size: emCalc(15px);
1006
$tooltip-font-weight: normal;
1007
// $tooltip-font-color: #fff;
1008
// $tooltip-line-height: 1.3;
1009
// $tooltip-close-font-size: emCalc(10px);
1010
// $tooltip-close-font-weight: normal;
1011
// $tooltip-close-font-color: #888;
1012
// $tooltip-font-size-sml: emCalc(14px);
1013
// $tooltip-radius: $global-radius;
1014
// $tooltip-pip-size: 5px;
1015

    
1016
//
1017
// Top Bar Variables
1018
//
1019

    
1020
// Background color for the top bar
1021
// $topbar-bg: #111;
1022

    
1023
// Height and margin
1024
// $topbar-height: 45px;
1025
// $topbar-margin-bottom: emCalc(30px);
1026

    
1027
// Control Input height for top bar
1028
// $topbar-input-height: 2.45em;
1029

    
1030
// Controlling the styles for the title in the top bar
1031
// $topbar-title-weight: bold;
1032
// $topbar-title-font-size: emCalc(17px);
1033

    
1034
// Set the link colors and styles for top-level nav
1035
// $topbar-link-color: #fff;
1036
// $topbar-link-weight: bold;
1037
// $topbar-link-font-size: emCalc(13px);
1038

    
1039
// Style the top bar dropdown elements
1040
// $topbar-dropdown-bg: #333;
1041
// $topbar-dropdown-link-color: #fff;
1042
// $topbar-dropdown-toggle-size: 5px;
1043
// $topbar-dropdown-toggle-color: #fff;
1044
// $topbar-dropdown-toggle-alpha: 0.5;
1045
// $dropdown-label-color: #555;
1046

    
1047
// Top menu icon styles
1048
// $topbar-menu-link-transform: uppercase;
1049
// $topbar-menu-link-font-size: emCalc(13px);
1050
// $topbar-menu-link-weight: bold;
1051
// $topbar-menu-link-color: #fff;
1052
// $topbar-menu-icon-color: #fff;
1053
// $topbar-menu-link-color-toggled: #888;
1054
// $topbar-menu-icon-color-toggled: #888;
1055

    
1056
// Transitions and breakpoint styles
1057
// $topbar-transition-speed: 300ms;
1058
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1059
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1060

    
1061

    
1062
// Custom breakpoints
1063

    
1064
$entities-list-large: emCalc(1100px);
1065

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