va_common 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/README.md +66 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
- data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
- data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/app/assets/images/design/background/thread.png +0 -0
- data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
- data/app/assets/images/design/logo/logo-alt.png +0 -0
- data/app/assets/images/design/logo/logo-hover.png +0 -0
- data/app/assets/images/design/logo/logo-small.png +0 -0
- data/app/assets/images/design/logo/logo.png +0 -0
- data/app/assets/images/design/logo/og-image.jpg +0 -0
- data/app/assets/images/design/seal/seal-footer.png +0 -0
- data/app/assets/images/design/seal/seal-footer.svg +1 -0
- data/app/assets/images/design/seal/seal.png +0 -0
- data/app/assets/images/design/seal/stars.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
- data/app/assets/images/icons/apple-touch-icon.png +0 -0
- data/app/assets/images/icons/favicon.ico +0 -0
- data/app/assets/images/icons/va.png +0 -0
- data/app/assets/images/icons/watermark.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/social-icons/png/facebook25.png +0 -0
- data/app/assets/images/social-icons/png/rss25.png +0 -0
- data/app/assets/images/social-icons/png/twitter16.png +0 -0
- data/app/assets/images/social-icons/png/youtube15.png +0 -0
- data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
- data/app/assets/images/social-icons/svg/rss25.svg +1 -0
- data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
- data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
- data/app/assets/js/components.js +376 -0
- data/app/assets/js/foundation/foundation.abide.js +408 -0
- data/app/assets/js/foundation/foundation.accordion.js +88 -0
- data/app/assets/js/foundation/foundation.alert.js +43 -0
- data/app/assets/js/foundation/foundation.clearing.js +586 -0
- data/app/assets/js/foundation/foundation.dropdown.js +463 -0
- data/app/assets/js/foundation/foundation.equalizer.js +104 -0
- data/app/assets/js/foundation/foundation.interchange.js +359 -0
- data/app/assets/js/foundation/foundation.joyride.js +932 -0
- data/app/assets/js/foundation/foundation.js +725 -0
- data/app/assets/js/foundation/foundation.magellan.js +215 -0
- data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
- data/app/assets/js/foundation/foundation.orbit.js +476 -0
- data/app/assets/js/foundation/foundation.reveal.js +498 -0
- data/app/assets/js/foundation/foundation.slider.js +281 -0
- data/app/assets/js/foundation/foundation.tab.js +249 -0
- data/app/assets/js/foundation/foundation.tooltip.js +339 -0
- data/app/assets/js/foundation/foundation.topbar.js +458 -0
- data/app/assets/js/foundation.min.js +6376 -0
- data/app/assets/js/scripts-no-touch.js +33 -0
- data/app/assets/js/scripts-touch.js +33 -0
- data/app/assets/js/va_common_main.js +1 -0
- data/app/assets/js/vendor/classie.js +80 -0
- data/app/assets/js/vendor/html5shiv.js +8 -0
- data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
- data/app/assets/js/vendor/jquery.js +9789 -0
- data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
- data/app/assets/js/vendor/jquery.stellar.js +651 -0
- data/app/assets/js/vendor/jquery.tipsy.js +258 -0
- data/app/assets/js/vendor/menu.js +40 -0
- data/app/assets/js/vendor/modernizr.custom.js +4 -0
- data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
- data/app/assets/js/vendor/respond.min.js +6 -0
- data/app/assets/js/vendor/scroll-settings.js +3 -0
- data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
- data/app/assets/js/vendor/stellar-settings.js +8 -0
- data/app/assets/js/vendor/svg-injector.js +450 -0
- data/app/assets/js/vendor/tota11y.min.js +28 -0
- data/app/assets/js/vendor/wow.min.js +2 -0
- data/app/assets/stylesheets/_va.scss +2377 -0
- data/app/assets/stylesheets/components/_accordions.scss +98 -0
- data/app/assets/stylesheets/core/_base.scss +20 -0
- data/app/assets/stylesheets/core/_defaults.scss +92 -0
- data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
- data/app/assets/stylesheets/core/_grid.scss +116 -0
- data/app/assets/stylesheets/core/_utilities.scss +105 -0
- data/app/assets/stylesheets/core/_variables.scss +88 -0
- data/app/assets/stylesheets/elements/_buttons.scss +189 -0
- data/app/assets/stylesheets/elements/_figure.scss +9 -0
- data/app/assets/stylesheets/elements/_inputs.scss +328 -0
- data/app/assets/stylesheets/elements/_labels.scss +39 -0
- data/app/assets/stylesheets/elements/_list.scss +82 -0
- data/app/assets/stylesheets/elements/_table.scss +39 -0
- data/app/assets/stylesheets/elements/_typography.scss +220 -0
- data/app/assets/stylesheets/foundation/_functions.scss +146 -0
- data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
- data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
- data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
- data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
- data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
- data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
- data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
- data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
- data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
- data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
- data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
- data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
- data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
- data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
- data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
- data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
- data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
- data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
- data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
- data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
- data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
- data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
- data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
- data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
- data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
- data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
- data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
- data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
- data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
- data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
- data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
- data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
- data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
- data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
- data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
- data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
- data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
- data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/_normalize.scss +427 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
- data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
- data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
- data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
- data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
- data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
- data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
- data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
- data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
- data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
- data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
- data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
- data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
- data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
- data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
- data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
- data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
- data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
- data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
- data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
- data/app/assets/stylesheets/va_common_main.css.scss +18 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/lib/generators/files/_footer.html.erb +89 -0
- data/lib/generators/files/_header.html.erb +7 -0
- data/lib/generators/va_common_generator.rb +6 -0
- data/lib/generators/va_footer_generator.rb +7 -0
- data/lib/generators/va_header_generator.rb +7 -0
- data/lib/va_common/engine.rb +4 -0
- data/lib/va_common/version.rb +3 -0
- data/lib/va_common.rb +2 -0
- data/va_common.gemspec +22 -0
- metadata +354 -0
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @variables
|
|
9
|
+
//
|
|
10
|
+
$include-html-joyride-classes: $include-html-classes !default;
|
|
11
|
+
|
|
12
|
+
// Controlling default Joyride styles
|
|
13
|
+
$joyride-tip-bg: $oil !default;
|
|
14
|
+
$joyride-tip-default-width: 300px !default;
|
|
15
|
+
$joyride-tip-padding: rem-calc(18 20 24) !default;
|
|
16
|
+
$joyride-tip-border: solid 1px $charcoal !default;
|
|
17
|
+
$joyride-tip-radius: 4px !default;
|
|
18
|
+
$joyride-tip-position-offset: 22px !default;
|
|
19
|
+
|
|
20
|
+
// Here, we're setting the tip font styles
|
|
21
|
+
$joyride-tip-font-color: $white !default;
|
|
22
|
+
$joyride-tip-font-size: rem-calc(14) !default;
|
|
23
|
+
$joyride-tip-header-weight: $font-weight-bold !default;
|
|
24
|
+
|
|
25
|
+
// This changes the nub size
|
|
26
|
+
$joyride-tip-nub-size: 10px !default;
|
|
27
|
+
|
|
28
|
+
// This adjusts the styles for the timer when its enabled
|
|
29
|
+
$joyride-tip-timer-width: 50px !default;
|
|
30
|
+
$joyride-tip-timer-height: 3px !default;
|
|
31
|
+
$joyride-tip-timer-color: $steel !default;
|
|
32
|
+
|
|
33
|
+
// This changes up the styles for the close button
|
|
34
|
+
$joyride-tip-close-color: $monsoon !default;
|
|
35
|
+
$joyride-tip-close-size: 24px !default;
|
|
36
|
+
$joyride-tip-close-weight: $font-weight-normal !default;
|
|
37
|
+
|
|
38
|
+
// When Joyride is filling the screen, we use this style for the bg
|
|
39
|
+
$joyride-screenfill: rgba(0,0,0,0.5) !default;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
// We decided not to make a mixin for this because it relies on
|
|
43
|
+
// predefined classes to work properly.
|
|
44
|
+
@include exports("joyride") {
|
|
45
|
+
@if $include-html-joyride-classes {
|
|
46
|
+
|
|
47
|
+
/* Foundation Joyride */
|
|
48
|
+
.joyride-list { display: none; }
|
|
49
|
+
|
|
50
|
+
/* Default styles for the container */
|
|
51
|
+
.joyride-tip-guide {
|
|
52
|
+
display: none;
|
|
53
|
+
position: absolute;
|
|
54
|
+
background: $joyride-tip-bg;
|
|
55
|
+
color: $joyride-tip-font-color;
|
|
56
|
+
z-index: 101;
|
|
57
|
+
top: 0;
|
|
58
|
+
#{$default-float}: 2.5%;
|
|
59
|
+
font-family: inherit;
|
|
60
|
+
font-weight: $font-weight-normal;
|
|
61
|
+
width: 95%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.lt-ie9 .joyride-tip-guide {
|
|
65
|
+
max-width:800px;
|
|
66
|
+
#{$default-float}: 50%;
|
|
67
|
+
margin-#{$default-float}:-400px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.joyride-content-wrapper {
|
|
71
|
+
width: 100%;
|
|
72
|
+
|
|
73
|
+
padding: $joyride-tip-padding;
|
|
74
|
+
|
|
75
|
+
.button { margin-bottom: 0 !important; }
|
|
76
|
+
|
|
77
|
+
.joyride-prev-tip { margin-right: 10px; }
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
|
|
81
|
+
.joyride-tip-guide {
|
|
82
|
+
.joyride-nub {
|
|
83
|
+
display: block;
|
|
84
|
+
position: absolute;
|
|
85
|
+
#{$default-float}: $joyride-tip-position-offset;
|
|
86
|
+
width: 0;
|
|
87
|
+
height: 0;
|
|
88
|
+
border: $joyride-tip-nub-size solid $joyride-tip-bg;
|
|
89
|
+
|
|
90
|
+
&.top {
|
|
91
|
+
border-top-style: solid;
|
|
92
|
+
border-color: $joyride-tip-bg;
|
|
93
|
+
border-top-color: transparent !important;
|
|
94
|
+
border-#{$default-float}-color: transparent !important;
|
|
95
|
+
border-#{$opposite-direction}-color: transparent !important;
|
|
96
|
+
top: -($joyride-tip-nub-size*2);
|
|
97
|
+
}
|
|
98
|
+
&.bottom {
|
|
99
|
+
border-bottom-style: solid;
|
|
100
|
+
border-color: $joyride-tip-bg !important;
|
|
101
|
+
border-bottom-color: transparent !important;
|
|
102
|
+
border-#{$default-float}-color: transparent !important;
|
|
103
|
+
border-#{$opposite-direction}-color: transparent !important;
|
|
104
|
+
bottom: -($joyride-tip-nub-size*2);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&.right { right: -($joyride-tip-nub-size*2); }
|
|
108
|
+
&.left { left: -($joyride-tip-nub-size*2); }
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/* Typography */
|
|
113
|
+
.joyride-tip-guide h1,
|
|
114
|
+
.joyride-tip-guide h2,
|
|
115
|
+
.joyride-tip-guide h3,
|
|
116
|
+
.joyride-tip-guide h4,
|
|
117
|
+
.joyride-tip-guide h5,
|
|
118
|
+
.joyride-tip-guide h6 {
|
|
119
|
+
line-height: 1.25;
|
|
120
|
+
margin: 0;
|
|
121
|
+
font-weight: $joyride-tip-header-weight;
|
|
122
|
+
color: $joyride-tip-font-color;
|
|
123
|
+
}
|
|
124
|
+
.joyride-tip-guide p {
|
|
125
|
+
margin: rem-calc(0 0 18 0);
|
|
126
|
+
font-size: $joyride-tip-font-size;
|
|
127
|
+
line-height: 1.3;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.joyride-timer-indicator-wrap {
|
|
131
|
+
width: $joyride-tip-timer-width;
|
|
132
|
+
height: $joyride-tip-timer-height;
|
|
133
|
+
border: $joyride-tip-border;
|
|
134
|
+
position: absolute;
|
|
135
|
+
#{$opposite-direction}: rem-calc(17);
|
|
136
|
+
bottom: rem-calc(16);
|
|
137
|
+
}
|
|
138
|
+
.joyride-timer-indicator {
|
|
139
|
+
display: block;
|
|
140
|
+
width: 0;
|
|
141
|
+
height: inherit;
|
|
142
|
+
background: $joyride-tip-timer-color;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.joyride-close-tip {
|
|
146
|
+
position: absolute;
|
|
147
|
+
#{$opposite-direction}: 12px;
|
|
148
|
+
top: 10px;
|
|
149
|
+
color: $joyride-tip-close-color !important;
|
|
150
|
+
text-decoration: none;
|
|
151
|
+
font-size: $joyride-tip-close-size;
|
|
152
|
+
font-weight: $joyride-tip-close-weight;
|
|
153
|
+
line-height: .5 !important;
|
|
154
|
+
|
|
155
|
+
&:hover,
|
|
156
|
+
&:focus { color: $smoke !important; }
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.joyride-modal-bg {
|
|
160
|
+
position: fixed;
|
|
161
|
+
height: 100%;
|
|
162
|
+
width: 100%;
|
|
163
|
+
background: transparent;
|
|
164
|
+
background: $joyride-screenfill;
|
|
165
|
+
z-index: 100;
|
|
166
|
+
display: none;
|
|
167
|
+
top: 0;
|
|
168
|
+
#{$default-float}: 0;
|
|
169
|
+
cursor: $cursor-pointer-value;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.joyride-expose-wrapper {
|
|
173
|
+
background-color: $white;
|
|
174
|
+
position: absolute;
|
|
175
|
+
border-radius: 3px;
|
|
176
|
+
z-index: 102;
|
|
177
|
+
box-shadow: 0 0 15px $white;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.joyride-expose-cover {
|
|
181
|
+
background: transparent;
|
|
182
|
+
border-radius: 3px;
|
|
183
|
+
position: absolute;
|
|
184
|
+
z-index: 9999;
|
|
185
|
+
top: 0;
|
|
186
|
+
left: 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
/* Styles for screens that are at least 768px; */
|
|
191
|
+
@media #{$small} {
|
|
192
|
+
.joyride-tip-guide { width: $joyride-tip-default-width; #{$default-float}: inherit;
|
|
193
|
+
.joyride-nub {
|
|
194
|
+
&.bottom {
|
|
195
|
+
border-color: $joyride-tip-bg !important;
|
|
196
|
+
border-bottom-color: transparent !important;
|
|
197
|
+
border-#{$default-float}-color: transparent !important;
|
|
198
|
+
border-#{$opposite-direction}-color: transparent !important;
|
|
199
|
+
bottom: -($joyride-tip-nub-size*2);
|
|
200
|
+
}
|
|
201
|
+
&.right {
|
|
202
|
+
border-color: $joyride-tip-bg !important;
|
|
203
|
+
border-top-color: transparent !important;
|
|
204
|
+
border-right-color: transparent !important; border-bottom-color: transparent !important;
|
|
205
|
+
top: $joyride-tip-position-offset;
|
|
206
|
+
left: auto;
|
|
207
|
+
right: -($joyride-tip-nub-size*2);
|
|
208
|
+
}
|
|
209
|
+
&.left {
|
|
210
|
+
border-color: $joyride-tip-bg !important;
|
|
211
|
+
border-top-color: transparent !important;
|
|
212
|
+
border-left-color: transparent !important;
|
|
213
|
+
border-bottom-color: transparent !important;
|
|
214
|
+
top: $joyride-tip-position-offset;
|
|
215
|
+
left: -($joyride-tip-nub-size*2);
|
|
216
|
+
right: auto;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @variables
|
|
9
|
+
//
|
|
10
|
+
$include-html-keystroke-classes: $include-html-classes !default;
|
|
11
|
+
|
|
12
|
+
// We use these to control text styles.
|
|
13
|
+
$keystroke-font: "Consolas", "Menlo", "Courier", monospace !default;
|
|
14
|
+
$keystroke-font-size: inherit !default;
|
|
15
|
+
$keystroke-font-color: $jet !default;
|
|
16
|
+
$keystroke-font-color-alt: $white !default;
|
|
17
|
+
$keystroke-function-factor: -7% !default;
|
|
18
|
+
|
|
19
|
+
// We use this to control keystroke padding.
|
|
20
|
+
$keystroke-padding: rem-calc(2 4 0) !default;
|
|
21
|
+
|
|
22
|
+
// We use these to control background and border styles.
|
|
23
|
+
$keystroke-bg: scale-color($white, $lightness: $keystroke-function-factor) !default;
|
|
24
|
+
$keystroke-border-style: solid !default;
|
|
25
|
+
$keystroke-border-width: 1px !default;
|
|
26
|
+
$keystroke-border-color: scale-color($keystroke-bg, $lightness: $keystroke-function-factor) !default;
|
|
27
|
+
$keystroke-radius: $global-radius !default;
|
|
28
|
+
|
|
29
|
+
//
|
|
30
|
+
// @mixins
|
|
31
|
+
//
|
|
32
|
+
// We use this mixin to create keystroke styles.
|
|
33
|
+
// $bg - Default: $keystroke-bg || scale-color($white, $lightness: $keystroke-function-factor) !default;
|
|
34
|
+
@mixin keystroke($bg:$keystroke-bg) {
|
|
35
|
+
// This find the lightness percentage of the background color.
|
|
36
|
+
$bg-lightness: lightness($bg);
|
|
37
|
+
|
|
38
|
+
background-color: $bg;
|
|
39
|
+
border-color: scale-color($bg, $lightness: $keystroke-function-factor);
|
|
40
|
+
|
|
41
|
+
// We adjust the font color based on the brightness of the background.
|
|
42
|
+
@if $bg-lightness > 70% { color: $keystroke-font-color; }
|
|
43
|
+
@else { color: $keystroke-font-color-alt; }
|
|
44
|
+
|
|
45
|
+
border-style: $keystroke-border-style;
|
|
46
|
+
border-width: $keystroke-border-width;
|
|
47
|
+
margin: 0;
|
|
48
|
+
font-family: $keystroke-font;
|
|
49
|
+
font-size: $keystroke-font-size;
|
|
50
|
+
padding: $keystroke-padding;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@include exports("keystroke") {
|
|
54
|
+
@if $include-html-keystroke-classes {
|
|
55
|
+
.keystroke,
|
|
56
|
+
kbd {
|
|
57
|
+
@include keystroke;
|
|
58
|
+
@include radius($keystroke-radius);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @variables
|
|
9
|
+
//
|
|
10
|
+
$include-html-label-classes: $include-html-classes !default;
|
|
11
|
+
|
|
12
|
+
// We use these to style the labels
|
|
13
|
+
$label-padding: rem-calc(4 8 4) !default;
|
|
14
|
+
$label-radius: $global-radius !default;
|
|
15
|
+
|
|
16
|
+
// We use these to style the label text
|
|
17
|
+
$label-font-sizing: rem-calc(11) !default;
|
|
18
|
+
$label-font-weight: $font-weight-normal !default;
|
|
19
|
+
$label-font-color: $oil !default;
|
|
20
|
+
$label-font-color-alt: $white !default;
|
|
21
|
+
$label-font-family: $body-font-family !default;
|
|
22
|
+
|
|
23
|
+
//
|
|
24
|
+
// @mixins
|
|
25
|
+
//
|
|
26
|
+
// We use this mixin to create a default label base.
|
|
27
|
+
@mixin label-base {
|
|
28
|
+
font-weight: $label-font-weight;
|
|
29
|
+
font-family: $label-font-family;
|
|
30
|
+
text-align: center;
|
|
31
|
+
text-decoration: none;
|
|
32
|
+
line-height: 1;
|
|
33
|
+
white-space: nowrap;
|
|
34
|
+
display: inline-block;
|
|
35
|
+
position: relative;
|
|
36
|
+
margin-bottom: auto;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @mixins
|
|
40
|
+
//
|
|
41
|
+
// We use this mixin to add label size styles.
|
|
42
|
+
// $padding - Used to determine label padding. Default: $label-padding || rem-calc(4 8 4) !default
|
|
43
|
+
// $text-size - Used to determine label text-size. Default: $text-size found in settings
|
|
44
|
+
@mixin label-size($padding:$label-padding, $text-size:$label-font-sizing) {
|
|
45
|
+
@if $padding { padding: $padding; }
|
|
46
|
+
@if $text-size { font-size: $text-size; }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @mixins
|
|
50
|
+
//
|
|
51
|
+
// We use this mixin to add label styles.
|
|
52
|
+
// $bg - Default: $primary-color (found in settings file)
|
|
53
|
+
// $radius - Default: false, Options: true, sets radius to $global-radius (found in settings file)
|
|
54
|
+
@mixin label-style($bg:$primary-color, $radius:false) {
|
|
55
|
+
|
|
56
|
+
// We control which background color comes through
|
|
57
|
+
@if $bg {
|
|
58
|
+
|
|
59
|
+
// This find the lightness percentage of the background color.
|
|
60
|
+
$bg-lightness: lightness($bg);
|
|
61
|
+
|
|
62
|
+
background-color: $bg;
|
|
63
|
+
|
|
64
|
+
// We control the text color for you based on the background color.
|
|
65
|
+
@if $bg-lightness < 70% { color: $label-font-color-alt; }
|
|
66
|
+
@else { color: $label-font-color; }
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// We use this to control the radius on labels.
|
|
70
|
+
@if $radius == true { @include radius($label-radius); }
|
|
71
|
+
@else if $radius { @include radius($radius); }
|
|
72
|
+
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @mixins
|
|
76
|
+
//
|
|
77
|
+
// We use this to add close buttons to alerts
|
|
78
|
+
// $padding - Default: $label-padding,
|
|
79
|
+
// $text-size - Default: $label-font-sizing,
|
|
80
|
+
// $bg - Default: $primary-color(found in settings file)
|
|
81
|
+
// $radius - Default: false, Options: true which sets radius to $global-radius (found in settings file)
|
|
82
|
+
@mixin label($padding:$label-padding, $text-size:$label-font-sizing, $bg:$primary-color, $radius:false) {
|
|
83
|
+
|
|
84
|
+
@include label-base;
|
|
85
|
+
@include label-size($padding, $text-size);
|
|
86
|
+
@include label-style($bg, $radius);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@include exports("label") {
|
|
90
|
+
@if $include-html-label-classes {
|
|
91
|
+
.label {
|
|
92
|
+
@include label-base;
|
|
93
|
+
@include label-size;
|
|
94
|
+
@include label-style;
|
|
95
|
+
|
|
96
|
+
&.radius { @include label-style(false, true); }
|
|
97
|
+
&.round { @include label-style(false, $radius:1000px); }
|
|
98
|
+
|
|
99
|
+
&.alert { @include label-style($alert-color); }
|
|
100
|
+
&.warning { @include label-style($warning-color); }
|
|
101
|
+
&.success { @include label-style($success-color); }
|
|
102
|
+
&.secondary { @include label-style($secondary-color); }
|
|
103
|
+
&.info { @include label-style($info-color); }
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Foundation by ZURB
|
|
2
|
+
// foundation.zurb.com
|
|
3
|
+
// Licensed under MIT Open Source
|
|
4
|
+
|
|
5
|
+
@import "global";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
// @variables
|
|
9
|
+
//
|
|
10
|
+
$include-html-magellan-classes: $include-html-classes !default;
|
|
11
|
+
|
|
12
|
+
$magellan-bg: $white !default;
|
|
13
|
+
$magellan-padding: 10px !default;
|
|
14
|
+
|
|
15
|
+
@include exports("magellan") {
|
|
16
|
+
@if $include-html-magellan-classes {
|
|
17
|
+
|
|
18
|
+
#{data('magellan-expedition')}, #{data('magellan-expedition-clone')} {
|
|
19
|
+
background: $magellan-bg;
|
|
20
|
+
z-index: 50;
|
|
21
|
+
min-width: 100%;
|
|
22
|
+
padding: $magellan-padding;
|
|
23
|
+
|
|
24
|
+
.sub-nav {
|
|
25
|
+
margin-bottom: 0;
|
|
26
|
+
dd { margin-bottom: 0; }
|
|
27
|
+
a {
|
|
28
|
+
line-height: 1.8em;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
}
|