Statistics
| Branch: | Tag: | Revision:

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

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: #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-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-submenu-height:40px;
85

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

    
89

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

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

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

    
114
//
115
// Grid Variables
116
//
117

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

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

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

    
128
//
129
// Block Grid Variables
130
//
131

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

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

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

    
141
//
142
// Typography Variables
143
//
144

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
242
//
243
// Form Variables
244
//
245

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

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

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

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

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

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

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

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

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

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

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

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

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

    
331
//
332
// Dropdown Button Variables
333
//
334

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

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

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

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

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

    
363
//
364
// Split Button Variables
365
//
366

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

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

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

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

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

    
401
//
402
// Alert Variables
403
//
404

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

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

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

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

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

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

    
437
//
438
// Breadcrumb Variables
439
//
440

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

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

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

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

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

    
467
//
468
// Clearing Variables
469
//
470

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

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

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

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

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

    
495
//
496
// Custom Form Variables
497
//
498

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

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

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

    
533
//
534
// Dropdown Variables
535
//
536

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

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

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

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

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

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

    
568
//
569
// Flex Video Variables
570
//
571

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

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

    
580
//
581
// Inline List Variables
582
//
583

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

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

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

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

    
598
//
599
// Joyride Variables
600
//
601

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

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

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

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

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

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

    
631
//
632
// Keystroke Variables
633
//
634

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

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

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

    
652
//
653
// Label Variables
654
//
655

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

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

    
664
//
665
// Orbit Settings
666
//
667

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

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

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

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

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

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

    
695
//
696
// Pagination Variables
697
//
698

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

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

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

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

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

    
727
//
728
// Panel Variables
729
//
730

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

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

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

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

    
748
//
749
// Pricing Table Variables
750
//
751

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

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

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

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

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

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

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

    
797
//
798
// Progress Bar Variables
799
//
800

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

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

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

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

    
821
// NEED TO FINISH THE LOGIC HERE
822

    
823
//
824
// Reveal Variables
825
//
826

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

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

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

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

    
850
//
851
// Section Variables
852
//
853

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

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

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

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

    
874
//
875
// Side Nav Variables
876
//
877

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

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

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

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

    
897
//
898
// Sub Nav Variables
899
//
900

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

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

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

    
919
//
920
// Switch Variables
921
//
922

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

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

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

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

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

    
957
//
958
// Table Variables
959
//
960

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

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

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

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

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

    
987
//
988
// Image Thumbnail Variables
989
//
990

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

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

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

    
1012
$tooltip-padding: emCalc(4px) emCalc(10px);
1013
$tooltip-bg: $black;
1014
// $tooltip-font-size: emCalc(15px);
1015
$tooltip-font-weight: normal;
1016
// $tooltip-font-color: #fff;
1017
// $tooltip-line-height: 1.3;
1018
// $tooltip-close-font-size: emCalc(10px);
1019
// $tooltip-close-font-weight: normal;
1020
// $tooltip-close-font-color: #888;
1021
// $tooltip-font-size-sml: emCalc(14px);
1022
// $tooltip-radius: $global-radius;
1023
// $tooltip-pip-size: 5px;
1024

    
1025
//
1026
// Top Bar Variables
1027
//
1028

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

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

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

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

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

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

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

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

    
1070

    
1071
// Custom breakpoints
1072

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

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