Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (31.4 kB)

1
// Required global settings and mixins for Foundation
2
@import "foundation/variables";
3

    
4
// Settings file to override Foundation variables
5

    
6
// You can find the variables for each component at the bottom of their
7
// doc page. We tried to name them to where they'd make sense just by reading them.
8
// Go to http://foundation.zurb.com/docs/ to find what you need.
9

    
10
//
11
// Foundation Global Variables
12
//
13

    
14
// This is the default html and body font-size for the base em value.
15
// $em-base: 16px;
16

    
17
// We use these to control various global styles
18
// $body-bg: #fff;
19
$body-font-color: #222;
20
$body-font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
21
// $body-font-weight: normal;
22
// $body-font-style: normal;
23

    
24
// We use this to control font-smoothing
25
// $font-smoothing: antialiased;
26

    
27
// We use these to control text direction settings
28
// $text-direction: ltr;
29

    
30
// We use these as default colors throughout
31
$primary-color: #919194;
32
$secondary-color: #3582AC;
33
$third-color: #30c79e;
34
$overlay-color: #485057;
35
$overlay-color-top:#636a70;
36
$black:#333;
37

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

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

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

    
53

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

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

    
62

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

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

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

    
87
//
88
// Grid Variables
89
//
90

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

    
96
//
97
// Block Grid Variables
98
//
99

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

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

    
107
//
108
// Typography Variables
109
//
110

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

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

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

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

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

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

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

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

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

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

    
181
// Acronym styles
182
// $acronym-underline: 1px dotted #ddd;
183

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

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

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

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

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

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

    
207
//
208
// Form Variables
209
//
210

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

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

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

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

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

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

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

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

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

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

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

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

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

    
296
//
297
// Dropdown Button Variables
298
//
299

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

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

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

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

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

    
328
//
329
// Split Button Variables
330
//
331

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

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

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

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

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

    
366
//
367
// Alert Variables
368
//
369

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

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

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

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

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

    
399
// We use this to control border radius
400
// $alert-radius: $global-radius;
401

    
402
//
403
// Breadcrumb Variables
404
//
405

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

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

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

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

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

    
432
//
433
// Clearing Variables
434
//
435

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

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

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

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

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

    
460
//
461
// Custom Form Variables
462
//
463

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

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

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

    
498
//
499
// Dropdown Variables
500
//
501

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

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

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

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

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

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

    
533
//
534
// Flex Video Variables
535
//
536

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

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

    
545
//
546
// Inline List Variables
547
//
548

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

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

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

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

    
563
//
564
// Joyride Variables
565
//
566

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

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

    
580
// This changes the nub size
581
// $joyride-tip-nub-size: 14px;
582

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

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

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

    
596
//
597
// Keystroke Variables
598
//
599

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

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

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

    
617
//
618
// Label Variables
619
//
620

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

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

    
629
//
630
// Orbit Settings
631
//
632

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

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

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

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

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

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

    
660
//
661
// Pagination Variables
662
//
663

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

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

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

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

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

    
692
//
693
// Panel Variables
694
//
695

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

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

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

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

    
713
//
714
// Pricing Table Variables
715
//
716

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

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

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

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

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

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

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

    
762
//
763
// Progress Bar Variables
764
//
765

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

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

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

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

    
786
// NEED TO FINISH THE LOGIC HERE
787

    
788
//
789
// Reveal Variables
790
//
791

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

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

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

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

    
815
//
816
// Section Variables
817
//
818

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

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

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

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

    
839
//
840
// Side Nav Variables
841
//
842

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

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

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

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

    
862
//
863
// Sub Nav Variables
864
//
865

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

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

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

    
884
//
885
// Switch Variables
886
//
887

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

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

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

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

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

    
922
//
923
// Table Variables
924
//
925

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

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

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

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

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

    
952
//
953
// Image Thumbnail Variables
954
//
955

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

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

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

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

    
990
//
991
// Top Bar Variables
992
//
993

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

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

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

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

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

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

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

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

    
1035

    
1036
// Custom breakpoints
1037

    
1038
$entities-list-large: emCalc(1100px);
1039

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