zurb-foundation 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -2
- data/README.md +9 -1
- data/composer.json +9 -0
- data/docs/CHANGELOG.md +19 -5
- data/docs/components/alert-boxes.html.erb +19 -19
- data/docs/components/breadcrumbs.html.erb +15 -15
- data/docs/components/buttons.html.erb +19 -19
- data/docs/components/clearing.html.erb +13 -13
- data/docs/components/dropdown-buttons.html.erb +13 -13
- data/docs/components/dropdown.html.erb +18 -18
- data/docs/components/flex-video.html.erb +3 -3
- data/docs/components/forms.html.erb +39 -39
- data/docs/components/grid.html.erb +1 -1
- data/docs/components/inline-lists.html.erb +5 -5
- data/docs/components/joyride.html.erb +18 -18
- data/docs/components/keystrokes.html.erb +10 -10
- data/docs/components/kitchen-sink.html.erb +1 -1
- data/docs/components/labels.html.erb +2 -2
- data/docs/components/pagination.html.erb +17 -17
- data/docs/components/panels.html.erb +13 -10
- data/docs/components/pricing-tables.html.erb +30 -30
- data/docs/components/reveal.html.erb +14 -14
- data/docs/components/section.html.erb +15 -15
- data/docs/components/side-nav.html.erb +9 -9
- data/docs/components/split-buttons.html.erb +23 -23
- data/docs/components/sub-nav.html.erb +11 -11
- data/docs/components/switch.html.erb +24 -24
- data/docs/components/tables.html.erb +15 -15
- data/docs/components/thumbnails.html.erb +5 -5
- data/docs/components/tooltips.html.erb +18 -18
- data/docs/components/top-bar.html.erb +39 -39
- data/docs/components/type.html.erb +63 -63
- data/docs/css/docs.scss +3 -1
- data/docs/img/favicons/apple-touch-icon-114x114-precomposed.png +0 -0
- data/docs/img/favicons/apple-touch-icon-144x144-precomposed.png +0 -0
- data/docs/img/favicons/apple-touch-icon-72x72-precomposed.png +0 -0
- data/docs/img/favicons/apple-touch-icon-precomposed.png +0 -0
- data/docs/img/favicons/favicon.ico +0 -0
- data/docs/layout.html.erb +10 -1
- data/docs/sass.html.erb +258 -292
- data/js/foundation/foundation.alerts.js +3 -3
- data/js/foundation/foundation.clearing.js +5 -5
- data/js/foundation/foundation.dropdown.js +1 -1
- data/js/foundation/foundation.forms.js +23 -14
- data/js/foundation/foundation.interchange.js +8 -8
- data/js/foundation/foundation.joyride.js +2 -2
- data/js/foundation/foundation.js +2 -2
- data/js/foundation/foundation.magellan.js +4 -2
- data/js/foundation/foundation.orbit.js +2 -2
- data/js/foundation/foundation.placeholder.js +21 -1
- data/js/foundation/foundation.reveal.js +3 -3
- data/js/foundation/foundation.section.js +4 -3
- data/js/foundation/foundation.tooltips.js +2 -2
- data/js/foundation/foundation.topbar.js +8 -8
- data/js/foundation/index.js +1 -1
- data/js/vendor/jquery.js +4412 -4202
- data/js/vendor/zepto.js +116 -0
- data/lib/foundation/sprockets.rb +4 -0
- data/lib/foundation/version.rb +1 -1
- data/lib/zurb-foundation.rb +6 -2
- data/scss/foundation/_variables.scss +56 -55
- data/scss/foundation/components/_alert-boxes.scss +20 -20
- data/scss/foundation/components/_block-grid.scss +1 -1
- data/scss/foundation/components/_breadcrumbs.scss +15 -15
- data/scss/foundation/components/_buttons.scss +23 -21
- data/scss/foundation/components/_clearing.scss +14 -13
- data/scss/foundation/components/_custom-forms.scss +35 -35
- data/scss/foundation/components/_dropdown-buttons.scss +13 -13
- data/scss/foundation/components/_dropdown.scss +19 -18
- data/scss/foundation/components/_flex-video.scss +3 -3
- data/scss/foundation/components/_forms.scss +40 -40
- data/scss/foundation/components/_grid.scss +1 -1
- data/scss/foundation/components/_inline-lists.scss +4 -4
- data/scss/foundation/components/_joyride.scss +16 -16
- data/scss/foundation/components/_keystrokes.scss +10 -10
- data/scss/foundation/components/_labels.scss +3 -3
- data/scss/foundation/components/_pagination.scss +17 -17
- data/scss/foundation/components/_panels.scss +21 -18
- data/scss/foundation/components/_pricing-tables.scss +30 -30
- data/scss/foundation/components/_reveal.scss +14 -14
- data/scss/foundation/components/_section.scss +16 -16
- data/scss/foundation/components/_side-nav.scss +9 -9
- data/scss/foundation/components/_split-buttons.scss +23 -23
- data/scss/foundation/components/_sub-nav.scss +11 -11
- data/scss/foundation/components/_switch.scss +23 -23
- data/scss/foundation/components/_tables.scss +15 -15
- data/scss/foundation/components/_thumbs.scss +5 -5
- data/scss/foundation/components/_tooltips.scss +17 -17
- data/scss/foundation/components/_top-bar.scss +37 -37
- data/scss/foundation/components/_type.scss +63 -63
- data/templates/upgrade/manifest.rb +2 -3
- metadata +11 -4
data/docs/css/docs.scss
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/docs/layout.html.erb
CHANGED
@@ -4,6 +4,15 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="utf-8" />
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
+
<!-- For third-generation iPad with high-resolution Retina display: -->
|
8
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicons/apple-touch-icon-144x144-precomposed.png">
|
9
|
+
<!-- For iPhone with high-resolution Retina display: -->
|
10
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicons/apple-touch-icon-114x114-precomposed.png">
|
11
|
+
<!-- For first- and second-generation iPad: -->
|
12
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicons/apple-touch-icon-72x72-precomposed.png">
|
13
|
+
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
|
14
|
+
<link rel="apple-touch-icon-precomposed" href="img/favicons/apple-touch-icon-precomposed.png">
|
15
|
+
<link rel="icon" href="img/favicons/favicon.ico" type="image/x-icon">
|
7
16
|
<title>Foundation Docs: <%= @page_title %></title>
|
8
17
|
<link rel="stylesheet" href="<%= asset_path %>/normalize.css" />
|
9
18
|
<link rel="stylesheet" href="<%= asset_path %>/docs.css" />
|
@@ -116,7 +125,7 @@
|
|
116
125
|
.foundation()
|
117
126
|
.foundation('joyride', 'start');
|
118
127
|
<% else %>
|
119
|
-
.foundation(
|
128
|
+
.foundation();
|
120
129
|
<% end %>
|
121
130
|
|
122
131
|
// For Kitchen Sink Page
|
data/docs/sass.html.erb
CHANGED
@@ -233,29 +233,29 @@ bundle exec compass create . -r zurb-foundation --using foundation
|
|
233
233
|
<%= code_example '
|
234
234
|
/* Foundation Variables */
|
235
235
|
|
236
|
-
The default font-size is set to 100% of the browser style sheet (usually 16px)
|
237
|
-
for compatibility with browser-based text zoom or user-set defaults.
|
236
|
+
/* The default font-size is set to 100% of the browser style sheet (usually 16px) */
|
237
|
+
/* for compatibility with browser-based text zoom or user-set defaults. */
|
238
238
|
$base-font-size: 100% !default;
|
239
239
|
|
240
240
|
$base-line-height is 24px while $base-font-size is 16px
|
241
241
|
$base-line-height: 150%;
|
242
242
|
|
243
|
-
This is the default html and body font-size for the base em value.
|
243
|
+
/* This is the default html and body font-size for the base em value. */
|
244
244
|
|
245
|
-
Since the typical default browser font-size is 16px, that makes the calculation for grid size.
|
246
|
-
If you want your base font-size to be a different size and not have it effect grid size too,
|
247
|
-
set the value of $em-base to $base-font-size ($em-base: $base-font-size;)
|
245
|
+
/* Since the typical default browser font-size is 16px, that makes the calculation for grid size. */
|
246
|
+
/* If you want your base font-size to be a different size and not have it effect grid size too, */
|
247
|
+
/* set the value of $em-base to $base-font-size ($em-base: $base-font-size;) */
|
248
248
|
$em-base: 16px !default;
|
249
249
|
|
250
|
-
Working in ems is annoying. Think in pixels by using this handy function, emCalc(#px)
|
250
|
+
/* Working in ems is annoying. Think in pixels by using this handy function, emCalc(#px) */
|
251
251
|
@function emCalc($pxWidth) {
|
252
252
|
@return $pxWidth / $em-base * 1em;
|
253
253
|
}
|
254
254
|
|
255
|
-
Change whether or not you include browser prefixes
|
255
|
+
/* Change whether or not you include browser prefixes */
|
256
256
|
$experimental: true !default;
|
257
257
|
|
258
|
-
Various global styles
|
258
|
+
/* Various global styles */
|
259
259
|
|
260
260
|
$default-float: left;
|
261
261
|
|
@@ -265,33 +265,33 @@ $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
|
265
265
|
$body-font-weight: normal;
|
266
266
|
$body-font-style: normal;
|
267
267
|
|
268
|
-
Font-smoothing
|
268
|
+
/* Font-smoothing */
|
269
269
|
|
270
270
|
$font-smoothing: antialiased;
|
271
271
|
|
272
|
-
Text direction settings
|
272
|
+
/* Text direction settings */
|
273
273
|
|
274
274
|
$text-direction: ltr;
|
275
275
|
|
276
|
-
Colors
|
276
|
+
/* Colors */
|
277
277
|
|
278
278
|
$primary-color: #2ba6cb;
|
279
279
|
$secondary-color: #e9e9e9;
|
280
280
|
$alert-color: #c60f13;
|
281
281
|
$success-color: #5da423;
|
282
282
|
|
283
|
-
Make sure border radius matches unless we want it different.
|
283
|
+
/* Make sure border radius matches unless we want it different. */
|
284
284
|
|
285
285
|
$global-radius: 3px;
|
286
286
|
$global-rounded: 1000px;
|
287
287
|
|
288
|
-
Inset shadow shiny edges and depressions.
|
288
|
+
/* Inset shadow shiny edges and depressions. */
|
289
289
|
|
290
290
|
$shiny-edge-size: 0 1px 0;
|
291
291
|
$shiny-edge-color: rgba(#fff, .5);
|
292
292
|
$shiny-edge-active-color: rgba(#000, .2);
|
293
293
|
|
294
|
-
Control whether or not CSS classes come through in the CSS files.
|
294
|
+
/* Control whether or not CSS classes come through in the CSS files. */
|
295
295
|
|
296
296
|
$include-html-classes: true;
|
297
297
|
$include-print-styles: true;
|
@@ -318,7 +318,7 @@ $include-html-progress-classes: $include-html-classes;
|
|
318
318
|
$include-html-magellan-classes: $include-html-classes;
|
319
319
|
$include-html-tooltip-classes: $include-html-classes;
|
320
320
|
|
321
|
-
Media Queries
|
321
|
+
/* Media Queries */
|
322
322
|
|
323
323
|
$small-screen: 768px;
|
324
324
|
$medium-screen: 1280px;
|
@@ -331,9 +331,9 @@ $large: "only screen and (min-width: #{$large-screen})";
|
|
331
331
|
$landscape: "only screen and (orientation: landscape)";
|
332
332
|
$portrait: "only screen and (orientation: portrait)";
|
333
333
|
|
334
|
-
Cursors
|
334
|
+
/* Cursors */
|
335
335
|
|
336
|
-
Custom use example -> $cursor-default-value: url(http://cursors-site.net/path/to/custom/cursor/default.cur),progress;
|
336
|
+
/* Custom use example -> $cursor-default-value: url(http://cursors-site.net/path/to/custom/cursor/default.cur),progress; */
|
337
337
|
|
338
338
|
$cursor-crosshair-value: "crosshair";
|
339
339
|
$cursor-default-value: "default";
|
@@ -341,7 +341,7 @@ $cursor-pointer-value: "pointer";
|
|
341
341
|
$cursor-help-value: "help";
|
342
342
|
|
343
343
|
|
344
|
-
Grid Variables
|
344
|
+
/* Grid Variables */
|
345
345
|
|
346
346
|
|
347
347
|
$row-width: emCalc(1000px);
|
@@ -349,23 +349,23 @@ $column-gutter: emCalc(30px);
|
|
349
349
|
$total-columns: 12;
|
350
350
|
|
351
351
|
|
352
|
-
Block Grid Variables
|
352
|
+
/* Block Grid Variables */
|
353
353
|
|
354
354
|
|
355
|
-
Maximum number of block grid elements per row
|
355
|
+
/* Maximum number of block grid elements per row */
|
356
356
|
|
357
357
|
$block-grid-elements: 12;
|
358
358
|
$block-grid-default-spacing: emCalc(20px);
|
359
359
|
|
360
|
-
Enables media queries for block-grid classes. Set to false if writing semantic HTML.
|
360
|
+
/* Enables media queries for block-grid classes. Set to false if writing semantic HTML. */
|
361
361
|
|
362
362
|
$block-grid-media-queries: true;
|
363
363
|
|
364
364
|
|
365
|
-
Typography Variables
|
365
|
+
/* Typography Variables */
|
366
366
|
|
367
367
|
|
368
|
-
Heading font styles
|
368
|
+
/* Heading font styles */
|
369
369
|
|
370
370
|
$header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
371
371
|
$header-font-weight: bold;
|
@@ -376,7 +376,7 @@ $header-top-margin: .2em;
|
|
376
376
|
$header-bottom-margin: .5em;
|
377
377
|
$header-text-rendering: optimizeLegibility;
|
378
378
|
|
379
|
-
Heading font sizes
|
379
|
+
/* Heading font sizes */
|
380
380
|
|
381
381
|
$h1-font-size: emCalc(44px);
|
382
382
|
$h2-font-size: emCalc(37px);
|
@@ -385,7 +385,7 @@ $h4-font-size: emCalc(23px);
|
|
385
385
|
$h5-font-size: emCalc(18px);
|
386
386
|
$h6-font-size: 1em;
|
387
387
|
|
388
|
-
Subheaders
|
388
|
+
/* Subheaders */
|
389
389
|
|
390
390
|
$subheader-line-height: 1.4;
|
391
391
|
$subheader-font-color: lighten($header-font-color, 30%);
|
@@ -393,12 +393,12 @@ $subheader-font-weight: 300;
|
|
393
393
|
$subheader-top-margin: .2em;
|
394
394
|
$subheader-bottom-margin: .5em;
|
395
395
|
|
396
|
-
<small> styling
|
396
|
+
/* <small> styling */
|
397
397
|
|
398
398
|
$small-font-size: 60%;
|
399
399
|
$small-font-color: lighten($header-font-color, 30%);
|
400
400
|
|
401
|
-
Paragraphs
|
401
|
+
/* Paragraphs */
|
402
402
|
|
403
403
|
$paragraph-font-family: inherit;
|
404
404
|
$paragraph-font-weight: normal;
|
@@ -409,26 +409,26 @@ $paragraph-aside-font-size: emCalc(14px);
|
|
409
409
|
$paragraph-aside-line-height: 1.35;
|
410
410
|
$paragraph-aside-font-style: italic;
|
411
411
|
|
412
|
-
<code> tags
|
412
|
+
/* <code> tags */
|
413
413
|
|
414
414
|
$code-color: darken($alert-color, 15%);
|
415
415
|
$code-font-family: Consolas, "Liberation Mono", Courier, monospace;
|
416
416
|
$code-font-weight: bold;
|
417
417
|
|
418
|
-
Anchors
|
418
|
+
/* Anchors */
|
419
419
|
|
420
420
|
$anchor-text-decoration: none;
|
421
421
|
$anchor-font-color: $primary-color;
|
422
422
|
$anchor-font-color-hover: darken($primary-color, 5%);
|
423
423
|
|
424
|
-
<hr> element
|
424
|
+
/* <hr> element */
|
425
425
|
|
426
426
|
$hr-border-width: 1px;
|
427
427
|
$hr-border-style: solid;
|
428
428
|
$hr-border-color: #ddd;
|
429
429
|
$hr-margin: emCalc(20px);
|
430
430
|
|
431
|
-
Lists
|
431
|
+
/* Lists */
|
432
432
|
|
433
433
|
$list-style-position: outside;
|
434
434
|
$list-side-margin: emCalc(20px);
|
@@ -437,7 +437,7 @@ $definition-list-header-weight: bold;
|
|
437
437
|
$definition-list-header-margin-bottom: .3em;
|
438
438
|
$definition-list-margin-bottom: emCalc(12px);
|
439
439
|
|
440
|
-
Blockquotes
|
440
|
+
/* Blockquotes */
|
441
441
|
|
442
442
|
$blockquote-font-color: lighten($header-font-color, 30%);
|
443
443
|
$blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
|
@@ -446,48 +446,48 @@ $blockquote-cite-font-size: emCalc(13px);
|
|
446
446
|
$blockquote-cite-font-color: lighten($header-font-color, 20%);
|
447
447
|
$blockquote-cite-link-color: $blockquote-cite-font-color;
|
448
448
|
|
449
|
-
Acronym
|
449
|
+
/* Acronym */
|
450
450
|
|
451
451
|
$acronym-underline: 1px dotted #ddd;
|
452
452
|
|
453
|
-
Padding and margin
|
453
|
+
/* Padding and margin */
|
454
454
|
|
455
455
|
$microformat-padding: emCalc(10px) emCalc(12px);
|
456
456
|
$microformat-margin: 0 0 emCalc(20px) 0;
|
457
457
|
|
458
|
-
Border styles
|
458
|
+
/* Border styles */
|
459
459
|
|
460
460
|
$microformat-border-width: 1px;
|
461
461
|
$microformat-border-style: solid;
|
462
462
|
$microformat-border-color: #ddd;
|
463
463
|
|
464
|
-
Full name font styles
|
464
|
+
/* Full name font styles */
|
465
465
|
|
466
466
|
$microformat-fullname-font-weight: bold;
|
467
467
|
$microformat-fullname-font-size: emCalc(15px);
|
468
468
|
|
469
|
-
Summary font styles
|
469
|
+
/* Summary font styles */
|
470
470
|
|
471
471
|
$microformat-summary-font-weight: bold;
|
472
472
|
|
473
|
-
<abbr> padding
|
473
|
+
/* <abbr> padding */
|
474
474
|
|
475
475
|
$microformat-abbr-padding: 0 emCalc(1px);
|
476
476
|
|
477
|
-
<abbr> font styles
|
477
|
+
/* <abbr> font styles */
|
478
478
|
|
479
479
|
$microformat-abbr-font-weight: bold;
|
480
480
|
$microformat-abbr-font-decoration: none;
|
481
481
|
|
482
482
|
|
483
|
-
Form Variables
|
483
|
+
/* Form Variables */
|
484
484
|
|
485
485
|
|
486
|
-
Base for lots of form spacing and positioning styles
|
486
|
+
/* Base for lots of form spacing and positioning styles */
|
487
487
|
|
488
488
|
$form-spacing: emCalc(16px);
|
489
489
|
|
490
|
-
Labels
|
490
|
+
/* Labels */
|
491
491
|
|
492
492
|
$form-label-pointer: pointer;
|
493
493
|
$form-label-font-size: emCalc(14px);
|
@@ -507,7 +507,7 @@ $input-disabled-bg: #ddd;
|
|
507
507
|
$input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
508
508
|
$input-include-glowing-effect: true;
|
509
509
|
|
510
|
-
Fieldset border and spacing.
|
510
|
+
/* Fieldset border and spacing. */
|
511
511
|
|
512
512
|
$fieldset-border-style: solid;
|
513
513
|
$fieldset-border-width: 1px;
|
@@ -515,13 +515,13 @@ $fieldset-border-color: #ddd;
|
|
515
515
|
$fieldset-padding: emCalc(20px);
|
516
516
|
$fieldset-margin: emCalc(18px) 0;
|
517
517
|
|
518
|
-
Legends
|
518
|
+
/* Legends */
|
519
519
|
|
520
520
|
$legend-bg: #fff;
|
521
521
|
$legend-font-weight: bold;
|
522
522
|
$legend-padding: 0 emCalc(3px);
|
523
523
|
|
524
|
-
Prefix and postfix input elements
|
524
|
+
/* Prefix and postfix input elements */
|
525
525
|
|
526
526
|
$input-prefix-bg: darken(#fff, 5%);
|
527
527
|
$input-prefix-border-color: darken(#fff, 20%);
|
@@ -531,7 +531,7 @@ $input-prefix-overflow: hidden;
|
|
531
531
|
$input-prefix-font-color: #333;
|
532
532
|
$input-prefix-font-color-alt: #fff;
|
533
533
|
|
534
|
-
Error states for inputs and labels
|
534
|
+
/* Error states for inputs and labels */
|
535
535
|
|
536
536
|
$input-error-message-padding: emCalc(6px) emCalc(4px);
|
537
537
|
$input-error-message-top: -($form-spacing) - emCalc(5px);
|
@@ -540,28 +540,28 @@ $input-error-message-font-weight: bold;
|
|
540
540
|
$input-error-message-font-color: #fff;
|
541
541
|
$input-error-message-font-color-alt: #333;
|
542
542
|
|
543
|
-
Glowing effect of inputs when focused
|
543
|
+
/* Glowing effect of inputs when focused */
|
544
544
|
|
545
545
|
$glowing-effect-fade-time: 0.45s;
|
546
546
|
$glowing-effect-color: $input-focus-border-color;
|
547
547
|
|
548
548
|
|
549
|
-
Button Variables
|
549
|
+
/* Button Variables */
|
550
550
|
|
551
551
|
|
552
|
-
Padding for buttons.
|
552
|
+
/* Padding for buttons. */
|
553
553
|
|
554
554
|
$button-tny: emCalc(7px);
|
555
555
|
$button-sml: emCalc(9px);
|
556
556
|
$button-med: emCalc(12px);
|
557
557
|
$button-lrg: emCalc(16px);
|
558
558
|
|
559
|
-
Display property.
|
559
|
+
/* Display property. */
|
560
560
|
|
561
561
|
$button-display: inline-block;
|
562
562
|
$button-margin-bottom: emCalc(20px);
|
563
563
|
|
564
|
-
Button text styles.
|
564
|
+
/* Button text styles. */
|
565
565
|
|
566
566
|
$button-font-family: inherit;
|
567
567
|
$button-font-color: #fff;
|
@@ -573,63 +573,63 @@ $button-font-lrg: emCalc(20px);
|
|
573
573
|
$button-font-weight: bold;
|
574
574
|
$button-font-align: center;
|
575
575
|
|
576
|
-
Various hover effects.
|
576
|
+
/* Various hover effects. */
|
577
577
|
|
578
578
|
$button-function-factor: 10%;
|
579
579
|
|
580
|
-
Button border styles.
|
580
|
+
/* Button border styles. */
|
581
581
|
|
582
582
|
$button-border-width: 1px;
|
583
583
|
$button-border-style: solid;
|
584
584
|
$button-border-color: darken($primary-color, $button-function-factor);
|
585
585
|
|
586
|
-
Radius used throughout the core.
|
586
|
+
/* Radius used throughout the core. */
|
587
587
|
|
588
588
|
$button-radius: $global-radius;
|
589
589
|
|
590
|
-
Opacity for disabled buttons.
|
590
|
+
/* Opacity for disabled buttons. */
|
591
591
|
|
592
592
|
$button-disabled-opacity: 0.6;
|
593
593
|
|
594
594
|
|
595
|
-
Button Groups
|
595
|
+
/* Button Groups */
|
596
596
|
|
597
597
|
|
598
|
-
Sets the margin for the right side by default, and the left margin if right-to-left direction is used
|
598
|
+
/* Sets the margin for the right side by default, and the left margin if right-to-left direction is used */
|
599
599
|
|
600
600
|
$button-bar-margin-opposite: emCalc(10px);
|
601
601
|
|
602
602
|
|
603
|
-
Dropdown Button Variables
|
603
|
+
/* Dropdown Button Variables */
|
604
604
|
|
605
605
|
|
606
|
-
Color of the pip in dropdown buttons
|
606
|
+
/* Color of the pip in dropdown buttons */
|
607
607
|
|
608
608
|
$dropdown-button-pip-color: #fff;
|
609
609
|
$dropdown-button-pip-color-alt: #333;
|
610
610
|
|
611
|
-
Tiny dropdown buttons
|
611
|
+
/* Tiny dropdown buttons */
|
612
612
|
|
613
613
|
$dropdown-button-padding-tny: $button-tny * 5;
|
614
614
|
$dropdown-button-pip-size-tny: $button-tny;
|
615
615
|
$dropdown-button-pip-right-tny: $button-tny * 2;
|
616
616
|
$dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
|
617
617
|
|
618
|
-
Small dropdown buttons
|
618
|
+
/* Small dropdown buttons */
|
619
619
|
|
620
620
|
$dropdown-button-padding-sml: $button-sml * 5;
|
621
621
|
$dropdown-button-pip-size-sml: $button-sml;
|
622
622
|
$dropdown-button-pip-right-sml: $button-sml * 2;
|
623
623
|
$dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
|
624
624
|
|
625
|
-
Medium dropdown buttons
|
625
|
+
/* Medium dropdown buttons */
|
626
626
|
|
627
627
|
$dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
|
628
628
|
$dropdown-button-pip-size-med: $button-med - emCalc(3px);
|
629
629
|
$dropdown-button-pip-right-med: $button-med * 2;
|
630
630
|
$dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
|
631
631
|
|
632
|
-
Large dropdown buttons
|
632
|
+
/* Large dropdown buttons */
|
633
633
|
|
634
634
|
$dropdown-button-padding-lrg: $button-lrg * 4;
|
635
635
|
$dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
|
@@ -637,17 +637,17 @@ $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
|
|
637
637
|
$dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
|
638
638
|
|
639
639
|
|
640
|
-
Split Button Variables
|
640
|
+
/* Split Button Variables */
|
641
641
|
|
642
642
|
|
643
|
-
Shared styles for Split Buttons
|
643
|
+
/* Shared styles for Split Buttons */
|
644
644
|
|
645
645
|
$split-button-function-factor: 15%;
|
646
646
|
$split-button-pip-color: #fff;
|
647
647
|
$split-button-pip-color-alt: #333;
|
648
648
|
$split-button-active-bg-tint: rgba(0,0,0,0.1);
|
649
649
|
|
650
|
-
Tiny split buttons
|
650
|
+
/* Tiny split buttons */
|
651
651
|
|
652
652
|
$split-button-padding-tny: $button-tny * 9;
|
653
653
|
$split-button-span-width-tny: $button-tny * 6.5;
|
@@ -655,7 +655,7 @@ $split-button-pip-size-tny: $button-tny;
|
|
655
655
|
$split-button-pip-top-tny: $button-tny * 2;
|
656
656
|
$split-button-pip-left-tny: emCalc(-5px);
|
657
657
|
|
658
|
-
Small split buttons
|
658
|
+
/* Small split buttons */
|
659
659
|
|
660
660
|
$split-button-padding-sml: $button-sml * 7;
|
661
661
|
$split-button-span-width-sml: $button-sml * 5;
|
@@ -663,7 +663,7 @@ $split-button-pip-size-sml: $button-sml;
|
|
663
663
|
$split-button-pip-top-sml: $button-sml * 1.5;
|
664
664
|
$split-button-pip-left-sml: emCalc(-9px);
|
665
665
|
|
666
|
-
Medium split buttons
|
666
|
+
/* Medium split buttons */
|
667
667
|
|
668
668
|
$split-button-padding-med: $button-med * 6.4;
|
669
669
|
$split-button-span-width-med: $button-med * 4;
|
@@ -671,7 +671,7 @@ $split-button-pip-size-med: $button-med - emCalc(3px);
|
|
671
671
|
$split-button-pip-top-med: $button-med * 1.5;
|
672
672
|
$split-button-pip-left-med: emCalc(-9px);
|
673
673
|
|
674
|
-
Large split buttons
|
674
|
+
/* Large split buttons */
|
675
675
|
|
676
676
|
$split-button-padding-lrg: $button-lrg * 6;
|
677
677
|
$split-button-span-width-lrg: $button-lrg * 3.75;
|
@@ -680,62 +680,60 @@ $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
|
|
680
680
|
$split-button-pip-left-lrg: emCalc(-9px);
|
681
681
|
|
682
682
|
|
683
|
-
Alert Variables
|
683
|
+
/* Alert Variables */
|
684
684
|
|
685
685
|
|
686
|
-
Alert padding
|
686
|
+
/* Alert padding */
|
687
687
|
|
688
|
-
$alert-padding-top:
|
689
|
-
$alert-padding-default-float:
|
688
|
+
$alert-padding-top: emCalc(11px);
|
689
|
+
$alert-padding-default-float: $alert-padding-top;
|
690
690
|
$alert-padding-opposite-direction: $alert-padding-top + emCalc(10px);
|
691
|
-
$alert-padding-bottom:
|
691
|
+
$alert-padding-bottom: $alert-padding-top + emCalc(1px);
|
692
692
|
|
693
|
-
Text style
|
693
|
+
/* Text style */
|
694
694
|
|
695
|
-
$alert-font-weight:
|
696
|
-
$alert-font-size:
|
697
|
-
$alert-font-color:
|
698
|
-
$alert-font-color-alt:
|
695
|
+
$alert-font-weight: bold;
|
696
|
+
$alert-font-size: emCalc(14px);
|
697
|
+
$alert-font-color: #fff;
|
698
|
+
$alert-font-color-alt: darken($secondary-color, 60%);
|
699
699
|
|
700
|
-
Hover effect
|
700
|
+
/* Hover effect */
|
701
701
|
|
702
|
-
$alert-function-factor:
|
702
|
+
$alert-function-factor: 10%;
|
703
703
|
|
704
|
-
Border Styles
|
704
|
+
/* Border Styles */
|
705
705
|
|
706
|
-
$alert-border-style:
|
707
|
-
$alert-border-width:
|
708
|
-
$alert-border-color:
|
709
|
-
$alert-bottom-margin:
|
706
|
+
$alert-border-style: solid;
|
707
|
+
$alert-border-width: 1px;
|
708
|
+
$alert-border-color: darken($primary-color, $alert-function-factor);
|
709
|
+
$alert-bottom-margin: emCalc(20px);
|
710
710
|
|
711
|
-
Close Button style
|
711
|
+
/* Close Button style */
|
712
712
|
|
713
|
-
$alert-close-color:
|
714
|
-
$alert-close-position:
|
715
|
-
$alert-close-font-size:
|
716
|
-
$alert-close-opacity:
|
717
|
-
$alert-close-opacity-hover:
|
718
|
-
$alert-close-padding:
|
713
|
+
$alert-close-color: #333;
|
714
|
+
$alert-close-position: emCalc(5px);
|
715
|
+
$alert-close-font-size: emCalc(22px);
|
716
|
+
$alert-close-opacity: 0.3;
|
717
|
+
$alert-close-opacity-hover: 0.5;
|
718
|
+
$alert-close-padding: 5px 4px 4px;
|
719
719
|
|
720
|
-
Border radius
|
720
|
+
/* Border radius */
|
721
721
|
|
722
|
-
$alert-radius:
|
722
|
+
$alert-radius: $global-radius;
|
723
723
|
|
724
724
|
|
725
|
+
/* Breadcrumb Variables */
|
725
726
|
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
Background color for the breadcrumb container.
|
727
|
+
/* Background color for the breadcrumb container. */
|
730
728
|
|
731
729
|
$crumb-bg: lighten($secondary-color, 5%);
|
732
730
|
|
733
|
-
Padding around the breadcrumbs.
|
731
|
+
/* Padding around the breadcrumbs. */
|
734
732
|
|
735
733
|
$crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
|
736
734
|
$crumb-side-padding: emCalc(12px);
|
737
735
|
|
738
|
-
Border styles.
|
736
|
+
/* Border styles. */
|
739
737
|
|
740
738
|
$crumb-function-factor: 10%;
|
741
739
|
$crumb-border-size: 1px;
|
@@ -743,7 +741,7 @@ $crumb-border-style: solid;
|
|
743
741
|
$crumb-border-color: darken($crumb-bg, $crumb-function-factor);
|
744
742
|
$crumb-radius: $global-radius;
|
745
743
|
|
746
|
-
Various text styles for breadcrumbs.
|
744
|
+
/* Various text styles for breadcrumbs. */
|
747
745
|
|
748
746
|
$crumb-font-size: emCalc(11px);
|
749
747
|
$crumb-font-color: $primary-color;
|
@@ -752,38 +750,37 @@ $crumb-font-color-unavailable: #999;
|
|
752
750
|
$crumb-font-transform: uppercase;
|
753
751
|
$crumb-link-decor: underline;
|
754
752
|
|
755
|
-
Slash between breadcrumbs
|
753
|
+
/* Slash between breadcrumbs */
|
756
754
|
|
757
755
|
$crumb-slash-color: #aaa;
|
758
756
|
$crumb-slash: "/";
|
759
757
|
|
760
758
|
|
761
|
-
Clearing Variables
|
759
|
+
/* Clearing Variables */
|
762
760
|
|
763
|
-
|
764
|
-
Background colors for parts of Clearing.
|
761
|
+
/* Background colors for parts of Clearing. */
|
765
762
|
|
766
763
|
$clearing-bg: #111;
|
767
764
|
$clearing-caption-bg: $clearing-bg;
|
768
765
|
$clearing-carousel-bg: #111;
|
769
766
|
$clearing-img-bg: $clearing-bg;
|
770
767
|
|
771
|
-
Close button
|
768
|
+
/* Close button */
|
772
769
|
|
773
770
|
$clearing-close-color: #fff;
|
774
771
|
$clearing-close-size: 40px;
|
775
772
|
|
776
|
-
Style the arrows
|
773
|
+
/* Style the arrows */
|
777
774
|
|
778
775
|
$clearing-arrow-size: 16px;
|
779
776
|
$clearing-arrow-color: $clearing-close-color;
|
780
777
|
|
781
|
-
Style captions
|
778
|
+
/* Style captions */
|
782
779
|
|
783
780
|
$clearing-caption-font-color: #fff;
|
784
781
|
$clearing-caption-padding: 10px 30px;
|
785
782
|
|
786
|
-
Make the image and carousel height and style
|
783
|
+
/* Make the image and carousel height and style */
|
787
784
|
|
788
785
|
$clearing-active-img-height: 75%;
|
789
786
|
$clearing-carousel-height: 150px;
|
@@ -791,10 +788,9 @@ $clearing-carousel-thumb-width: 175px;
|
|
791
788
|
$clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
|
792
789
|
|
793
790
|
|
794
|
-
Custom Form Variables
|
795
|
-
|
791
|
+
/* Custom Form Variables */
|
796
792
|
|
797
|
-
Basic form styles input styles
|
793
|
+
/* Basic form styles input styles */
|
798
794
|
|
799
795
|
$custom-form-border-color: #ccc;
|
800
796
|
$custom-form-border-size: 1px;
|
@@ -806,7 +802,7 @@ $custom-form-check-size: 14px;
|
|
806
802
|
$custom-form-radio-size: 8px;
|
807
803
|
$custom-form-checkbox-radius: 0px;
|
808
804
|
|
809
|
-
Custom select form element.
|
805
|
+
/* Custom select form element. */
|
810
806
|
|
811
807
|
$custom-select-bg: #fff;
|
812
808
|
$custom-select-fade-to-color: #f3f3f3;
|
@@ -818,7 +814,7 @@ $custom-select-margin-bottom: emCalc(20px);
|
|
818
814
|
$custom-select-font-color-selected: #141414;
|
819
815
|
$custom-select-disabled-color: #888;
|
820
816
|
|
821
|
-
Custom select dropdown element.
|
817
|
+
/* Custom select dropdown element. */
|
822
818
|
|
823
819
|
$custom-dropdown-height: 200px;
|
824
820
|
$custom-dropdown-bg: #fff;
|
@@ -837,33 +833,32 @@ $custom-dropdown-right-padding: emCalc(38px);
|
|
837
833
|
$custom-dropdown-list-item-min-height: emCalc(24px);
|
838
834
|
|
839
835
|
|
840
|
-
Dropdown Variables
|
836
|
+
/* Dropdown Variables */
|
841
837
|
|
842
|
-
|
843
|
-
Height and width styles.
|
838
|
+
/* Height and width styles. */
|
844
839
|
|
845
840
|
$f-dropdown-max-width: 200px;
|
846
841
|
$f-dropdown-height: auto;
|
847
842
|
$f-dropdown-max-height: none;
|
848
843
|
$f-dropdown-margin-top: 2px;
|
849
844
|
|
850
|
-
Background color
|
845
|
+
/* Background color */
|
851
846
|
|
852
847
|
$f-dropdown-bg: #fff;
|
853
848
|
|
854
|
-
Border styles for dropdowns.
|
849
|
+
/* Border styles for dropdowns. */
|
855
850
|
|
856
851
|
$f-dropdown-border-style: solid;
|
857
852
|
$f-dropdown-border-width: 1px;
|
858
853
|
$f-dropdown-border-color: darken(#fff, 20%);
|
859
854
|
|
860
|
-
Triangle pip.
|
855
|
+
/* Triangle pip. */
|
861
856
|
|
862
857
|
$f-dropdown-triangle-size: 6px;
|
863
858
|
$f-dropdown-triangle-color: #fff;
|
864
859
|
$f-dropdown-triangle-side-offset: 10px;
|
865
860
|
|
866
|
-
List elements.
|
861
|
+
/* List elements. */
|
867
862
|
|
868
863
|
$f-dropdown-list-style: none;
|
869
864
|
$f-dropdown-font-color: #555;
|
@@ -873,51 +868,51 @@ $f-dropdown-line-height: emCalc(18px);
|
|
873
868
|
$f-dropdown-list-hover-bg: #eeeeee;
|
874
869
|
$dropdown-mobile-left: 0;
|
875
870
|
|
876
|
-
When the dropdown has custom content.
|
871
|
+
/* When the dropdown has custom content. */
|
877
872
|
|
878
873
|
$f-dropdown-content-padding: emCalc(20px);
|
879
874
|
|
880
875
|
|
881
|
-
Flex Video Variables
|
876
|
+
/* Flex Video Variables */
|
882
877
|
|
883
878
|
|
884
|
-
Video container padding and margins
|
879
|
+
/* Video container padding and margins */
|
885
880
|
|
886
881
|
$flex-video-padding-top: emCalc(25px);
|
887
882
|
$flex-video-padding-bottom: 67.5%;
|
888
883
|
$flex-video-margin-bottom: emCalc(16px);
|
889
884
|
|
890
|
-
Widescreen bottom padding
|
885
|
+
/* Widescreen bottom padding */
|
891
886
|
|
892
887
|
$flex-video-widescreen-padding-bottom: 57.25%;
|
893
888
|
|
894
889
|
|
895
|
-
Inline List Variables
|
890
|
+
/* Inline List Variables */
|
896
891
|
|
897
892
|
|
898
|
-
Margins and padding of the inline list.
|
893
|
+
/* Margins and padding of the inline list. */
|
899
894
|
|
900
895
|
$inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
|
901
896
|
$inline-list-margin: 0 0;
|
902
897
|
$inline-list-padding: 0;
|
903
898
|
|
904
|
-
Overflow of the inline list.
|
899
|
+
/* Overflow of the inline list. */
|
905
900
|
|
906
901
|
$inline-list-overflow: hidden;
|
907
902
|
|
908
|
-
List items
|
903
|
+
/* List items */
|
909
904
|
|
910
905
|
$inline-list-display: block;
|
911
906
|
|
912
|
-
Elments within list items
|
907
|
+
/* Elments within list items */
|
913
908
|
|
914
909
|
$inline-list-children-display: block;
|
915
910
|
|
916
911
|
|
917
|
-
Joyride Variables
|
912
|
+
/* Joyride Variables */
|
918
913
|
|
919
914
|
|
920
|
-
Joyride styles
|
915
|
+
/* Joyride styles */
|
921
916
|
|
922
917
|
$joyride-tip-bg: rgb(0,0,0);
|
923
918
|
$joyride-tip-default-width: 300px;
|
@@ -926,37 +921,37 @@ $joyride-tip-border: solid 1px #555;
|
|
926
921
|
$joyride-tip-radius: 4px;
|
927
922
|
$joyride-tip-position-offset: 22px;
|
928
923
|
|
929
|
-
Tip font styles
|
924
|
+
/* Tip font styles */
|
930
925
|
|
931
926
|
$joyride-tip-font-color: #fff;
|
932
927
|
$joyride-tip-font-size: emCalc(14px);
|
933
928
|
$joyride-tip-header-weight: bold;
|
934
929
|
|
935
|
-
Changes the nub size
|
930
|
+
/* Changes the nub size */
|
936
931
|
|
937
932
|
$joyride-tip-nub-size: 14px;
|
938
933
|
|
939
|
-
Adjusts the styles for the timer when its enabled
|
934
|
+
/* Adjusts the styles for the timer when its enabled */
|
940
935
|
|
941
936
|
$joyride-tip-timer-width: 50px;
|
942
937
|
$joyride-tip-timer-height: 3px;
|
943
938
|
$joyride-tip-timer-color: #666;
|
944
939
|
|
945
|
-
Changes up the styles for the close button
|
940
|
+
/* Changes up the styles for the close button */
|
946
941
|
|
947
942
|
$joyride-tip-close-color: #777;
|
948
943
|
$joyride-tip-close-size: 30px;
|
949
944
|
$joyride-tip-close-weight: normal;
|
950
945
|
|
951
|
-
When Joyride is filling the screen, style for the bg
|
946
|
+
/* When Joyride is filling the screen, style for the bg */
|
952
947
|
|
953
948
|
$joyride-screenfill: rgba(0,0,0,0.5);
|
954
949
|
|
955
950
|
|
956
|
-
Keystroke Variables
|
951
|
+
/* Keystroke Variables */
|
957
952
|
|
958
953
|
|
959
|
-
Text styles.
|
954
|
+
/* Text styles. */
|
960
955
|
|
961
956
|
$keystroke-font: "Consolas", "Menlo", "Courier", monospace;
|
962
957
|
$keystroke-font-size: emCalc(15px);
|
@@ -964,11 +959,11 @@ $keystroke-font-color: #222;
|
|
964
959
|
$keystroke-font-color-alt: #fff;
|
965
960
|
$keystroke-function-factor: 7%;
|
966
961
|
|
967
|
-
Keystroke padding.
|
962
|
+
/* Keystroke padding. */
|
968
963
|
|
969
964
|
$keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
|
970
965
|
|
971
|
-
Background and border styles.
|
966
|
+
/* Background and border styles. */
|
972
967
|
|
973
968
|
$keystroke-bg: darken(#fff, $keystroke-function-factor);
|
974
969
|
$keystroke-border-style: solid;
|
@@ -977,15 +972,15 @@ $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
|
|
977
972
|
$keystroke-radius: $global-radius;
|
978
973
|
|
979
974
|
|
980
|
-
Label Variables
|
975
|
+
/* Label Variables */
|
981
976
|
|
982
977
|
|
983
|
-
Style the labels
|
978
|
+
/* Style the labels */
|
984
979
|
|
985
980
|
$label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
|
986
981
|
$label-radius: $global-radius;
|
987
982
|
|
988
|
-
We use these to style the label text
|
983
|
+
/* We use these to style the label text */
|
989
984
|
|
990
985
|
$label-font-sizing: emCalc(14px);
|
991
986
|
$label-font-weight: bold;
|
@@ -993,61 +988,61 @@ $label-font-color: #333;
|
|
993
988
|
$label-font-color-alt: #fff;
|
994
989
|
|
995
990
|
|
996
|
-
Magellan Variables
|
991
|
+
/* Magellan Variables */
|
997
992
|
|
998
993
|
|
999
|
-
Basic visual styles
|
994
|
+
/* Basic visual styles */
|
1000
995
|
|
1001
996
|
$magellan-bg: #fff;
|
1002
997
|
$magellan-padding: 10px;
|
1003
998
|
|
1004
999
|
|
1005
|
-
Orbit Settings
|
1000
|
+
/* Orbit Settings */
|
1006
1001
|
|
1007
1002
|
|
1008
|
-
Caption styles
|
1003
|
+
/* Caption styles */
|
1009
1004
|
|
1010
1005
|
$orbit-container-bg: #f5f5f5;
|
1011
1006
|
$orbit-caption-bg-old: rgb(0,0,0);
|
1012
1007
|
$orbit-caption-bg: rgba(0,0,0,0.6);
|
1013
1008
|
$orbit-caption-font-color: #fff;
|
1014
1009
|
|
1015
|
-
Left/right nav styles
|
1010
|
+
/* Left/right nav styles */
|
1016
1011
|
|
1017
1012
|
$orbit-nav-bg-old: rgb(0,0,0);
|
1018
1013
|
$orbit-nav-bg: rgba(0,0,0,0.6);
|
1019
1014
|
|
1020
|
-
Timer styles
|
1015
|
+
/* Timer styles */
|
1021
1016
|
|
1022
1017
|
$orbit-timer-bg-old: rgb(0,0,0);
|
1023
1018
|
$orbit-timer-bg: rgba(0,0,0,0.6);
|
1024
1019
|
|
1025
|
-
Bullet nav styles
|
1020
|
+
/* Bullet nav styles */
|
1026
1021
|
|
1027
1022
|
$orbit-bullet-nav-color: #999;
|
1028
1023
|
$orbit-bullet-nav-color-active: #222;
|
1029
1024
|
|
1030
|
-
Slide numbers
|
1025
|
+
/* Slide numbers */
|
1031
1026
|
|
1032
1027
|
$orbit-slide-number-bg: rgba(0,0,0,0);
|
1033
1028
|
$orbit-slide-number-font-color: #fff;
|
1034
1029
|
$orbit-slide-number-padding: emCalc(5px);
|
1035
1030
|
|
1036
|
-
Graceful Loading Wrapper and preloader
|
1031
|
+
/* Graceful Loading Wrapper and preloader */
|
1037
1032
|
|
1038
1033
|
$wrapper-class: "slideshow-wrapper";
|
1039
1034
|
$preloader-class: "preloader" ;
|
1040
1035
|
|
1041
1036
|
|
1042
|
-
Pagination Variables
|
1037
|
+
/* Pagination Variables */
|
1043
1038
|
|
1044
1039
|
|
1045
|
-
Pagination container
|
1040
|
+
/* Pagination container */
|
1046
1041
|
|
1047
1042
|
$pagination-height: emCalc(24px);
|
1048
1043
|
$pagination-margin: emCalc(-5px);
|
1049
1044
|
|
1050
|
-
List-item properties
|
1045
|
+
/* List-item properties */
|
1051
1046
|
|
1052
1047
|
$pagination-li-float: $default-float;
|
1053
1048
|
$pagination-li-height: emCalc(24px);
|
@@ -1055,19 +1050,19 @@ $pagination-li-font-color: #222;
|
|
1055
1050
|
$pagination-li-font-size: emCalc(14px);
|
1056
1051
|
$pagination-li-margin: emCalc(5px);
|
1057
1052
|
|
1058
|
-
Pagination anchor links
|
1053
|
+
/* Pagination anchor links */
|
1059
1054
|
|
1060
1055
|
$pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
|
1061
1056
|
$pagination-link-font-color: #999;
|
1062
1057
|
$pagination-link-active-bg: darken(#fff, 10%);
|
1063
1058
|
|
1064
|
-
Disabled anchor links
|
1059
|
+
/* Disabled anchor links */
|
1065
1060
|
|
1066
1061
|
$pagination-link-unavailable-cursor: $cursor-default-value;
|
1067
1062
|
$pagination-link-unavailable-font-color: #999;
|
1068
1063
|
$pagination-link-unavailable-bg-active: transparent;
|
1069
1064
|
|
1070
|
-
Currently selected anchor links
|
1065
|
+
/* Currently selected anchor links */
|
1071
1066
|
|
1072
1067
|
$pagination-link-current-background: $primary-color;
|
1073
1068
|
$pagination-link-current-font-color: #fff;
|
@@ -1076,43 +1071,43 @@ $pagination-link-current-cursor: $cursor-default-value;
|
|
1076
1071
|
$pagination-link-current-active-bg: $primary-color;
|
1077
1072
|
|
1078
1073
|
|
1079
|
-
Panel Variables
|
1074
|
+
/* Panel Variables */
|
1080
1075
|
|
1081
1076
|
|
1082
|
-
Background and border styles
|
1077
|
+
/* Background and border styles */
|
1083
1078
|
|
1084
1079
|
$panel-bg: darken(#fff, 5%);
|
1085
1080
|
$panel-border-style: solid;
|
1086
1081
|
$panel-border-size: 1px;
|
1087
1082
|
|
1088
|
-
Control how much we darken things on hover
|
1083
|
+
/* Control how much we darken things on hover */
|
1089
1084
|
|
1090
1085
|
$panel-function-factor: 10%;
|
1091
1086
|
$panel-border-color: darken($panel-bg, $panel-function-factor);
|
1092
1087
|
|
1093
|
-
Inner padding and bottom margin
|
1088
|
+
/* Inner padding and bottom margin */
|
1094
1089
|
|
1095
1090
|
$panel-margin-bottom: emCalc(20px);
|
1096
1091
|
$panel-padding: emCalc(20px);
|
1097
1092
|
|
1098
|
-
Font colors
|
1093
|
+
/* Font colors */
|
1099
1094
|
|
1100
1095
|
$panel-font-color: #333;
|
1101
1096
|
$panel-font-color-alt: #fff;
|
1097
|
+
$panel-header-adjust: true; /* Set to false to keep default header styles */
|
1102
1098
|
|
1103
|
-
|
1104
|
-
Pricing Table Variables
|
1099
|
+
/* Pricing Table Variables */
|
1105
1100
|
|
1106
1101
|
|
1107
|
-
Border color
|
1102
|
+
/* Border color */
|
1108
1103
|
|
1109
1104
|
$price-table-border: solid 1px #ddd;
|
1110
1105
|
|
1111
|
-
Bottom margin of the pricing table
|
1106
|
+
/* Bottom margin of the pricing table */
|
1112
1107
|
|
1113
1108
|
$price-table-margin-bottom: emCalc(20px);
|
1114
1109
|
|
1115
|
-
Control the title styles
|
1110
|
+
/* Control the title styles */
|
1116
1111
|
|
1117
1112
|
$price-title-bg: #ddd;
|
1118
1113
|
$price-title-padding: emCalc(15px) emCalc(20px);
|
@@ -1121,7 +1116,7 @@ $price-title-color: #333;
|
|
1121
1116
|
$price-title-weight: bold;
|
1122
1117
|
$price-title-size: emCalc(16px);
|
1123
1118
|
|
1124
|
-
Control the price styles
|
1119
|
+
/* Control the price styles */
|
1125
1120
|
|
1126
1121
|
$price-money-bg: #eee;
|
1127
1122
|
$price-money-padding: emCalc(15px) emCalc(20px);
|
@@ -1130,7 +1125,7 @@ $price-money-color: #333;
|
|
1130
1125
|
$price-money-weight: normal;
|
1131
1126
|
$price-money-size: emCalc(20px);
|
1132
1127
|
|
1133
|
-
Description styles
|
1128
|
+
/* Description styles */
|
1134
1129
|
|
1135
1130
|
$price-bg: #fff;
|
1136
1131
|
$price-desc-color: #777;
|
@@ -1141,7 +1136,7 @@ $price-desc-weight: normal;
|
|
1141
1136
|
$price-desc-line-height: 1.4;
|
1142
1137
|
$price-desc-bottom-border: dotted 1px #ddd;
|
1143
1138
|
|
1144
|
-
List item styles
|
1139
|
+
/* List item styles */
|
1145
1140
|
|
1146
1141
|
$price-item-color: #333;
|
1147
1142
|
$price-item-padding: emCalc(15px);
|
@@ -1150,34 +1145,34 @@ $price-item-font-size: emCalc(14px);
|
|
1150
1145
|
$price-item-weight: normal;
|
1151
1146
|
$price-item-bottom-border: dotted 1px #ddd;
|
1152
1147
|
|
1153
|
-
CTA area styles
|
1148
|
+
/* CTA area styles */
|
1154
1149
|
|
1155
1150
|
$price-cta-bg: #f5f5f5;
|
1156
1151
|
$price-cta-align: center;
|
1157
1152
|
$price-cta-padding: emCalc(20px) emCalc(20px) 0;
|
1158
1153
|
|
1159
1154
|
|
1160
|
-
Progress Bar Variables
|
1155
|
+
/* Progress Bar Variables */
|
1161
1156
|
|
1162
1157
|
|
1163
|
-
Progress bar height
|
1158
|
+
/* Progress bar height */
|
1164
1159
|
|
1165
1160
|
$progress-bar-height: emCalc(25px);
|
1166
1161
|
$progress-bar-color: transparent;
|
1167
1162
|
|
1168
|
-
Border styles
|
1163
|
+
/* Border styles */
|
1169
1164
|
|
1170
1165
|
$progress-bar-border-color: darken(#fff, 20%);
|
1171
1166
|
$progress-bar-border-size: 1px;
|
1172
1167
|
$progress-bar-border-style: solid;
|
1173
1168
|
$progress-bar-border-radius: $global-radius;
|
1174
1169
|
|
1175
|
-
Margin & padding
|
1170
|
+
/* Margin & padding */
|
1176
1171
|
|
1177
1172
|
$progress-bar-pad: emCalc(2px);
|
1178
1173
|
$progress-bar-margin-bottom: emCalc(10px);
|
1179
1174
|
|
1180
|
-
Meter colors
|
1175
|
+
/* Meter colors */
|
1181
1176
|
|
1182
1177
|
$progress-meter-color: $primary-color;
|
1183
1178
|
$progress-meter-secondary-color: $secondary-color;
|
@@ -1185,15 +1180,15 @@ $progress-meter-success-color: $success-color;
|
|
1185
1180
|
$progress-meter-alert-color: $alert-color;
|
1186
1181
|
|
1187
1182
|
|
1188
|
-
Reveal Variables
|
1183
|
+
/* Reveal Variables */
|
1189
1184
|
|
1190
1185
|
|
1191
|
-
Reveal overlay.
|
1186
|
+
/* Reveal overlay. */
|
1192
1187
|
|
1193
1188
|
$reveal-overlay-bg: rgba(#000, .45);
|
1194
1189
|
$reveal-overlay-bg-old: #000;
|
1195
1190
|
|
1196
|
-
Modal itself.
|
1191
|
+
/* Modal itself. */
|
1197
1192
|
|
1198
1193
|
$reveal-modal-bg: #fff;
|
1199
1194
|
$reveal-position-top: 50px;
|
@@ -1201,7 +1196,7 @@ $reveal-default-width: 80%;
|
|
1201
1196
|
$reveal-modal-padding: emCalc(20px);
|
1202
1197
|
$reveal-box-shadow: 0 0 10px rgba(#000,.4);
|
1203
1198
|
|
1204
|
-
Reveal close button
|
1199
|
+
/* Reveal close button */
|
1205
1200
|
|
1206
1201
|
$reveal-close-font-size: emCalc(22px);
|
1207
1202
|
$reveal-close-top: emCalc(8px);
|
@@ -1209,7 +1204,7 @@ $reveal-close-side: emCalc(11px);
|
|
1209
1204
|
$reveal-close-color: #aaa;
|
1210
1205
|
$reveal-close-weight: bold;
|
1211
1206
|
|
1212
|
-
Modal border
|
1207
|
+
/* Modal border */
|
1213
1208
|
|
1214
1209
|
$reveal-border-style: solid;
|
1215
1210
|
$reveal-border-width: 1px;
|
@@ -1219,16 +1214,16 @@ $reveal-modal-class: "reveal-modal";
|
|
1219
1214
|
$close-reveal-modal-class: "close-reveal-modal";
|
1220
1215
|
|
1221
1216
|
|
1222
|
-
Section Variables
|
1217
|
+
/* Section Variables */
|
1223
1218
|
|
1224
1219
|
|
1225
|
-
Padding and hover factor
|
1220
|
+
/* Padding and hover factor */
|
1226
1221
|
|
1227
1222
|
$section-title-padding: emCalc(15px);
|
1228
1223
|
$section-content-padding: emCalc(15px);
|
1229
1224
|
$section-function-factor: 10%;
|
1230
1225
|
|
1231
|
-
Titles
|
1226
|
+
/* Titles */
|
1232
1227
|
|
1233
1228
|
$section-title-color: #333;
|
1234
1229
|
$section-title-bg: #efefef;
|
@@ -1236,17 +1231,17 @@ $section-title-bg-active: darken($section-title-bg, $section-function-factor);
|
|
1236
1231
|
$section-title-bg-active-tabs: #fff;
|
1237
1232
|
$section-title-bg-hover: darken($section-title-bg, $section-function-factor/2);
|
1238
1233
|
|
1239
|
-
Border size
|
1234
|
+
/* Border size */
|
1240
1235
|
|
1241
1236
|
$section-border-size: 1px;
|
1242
1237
|
$section-border-style: solid;
|
1243
1238
|
$section-border-color: #ccc;
|
1244
1239
|
|
1245
|
-
Font controls
|
1240
|
+
/* Font controls */
|
1246
1241
|
|
1247
1242
|
$section-font-size: emCalc(14px);
|
1248
1243
|
|
1249
|
-
Control the color of the background and some size options
|
1244
|
+
/* Control the color of the background and some size options */
|
1250
1245
|
|
1251
1246
|
$section-content-bg: #fff;
|
1252
1247
|
$section-vertical-nav-min-width: emCalc(200px);
|
@@ -1257,42 +1252,42 @@ $title-selector: ".title";
|
|
1257
1252
|
$content-selector: ".content";
|
1258
1253
|
|
1259
1254
|
|
1260
|
-
Side Nav Variables
|
1255
|
+
/* Side Nav Variables */
|
1261
1256
|
|
1262
1257
|
|
1263
|
-
Padding
|
1258
|
+
/* Padding */
|
1264
1259
|
|
1265
1260
|
$side-nav-padding: emCalc(14px) 0;
|
1266
1261
|
|
1267
|
-
List styles
|
1262
|
+
/* List styles */
|
1268
1263
|
|
1269
1264
|
$side-nav-list-type: none;
|
1270
1265
|
$side-nav-list-position: inside;
|
1271
1266
|
$side-nav-list-margin: 0 0 emCalc(7px) 0;
|
1272
1267
|
|
1273
|
-
Link styles
|
1268
|
+
/* Link styles */
|
1274
1269
|
|
1275
1270
|
$side-nav-link-color: $primary-color;
|
1276
1271
|
$side-nav-link-color-active: lighten(#000, 30%);
|
1277
1272
|
$side-nav-font-size: emCalc(14px);
|
1278
1273
|
$side-nav-font-weight: bold;
|
1279
1274
|
|
1280
|
-
Border styles
|
1275
|
+
/* Border styles */
|
1281
1276
|
|
1282
1277
|
$side-nav-divider-size: 1px;
|
1283
1278
|
$side-nav-divider-style: solid;
|
1284
1279
|
$side-nav-divider-color: darken(#fff, 10%);
|
1285
1280
|
|
1286
1281
|
|
1287
|
-
Sub Nav Variables
|
1282
|
+
/* Sub Nav Variables */
|
1288
1283
|
|
1289
1284
|
|
1290
|
-
Margin and padding
|
1285
|
+
/* Margin and padding */
|
1291
1286
|
|
1292
1287
|
$sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
|
1293
1288
|
$sub-nav-list-padding-top: emCalc(4px);
|
1294
1289
|
|
1295
|
-
Definition
|
1290
|
+
/* Definition */
|
1296
1291
|
|
1297
1292
|
$sub-nav-font-size: emCalc(14px);
|
1298
1293
|
$sub-nav-font-color: #999;
|
@@ -1300,7 +1295,7 @@ $sub-nav-font-weight: normal;
|
|
1300
1295
|
$sub-nav-text-decoration: none;
|
1301
1296
|
$sub-nav-border-radius: 1000px;
|
1302
1297
|
|
1303
|
-
Active item styles
|
1298
|
+
/* Active item styles */
|
1304
1299
|
|
1305
1300
|
$sub-nav-active-font-weight: bold;
|
1306
1301
|
$sub-nav-active-bg: $primary-color;
|
@@ -1309,17 +1304,17 @@ $sub-nav-active-padding: emCalc(3px) emCalc(9px);
|
|
1309
1304
|
$sub-nav-active-cursor: $cursor-default-value;
|
1310
1305
|
|
1311
1306
|
|
1312
|
-
Switch Variables
|
1307
|
+
/* Switch Variables */
|
1313
1308
|
|
1314
1309
|
|
1315
|
-
Border styles and background colors for the switch container
|
1310
|
+
/* Border styles and background colors for the switch container */
|
1316
1311
|
|
1317
1312
|
$switch-border-color: darken(#fff, 20%);
|
1318
1313
|
$switch-border-style: solid;
|
1319
1314
|
$switch-border-width: 1px;
|
1320
1315
|
$switch-bg: #fff;
|
1321
1316
|
|
1322
|
-
Switch heights for our default classes
|
1317
|
+
/* Switch heights for our default classes */
|
1323
1318
|
|
1324
1319
|
$switch-height-tny: 22px;
|
1325
1320
|
$switch-height-sml: 28px;
|
@@ -1327,7 +1322,7 @@ $switch-height-med: 36px;
|
|
1327
1322
|
$switch-height-lrg: 44px;
|
1328
1323
|
$switch-bottom-margin: emCalc(20px);
|
1329
1324
|
|
1330
|
-
Font sizes for our classes.
|
1325
|
+
/* Font sizes for our classes. */
|
1331
1326
|
|
1332
1327
|
$switch-font-size-tny: 11px;
|
1333
1328
|
$switch-font-size-sml: 12px;
|
@@ -1335,7 +1330,7 @@ $switch-font-size-med: 14px;
|
|
1335
1330
|
$switch-font-size-lrg: 17px;
|
1336
1331
|
$switch-label-side-padding: 6px;
|
1337
1332
|
|
1338
|
-
Switch-paddle
|
1333
|
+
/* Switch-paddle */
|
1339
1334
|
|
1340
1335
|
$switch-paddle-bg: #fff;
|
1341
1336
|
$switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
|
@@ -1347,26 +1342,25 @@ $switch-paddle-transition-ease: ease-out;
|
|
1347
1342
|
$switch-positive-color: lighten($success-color, 50%);
|
1348
1343
|
$switch-negative-color: #f5f5f5;
|
1349
1344
|
|
1350
|
-
Outline Style for tabbing through switches
|
1345
|
+
/* Outline Style for tabbing through switches */
|
1351
1346
|
|
1352
1347
|
$switch-label-outline: 1px dotted #888;
|
1353
1348
|
|
1354
1349
|
|
1355
|
-
Table Variables
|
1350
|
+
/* Table Variables */
|
1356
1351
|
|
1357
|
-
|
1358
|
-
Background color for the table and even rows
|
1352
|
+
/* Background color for the table and even rows */
|
1359
1353
|
|
1360
1354
|
$table-bg: #fff;
|
1361
1355
|
$table-even-row-bg: #f9f9f9;
|
1362
1356
|
|
1363
|
-
Table cell border style
|
1357
|
+
/* Table cell border style */
|
1364
1358
|
|
1365
1359
|
$table-border-style: solid;
|
1366
1360
|
$table-border-size: 1px;
|
1367
1361
|
$table-border-color: #ddd;
|
1368
1362
|
|
1369
|
-
Table head styles
|
1363
|
+
/* Table head styles */
|
1370
1364
|
|
1371
1365
|
$table-head-bg: #f5f5f5;
|
1372
1366
|
$table-head-font-size: emCalc(14px);
|
@@ -1374,23 +1368,23 @@ $table-head-font-color: #222;
|
|
1374
1368
|
$table-head-font-weight: bold;
|
1375
1369
|
$table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
|
1376
1370
|
|
1377
|
-
Row padding and font styles
|
1371
|
+
/* Row padding and font styles */
|
1378
1372
|
|
1379
1373
|
$table-row-padding: emCalc(9px) emCalc(10px);
|
1380
1374
|
$table-row-font-size: emCalc(14px);
|
1381
1375
|
$table-row-font-color: #222;
|
1382
1376
|
$table-line-height: emCalc(18px);
|
1383
1377
|
|
1384
|
-
Display and margin of tables
|
1378
|
+
/* Display and margin of tables */
|
1385
1379
|
|
1386
1380
|
$table-display: table-cell;
|
1387
1381
|
$table-margin-bottom: emCalc(20px);
|
1388
1382
|
|
1389
1383
|
|
1390
|
-
Image Thumbnail Variables
|
1384
|
+
/* Image Thumbnail Variables */
|
1391
1385
|
|
1392
1386
|
|
1393
|
-
Border styles
|
1387
|
+
/* Border styles */
|
1394
1388
|
|
1395
1389
|
$thumb-border-style: solid;
|
1396
1390
|
$thumb-border-width: 4px;
|
@@ -1398,13 +1392,13 @@ $thumb-border-color: #fff;
|
|
1398
1392
|
$thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
|
1399
1393
|
$thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
|
1400
1394
|
|
1401
|
-
Radius and transition speed for thumbs
|
1395
|
+
/* Radius and transition speed for thumbs */
|
1402
1396
|
|
1403
1397
|
$thumb-radius: $global-radius;
|
1404
1398
|
$thumb-transition-speed: 200ms;
|
1405
1399
|
|
1406
1400
|
|
1407
|
-
Tooltip Variables
|
1401
|
+
/* Tooltip Variables */
|
1408
1402
|
|
1409
1403
|
|
1410
1404
|
$has-tip-border-bottom: dotted 1px #ccc;
|
@@ -1428,107 +1422,79 @@ $tooltip-radius: $global-radius;
|
|
1428
1422
|
$tooltip-pip-size: 5px;
|
1429
1423
|
|
1430
1424
|
|
1431
|
-
Top Bar Variables
|
1425
|
+
/* Top Bar Variables */
|
1432
1426
|
|
1433
1427
|
|
1434
|
-
Background color for the top bar
|
1428
|
+
/* Background color for the top bar */
|
1435
1429
|
|
1436
|
-
$topbar-bg:
|
1430
|
+
$topbar-bg: #111 !default;
|
1437
1431
|
|
1438
|
-
Height and margin
|
1432
|
+
/* Height and margin */
|
1439
1433
|
|
1440
|
-
$topbar-height:
|
1441
|
-
$topbar-margin-bottom:
|
1434
|
+
$topbar-height: 45px;
|
1435
|
+
$topbar-margin-bottom: emCalc(30px);
|
1442
1436
|
|
1443
|
-
Control Input height for top bar
|
1437
|
+
/* Control Input height for top bar */
|
1444
1438
|
|
1445
|
-
$topbar-input-height:
|
1439
|
+
$topbar-input-height: 2.45em;
|
1446
1440
|
|
1447
|
-
Controlling the styles for the title in the top bar
|
1441
|
+
/* Controlling the styles for the title in the top bar */
|
1448
1442
|
|
1449
|
-
$topbar-title-weight:
|
1450
|
-
$topbar-title-font-size:
|
1443
|
+
$topbar-title-weight: bold;
|
1444
|
+
$topbar-title-font-size: emCalc(17px);
|
1451
1445
|
|
1452
|
-
Style the top bar dropdown elements
|
1446
|
+
/* Style the top bar dropdown elements */
|
1453
1447
|
|
1454
|
-
$topbar-dropdown-bg:
|
1455
|
-
$topbar-dropdown-link-color:
|
1456
|
-
$topbar-dropdown-link-bg:
|
1457
|
-
$topbar-dropdown-toggle-size:
|
1458
|
-
$topbar-dropdown-toggle-color:
|
1459
|
-
$topbar-dropdown-toggle-alpha:
|
1448
|
+
$topbar-dropdown-bg: #222;
|
1449
|
+
$topbar-dropdown-link-color: #fff;
|
1450
|
+
$topbar-dropdown-link-bg: lighten($topbar-bg, 5%);
|
1451
|
+
$topbar-dropdown-toggle-size: 5px;
|
1452
|
+
$topbar-dropdown-toggle-color: #fff;
|
1453
|
+
$topbar-dropdown-toggle-alpha: 0.5;
|
1460
1454
|
|
1461
|
-
Set the link colors and styles for top-level nav
|
1455
|
+
/* Set the link colors and styles for top-level nav */
|
1462
1456
|
|
1463
|
-
$topbar-link-color:
|
1464
|
-
$topbar-link-color-hover:
|
1465
|
-
$topbar-link-color-active:
|
1466
|
-
$topbar-link-weight:
|
1467
|
-
$topbar-link-font-size:
|
1468
|
-
$topbar-link-hover-lightness:
|
1469
|
-
$topbar-link-bg-hover:
|
1470
|
-
$topbar-link-bg-active:
|
1457
|
+
$topbar-link-color: #fff;
|
1458
|
+
$topbar-link-color-hover: #fff;
|
1459
|
+
$topbar-link-color-active: #fff;
|
1460
|
+
$topbar-link-weight: bold;
|
1461
|
+
$topbar-link-font-size: emCalc(13px);
|
1462
|
+
$topbar-link-hover-lightness: -30%; Darken by 30%
|
1463
|
+
$topbar-link-bg-hover: darken($topbar-bg, 3%);
|
1464
|
+
$topbar-link-bg-active: darken($topbar-bg, 3%);
|
1471
1465
|
|
1472
|
-
$topbar-dropdown-label-color:
|
1466
|
+
$topbar-dropdown-label-color: #555;
|
1473
1467
|
$topbar-dropdown-label-text-transform: uppercase;
|
1474
|
-
$topbar-dropdown-label-font-weight:
|
1475
|
-
$topbar-dropdown-label-font-size:
|
1468
|
+
$topbar-dropdown-label-font-weight: bold;
|
1469
|
+
$topbar-dropdown-label-font-size: emCalc(10px);
|
1476
1470
|
|
1477
|
-
Top menu icon styles
|
1471
|
+
/* Top menu icon styles */
|
1478
1472
|
|
1479
|
-
$topbar-menu-link-transform:
|
1480
|
-
$topbar-menu-link-font-size:
|
1481
|
-
$topbar-menu-link-weight:
|
1482
|
-
$topbar-menu-link-color:
|
1483
|
-
$topbar-menu-icon-color:
|
1484
|
-
$topbar-menu-link-color-toggled:
|
1485
|
-
$topbar-menu-icon-color-toggled:
|
1473
|
+
$topbar-menu-link-transform: uppercase;
|
1474
|
+
$topbar-menu-link-font-size: emCalc(13px);
|
1475
|
+
$topbar-menu-link-weight: bold;
|
1476
|
+
$topbar-menu-link-color: #fff;
|
1477
|
+
$topbar-menu-icon-color: #fff;
|
1478
|
+
$topbar-menu-link-color-toggled: #888;
|
1479
|
+
$topbar-menu-icon-color-toggled: #888;
|
1486
1480
|
|
1487
|
-
Transitions and breakpoint styles
|
1481
|
+
/* Transitions and breakpoint styles */
|
1488
1482
|
|
1489
|
-
$topbar-transition-speed:
|
1490
|
-
$topbar-breakpoint:
|
1491
|
-
$topbar-media-query:
|
1483
|
+
$topbar-transition-speed: 300ms;
|
1484
|
+
$topbar-breakpoint: emCalc(940px);
|
1485
|
+
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
|
1492
1486
|
|
1493
|
-
Divider Styles
|
1487
|
+
/* Divider Styles */
|
1494
1488
|
|
1495
|
-
$topbar-divider-border-bottom:
|
1496
|
-
$topbar-divider-border-top:
|
1489
|
+
$topbar-divider-border-bottom: solid 1px lighten($topbar-bg, 10%);
|
1490
|
+
$topbar-divider-border-top: solid 1px darken($topbar-bg, 10%);
|
1497
1491
|
|
1498
|
-
Sticky Class
|
1492
|
+
/* Sticky Class */
|
1499
1493
|
|
1500
|
-
$topbar-sticky-class:
|
1494
|
+
$topbar-sticky-class: ".sticky";
|
1501
1495
|
', :css %>
|
1502
1496
|
|
1503
1497
|
|
1504
|
-
<a name="gui-apps"></a>
|
1505
|
-
<h3>Working with GUI applications</h3>
|
1506
|
-
<h5 class="subheader">We want you to be able to work with Foundation in whatever way you are comfortable and we realize that not all of us are Terminal ninjas. Here's a rundown of some of the popular GUI applications and how to utilize Foundation with them.</h5>
|
1507
|
-
|
1508
|
-
<h5>CodeKit Project</h5>
|
1509
|
-
<p>To work with Codekit, you'll just need to open it up and create a new Foundation project.</p>
|
1510
|
-
<ol style="margin-left: 20px;">
|
1511
|
-
<li>Make sure you have the Foundation gem installed.</li>
|
1512
|
-
<li>Create a new directory where you're project will live.</li>
|
1513
|
-
<li>Open Terminal and move into that new directory.</li>
|
1514
|
-
<li>Run <kbd>compass create -r zurb-foundation --using foundation</kbd></li>
|
1515
|
-
<li>Open up CodeKit</li>
|
1516
|
-
<li>File > Add Project</li>
|
1517
|
-
<li>Choose the new folder that now contains the Foundation files.</li>
|
1518
|
-
<li>Start making changes to the SCSS files and Codekit will compile the changes.</li>
|
1519
|
-
</ol>
|
1520
|
-
|
1521
|
-
<!-- <h5>LiveReload</h5>
|
1522
|
-
<p>While LiveReload works great within CodeKit, it doesn't work well on its own because you can't update it to use your system Sass and Compass directories. Do not use this application to compile Foundation.</p> -->
|
1523
|
-
|
1524
|
-
<h5>Compass.app</h5>
|
1525
|
-
<p>Foundation is included with Compass.app.</p>
|
1526
|
-
<!--
|
1527
|
-
<h5>Scout</h5>
|
1528
|
-
<p>This app doesn't have support for updating the version of Sass and Compass that you use so we're not supporting it at this point.</p> -->
|
1529
|
-
|
1530
|
-
<hr>
|
1531
|
-
|
1532
1498
|
</div>
|
1533
1499
|
|
1534
1500
|
<div class="large-3 pull-9 columns">
|