From 208595fc6e8bdd1e43a361354314be5f42ed8dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Orze=C5=82?= Date: Thu, 15 Jan 2015 19:15:54 +0100 Subject: [PATCH 01/51] Initial Commit --- .gitignore | 1 + CHANGELOG.md | 69 ++ LICENSE 2 | 21 + README.md | 86 +- blueprints.yaml | 17 + blueprints/asset/file.yaml | 70 ++ blueprints/blog.yaml | 67 ++ blueprints/default.yaml | 157 +++ blueprints/form.yaml | 2 + blueprints/item.yaml | 40 + blueprints/modular.yaml | 27 + blueprints/modular/features.yaml | 7 + composer.json | 28 + css-compiled/nucleus.css | 545 ++++++++++ css-compiled/nucleus.css.map | 7 + css-compiled/particles.css | 3 + css-compiled/particles.css.map | 7 + css-compiled/template.css | 989 ++++++++++++++++++ css-compiled/template.css.map | 7 + css/font-awesome.min.css | 4 + css/nucleus-ie10.css | 24 + css/nucleus-ie9.css | 62 ++ css/prism.css | 121 +++ css/pure-0.5.0/grids-min.css | 15 + css/slidebars.min.css | 2 + css/slideme.css | 294 ++++++ deliver.php | 9 + deliver.yaml | 10 + fonts/FontAwesome.otf | Bin 0 -> 62856 bytes fonts/Novecento sans wide Medium-Webfont.zip | Bin 0 -> 106049 bytes ...ew Type Design - Webfont License 1.0.0.txt | 48 + .../Reference/How_to_use_webfonts.html | 230 ++++ .../Novecentosanswide-Medium-demo.html | 521 +++++++++ .../Novecentosanswide-Medium-webfont.eot | Bin 0 -> 17441 bytes .../Novecentosanswide-Medium-webfont.svg | 879 ++++++++++++++++ .../Novecentosanswide-Medium-webfont.ttf | Bin 0 -> 44600 bytes .../Novecentosanswide-Medium-webfont.woff | Bin 0 -> 19012 bytes .../Novecentosanswide-Medium-webfont.woff2 | Bin 0 -> 15252 bytes .../specimen_files/easytabs.js | 7 + .../specimen_files/grid_12-825-55-15.css | 129 +++ .../specimen_files/specimen_stylesheet.css | 396 +++++++ .../stylesheet.css | 37 + fonts/Novecentosanswide-DemiBold-webfont.eot | Bin 0 -> 17607 bytes fonts/Novecentosanswide-DemiBold-webfont.svg | 879 ++++++++++++++++ fonts/Novecentosanswide-DemiBold-webfont.ttf | Bin 0 -> 44588 bytes fonts/Novecentosanswide-DemiBold-webfont.woff | Bin 0 -> 19280 bytes .../Novecentosanswide-DemiBold-webfont.woff2 | Bin 0 -> 15484 bytes fonts/Novecentosanswide-Medium-webfont.eot | Bin 0 -> 17441 bytes fonts/Novecentosanswide-Medium-webfont.svg | 879 ++++++++++++++++ fonts/Novecentosanswide-Medium-webfont.ttf | Bin 0 -> 44600 bytes fonts/Novecentosanswide-Medium-webfont.woff | Bin 0 -> 19012 bytes fonts/Novecentosanswide-Medium-webfont.woff2 | Bin 0 -> 15252 bytes fonts/Novecentosanswide-Normal-webfont.eot | Bin 0 -> 17616 bytes fonts/Novecentosanswide-Normal-webfont.svg | 879 ++++++++++++++++ fonts/Novecentosanswide-Normal-webfont.ttf | Bin 0 -> 45064 bytes fonts/Novecentosanswide-Normal-webfont.woff | Bin 0 -> 19280 bytes fonts/Novecentosanswide-Normal-webfont.woff2 | Bin 0 -> 15440 bytes fonts/fontawesome-webfont.eot | Bin 0 -> 72449 bytes fonts/fontawesome-webfont.svg | 504 +++++++++ fonts/fontawesome-webfont.ttf | Bin 0 -> 141564 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 83760 bytes images/favicon.png | Bin 0 -> 1177 bytes images/logo.png | Bin 0 -> 8714 bytes js/deliver.js | 38 + js/html5shiv-printshiv.min.js | 4 + js/jquery-2.1.1.min.js | 4 + js/jquery.bgswitcher.js | 559 ++++++++++ js/jquery.slideme2.js | 856 +++++++++++++++ js/modernizr.custom.71422.js | 4 + js/singlePageNav.min.js | 8 + js/slidebars.min.js | 2 + screenshot.jpg | Bin 0 -> 167632 bytes scss.sh | 2 + scss/configuration/nucleus/_base.scss | 14 + scss/configuration/nucleus/_breakpoints.scss | 16 + scss/configuration/nucleus/_core.scss | 5 + scss/configuration/nucleus/_layout.scss | 8 + scss/configuration/nucleus/_nav.scss | 5 + scss/configuration/nucleus/_typography.scss | 14 + scss/configuration/template/_base.scss | 11 + scss/configuration/template/_bullets.scss | 5 + scss/configuration/template/_colors.scss | 62 ++ scss/configuration/template/_typography.scss | 8 + scss/configuration/template/_variables.scss | 13 + scss/nucleus.scss | 27 + scss/nucleus/_core.scss | 228 ++++ scss/nucleus/_flex.scss | 151 +++ scss/nucleus/_forms.scss | 62 ++ scss/nucleus/_nav.scss | 55 + scss/nucleus/_typography.scss | 95 ++ scss/nucleus/_utilities.scss | 28 + scss/nucleus/functions/_base.scss | 3 + scss/nucleus/functions/_direction.scss | 37 + scss/nucleus/functions/_range.scss | 13 + scss/nucleus/functions/_utilities.scss | 7 + scss/nucleus/mixins/_base.scss | 4 + scss/nucleus/mixins/_breakpoints.scss | 24 + scss/nucleus/mixins/_nav.scss | 23 + scss/nucleus/mixins/_typography.scss | 4 + scss/nucleus/mixins/_utilities.scss | 24 + scss/particles.scss | 14 + scss/template.scss | 67 ++ scss/template/_blog.scss | 171 +++ scss/template/_bullets.scss | 60 ++ scss/template/_buttons.scss | 9 + scss/template/_core.scss | 58 + scss/template/_custom.scss | 15 + scss/template/_errors.scss | 17 + scss/template/_extensions.scss | 22 + scss/template/_fonts.scss | 41 + scss/template/_footer.scss | 42 + scss/template/_forms.scss | 43 + scss/template/_header.scss | 212 ++++ scss/template/_panel.scss | 74 ++ scss/template/_simplesearch.scss | 53 + scss/template/_tables.scss | 14 + scss/template/_typography.scss | 214 ++++ scss/template/modular/_all.scss | 9 + scss/template/modular/_features.scss | 108 ++ scss/template/modular/_showcase.scss | 111 ++ scss/template/modular/_text.scss | 122 +++ scss/template/modules/_base.scss | 2 + scss/template/modules/_buttons.scss | 24 + .../bourbon/_bourbon-deprecated-upcoming.scss | 8 + scss/vendor/bourbon/_bourbon.scss | 77 ++ scss/vendor/bourbon/addons/_button.scss | 374 +++++++ scss/vendor/bourbon/addons/_clearfix.scss | 23 + .../bourbon/addons/_directional-values.scss | 111 ++ scss/vendor/bourbon/addons/_ellipsis.scss | 7 + scss/vendor/bourbon/addons/_font-family.scss | 5 + scss/vendor/bourbon/addons/_hide-text.scss | 10 + .../bourbon/addons/_html5-input-types.scss | 86 ++ scss/vendor/bourbon/addons/_position.scss | 32 + scss/vendor/bourbon/addons/_prefixer.scss | 45 + scss/vendor/bourbon/addons/_rem.scss | 33 + scss/vendor/bourbon/addons/_retina-image.scss | 31 + scss/vendor/bourbon/addons/_size.scss | 16 + .../bourbon/addons/_timing-functions.scss | 32 + scss/vendor/bourbon/addons/_triangle.scss | 83 ++ scss/vendor/bourbon/addons/_word-wrap.scss | 8 + scss/vendor/bourbon/css3/_animation.scss | 52 + scss/vendor/bourbon/css3/_appearance.scss | 3 + .../bourbon/css3/_backface-visibility.scss | 6 + .../bourbon/css3/_background-image.scss | 42 + scss/vendor/bourbon/css3/_background.scss | 55 + scss/vendor/bourbon/css3/_border-image.scss | 59 ++ scss/vendor/bourbon/css3/_border-radius.scss | 22 + scss/vendor/bourbon/css3/_box-sizing.scss | 4 + scss/vendor/bourbon/css3/_calc.scss | 4 + scss/vendor/bourbon/css3/_columns.scss | 47 + scss/vendor/bourbon/css3/_filter.scss | 5 + scss/vendor/bourbon/css3/_flex-box.scss | 321 ++++++ scss/vendor/bourbon/css3/_font-face.scss | 23 + .../bourbon/css3/_font-feature-settings.scss | 10 + .../bourbon/css3/_hidpi-media-query.scss | 10 + scss/vendor/bourbon/css3/_hyphens.scss | 4 + .../vendor/bourbon/css3/_image-rendering.scss | 14 + scss/vendor/bourbon/css3/_keyframes.scss | 35 + .../vendor/bourbon/css3/_linear-gradient.scss | 38 + scss/vendor/bourbon/css3/_perspective.scss | 8 + scss/vendor/bourbon/css3/_placeholder.scss | 8 + .../vendor/bourbon/css3/_radial-gradient.scss | 39 + scss/vendor/bourbon/css3/_transform.scss | 15 + scss/vendor/bourbon/css3/_transition.scss | 77 ++ scss/vendor/bourbon/css3/_user-select.scss | 3 + scss/vendor/bourbon/functions/_assign.scss | 11 + .../bourbon/functions/_color-lightness.scss | 13 + scss/vendor/bourbon/functions/_flex-grid.scss | 39 + .../bourbon/functions/_golden-ratio.scss | 3 + .../vendor/bourbon/functions/_grid-width.scss | 13 + .../bourbon/functions/_modular-scale.scss | 66 ++ scss/vendor/bourbon/functions/_px-to-em.scss | 13 + scss/vendor/bourbon/functions/_px-to-rem.scss | 15 + .../bourbon/functions/_strip-units.scss | 5 + .../vendor/bourbon/functions/_tint-shade.scss | 9 + .../functions/_transition-property-name.scss | 22 + scss/vendor/bourbon/functions/_unpack.scss | 17 + .../bourbon/helpers/_convert-units.scss | 15 + .../helpers/_gradient-positions-parser.scss | 13 + scss/vendor/bourbon/helpers/_is-num.scss | 8 + .../bourbon/helpers/_linear-angle-parser.scss | 25 + .../helpers/_linear-gradient-parser.scss | 41 + .../helpers/_linear-positions-parser.scss | 61 ++ .../helpers/_linear-side-corner-parser.scss | 31 + .../bourbon/helpers/_radial-arg-parser.scss | 69 ++ .../helpers/_radial-gradient-parser.scss | 50 + .../helpers/_radial-positions-parser.scss | 18 + .../bourbon/helpers/_render-gradients.scss | 26 + .../bourbon/helpers/_shape-size-stripper.scss | 10 + scss/vendor/bourbon/helpers/_str-to-num.scss | 50 + scss/vendor/bourbon/settings/_prefixer.scss | 6 + scss/vendor/bourbon/settings/_px-to-em.scss | 1 + scss/vendor/color-schemer/_color-schemer.scss | 31 + .../color-schemer/color-schemer/_cmyk.scss | 14 + .../color-schemer/_color-adjustments.scss | 30 + .../color-schemer/_color-schemer.scss | 208 ++++ .../color-schemer/_colorblind.scss | 29 + .../color-schemer/_comparison.scss | 15 + .../color-schemer/_equalize.scss | 5 + .../color-schemer/_harmonize.scss | 59 ++ .../color-schemer/_interpolation.scss | 34 + .../color-schemer/color-schemer/_mix.scss | 40 + .../color-schemer/color-schemer/_mixins.scss | 29 + .../color-schemer/color-schemer/_ryb.scss | 76 ++ .../color-schemer/_tint-shade.scss | 9 + templates/blog.html.twig | 48 + templates/default.html.twig | 5 + templates/error.html.twig | 12 + templates/form.html.twig | 8 + templates/formdata.html.twig | 12 + templates/forms/data.html.twig | 3 + templates/forms/data.txt.twig | 3 + templates/forms/form.html.twig | 18 + templates/item.html.twig | 27 + templates/macros/macros.html.twig | 3 + templates/modular.html.twig | 50 + templates/modular/features.html.twig | 26 + templates/modular/showcase.html.twig | 21 + templates/modular/text.html.twig | 13 + templates/partials/base.html.twig | 96 ++ templates/partials/blog_item.html.twig | 66 ++ templates/partials/metadata.html.twig | 3 + templates/partials/navigation.html.twig | 44 + templates/partials/sidebar.html.twig | 39 + templates/partials/social.html.twig | 9 + templates/snipcart.html.twig | 19 + thumbnail.jpg | Bin 0 -> 37677 bytes 227 files changed, 15641 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 CHANGELOG.md create mode 100644 LICENSE 2 create mode 100644 blueprints.yaml create mode 100644 blueprints/asset/file.yaml create mode 100644 blueprints/blog.yaml create mode 100644 blueprints/default.yaml create mode 100644 blueprints/form.yaml create mode 100644 blueprints/item.yaml create mode 100644 blueprints/modular.yaml create mode 100644 blueprints/modular/features.yaml create mode 100644 composer.json create mode 100644 css-compiled/nucleus.css create mode 100644 css-compiled/nucleus.css.map create mode 100644 css-compiled/particles.css create mode 100644 css-compiled/particles.css.map create mode 100644 css-compiled/template.css create mode 100644 css-compiled/template.css.map create mode 100644 css/font-awesome.min.css create mode 100644 css/nucleus-ie10.css create mode 100644 css/nucleus-ie9.css create mode 100644 css/prism.css create mode 100644 css/pure-0.5.0/grids-min.css create mode 100644 css/slidebars.min.css create mode 100644 css/slideme.css create mode 100644 deliver.php create mode 100644 deliver.yaml create mode 100644 fonts/FontAwesome.otf create mode 100644 fonts/Novecento sans wide Medium-Webfont.zip create mode 100755 fonts/Novecento sans wide Medium-Webfont/Licenses/Synthview Type Design - Webfont License 1.0.0.txt create mode 100755 fonts/Novecento sans wide Medium-Webfont/Reference/How_to_use_webfonts.html create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-demo.html create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-webfont.eot create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-webfont.svg create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-webfont.ttf create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-webfont.woff create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/Novecentosanswide-Medium-webfont.woff2 create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/specimen_files/easytabs.js create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/specimen_files/grid_12-825-55-15.css create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/specimen_files/specimen_stylesheet.css create mode 100755 fonts/Novecento sans wide Medium-Webfont/Webfonts/novecentosanswide_medium_polish/stylesheet.css create mode 100755 fonts/Novecentosanswide-DemiBold-webfont.eot create mode 100755 fonts/Novecentosanswide-DemiBold-webfont.svg create mode 100755 fonts/Novecentosanswide-DemiBold-webfont.ttf create mode 100755 fonts/Novecentosanswide-DemiBold-webfont.woff create mode 100755 fonts/Novecentosanswide-DemiBold-webfont.woff2 create mode 100755 fonts/Novecentosanswide-Medium-webfont.eot create mode 100755 fonts/Novecentosanswide-Medium-webfont.svg create mode 100755 fonts/Novecentosanswide-Medium-webfont.ttf create mode 100755 fonts/Novecentosanswide-Medium-webfont.woff create mode 100755 fonts/Novecentosanswide-Medium-webfont.woff2 create mode 100755 fonts/Novecentosanswide-Normal-webfont.eot create mode 100755 fonts/Novecentosanswide-Normal-webfont.svg create mode 100755 fonts/Novecentosanswide-Normal-webfont.ttf create mode 100755 fonts/Novecentosanswide-Normal-webfont.woff create mode 100755 fonts/Novecentosanswide-Normal-webfont.woff2 create mode 100644 fonts/fontawesome-webfont.eot create mode 100644 fonts/fontawesome-webfont.svg create mode 100644 fonts/fontawesome-webfont.ttf create mode 100644 fonts/fontawesome-webfont.woff create mode 100644 images/favicon.png create mode 100644 images/logo.png create mode 100644 js/deliver.js create mode 100644 js/html5shiv-printshiv.min.js create mode 100644 js/jquery-2.1.1.min.js create mode 100755 js/jquery.bgswitcher.js create mode 100644 js/jquery.slideme2.js create mode 100644 js/modernizr.custom.71422.js create mode 100644 js/singlePageNav.min.js create mode 100644 js/slidebars.min.js create mode 100644 screenshot.jpg create mode 100755 scss.sh create mode 100644 scss/configuration/nucleus/_base.scss create mode 100644 scss/configuration/nucleus/_breakpoints.scss create mode 100644 scss/configuration/nucleus/_core.scss create mode 100644 scss/configuration/nucleus/_layout.scss create mode 100644 scss/configuration/nucleus/_nav.scss create mode 100644 scss/configuration/nucleus/_typography.scss create mode 100644 scss/configuration/template/_base.scss create mode 100644 scss/configuration/template/_bullets.scss create mode 100644 scss/configuration/template/_colors.scss create mode 100644 scss/configuration/template/_typography.scss create mode 100644 scss/configuration/template/_variables.scss create mode 100644 scss/nucleus.scss create mode 100644 scss/nucleus/_core.scss create mode 100644 scss/nucleus/_flex.scss create mode 100644 scss/nucleus/_forms.scss create mode 100644 scss/nucleus/_nav.scss create mode 100644 scss/nucleus/_typography.scss create mode 100644 scss/nucleus/_utilities.scss create mode 100644 scss/nucleus/functions/_base.scss create mode 100644 scss/nucleus/functions/_direction.scss create mode 100644 scss/nucleus/functions/_range.scss create mode 100644 scss/nucleus/functions/_utilities.scss create mode 100644 scss/nucleus/mixins/_base.scss create mode 100644 scss/nucleus/mixins/_breakpoints.scss create mode 100644 scss/nucleus/mixins/_nav.scss create mode 100644 scss/nucleus/mixins/_typography.scss create mode 100644 scss/nucleus/mixins/_utilities.scss create mode 100644 scss/particles.scss create mode 100644 scss/template.scss create mode 100644 scss/template/_blog.scss create mode 100644 scss/template/_bullets.scss create mode 100644 scss/template/_buttons.scss create mode 100644 scss/template/_core.scss create mode 100644 scss/template/_custom.scss create mode 100644 scss/template/_errors.scss create mode 100644 scss/template/_extensions.scss create mode 100644 scss/template/_fonts.scss create mode 100644 scss/template/_footer.scss create mode 100644 scss/template/_forms.scss create mode 100644 scss/template/_header.scss create mode 100644 scss/template/_panel.scss create mode 100644 scss/template/_simplesearch.scss create mode 100644 scss/template/_tables.scss create mode 100644 scss/template/_typography.scss create mode 100644 scss/template/modular/_all.scss create mode 100644 scss/template/modular/_features.scss create mode 100644 scss/template/modular/_showcase.scss create mode 100644 scss/template/modular/_text.scss create mode 100644 scss/template/modules/_base.scss create mode 100644 scss/template/modules/_buttons.scss create mode 100644 scss/vendor/bourbon/_bourbon-deprecated-upcoming.scss create mode 100644 scss/vendor/bourbon/_bourbon.scss create mode 100644 scss/vendor/bourbon/addons/_button.scss create mode 100644 scss/vendor/bourbon/addons/_clearfix.scss create mode 100644 scss/vendor/bourbon/addons/_directional-values.scss create mode 100644 scss/vendor/bourbon/addons/_ellipsis.scss create mode 100644 scss/vendor/bourbon/addons/_font-family.scss create mode 100644 scss/vendor/bourbon/addons/_hide-text.scss create mode 100644 scss/vendor/bourbon/addons/_html5-input-types.scss create mode 100644 scss/vendor/bourbon/addons/_position.scss create mode 100644 scss/vendor/bourbon/addons/_prefixer.scss create mode 100644 scss/vendor/bourbon/addons/_rem.scss create mode 100644 scss/vendor/bourbon/addons/_retina-image.scss create mode 100644 scss/vendor/bourbon/addons/_size.scss create mode 100644 scss/vendor/bourbon/addons/_timing-functions.scss create mode 100644 scss/vendor/bourbon/addons/_triangle.scss create mode 100644 scss/vendor/bourbon/addons/_word-wrap.scss create mode 100644 scss/vendor/bourbon/css3/_animation.scss create mode 100644 scss/vendor/bourbon/css3/_appearance.scss create mode 100644 scss/vendor/bourbon/css3/_backface-visibility.scss create mode 100644 scss/vendor/bourbon/css3/_background-image.scss create mode 100644 scss/vendor/bourbon/css3/_background.scss create mode 100644 scss/vendor/bourbon/css3/_border-image.scss create mode 100644 scss/vendor/bourbon/css3/_border-radius.scss create mode 100644 scss/vendor/bourbon/css3/_box-sizing.scss create mode 100644 scss/vendor/bourbon/css3/_calc.scss create mode 100644 scss/vendor/bourbon/css3/_columns.scss create mode 100644 scss/vendor/bourbon/css3/_filter.scss create mode 100644 scss/vendor/bourbon/css3/_flex-box.scss create mode 100644 scss/vendor/bourbon/css3/_font-face.scss create mode 100644 scss/vendor/bourbon/css3/_font-feature-settings.scss create mode 100644 scss/vendor/bourbon/css3/_hidpi-media-query.scss create mode 100644 scss/vendor/bourbon/css3/_hyphens.scss create mode 100644 scss/vendor/bourbon/css3/_image-rendering.scss create mode 100644 scss/vendor/bourbon/css3/_keyframes.scss create mode 100644 scss/vendor/bourbon/css3/_linear-gradient.scss create mode 100644 scss/vendor/bourbon/css3/_perspective.scss create mode 100644 scss/vendor/bourbon/css3/_placeholder.scss create mode 100644 scss/vendor/bourbon/css3/_radial-gradient.scss create mode 100644 scss/vendor/bourbon/css3/_transform.scss create mode 100644 scss/vendor/bourbon/css3/_transition.scss create mode 100644 scss/vendor/bourbon/css3/_user-select.scss create mode 100644 scss/vendor/bourbon/functions/_assign.scss create mode 100644 scss/vendor/bourbon/functions/_color-lightness.scss create mode 100644 scss/vendor/bourbon/functions/_flex-grid.scss create mode 100644 scss/vendor/bourbon/functions/_golden-ratio.scss create mode 100644 scss/vendor/bourbon/functions/_grid-width.scss create mode 100644 scss/vendor/bourbon/functions/_modular-scale.scss create mode 100644 scss/vendor/bourbon/functions/_px-to-em.scss create mode 100644 scss/vendor/bourbon/functions/_px-to-rem.scss create mode 100644 scss/vendor/bourbon/functions/_strip-units.scss create mode 100644 scss/vendor/bourbon/functions/_tint-shade.scss create mode 100644 scss/vendor/bourbon/functions/_transition-property-name.scss create mode 100644 scss/vendor/bourbon/functions/_unpack.scss create mode 100644 scss/vendor/bourbon/helpers/_convert-units.scss create mode 100644 scss/vendor/bourbon/helpers/_gradient-positions-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_is-num.scss create mode 100644 scss/vendor/bourbon/helpers/_linear-angle-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_linear-gradient-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_linear-positions-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_linear-side-corner-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_radial-arg-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_radial-gradient-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_radial-positions-parser.scss create mode 100644 scss/vendor/bourbon/helpers/_render-gradients.scss create mode 100644 scss/vendor/bourbon/helpers/_shape-size-stripper.scss create mode 100644 scss/vendor/bourbon/helpers/_str-to-num.scss create mode 100644 scss/vendor/bourbon/settings/_prefixer.scss create mode 100644 scss/vendor/bourbon/settings/_px-to-em.scss create mode 100644 scss/vendor/color-schemer/_color-schemer.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_cmyk.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_color-adjustments.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_color-schemer.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_colorblind.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_comparison.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_equalize.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_harmonize.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_interpolation.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_mix.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_mixins.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_ryb.scss create mode 100644 scss/vendor/color-schemer/color-schemer/_tint-shade.scss create mode 100644 templates/blog.html.twig create mode 100644 templates/default.html.twig create mode 100644 templates/error.html.twig create mode 100644 templates/form.html.twig create mode 100644 templates/formdata.html.twig create mode 100644 templates/forms/data.html.twig create mode 100644 templates/forms/data.txt.twig create mode 100644 templates/forms/form.html.twig create mode 100644 templates/item.html.twig create mode 100644 templates/macros/macros.html.twig create mode 100644 templates/modular.html.twig create mode 100644 templates/modular/features.html.twig create mode 100644 templates/modular/showcase.html.twig create mode 100644 templates/modular/text.html.twig create mode 100644 templates/partials/base.html.twig create mode 100644 templates/partials/blog_item.html.twig create mode 100644 templates/partials/metadata.html.twig create mode 100644 templates/partials/navigation.html.twig create mode 100644 templates/partials/sidebar.html.twig create mode 100644 templates/partials/social.html.twig create mode 100644 templates/snipcart.html.twig create mode 100644 thumbnail.jpg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5df1b9b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.sass-cache diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f605469 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,69 @@ +# v1.2.7 +## 12/29/2014 + +1. [](#bugfix) + * Removed `Fixed` header image to resolve issues with mobile browsers + +# v1.2.6 +## 12/21/2014 + +1. [](#new) + * Added support for list of custom menu items in `site.yaml` + * Updated `README.md` with some instructions on how to use some Deliver features +1. [](#improved) + * Removed `cache.html.twig` file that was used only for testing + * Removed unused `color` option in `deliver.yaml` + +# v1.2.5 +## 12/15/2014 + +1. [](#bugfix) + * Fix for Firefox 34 Flex/Responsiveness issues + +# v1.2.4 +## 12/12/2014 + +1. [](#new) + * Added demo link to blueprints +1. [](#improved) + * Inverted Previous/Next buttons on blog item template + +# v1.2.3 +## 12/05/2014 + +1. [](#improved) + * Simplified Previous/Next buttons to use Page methods + +# v1.2.2 +## 12/04/2014 + +1. [](#new) + * Added Previous/Next buttons with Collection methods + * Added Related posts in blog sidebar +1. [](#bugfix) + * Fix for DaringFireball style link + +# v1.2.1 +## 11/30/2014 + +1. [](#improved) + * Renamed core theme JS file + * Removed featherlight from Deliver +1. [](#bugfix) + * Fixed response code in error template + +# v1.2.0 +## 11/28/2014 + +1. [](#new) + * Added SimpleSearch display in blog sidebar + * Added reference to `custom.css` file in core +1. [](#improved) + * Added plugins checks for improved flexibility if plugins are not installed + + +# v1.1.11 +## 11/21/2014 + +1. [](#new) + * ChangeLog started... diff --git a/LICENSE 2 b/LICENSE 2 new file mode 100644 index 0000000..484793a --- /dev/null +++ b/LICENSE 2 @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Grav + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 31d9b45..d0b6c88 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,84 @@ -# grav-theme-deliver -Grav Deliver Theme +# Deliver +Deliver is the default [Grav][grav] theme. Simple, fast and modern. + +## Installation +To install this template, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `deliver`. + +You should now have all the theme files under + + /your/site/grav/user/themes/deliver + +[grav]: http://github.com/getgrav/grav +[afterburner2]: http://www.rockettheme.com/joomla-templates/afterburner2 + +## Features + +* Lightweight and minimal for optimal performance +* Fully responsive with off-page mobile navigation +* SCSS based CSS source files for easy customization +* Built-in support for on-page navigation +* Mutliple page template types +* Fontawesome icon support + +### Supported Page Templates + +* Default view template +* Blog view template +* Error view template +* Blog item vew template +* Modular view templates: + * Features Modular view template + * Showcase Modular view template + * Text Modular view template +* SnipCart view template + +### Menu Features + +##### Dropdown Menu + +You can enable **dropdown menu** support by enabling it in the `deliver.yaml` configuration file. As per usual, copy this file to your `user/config/themes/` folder (create if required) and edit there. + +``` +dropdown: + enabled: true +``` + +This will ensure that sub-pages show up as sub-menus in the navigation. + +##### Menu Text & Icons + +Each page shows up in the menu using the title by default, however you can set what displays in the menu directly by setting an explicit `menu:` option in the page header: + +``` +menu: My Menu +``` + +You can also provide an icon to show up in front of the menu item by providing an `icon:` option. You need to use name of the FontAwesome icon without the `fa-` prefix. Check out the full [list of current FontAwesome 4.2 icons](http://fortawesome.github.io/Font-Awesome/icons/): + +``` +icon: bar-chart-o +``` + +#### Custom Menu Items + +By default, Grav generates the menu from the page structure. However, there are times when you may want to add custom menu items to the end of the menu. This is now supported in Deliver by creating a menu list in your `site.yaml` file. An example of this is as follows: + +``` +menu: + - text: Source + url: https://github.com/getgrav/grav + - icon: twitter + url: http://twitter.com/getgrav +``` + +The `url:` option is required, but you can provide **either** or **both** `text:` and/or `icon:` + +### Blog Features + +##### Daring Fireball Link Pages + +Deliver supports the ability for a page to have a `link:` header option. This will then in turn create a **link page** where the title of the page will actually be linked to the link provided and a prefexid double angle `>>` will link to the page itself. Simply provide the link in the page header: + +``` +link: http://getgrav.org/blog +``` \ No newline at end of file diff --git a/blueprints.yaml b/blueprints.yaml new file mode 100644 index 0000000..8075d5b --- /dev/null +++ b/blueprints.yaml @@ -0,0 +1,17 @@ +name: Deliver +version: 1.2.7 +description: "Deliver is the default theme included with **Grav**" +icon: empire +author: + name: Team Grav + email: devs@getgrav.org + url: http://getgrav.org +homepage: https://github.com/getgrav/grav-theme-deliver +demo: http://demo.getgrav.org/blog-skeleton +keywords: deliver, theme, core, modern, fast, responsive, html5, css3 +bugs: https://github.com/getgrav/grav-theme-deliver/issues +license: MIT + +form: + validation: strict + fields: diff --git a/blueprints/asset/file.yaml b/blueprints/asset/file.yaml new file mode 100644 index 0000000..e1f5005 --- /dev/null +++ b/blueprints/asset/file.yaml @@ -0,0 +1,70 @@ +media: + video: + mp4: video/mp4 + mov: video/quicktime + m4v: video/x-m4v + swf: video/x-flv + + image: + jpg: image/jpeg + jpeg: image/jpeg + png: image/png + gif: image/gif + + file: + txt: text/plain + doc: application/msword + html: text/html + pdf: application/pdf + zip: application/zip + gz: application/gzip + +form: + key: filename + fields: + upload: + type: upload + label: Upload + allow: + @media.*.keys + accept: + @media.*.values + + filename: + type: text + label: Filename + + type: + type: hidden + default: video + + name: + type: unset + + description: + type: textarea + label: Description + + url: + type: unset + + path: + type: unset + + thumb: + type: unset + + width: + type: text + label: Width + + height: + type: text + label: Height + + mime: + type: hidden + default: 'application/octet-stream' + + modified: + type: unset diff --git a/blueprints/blog.yaml b/blueprints/blog.yaml new file mode 100644 index 0000000..eb50e4d --- /dev/null +++ b/blueprints/blog.yaml @@ -0,0 +1,67 @@ +title: Blog +@extends: default + +child_type: item + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + blog: + type: tab + title: Blog List + + fields: + header.content.items: + type: select + label: Items + default: @self.children + options: + @self.children: Children + + header.content.limit: + type: text + label: Max Item Count + default: 5 + validate: + required: true + pattern: "[1-9][0-9]*" + validate: + type: int + + header.content.order.by: + type: select + label: Order By + default: date + options: + folder: Folder + title: Title + date: Date + default: Default + + header.content.order.dir: + type: select + label: Order + default: desc + options: + asc: Ascending + desc: Descending + + header.content.pagination: + type: toggle + label: Order + default: 1 + options: + 1: Enabled + 0: Disabled + + header.pagination: + type: hidden + default: true + + header.blog_url: + type: hidden + default: '' diff --git a/blueprints/default.yaml b/blueprints/default.yaml new file mode 100644 index 0000000..43743af --- /dev/null +++ b/blueprints/default.yaml @@ -0,0 +1,157 @@ +title: Default + +rules: + slug: + pattern: "[a-z][a-z0-9_\-]+" + min: 2 + max: 80 + +form: + fields: + type: + type: hidden + label: Page Type + default: default + + tabs: + type: tabs + active: 1 + + fields: + content: + type: tab + title: Content + + fields: + route: + type: select + label: Parent + @data-options: '\Grav\Common\Page\Pages::parents' + @data-default: '\Grav\Plugin\admin::route' + options: + '': '- Root -' + + order: + type: text + label: Ordering + validate: + type: int + min: 0 + + folder: + type: text + label: Folder + validate: + type: slug +# required: true + + header.title: + type: text + label: Title + validate: + required: true + + content: + type: textarea + label: Content + + header.process: + type: checkboxes + label: Process + default: [markdown: true, twig: true] + options: + markdown: Markdown + twig: Twig + use: keys + + + meta: + type: tab + title: Meta + + fields: + header.description: + type: textarea + label: Description + validate: + max: 120 + + header.keywords: + type: text + label: Keywords + validate: + max: 120 + + header.robots: + type: checkboxes + label: Robots + options: + noindex: No index + nofollow: No follow + use: keys + + overrides: + type: tab + title: Overrides + + fields: + header.menu: + type: text + label: Menu + + header.slug: + type: text + label: Alias + validate: + rule: slug + + header.cache_enable: + type: toggle + label: Caching + highlight: 1 + options: + '': Global + 1: Enabled + 0: Disabled + validate: + type: bool + + header.routable: + type: toggle + label: Access by URL + highlight: 1 + default: '' + options: + '': Global + 1: Enabled + 0: Disabled + validate: + type: bool + + header.child_type: + type: select + label: Default Child Type + default: default + @data-options: '\Grav\Common\Page\Pages::types' + + header.order_by: + type: hidden + + header.order_manual: + type: hidden + validate: + type: commalist + + media: + type: tab + title: Media + + fields: + files: + type: spacer + title: Files + + media: + type: list + add: Add file + @import: 'medium/file' diff --git a/blueprints/form.yaml b/blueprints/form.yaml new file mode 100644 index 0000000..a3434a1 --- /dev/null +++ b/blueprints/form.yaml @@ -0,0 +1,2 @@ +title: Nopad +@extends: default diff --git a/blueprints/item.yaml b/blueprints/item.yaml new file mode 100644 index 0000000..35e7ae9 --- /dev/null +++ b/blueprints/item.yaml @@ -0,0 +1,40 @@ +title: Item +@extends: default + +form: + fields: + tabs: + + fields: + blog: + type: tab + title: Blog Item + + fields: + header.date: + type: datetime + label: Date + + header.taxonomy.category: + type: text + label: Category + default: blog + + header.taxonomy.tag: + type: checkboxes + label: Tags + options: + demo: demo + grav: grav + matias: matias + apple: apple + sample: sample + + header.username: + type: text + label: Author + + header.blog_url: + type: text + label: Blog URL + default: diff --git a/blueprints/modular.yaml b/blueprints/modular.yaml new file mode 100644 index 0000000..d0011b4 --- /dev/null +++ b/blueprints/modular.yaml @@ -0,0 +1,27 @@ +title: Modular +@extends: default + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + content: + fields: + header.modular: + type: select + label: 'Modular page' + default: 0 + options: + 0: 'False' + 1: 'True' + validate: + type: bool + + header.order_manual: + type: text + label: Manual ordering + validate: + type: commalist diff --git a/blueprints/modular/features.yaml b/blueprints/modular/features.yaml new file mode 100644 index 0000000..5ad7a04 --- /dev/null +++ b/blueprints/modular/features.yaml @@ -0,0 +1,7 @@ +title: Features +@extends: default + +form: + fields: + tabs: + type: tabs diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..59881c0 --- /dev/null +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "getgrav/grav-theme-deliver", + "type": "grav-theme", + "description": "The default theme for the Grav flat-file CMS", + "keywords": ["theme","grav"], + "homepage": "http://getgrav.org", + "license": "MIT", + "support": { + "irc": "irc://irc.freenode.org/grav" + }, + "authors": [ + { + "name": "Team Grav", + "email": "devs@getgrav.org", + "homepage": "http://getgrav.org" + } + ], + "require": { + "php": ">=5.4.0", + "composer/installers": "~1.0" + }, + "extra": { + "installer-name": "deliver", + "installer-paths": { + "user/themes/{$name}/": ["getgrav/grav-theme-deliver"] + } + } +} diff --git a/css-compiled/nucleus.css b/css-compiled/nucleus.css new file mode 100644 index 0000000..31d4daf --- /dev/null +++ b/css-compiled/nucleus.css @@ -0,0 +1,545 @@ +*, *::before, *::after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +@-webkit-viewport { + width: device-width; } +@-moz-viewport { + width: device-width; } +@-ms-viewport { + width: device-width; } +@-o-viewport { + width: device-width; } +@viewport { + width: device-width; } +html { + font-size: 100%; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } + +body { + margin: 0; } + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; } + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; } + +audio:not([controls]) { + display: none; + height: 0; } + +[hidden], +template { + display: none; } + +a { + background: transparent; + text-decoration: none; } + +a:active, +a:hover { + outline: 0; } + +abbr[title] { + border-bottom: 1px dotted; } + +b, +strong { + font-weight: bold; } + +dfn { + font-style: italic; } + +mark { + background: #ff0; + color: #000; } + +sub, +sup { + font-size: 0.75rem; + line-height: 0; + position: relative; + vertical-align: baseline; } + +sup { + top: -0.5em; } + +sub { + bottom: -0.25em; } + +img { + width: auto\9; + height: auto; + max-width: 100%; + display: inline-block; + vertical-align: middle; + border: 0; + -ms-interpolation-mode: bicubic; } + +iframe, +svg { + max-width: 100%; } + +svg:not(:root) { + overflow: hidden; } + +figure { + margin: 1em 40px; } + +hr { + height: 0; } + +pre { + overflow: auto; } + +code, +kbd, +pre, +samp { + font-family: inherit; + font-size: 1rem; } + +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0; } + +button { + overflow: visible; } + +button, +select { + text-transform: none; } + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; } + +button[disabled], +html input[disabled] { + cursor: default; } + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; } + +input { + line-height: normal; } + +input[type="checkbox"], +input[type="radio"] { + padding: 0; } + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; } + +input[type="search"] { + -webkit-appearance: textfield; } + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +legend { + border: 0; + padding: 0; } + +textarea { + overflow: auto; } + +optgroup { + font-weight: bold; } + +table { + border-collapse: collapse; + border-spacing: 0; + table-layout: fixed; + width: 100%; } + +tr, td, th { + vertical-align: middle; } + +th, td { + padding: 0.425rem 0; } + +th { + text-align: left; } + +.g-container { + width: 75em; + margin: 0 auto; + padding: 0; } + @media only all and (min-width: 60em) and (max-width: 74.938em) { + .g-container { + width: 60em; } } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + .g-container { + width: 48em; } } + @media only all and (min-width: 30.063em) and (max-width: 47.938em) { + .g-container { + width: 30em; } } + @media only all and (max-width: 30em) { + .g-container { + width: 100%; } } + +.g-grid { + display: -webkit-box; + display: -moz-box; + display: box; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + -moz-flex-flow: row wrap; + flex-flow: row wrap; + list-style: none; + margin: 0; + padding: 0; } + .g-grid.nowrap { + -webkit-flex-flow: row; + -moz-flex-flow: row; + flex-flow: row; } + +.g-block { + -webkit-box-flex: 1; + -moz-box-flex: 1; + box-flex: 1; + -webkit-flex: 1; + -moz-flex: 1; + -ms-flex: 1; + flex: 1; + min-width: 0; + min-height: 0; } + @media only all and (max-width: 47.938em) { + .g-block { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 100%; + -moz-flex: 0 100%; + -ms-flex: 0 100%; + flex: 0 100%; } } + +.g-content { + margin: 0.625rem; + padding: 0.938rem; } + +@media only all and (max-width: 47.938em) { + body [class*="size-"] { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 100%; + -moz-flex: 0 100%; + -ms-flex: 0 100%; + flex: 0 100%; } } + +.size-1-2 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 50%; + -moz-flex: 0 50%; + -ms-flex: 0 50%; + flex: 0 50%; } + +.size-1-3 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 33.33333%; + -moz-flex: 0 33.33333%; + -ms-flex: 0 33.33333%; + flex: 0 33.33333%; } + +.size-1-4 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 25%; + -moz-flex: 0 25%; + -ms-flex: 0 25%; + flex: 0 25%; } + +.size-1-5 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 20%; + -moz-flex: 0 20%; + -ms-flex: 0 20%; + flex: 0 20%; } + +.size-1-6 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 16.66667%; + -moz-flex: 0 16.66667%; + -ms-flex: 0 16.66667%; + flex: 0 16.66667%; } + +.size-1-7 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 14.28571%; + -moz-flex: 0 14.28571%; + -ms-flex: 0 14.28571%; + flex: 0 14.28571%; } + +.size-1-8 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 12.5%; + -moz-flex: 0 12.5%; + -ms-flex: 0 12.5%; + flex: 0 12.5%; } + +.size-1-9 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 11.11111%; + -moz-flex: 0 11.11111%; + -ms-flex: 0 11.11111%; + flex: 0 11.11111%; } + +.size-1-10 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 10%; + -moz-flex: 0 10%; + -ms-flex: 0 10%; + flex: 0 10%; } + +.size-1-11 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 9.09091%; + -moz-flex: 0 9.09091%; + -ms-flex: 0 9.09091%; + flex: 0 9.09091%; } + +.size-1-12 { + -webkit-box-flex: 0; + -moz-box-flex: 0; + box-flex: 0; + -webkit-flex: 0 8.33333%; + -moz-flex: 0 8.33333%; + -ms-flex: 0 8.33333%; + flex: 0 8.33333%; } + +@media only all and (max-width: 47.938em) { + @supports not (flex-wrap: wrap) { + .g-grid { + display: block; + -webkit-box-lines: inherit; + -moz-box-lines: inherit; + box-lines: inherit; + -webkit-flex-wrap: inherit; + -moz-flex-wrap: inherit; + -ms-flex-wrap: inherit; + flex-wrap: inherit; } + + .g-block { + display: block; + -webkit-box-flex: inherit; + -moz-box-flex: inherit; + box-flex: inherit; + -webkit-flex: inherit; + -moz-flex: inherit; + -ms-flex: inherit; + flex: inherit; } } } +.first-block { + -webkit-box-ordinal-group: 0; + -webkit-order: -1; + -ms-flex-order: -1; + order: -1; } + +.last-block { + -webkit-box-ordinal-group: 2; + -webkit-order: 1; + -ms-flex-order: 1; + order: 1; } + +.fixed-blocks { + -webkit-flex-flow: row wrap; + -moz-flex-flow: row wrap; + flex-flow: row wrap; } + .fixed-blocks .g-block { + -webkit-box-flex: inherit; + -moz-box-flex: inherit; + box-flex: inherit; + -webkit-flex: inherit; + -moz-flex: inherit; + -ms-flex: inherit; + flex: inherit; + width: 25%; } + @media only all and (min-width: 60em) and (max-width: 74.938em) { + .fixed-blocks .g-block { + width: 33.33333%; } } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + .fixed-blocks .g-block { + width: 50%; } } + @media only all and (max-width: 47.938em) { + .fixed-blocks .g-block { + width: 100%; } } + +@supports not (flex-wrap: wrap) { + .fixed-blocks { + display: block; + -webkit-flex-flow: inherit; + -moz-flex-flow: inherit; + flex-flow: inherit; } } +body { + font-size: 1rem; + line-height: 1.7; } + +h1, h2, h3, h4, h5, h6 { + margin: 0.85rem 0 1.7rem 0; + text-rendering: optimizeLegibility; } + +h1 { + font-size: 3.2rem; } + +h2 { + font-size: -0.6rem; } + +h3 { + font-size: -0.5rem; } + +h4 { + font-size: 1.75rem; } + +h5 { + font-size: 1.35rem; } + +h6 { + font-size: 0.85rem; } + +p { + margin: 1.7rem 0; } + +ul, ol, dl { + margin-top: 1.7rem; + margin-bottom: 1.7rem; } + ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { + margin-top: 0; + margin-bottom: 0; } + +ul, dl { + margin-left: 1.7rem; + padding: 0; } + +ol { + padding-left: 1.7rem; } + +blockquote { + margin: 1.7rem 0; + padding-left: 0.85rem; } + +cite { + display: block; + font-size: 0.875rem; } + cite:before { + content: "\2014 \0020"; } + +pre { + margin: 1.7rem 0; + padding: 0.938rem; } + +code { + vertical-align: bottom; } + +small { + font-size: 0.875rem; } + +hr { + border-left: none; + border-right: none; + border-top: none; + margin: 1.7rem 0; } + +fieldset { + border: 0; + padding: 0.938rem; + margin: 0 0 1.7rem 0; } + +input, +label, +select { + display: block; } + +label { + margin-bottom: 0.425rem; } + label.required:after { + content: "*"; } + label abbr { + display: none; } + +textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] { + -webkit-transition: border-color; + -moz-transition: border-color; + transition: border-color; + border-radius: 0; + margin-bottom: 0.85rem; + padding: 0.425rem 0.425rem; } + textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus { + outline: none; } + +textarea { + resize: vertical; } + +input[type="checkbox"], input[type="radio"] { + display: inline; + margin-right: 0.425rem; } + +input[type="file"] { + width: 100%; } + +select { + width: auto; + max-width: 100%; + margin-bottom: 1.7rem; } + +button, +input[type="submit"] { + cursor: pointer; + user-select: none; + vertical-align: middle; + white-space: nowrap; + border: inherit; } + +/*# sourceMappingURL=nucleus.css.map */ diff --git a/css-compiled/nucleus.css.map b/css-compiled/nucleus.css.map new file mode 100644 index 0000000..a439498 --- /dev/null +++ b/css-compiled/nucleus.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../scss/nucleus/_core.scss","../scss/vendor/bourbon/addons/_prefixer.scss","../scss/configuration/nucleus/_core.scss","../scss/configuration/nucleus/_typography.scss","../scss/nucleus/_flex.scss","../scss/configuration/nucleus/_breakpoints.scss","../scss/nucleus/mixins/_breakpoints.scss","../scss/vendor/bourbon/css3/_flex-box.scss","../scss/configuration/nucleus/_layout.scss","../scss/nucleus/_typography.scss","../scss/nucleus/_forms.scss"], +"names": [], +"file": "nucleus.css" +} \ No newline at end of file diff --git a/css-compiled/particles.css b/css-compiled/particles.css new file mode 100644 index 0000000..ef40206 --- /dev/null +++ b/css-compiled/particles.css @@ -0,0 +1,3 @@ + + +/*# sourceMappingURL=particles.css.map */ diff --git a/css-compiled/particles.css.map b/css-compiled/particles.css.map new file mode 100644 index 0000000..81073f9 --- /dev/null +++ b/css-compiled/particles.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "", +"sources": [], +"names": [], +"file": "particles.css" +} \ No newline at end of file diff --git a/css-compiled/template.css b/css-compiled/template.css new file mode 100644 index 0000000..1a583a5 --- /dev/null +++ b/css-compiled/template.css @@ -0,0 +1,989 @@ +@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata|Pacifico); +#header #logo h3, #header #logo ul.social-icons, #header #navbar ul.navigation, #header #navbar .panel-activation, #footer p { + position: relative; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); } + +.button, .button-secondary { + display: inline-block; + padding: 7px 20px; } + .button-small.button, .button-small.button-secondary { + padding: 3px 10px; + font-size: 0.9rem; } + +html, body { + height: 100%; } + +body { + background: #fff; + color: #9A9898; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + +a { + color: #87b672; } + a:hover { + color: #558042; } + +b, strong, label, th { + font-weight: 600; } + +#container { + min-height: 100%; + position: relative; } + +.fullwidth #body { + padding-left: 0; + padding-right: 0; } + +#body { + background: #fff; + padding-top: 15rem; + padding-bottom: 11rem; } + +.left { + float: left; } + +.right { + float: right; } + +@font-face { + font-family: 'novecento_sans_widedemibold'; + src: url("../fonts/Novecentosanswide-DemiBold-webfont.eot"); + src: url("../fonts/Novecentosanswide-DemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-DemiBold-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-DemiBold-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-DemiBold-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-DemiBold-webfont.svg#novecento_sans_widedemibold") format("svg"); + font-weight: normal; + font-style: normal; } +@font-face { + font-family: 'novecento_sans_widenormal'; + src: url("../fonts/Novecentosanswide-Normal-webfont.eot"); + src: url("../fonts/Novecentosanswide-Normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-Normal-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-Normal-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-Normal-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal") format("svg"); + font-weight: normal; + font-style: normal; } +@font-face { + font-family: 'novecento_sans_widemedium'; + src: url("./fonts/Novecentosanswide-Medium-webfont.eot"); + src: url("./fonts/Novecentosanswide-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/Novecentosanswide-Medium-webfont.woff2") format("woff2"), url("./fonts/Novecentosanswide-Medium-webfont.woff") format("woff"), url("./fonts/Novecentosanswide-Medium-webfont.ttf") format("truetype"), url("./fonts/Novecentosanswide-Medium-webfont.svg#novecento_sans_widemedium") format("svg"); + font-weight: normal; + font-style: normal; } +.default-animation, #body, #header #logo h3, #header #logo ul.social-icons li, .modular .showcase .button, .modular .slideme_container .arrow, .modular .slideme_container .pagination .numbers li, .callout .notebook .screen .screen-content-hover { + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + transition: all 0.5s ease; } + +.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer { + padding-left: 14rem; + padding-right: 14rem; } + @media only all and (max-width: 47.938em) { + .padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer { + padding-left: 8rem; + padding-right: 8rem; } } + +.padding-vert { + padding-top: 3rem; + padding-bottom: 3rem; } + +#header { + position: absolute; + z-index: 10; + width: 100%; + height: 12rem; + background-color: rgba(255, 255, 255, 0.9); + box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); } + #header > .grid, #header #logo, #header #navbar, #header .social-navigation { + height: 50%; } + #header #logo { + border-bottom: 1px solid #eaeaea; } + #header #logo h3 { + font-size: 2.5rem; + font-family: "Pacifico", "monospace"; + line-height: 2rem; + margin: 0; + float: left; } + #header #logo h3 a { + color: #9A9898; } + #header #logo ul { + margin: 0; + padding: 0; + list-style: none; } + #header #logo ul.social-icons { + float: right; + line-height: 2rem; + margin: 0; } + #header #logo ul.social-icons li { + float: left; + width: 2.1rem; + height: 2.1rem; + background: #fff; + border-radius: 100%; + text-align: center; + margin-right: 0.8rem; } + #header #logo ul.social-icons li a { + color: #000; + display: block; + margin-top: 0.1rem; } + #header #logo ul.social-icons li:hover { + background: rgba(255, 255, 255, 0.5); } + #header #navbar { + font-size: 1.1rem; } + #header #navbar ul { + margin: 0; + padding: 0; + list-style: none; } + #header #navbar ul.navigation { + display: inline-block; + float: left; } + #header #navbar ul.navigation li { + float: left; + position: relative; + text-transform: uppercase; } + #header #navbar ul.navigation li a { + font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + display: inline-block; + padding: 0.3rem 0.8rem; } + #header #navbar ul.navigation li a.active, #header #navbar ul.navigation li a:hover { + color: #87b672; } + #header #navbar ul.navigation li:first-child a { + padding-left: 0; } + #header #navbar ul.navigation li ul { + display: none; + padding: 0; + box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; } + #header #navbar ul.navigation li ul ul { + left: 100%; + top: 0; } + #header #navbar ul.navigation li:hover > ul { + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.9); + width: 10rem; } + #header #navbar ul.navigation li:hover li { + float: none; + margin: 0; + padding: 0; } + #header #navbar ul.navigation li:hover li a { + padding: 0.5rem 0.8rem; + display: block; } + #header #navbar ul.navigation li:hover li a:before, #header #navbar ul.navigation li:hover li a:after { + display: none; } + #header #navbar ul.navigation li:hover li.active > a { + background: #87b672; + color: #fff; } + #header #navbar .panel-activation { + padding: 1rem; + display: none; + font-size: 1.8rem; + cursor: pointer; + float: right; } + +.header-image.fullwidth #body { + padding-left: 0; + padding-right: 0; } + .header-image.fullwidth #body > .listing-row { + padding-left: 14rem; + padding-right: 14rem; } +.header-image .listing-row:last-child { + margin-bottom: 2rem; } +.header-image #body .flush-top { + margin-top: -16.5rem; + padding-top: 16rem; } +.header-image #breadcrumbs { + margin-top: 1rem; } +.header-image #header { + background-color: rgba(255, 255, 255, 0); + box-shadow: none; } + .header-image #header #logo h3, .header-image #header #logo a { + color: #FFFFFF; } + .header-image #header a, .header-image #header .menu-btn { + color: #FFFFFF; } + .header-image #header a:before, .header-image #header a:after { + background-color: rgba(255, 255, 255, 0.7) !important; } + .header-image #header #navbar ul.navigation ul li a { + color: #87b672; } + .header-image #header #navbar ul.navigation ul li a:hover { + color: #558042; } + +#footer { + position: absolute; + background: #333; + height: 6rem; + right: 0; + bottom: 0; + left: 0; + color: #999; + text-align: center; } + #footer a:hover { + color: #fff; } + #footer .totop { + position: absolute; + bottom: 5rem; + text-align: center; + left: 0; + right: 0; } + #footer .totop span { + font-size: 1.7rem; + line-height: 2.5rem; + background: #333; + width: 3rem; + height: 2rem; + border-radius: 0; + display: inline-block; + text-align: top; } + #footer p { + margin: 0; } + #footer p .fa { + color: #fff; } + +body { + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-weight: 400; } + +h1, h2, h3, h4, h5, h6 { + font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + text-rendering: optimizeLegibility; } + +h1 { + font-size: 3.2rem; } + @media only all and (max-width: 47.938em) { + h1 { + font-size: 2.5rem; + line-height: 1.2; + margin-bottom: 2.5rem; } } + +h2 { + font-weight: normal; + text-transform: uppercase; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + h2 { + font-size: -1rem; } } + @media only all and (max-width: 47.938em) { + h2 { + font-size: -1.1rem; } } + +@media only all and (min-width: 48em) and (max-width: 59.938em) { + h3 { + font-size: -0.9rem; } } +@media only all and (max-width: 47.938em) { + h3 { + font-size: -1rem; } } + +h4 { + font-size: 1.2rem; + font-weight: normal; + text-align: center; + text-transform: uppercase; + color: #656161; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + h4 { + font-size: 1.35rem; } } + @media only all and (max-width: 47.938em) { + h4 { + font-size: 1.25rem; } } + +h1 { + text-align: center; + font-weight: normal; } + +h3 { + letter-spacing: -1px; } + +h1 + h2 { + margin: -2rem 0 2rem 0; + font-size: 1.4rem; + line-height: 1; + text-align: center; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-weight: 300; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + h1 + h2 { + font-size: 1.6rem; } } + @media only all and (max-width: 47.938em) { + h1 + h2 { + font-size: 1.5rem; } } + +h2 + h3 { + margin: 0.5rem 0 2rem 0; + font-size: 1.3rem; + line-height: 1; + text-align: center; + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-weight: normal; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + h2 + h3 { + font-size: 1.2rem; } } + @media only all and (max-width: 47.938em) { + h2 + h3 { + font-size: 1.1rem; } } + +blockquote { + border-left: 10px solid #F0F2F4; } + blockquote p { + font-size: 1.1rem; + color: #999; } + blockquote cite { + display: block; + text-align: right; + color: #666; + font-size: 1.2rem; } + +blockquote > blockquote > blockquote { + margin: 0; } + blockquote > blockquote > blockquote p { + padding: 15px; + display: block; + font-size: 1rem; + margin-top: 0rem; + margin-bottom: 0rem; } + blockquote > blockquote > blockquote > p { + margin-left: -71px; + border-left: 10px solid #F0AD4E; + background: #FCF8F2; + color: #df8a13; } + blockquote > blockquote > blockquote > blockquote > p { + margin-left: -94px; + border-left: 10px solid #D9534F; + background: #FDF7F7; + color: #b52b27; } + blockquote > blockquote > blockquote > blockquote > blockquote > p { + margin-left: -118px; + border-left: 10px solid #5BC0DE; + background: #F4F8FA; + color: #28a1c5; } + blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p { + margin-left: -142px; + border-left: 10px solid #5CB85C; + background: #F1F9F1; + color: #3d8b3d; } + +code, +kbd, +pre, +samp { + font-family: "Inconsolata", monospace; } + +code { + background: #f9f2f4; + color: #9c1d3d; } + +pre { + padding: 2rem; + background: #f6f6f6; + border: 1px solid #CBCBCB; + border-radius: 3px; } + pre code { + color: #237794; + background: inherit; } + +hr { + border-bottom: 1px solid #CBCBCB; } + +.page-title { + margin-top: -25px; + padding: 25px; + float: left; + clear: both; + background: #87b672; + color: #fff; } + +.label { + vertical-align: middle; + background: #87b672; + border-radius: 100%; + color: #fff; + height: 1rem; + min-width: 1rem; + line-height: 1rem; + display: inline-block; + text-align: center; + font-size: 0.7rem; + font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + margin-right: 0.75rem; } + +fieldset { + border: 1px solid #CBCBCB; } + +textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] { + background-color: white; + border: 1px solid #CBCBCB; + box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); } + textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover { + border-color: #b2b2b2; } + textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus { + border-color: #87b672; + box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 173, 97, 0.7); } + +.form-field .required { + color: #F3443F; + font-size: 3rem; + line-height: 3rem; + vertical-align: top; + height: 1.5rem; + display: inline-block; } + +form .buttons { + text-align: center; } +form input { + font-weight: 400; } + +table { + border: 1px solid #d8d8d8; } + +th { + background: #e5e5e5; + padding: 0.5rem; } + +td { + padding: 0.5rem; + border: 1px solid #d8d8d8; } + +.button { + background: #fff; + color: #87b672; + border: 1px solid #87b672; + border-radius: 3px; } + .button:hover { + background: #87b672; + color: #fff; } + .button:active { + box-shadow: 0 1px 0 #679b50; } + +.button-secondary { + background: #fff; + color: #F6635E; + border: 1px solid #F6635E; + border-radius: 3px; } + .button-secondary:hover { + background: #F6635E; + color: #fff; } + .button-secondary:active { + box-shadow: 0 1px 0 #f32b24; } + +.bullets { + margin: 1.7rem 0; + margin-left: -0.85rem; + margin-right: -0.85rem; + overflow: auto; } + +.bullet { + float: left; + padding: 0 0.85rem; } + +.two-column-bullet { + width: 50%; } + @media only all and (max-width: 47.938em) { + .two-column-bullet { + width: 100%; } } + +.three-column-bullet { + width: 33.33333%; } + @media only all and (max-width: 47.938em) { + .three-column-bullet { + width: 100%; } } + +.four-column-bullet { + width: 25%; } + @media only all and (max-width: 47.938em) { + .four-column-bullet { + width: 100%; } } + +.bullet-icon { + float: left; + background: #87b672; + padding: 0.875rem; + width: 3.5rem; + height: 3.5rem; + border-radius: 50%; + color: #fff; + font-size: 1.75rem; + text-align: center; } + +.bullet-icon-1 { + background: #87b672; } + +.bullet-icon-2 { + background: #9eb672; } + +.bullet-icon-3 { + background: #b67292; } + +.bullet-content { + margin-left: 4.55rem; } + +.sb-slidebar { + background-color: #333 !important; } + +#panel { + padding-top: 1rem; + color: #ddd; } + #panel .navigation { + list-style: none; + padding: 0; } + #panel .navigation li { + border-bottom: 1px solid #3d3d3d; } + #panel .navigation li a { + color: #ddd; + display: block; + padding: 0.5rem 1rem; + font-weight: 600; } + #panel .navigation li a:hover { + color: white; + background-color: #262626; } + #panel .navigation li a:last-child { + border-bottom: 0; } + #panel .navigation li.active > a { + background: #fff; + color: #9A9898; } + #panel .navigation li.active > a:hover { + color: #9A9898; } + #panel .navigation li:first-child { + border-top: 1px solid #3d3d3d; } + #panel .navigation li ul { + list-style: none; + padding: 0; } + #panel .navigation li ul li { + border: 0 !important; } + #panel .navigation li ul li a { + color: #c4c4c4; + padding: 0.2rem 1rem 0.2rem 2rem; + font-size: 0.9rem; } + #panel .navigation li ul li li a { + padding-left: 3rem; } + #panel .navigation li ul li li a li a { + padding-left: 4rem; } + #panel .navigation li ul li.active > a { + background: #ccc; } + +.blog-header { + padding-top: 2rem; + padding-bottom: 2rem; } + .blog-header.blog-header-image { + background-size: cover; + background-position: center; } + .blog-header.blog-header-image h1, .blog-header.blog-header-image h2 { + color: #FFFFFF; } + .blog-header h1 { + font-size: 4rem; + margin-top: 0; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + .blog-header h1 { + font-size: 3rem; } } + @media only all and (max-width: 47.938em) { + .blog-header h1 { + font-size: 2.5rem; + line-height: 1.2; + margin-bottom: 2.5rem; } } + .blog-header + .blog-content { + padding-top: 3rem; } + +.list-item { + border-bottom: 1px solid #EEEEEE; + margin-bottom: 3rem; } + .list-item:last-child { + border-bottom: 0; } + .list-item .list-blog-header { + position: relative; } + .list-item .list-blog-header h4 { + margin-bottom: 0.5rem; } + .list-item .list-blog-header h4 a { + color: #9A9898; } + .list-item .list-blog-header h4 a:hover { + color: #87b672; } + .list-item .list-blog-header img { + display: block; + margin-top: 1rem; + border-radius: 0; } + .list-item .list-blog-date { + float: right; + text-align: center; } + .list-item .list-blog-date span { + display: block; + font-size: 1.75rem; + font-weight: 600; + line-height: 110%; } + .list-item .list-blog-date em { + display: block; + border-top: 1px solid #EEEEEE; + font-style: normal; + text-transform: uppercase; } + +.blog-content-item .list-blog-padding > p:nth-child(2) { + font-size: 1.2rem; } + +.tags a { + display: inline-block; + font-size: 0.8rem; + border: 1px solid #87b672; + border-radius: 0; + padding: 0.1rem 0.4rem; + margin-bottom: 0.2rem; + text-transform: uppercase; } + +.archives, .related-pages { + padding: 0; + list-style: none; } + .archives li, .related-pages li { + border-bottom: 1px solid #EEEEEE; + line-height: 2rem; } + .archives li:last-child, .related-pages li:last-child { + border-bottom: 0; } + +.related-pages li a { + display: block; } +.related-pages .score { + display: block; + float: right; + color: #999; + font-size: 85%; } + +.syndicate a { + margin-bottom: 1rem; } + +div#breadcrumbs { + padding-left: 0; } + @media only all and (max-width: 47.938em) { + div#breadcrumbs { + display: none; } } + +#sidebar { + padding-left: 3rem; } + @media only all and (max-width: 47.938em) { + #sidebar { + padding-left: 0; } } + #sidebar .sidebar-content { + margin-bottom: 3rem; } + #sidebar .sidebar-content h4 { + margin-bottom: 1rem; } + #sidebar .sidebar-content p, #sidebar .sidebar-content ul { + margin-top: 1rem; } + +ul.pagination { + margin: 0 0 3rem; + text-align: center; } + +.prev-next { + margin-top: 5rem; + text-align: center; } + +#error { + text-align: center; + display: flex; + align-items: center; + justify-content: center; + height: 100%; + padding-bottom: 6rem; } + #error h1 { + font-size: 5rem; } + #error p { + margin: 1rem 0; } + +.simplesearch h1 { + margin-bottom: 0; } +.simplesearch .center { + text-align: center; } +.simplesearch input { + display: inline-block; + max-width: 30rem; + font-size: 2rem; } +.simplesearch .search-image { + margin-top: 1rem; } + .simplesearch .search-image img { + border-radius: 4px; } + @media only all and (max-width: 47.938em) { + .simplesearch .search-image img { + display: none; } } +@media only all and (max-width: 47.938em) { + .simplesearch .search-item { + margin-left: 0; } } +.simplesearch .search-details { + float: right; + margin-top: -2.5rem; + font-weight: bold; + font-size: 1rem; + color: #cdcccc; } + @media only all and (max-width: 47.938em) { + .simplesearch .search-details { + float: none; + margin-top: -0.2rem; + margin-bottom: 1rem; } } +.simplesearch hr { + border-bottom: 1px solid #eee; } + +.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a { + z-index: 1; } + +#body > script:first-child + .grav-lightslider { + margin-top: -3rem; } + +.modular.header-image #header { + background-color: rgba(255, 255, 255, 0); + box-shadow: none; } + .modular.header-image #header #logo h3 { + color: #FFFFFF; } + .modular.header-image #header #navbar a { + color: #FFFFFF; } +.modular .slideme { + height: 17rem !important; } +.modular .showcase { + position: relative; + z-index: 1; + padding-bottom: 10rem; + background-color: #666; + background-size: cover; + background-position: center; + text-align: center; + color: #FFFFFF; } + .modular .showcase h1 { + font-size: 2.5rem; + margin-top: 0; } + @media only all and (min-width: 48em) and (max-width: 59.938em) { + .modular .showcase h1 { + font-size: 3rem; } } + @media only all and (max-width: 47.938em) { + .modular .showcase h1 { + font-size: 2.5rem; + line-height: 1.2; + margin-bottom: 2.5rem; } } + .modular .showcase h1 strong, .modular .showcase h1 label, .modular .showcase h1 th { + color: #87b672; } + .modular .showcase h2 { + text-transform: none; } + .modular .showcase .button { + color: #FFFFFF; + font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + padding: 0.3rem 1rem; + background: rgba(255, 255, 255, 0); + border: 2px solid #FFFFFF; + border-radius: 0; + box-shadow: none; + font-size: 1rem; } + .modular .showcase .button:hover { + background: rgba(255, 255, 255, 0.2); } +.modular .slideme_container .arrow { + position: absolute; + display: block; + width: 3.7rem; + height: 3.7rem; + cursor: pointer; + z-index: 50; + text-align: center; + line-height: 3.8rem; + background: #fff; + top: 10%; + border-radius: 100%; + font-size: 2.5rem; + opacity: 0.5; + color: #000; } + .modular .slideme_container .arrow:hover { + opacity: 1; } + .modular .slideme_container .arrow.prev { + left: 4rem; } + .modular .slideme_container .arrow.next { + right: 4rem; } + .modular .slideme_container .arrow:disabled { + opacity: 0.1; } +.modular .slideme_container .arrow.next:before { + content: '\f054'; + font-family: FontAwesome; + margin-left: 0.4rem; } +.modular .slideme_container .arrow.prev:before { + content: '\f053'; + font-family: FontAwesome; + margin-right: 0.5rem; } +.modular .slideme_container .pagination { + text-align: center; + z-index: 10; + position: absolute; + left: 0; + right: 0; + vertical-align: middle; + bottom: 0; } + .modular .slideme_container .pagination .numbers li { + -webkit-transition-duration: 0.2s; + -moz-transition-duration: 0.2s; + transition-duration: 0.2s; + background: #fff; + width: 0.5rem; + height: 0.5rem; + display: inline-block; + border-radius: 100%; + cursor: pointer; + margin: 0 0.2rem; + vertical-align: middle; } + .modular .slideme_container .pagination .numbers li.current { + width: 1rem; + height: 1rem; } + +.modular .features { + padding: 6rem 0; + padding-bottom: 1rem; + text-align: center; } + .modular .features:after { + content: ""; + display: table; + clear: both; } + .modular .features h2 { + margin: 0; + line-height: 100%; + color: #656161; } + .modular .features p { + margin: 1rem 0; } + @media only all and (max-width: 47.938em) { + .modular .features p { + font-size: 1rem; } } + .modular .features .button { + background-color: #87b672; + color: #FFFFFF; + font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + border-radius: 0; + box-shadow: none; + font-size: 1rem; } + .modular .features .feature-items { + margin-top: 2rem; } + @supports not (flex-wrap: wrap) { + .modular .features .feature-items { + overflow: hidden; } } + .modular .features .feature { + display: block; + float: left; + width: 25%; + vertical-align: top; + margin-top: 2rem; + margin-bottom: 1rem; } + @media only all and (min-width: 30.063em) and (max-width: 47.938em) { + .modular .features .feature { + margin-top: 1rem; + width: 50%; } } + @media only all and (max-width: 30em) { + .modular .features .feature { + margin-top: 1rem; + width: 100%; } } + .modular .features .feature i.fa { + font-size: 2rem; } + .modular .features .feature h4 { + margin: 0; + font-size: 1.1rem; } + .modular .features .feature p { + display: inline-block; + font-size: 1rem; + margin: 0.2rem 0 1rem; } + .modular .features.big { + text-align: center; } + .modular .features.big .feature { + width: 33.33%; } + @media only all and (max-width: 30em) { + .modular .features.big .feature { + margin-top: 1rem; + width: 100%; } } + .modular .features.big i.fa { + font-size: 4.5rem; + margin-bottom: 1.5rem; } + .modular .features.big .feature-content { + padding-right: 2rem; } + .modular .features.big .feature-content.icon-offset { + margin-left: 1rem; } + .modular .features.big .feature-content h4 { + font-size: 1.2rem; } + .modular .features.big .feature-content p { + padding: 0; } + +.callout { + background: #EEEEEE; + padding: 2rem 0.938rem; + padding-top: 2rem; + padding-bottom: 0; + text-align: center; + overflow: hidden; + clear: both; + position: relative; } + .callout .callout-line { + background: #fff; + width: 100%; + height: 7rem; + position: absolute; + left: 0; + bottom: 0; + z-index: 0; } + .callout .notebook { + float: left; + text-align: left; + width: 33.33%; + position: relative; + z-index: 10; } + .callout .notebook .screen:before { + content: ""; + position: absolute; + border-radius: 50%; + background: #E5EBED; + height: 0.25rem; + width: 0.25rem; + margin: 0.3125rem 0 0 8.625rem; } + .callout .notebook .screen { + background: #464C51; + border-radius: 0.5rem 0.5rem 0 0; + height: 11.72rem; + width: 18.28rem; + margin: 0 auto; } + .callout .notebook .screen .screen-content { + height: 10.1rem; + width: 16.73rem; + position: absolute; + z-index: 1; + margin-top: 0.8rem; + margin-left: 0.8rem; + background-size: cover; + background-repeat: no-repeat; } + .callout .notebook .screen .screen-content-hover { + height: 10.1rem; + width: 16.73rem; + position: absolute; + z-index: 2; + opacity: 0; + margin-top: 0.8rem; + margin-left: 0.8rem; + background-color: #87b672; } + .callout .notebook .screen .screen-content-hover .fa-plus-square { + font-size: 5rem; + color: #464C51; + margin-top: 2.5rem; + margin-left: 5.9rem; } + .callout .notebook .screen .screen-content-hover:hover { + opacity: 0.8; } + .callout .notebook .screen:after { + content: ""; + position: absolute; + background: #161B21; + height: 10rem; + width: 16.63rem; + border-radius: 0.125rem; + margin: 0.875rem 0 0 0.8125rem; + transition: background 1s ease-in-out; } + .callout .notebook .keyboard { + background: #DFDCDC; + border-radius: 0 0 0.3125rem 0.3125rem; + height: 1.25rem; + width: 21.88rem; + margin: 0 auto; } + .callout .notebook .keyboard:after { + content: ""; + position: absolute; + background: #757979; + height: 0.375rem; + width: 3.125rem; + margin: 0 0 0 9.375rem; + border-radius: 0 0 0.5rem 0.5rem; } + .callout .keyboard:before { + content: ""; + position: absolute; + height: 0.5rem; + width: 23.13rem; + margin: 0.4375rem 0 0 -0.625rem; + z-index: -1; + border-radius: 100%; } + +.modular .modular-row:last-child { + margin-bottom: 2rem; } + +/*# sourceMappingURL=template.css.map */ diff --git a/css-compiled/template.css.map b/css-compiled/template.css.map new file mode 100644 index 0000000..0126fd0 --- /dev/null +++ b/css-compiled/template.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../scss/template/_fonts.scss","../scss/nucleus/mixins/_utilities.scss","../scss/vendor/bourbon/addons/_prefixer.scss","../scss/template/modules/_buttons.scss","../scss/template/_core.scss","../scss/configuration/template/_colors.scss","../scss/configuration/template/_bullets.scss","../scss/configuration/template/_variables.scss","../scss/template/_extensions.scss","../scss/nucleus/mixins/_breakpoints.scss","../scss/template/_header.scss","../scss/configuration/template/_typography.scss","../scss/template/_footer.scss","../scss/template/_typography.scss","../scss/configuration/nucleus/_typography.scss","../scss/template/_forms.scss","../scss/template/_tables.scss","../scss/template/_buttons.scss","../scss/template/_bullets.scss","../scss/template/_panel.scss","../scss/template/_blog.scss","../scss/template/_errors.scss","../scss/template/_simplesearch.scss","../scss/template/_custom.scss","../scss/template/modular/_showcase.scss","../scss/template/modular/_features.scss","../scss/vendor/bourbon/addons/_clearfix.scss","../scss/template/modular/_text.scss","../scss/template/modular/_all.scss"], +"names": [], +"file": "template.css" +} \ No newline at end of file diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css new file mode 100644 index 0000000..3d920fc --- /dev/null +++ b/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"} \ No newline at end of file diff --git a/css/nucleus-ie10.css b/css/nucleus-ie10.css new file mode 100644 index 0000000..c1d2f2a --- /dev/null +++ b/css/nucleus-ie10.css @@ -0,0 +1,24 @@ +button { + overflow: visible; +} + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} + +.fixed-blocks { + display: block; +} + +.feature-items { + overflow: hidden; +} + +.modular .features .feature { + margin: 1%; + display: inline-block; + vertical-align: top; + float: none; +} \ No newline at end of file diff --git a/css/nucleus-ie9.css b/css/nucleus-ie9.css new file mode 100644 index 0000000..46df376 --- /dev/null +++ b/css/nucleus-ie9.css @@ -0,0 +1,62 @@ +/* IE9 Resets and Normalization */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} + +audio, +canvas, +progress, +video { + display: inline-block; +} + +[hidden], +template { + display: none; +} + +abbr[title] { + border-bottom: 1px dotted; +} + +img { + border: 0; +} + +svg:not(:root) { + overflow: hidden; +} + +figure { + margin: 1em 40px; +} + +button { + overflow: visible; +} + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} + +legend { + border: 0; + padding: 0; +} + +textarea { + overflow: auto; +} \ No newline at end of file diff --git a/css/prism.css b/css/prism.css new file mode 100644 index 0000000..00005b3 --- /dev/null +++ b/css/prism.css @@ -0,0 +1,121 @@ +/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ + +code[class*="language-"], +pre[class*="language-"] { + color: black; + text-shadow: 0 1px white; + direction: ltr; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, pre[class*="language-"] ::selection, +code[class*="language-"]::selection, code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +/* Inline code */ +:not(pre) > code[class*="language-"] { + padding: .1em; + border-radius: .3em; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.builtin { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string, +.token.variable { + color: #a67f59; + background: hsla(0,0%,100%,.5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + + +.token.regex, +.token.important { + color: #e90; +} + +.token.important { + font-weight: bold; +} + +.token.entity { + cursor: help; +} + diff --git a/css/pure-0.5.0/grids-min.css b/css/pure-0.5.0/grids-min.css new file mode 100644 index 0000000..82bf816 --- /dev/null +++ b/css/pure-0.5.0/grids-min.css @@ -0,0 +1,15 @@ +/*! +Pure v0.5.0-rc-1 +Copyright 2014 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +https://github.com/yui/pure/blob/master/LICENSE.md +*/ +.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%} + +/* Custom */ +[class *="pure-u"] {display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;} +.pure-u-1-7 {width: 14.285%;}.pure-u-2-7 {width: 28.571%;}.pure-u-3-7 {width: 42.857%;}.pure-u-4-7 {width: 57.142%;}.pure-u-5-7 {width: 71.428%;}.pure-u-6-7 {width: 85.714%;} +.pure-u-1-9 {width: 11.111%;}.pure-u-2-9 {width: 22.222%;}.pure-u-3-9 {width: 33.333%;}.pure-u-4-9 {width: 44.444%;}.pure-u-5-9 {width: 55.555%;}.pure-u-6-9 {width: 66.666%;}.pure-u-7-9 {width: 77.777%;}.pure-u-8-9 {width: 88.888%;} +.pure-u-1-10 {width: 10%;}.pure-u-2-10 {width: 20%;}.pure-u-3-10 {width: 30%;}.pure-u-4-10 {width: 40%;}.pure-u-5-10 {width: 50%;}.pure-u-6-10 {width: 60%;}.pure-u-7-10 {width: 70%;}.pure-u-8-10 {width: 80%;}.pure-u-9-10 {width: 90%;} + +.pure-u-1-11 {width: 9.090%;}.pure-u-2-11 {width: 18.181%;}.pure-u-3-11 {width: 27.272%;}.pure-u-4-11 {width: 36.363%;}.pure-u-5-11 {width: 45.454%;}.pure-u-6-11 {width: 54.545%;}.pure-u-7-11 {width: 63.636%;}.pure-u-8-11 {width: 72.727%;}.pure-u-9-11 {width: 81.818%;}.pure-u-10-11 {width: 90.909%;} \ No newline at end of file diff --git a/css/slidebars.min.css b/css/slidebars.min.css new file mode 100644 index 0000000..41af739 --- /dev/null +++ b/css/slidebars.min.css @@ -0,0 +1,2 @@ +/* Slidebars 0.10.2 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */ +#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;position:relative;z-index:1;background-color:#fff}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222;-webkit-transform:translate(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;}.sb-hide{display:none} diff --git a/css/slideme.css b/css/slideme.css new file mode 100644 index 0000000..7e8447c --- /dev/null +++ b/css/slideme.css @@ -0,0 +1,294 @@ +.slideme_container { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.slideme_container ul, +.slideme_container ol, +.slideme { + margin: 0; + padding: 0; +} + +.slideme_container li, +.slideme > li { + display: block; + list-style: none; +} + +.slideme_container, +.slideme { + position: relative; +} +.slideme_container ol img, +.slideme > * img{ + display: block; +} + +.slideme > *:first-child { + opacity: 1; + position: relative; + z-index: 5; +} + +.slideme > *, +.slideme_container .slideme > * { + left: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 0; +} + +.slideme > * { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.slideme_container .slideme > *.current { + opacity: 1; + z-index: 5; +} + +.single button.arrow, +.single .pagination + { + display: none; +} + +/* + * slide + */ + +.slideme-slide > *, +.slideme_container .slideme-slide > * { + visibility: hidden; + z-index: 0; +} + +.slideme-slide > .current, +.slideme-slide > .next { + visibility: visible; + z-index: 5; +} + +.slideme-slide > .after { + left: 100%; +} + +.slideme-slide > .before { + left: -100%; +} + +.slideme-slide.nextClicked > .current, +.slideme-slide.nextClicked > .next, +.slideme-slide.prevClicked > .current, +.slideme-slide.prevClicked > .next { + -webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); +} + +.slideme-slide.prevClicked > .next, +.slideme-slide.nextClicked > .next { + left: 0; +} + +.slideme-slide.prevClicked > .current { + left: 100%; +} + +.slideme-slide.nextClicked > .current { + left: -100%; +} + +/* + * zoom + */ + +.slideme-zoom > *, +.slideme_container .slideme-zoom > * { + opacity: 0; + visibility: hidden; +} + +.slideme-zoom > .current { + visibility: visible; + z-index: 4; +} + +.slideme-zoom > .next { + visibility: visible; + z-index: 5; +} + +.slideme-zoom > .before, +.slideme-zoom.nextClicked > .current { + -webkit-transform: scale(1.4); + -moz-transform: scale(1.4); + -ms-transform: scale(1.4); + -o-transform: scale(1.4); + transform: scale(1.4); +} + +.slideme-zoom > .after, +.slideme-zoom.nextClicked > .next, +.slideme-zoom.prevClicked > .current { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + z-index: 5; +} + +.slideme-zoom > .before { + z-index: 6; +} + +.slideme-zoom.nextClicked > .current, +.slideme-zoom.nextClicked > .next, +.slideme-zoom.prevClicked > .current, +.slideme-zoom.prevClicked > .next { + -webkit-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); + -moz-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -moz-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); + -ms-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -ms-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); + -o-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -o-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); + transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); +} + +.slideme-zoom.nextClicked > .current { + opacity: 0; +} + +.slideme-zoom.nextClicked > .after { + opacity: 1; +} + +.slideme-zoom.prevClicked > .next { + -webkit-transform: scale(1); + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + transform: scale(1); + opacity: 1; + visibility: visible; +} + +/* + * fade + */ + +.slideme-fade > *, +.slideme_container .slideme-fade > * { + opacity: 0; + z-index: 0; +} + +.slideme-fade.nextClicked > .current, +.slideme-fade.nextClicked > .next, +.slideme-fade.prevClicked > .current, +.slideme-fade.prevClicked > .next { + -webkit-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); + -moz-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); + -ms-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); + -o-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); + transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); +} + +.slideme-fade.nextClicked > .current, +.slideme-fade.prevClicked > .current { + opacity: 0; + z-index: 5; +} + +.slideme-fade.nextClicked > .next, +.slideme-fade.prevClicked > .next { + opacity: 1; + z-index: 4; +} + +/* + * page + */ + +.slideme-page > .current { + visibility: visible; + z-index: 4; +} + +.slideme-page > .next { + visibility: visible; + z-index: 6; +} + +.slideme-page > .after { + left: 100%; +} + +.slideme-page > .before { + left: -100%; +} + +.slideme-page.nextClicked > .current, +.slideme-page.prevClicked > .current { + -webkit-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -moz-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -ms-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -o-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + visibility: hidden; +} + +.slideme-page.nextClicked > .next, +.slideme-page.prevClicked > .next { + -webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + -o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); + left: 0; +} + +/* + * SLIDEME TOUCH + */ + +.slideme-touch { + -webkit-overflow-scrolling: touch; + font-size: 0; + height: 100%; + overflow: hidden; + overflow-y: hidden; + overflow-x: scroll; + white-space: nowrap; + width: 100%; +} + +.slideme-touch.snapping { + overflow-x: hidden; +} + +.slideme_container .slideme-touch > * { + -webkit-transform: translateZ(0px); + display: inline-block; + height: 100%; + position: relative; + width: 100%; +} + +.slideme_container .slideme-touch > * img { + display: block; + min-height: 1px; + min-width: 1px; + width: 100%; +} \ No newline at end of file diff --git a/deliver.php b/deliver.php new file mode 100644 index 0000000..b682c61 --- /dev/null +++ b/deliver.php @@ -0,0 +1,9 @@ +t859|l91%ydy%{4ZewH9 zLNU#OK%5)jlp7M#adH#VlN(Y~MSVYG)7F`Dsts8mQIv>+ztD)dFw+9OVG%`1 zdML`ns?&x=Qnp|IfM+dm&(}ePcdqmf37+Ghm#p%f+FVKQ2*chjkzF#ZB~9w-bef!xGBr6D7h{6UGOP@t%*!8rhr zqTX&D_txFJckW8F88SgJDOYWQiq1}9HpST zU`<34PZ)C!_3}_&M2)6kC53tq%16Wv<;B!kk^fL$a$g&o8ZTNrRL|U3FQqy}Aw%^t z%FjbIl=r0M9>Z`rYKq77t>{++@-k0@oM~*1+}p2(7`Q4V*n=HYq=vsI?g5v}-nP z3|{}}ibb1(*R0;YdDD}@+q7nj-e?F6nlWp}oWMD=X3yOms||yGW^I(#9B4HL0`>*2 zG{Pq6qjlCmi#Eba+D94TAv}p9V_D5%k=nR0b4*~E)oRv<#|upiMk~z0GGmR=Yz-V5 ze^pq5HgIj2Au?HKwVD>qoJsnJx#u=RZ=|+Tk5lVmJ2z1#N=q3aw}vu8YK7c-N>4=y zwHEjdq-Iky;2wVdD3u7c7HAy@>636rQ}I+R6-Jq%%_eFi6$}s_rB+ajpcD*stEugP zo136*FtrWZo1wQ}7%h+r0@$R$MYWppE&yKBVk^ODoieQIXI-PMCWPv3^jr9p7*cDDu9q6%xx{?3;;b@n3omixrmwx*YNmZf9p3xm@i;8 zp?TpJjUB@J0D^@;Vq@WEgcj}}s2gf=U*-SLs=qz||El20$!O-RlsfnS_J9)6lK^rf z@F|+|fem;DctSVzuQ6lCs>g=*`}C{(m-TP#-`gM6ukSbXXY`l%AL#GuKiB_u|L6U` z^xwJVb4z_|(yht2X53nKYvZlGw+y#3Zk69U@CS95u-8E9*x%q${UiIw^e^w<+#lK> z-M_Ej)SuN~+27uOroXrU-Tp88`)^UVM&1epcn{s0b!+*p&9_2tnQmp>swD94ennAt zcir7`_tDR9d~W}I%Sf-0+(^%nvXRn}u#+RjBRxinMp7g0j<_@8_K4p{{5Im&i2f13 zj`+pr(-A+9_-Vw=5kHRjVZ`?%z8i6aJ1^|@`u}w?=l`!y{JYkcahKF7zYy(4XAHaLAh7>kswf;WDJ8 zodnW*&mk}LA4ATyzs;HS z&jMIk)X1SUY8WQ8mk8qz!5gX{ac?|#KNXah-`{R{t;jx;+arrw4mTM?C=b`)g9B|K zKbe$=Z!xqbc>xxr!#G3cIJ_43-sk>0XiMsaXE3e+56S@N-W&nebhy1GS=0t{!`!CB zeXl$`20SDCO)=z#yl@A)%foXM<_FJ&aY(!S?qN9ajLc&>wDpF%>BD`=97%ujZX|^{ zkUJb;(Bvllh3Ak$Tkm1o9O@S+z@h#=rtsbrEayd0}DguL&kx00m+ja=Bpt$)C)Jj(+GE#@N5{qN_YooPx`~Xe7HP3 z{%{$_+eqqQIN>I3Ngv^P)=&zdhx-v8M)G7X!|w&{r;s|*7v>g7Gy(!cXqP3lRov@8 zR1fWh=MwT9Zqok0{>Y@@?`{gwSN{7?L`gvE7m2*?lX6LUm1893w2Pdz9?n{^!(W2e zdWpaFl9b@u0BLprBcj#q)KgjW@7iqlGG5Yvz*k2E1b+8G7f(?i1&vA9XxDLyUk5nmBs6~80?xA;He-^DJ8RN^C1NybWMO6ExxOV&s>OP-SKlxQUu zNxCEtRJdwMgQQb(MDmQ}tmIiqujCEMHOY0!HkBMipnS7>{u``WKCv$?i#JtM9$^4u7g87d5nYqQ>kup*r>4Q>U zI$1hRI!8KRx>mYFs*@&5bEW0dI%&J~sPvTdy!1usRp|%PFQwl}f0q6xb;-PBD%k|t zY}tI-V%aj;YS{+aQ?dwIjLaxYk`>BoWsR~9*)iEk*+tn)va7OpWS_{smHjSrdP+V0 zJk_4#J?D9@_1xwe?HTK7@=Wl|@+|Uf_B`o%#`BWri=J_T=4`v|*&UBhl-L)Zv5p0%+J>@(~s_AL7X`wDx7eUJT&{SSMK z9pETV%t<)~r{X4Z^SBk<7A}m7;^H_fm&|2x`CJ88%QbUt++pq*cal5LUErSMUf^El zUgJLCKIVSme)FQdBwi!E`Us0Q z%p9T98WOazMw1pS4`!>y8fGSUh&Ik-O^&x{%~AT;IIAusHq0EYwdzPtZ?PI<%-T3( zf;Poyj0@2lgv1zcHAY2Q^wEZ}*a%}ZXpR=04ir-WpbZI&wOaLYTC*`MGSZl6h=r8Y z4d>%cq(*NDHzt{4!;(WH^yY|Ityyc*hFL*fHES(8GA!v5YmA7AiVce8e_;!6kC&7Z?Hyy8O0n%G}drq zY^2^A7ORi2YLl!XIxW$Sg>0fe(yD_8(T0#%Z4_w&Inczd&{N0@YP37MFWzF+MkX06M(8q>71~9GMQF*2ge2%AwMG*R7f)W-5CO{_W(pxQ1Gtd{5P-01VNw=dm{|+^ z6%j+0-eT37Lc+r$ViLp5kx^l=IKzeEl&qvF4E7NA%LH2ey@o@10m4vTyAQN~fSq7A zx?gWNFHF`H8*d3AI~%7r4CUPWFH{<1gk*m_30u(tfF`iWB#nqQTC}hv2E8F#m?SuDFTQn3UEkkc8@TWC!-F{GC^ww z>q*$~q;*EKK82V{VgW}(B4CfL)4q56 z4)D)xH0hF~^)O1fFcUYy3iJruY7hufKutIFVd8R^gr`Ecp*I_TDL24)U$r5ORbRg-pCjNXR?8@hRjlg!)^B z(D!dOu%iM74)q`)qGOHW+C($Zqs|&;iLn3^gGC89>$Oo4U_&EF=f-R>g=zQ41JxU% z^ai~(IaX`22o=$0BPn|0z*CK8 zK%DqkW2^;?Z85-a0Z6ni9$1JOKmq#-j|FR7G;j-Zd_)ZF6-)}K?p{V%Lg*B4TBUeba0p4h(`{lkhnUa;!S@mlEwb3uRAAna%X|R34lqnNUbFX_%$pF{0bXxjWdRmGt^CFZcG*MWq&*% zpD-JDPJjsSWiSA$4WFQ~!(L z(g@%$q;&`!M=`(;0H;FcJiPEeUTy)bGXu%#O;$^MxH}UvXTe-kd`b#g8@(3xP*30x znc%M+5eqCjy*4&-n6xnX2oC%!5s^Uj?t@SuO@S=#uW(bx z{WX6b2|^FDjXG;w?7RqzWiB8Wa4|QJBTGftngtFZz*C@qy(Q$Y1K?iO@DUL*ch+1% z9wK1j&>$1McLEb&Zk8+5#cF{jf&aTxfx3yPAYib-S%s<1oju2WfRYkWB~Tuak9)I+ z(-1(skh!xT*2bHo!{JN-dNJ<8yjM5m zG60rH7zk-~uZGNixK`kLe=CruA#>*j!96b-j;Z)?t?(j4`6Spia^GJE{4Ojx680Zt zNWe8%t069;H$XAk92OS^LR}2VREDV856=$Q!%mO|6<}C_6UCa{zd}W<5upDiblg`Y z4Cvl7f*bc0-6U;-JxByu&zNWdaxxqBk$}(fNs-__0UlzBNj3priZ@%}*dQl4?7A@u zxFO-}z(C>X2fTOs4u7+;J0*%HiJsMQxqoBiu59bC{I)* zIwpEv)GK;ZbY1kl=qJ%1q5%)ugY$R_l;6D`VIDej?~k_t(Uq#ab(*CcOB-jjSFxlRYtLG(g8nl{qO zbOHT5{ZCLqIVOM^&rD@zGV_^TOav3dn3%)Nr_5K(_smbsZ;XR+Nxh{3(y`L%(je&q z=^E)esaBdKO_%0LE2WLn1JX|EJJNqkKa+kfy&=6R{Z;m$EI>A1Hd!`RHd8iFwn+Af zOe@pN;$&u7o$Qe8lVqKiD_fkJ-=Jui1W386V`Pb1S)E zZZ{Xs={O@7&!utMTpf3Udy%`wead~q-Q@bYKfGjKDz6z{L0&7o9`}0EYlm03m(I)J zmEe`?mG4#O)#laVb=0fN>w?#dUN3vS=Jl4>2VS3feeLyw*Uw(Rc{#l9deh#V_egJz z_ayH*-iy4Kd2jIE?ESR2*4ylzxhxHlZ~0u+4bSNe2Avwqk&^$DHRv=KS#CD3;S~8SQm|;x zN%uXOg<%H!6sOWpT07MECb~&~iaal%Kr~kA@W=0ly z{t+$Uxdi~XHN7!e%}J9R(_7UXGlAu{@LgPTdU`T9mC4D=%h61g=2Yj|)i)V?b+ui? zE#uW(1@DS-MfI`{o?I@T&abi;)~M_?7x@=n*uipt?Z;r>c-GlBp66Pcnp(J_b~W~k zJU4;W8IE;z9Xr-_5FpZ3`8gH2s@$By{Co|!66RIRN3*C1^>ST?V>+@U!LTF2up`?- zL$|?lw4^nqr~{nKnUu7&6b%lRrZlCsr~{Z@h76@~^htykcl!R`V4$yrCB3Hbq$wn746_@NOa-3Klzp2l^gn2VQjbAuo0?#JQLL z$Mz}bSE*b<%<3&$R%={A(pBfD{9}jO88R43TRRf@j!umu(~;H5a&uR%M853YmDj$} zIQyjET)Xy-no~>!4446Ue9XYDW$(ym^9NXsBiI!j&bBmH*VjYd5uCtsQXS7>`8HO> zDbN}`0?ouLy46Rz8=vn%p8Uqm@ezB}D0m6pght^=)w6thX?kgz2G3qG5zoOZl-P#$ z;62Eu9_V9|U>i5{jy^LBsJUYYou6NrldH_F$f?R#6Z}L^@PMpQjwrgSs={8Q zoOChE&E(fDVqJZ+_^S(9K%?|z4Qv@&$Gd6owP0l%>_y%&IxVx)7#jOLcGPC4#d!g42=Yrv!#JYwQRKph}ax;`_tIz`20);H(1 zsJH++i<8d1wvyoE7px2R-tQK>V~5{WU|KHT4=~~?>;J-zTfD!37u?D8Q>s%Z8#$yy z%h5wD_x>xdywB+ughWP$WMyPzRwT*3=TpiXGn-0FZKbMbDvnhisqR1g!-dcPCCh&K zU-?&5z+T@$$>=nPF5$IkC4LdF#0#)`=@RwFOYj1u#w%4&w-#zI;XGu*dusADPKoOm z8YZ0Itm0}4+W;2`1!=edNfwuq23(9Y^AiBwidZ$*g5O$1LZ$6+E(!Uc|#A>nDKry|{>zcC#+K%kF13+aeB` z9VD9p6UpVd$^V7B9CH{zE9`mIIchS3J(9JvNG|5m;2dy7E#^4~49g)Y8pA2@Lg!dK zg2BOf!)Nnef3=~Zrna)izq+0-OJ%Z4GBT8|Rd_LG9C|4SxZ~=3jfW$p9$pYw$y_dg z$>JhlV>uJMiW^X%#R@E9a470Q>roqx9zaWQErSDbk~yp(uQ0DT&%cNvuP5iE^LQ+u z26PNWna=x2;dpDwYtF2PX<;eXb5R_ zZZpZ*jjdH0&h{xRQ82^3_v)+fai0dznTkb#fpNA>TZj!$wMBp(y(a5G+OcF=O-IX7 zI1yn7^P5|gEmh6+^=fi-zRxzcYPfTi=c-TFqDL>HS)ZW?kxW)_xu>W{<;ZnRKUuRK|0& z{yIfL1XJ`OLv>qeQ+d6Ac^h59pu}O!d{)1 zv*gVuu9H;FWrMuddxQ0v#UA3Pz#$I+SM%g3Mhc$GgAw6?7&+-zJQ9zbG>QEFIth(L zBY*uBja2)zlewX3ESktVZS|5(mkM&oHz$Xv$b>E&ZkH^c3ZkKeyP{@`J>81Zl|K725KKL~og7cTUw&+r2C zUk9>oB)d(Z#5JNP*mUmDq4TywX6_8%+DKj@yYsN}P;F;x zs~Sy06X}*#uDQ7i4t1y4@e^&gBNN(#@|4_eym;lN^{dj7Q_?EUGMmj-qU3N8NR(vr zL5@U0AW!DyaDfW~n7L>qoU7ycb%~=uC}_($bO;~RAg|+gl_}Tm%SPM9pFM`C+p(U`f$Ogj39`p#D49F9Oe2B)Y(1=eW zw)bneg>cL|gV(T-@p*5{tE=Jcu_#{Qxp*GXIvt3kkYHpQ3rMZzl>31_u>s6-4t1k$ z+%4rq9}T342VUdi$!t^dQ!_JRmu7%?geCz#$k7y78#|!3og3_v;<;Rny}YW5!%{qk zYr=}g#4>emYj$g9vy8LVs?h8`L_|TiBLNz~6T}mIn`7Q#x%%eXmYM^ywlbt>Y*KQW ztPgGNM5|#@Lho##(bo(L9oRr~qe#cANDc%f=kjIw`MHHTDlBJG(mA{ekB4g&=UR+@ z#y>k2b08anAWukZCeRZa(ch0ofCOX(Es0wN+K`%qt+#QuZ7_-y0m}#2?n`dsD*wD% zU9TxGD=jNm!ZzETgs?z(%&2dH6S29assTs?*$2o*DW}7G$(=zkCn=n0K=g91j%PTP zO^O&KdH%vD8V)3XPz7L>;2B8w07~qv;%G|;IoyGV`0yOvTG|Z!pBsQ#a448*<@V{7 zdf2gEhBIedl9SbV5}wF0Z(rH8R)gfF3J%|GPxzE<#INuQA;=Fuj>54gr^1)E;a_nA zo)4mW8(@oc8NVA2@UCNk;D%})%w{#z2H@ok=K_g?v+@cKVge`%egi3pAfR$7s)V8% zDeAC@I!=iS?|Kv_iSmi9WFEB;;){P5Rf%dKM4(>OC~6j+5}g+P=`qz~g~xw9Zi~l? z6U67mcO<+dT5?YEC%uhsrC(z|gAE zO*vJ0Soy8esY(oZgqQLER6n4etX{4*s1K;GsNYi~jhAMuW{;*_b1QI4;QGKH$2>CT zA7i<(=f?Sr+dQskyn1}e_?r{PPpF*GHsRt#zlr~zR50n=$@LGNnX+igA5%|F+cqs@ z+S}6~n7(}aZ!^p@%4hsObLz||W*(ijYF6oN$QX$5KDr7zAHmywn^DlpJ_O|_m=Lh-A{Et-MyoGSNERokiok) zBnhB3NFqWKByj{Ii5OXtL=iv-I)VcRzH|jku>?yL&Y*4VU{JsS#rOmaeBcup%p(vg z?BW3W4M&OsA3!q@+*i8Vuj{V(uR|WXD@)op>iqEmJe@|bq0uaUO$x21Z|quaWJ_xUXAmZ_~hhx4bGFsw0wse^@d)0B zL-DjAP%gua%Yc&7*ptG~HMb>n%yYV^Ir+quNu8Y~X zOsAO}fxX6IZ{=QTe4}1~-O+ORpvERWcIMrGol^hUixhq6Nu^Kwy$j!Uz@hXT4-9Ss z-^eat$rCh}7lHN*%g%HL&}$Su8|+c)fPpL~YD3OWLx-U)QRDO)^r8pth-2Z11unc6 zgng%-ae6tu=(e_wW5-~S1W_f(E39}MY+<0HH}t}`?3|LK9Q9xyw$l+A#;7pmon0@m z&K*)1ESq+ndV%!`g!5xSUcduLyEub)22bZfY4K@?Qx%R1r~Nu#$Db%*0|u7If<;f- zZs~|Wl!(S*4>TT2kOs?S>p%Q{+3%`Sh&B5C`;XrEP=ho`23o%ajYA%X+By!lcghCs z(t*>G`3tf5iS25v9E+7>u>TlY=(eddSF1{x5@z+(?=Ec9VE;d`68_zm&3^yMUl5~Q z0Git}{%n4T8P1e5L>?Gep2ptkLk#cJzMcm|(|{by6<_nIywA5V(E)G8Gcom+3bm`G z563%p(Fbx;4q8>~c*j#Xi_WWWENE06tM5GgA^R;KAldIYrnu%>=<-IpTt0YLpJO5Z z7ka_5=ykNkF$!&QjdCo4<9+{Y{}-4YM?Pfn-Sr?2iLE?(P=OM*pd0w2DX66fl@N?-1iD^%I(}!F>Y{#DE3uA#DGd2hEe5<#MzbG*8eJ9rAVS*a7>X z{S`8p!61R*K0CV=3?EN|rl+Y>-AblM$u#nWsCFL|0B zfQG|)pZ4~I6JVA_-Cz?4mQ3W`hJitlTLhF*gLObK6@qDS+lA0x(4E2J0agpr&cu^; zCO{MD_+OBcSu~yntMX9y*I=$xBgAa|S3PuJ@wbLP?TrDFLn7oI!1w?W6b|fFfXJWR zs>T5*;3zvdesBW5jGjNr;s6}*4v+5OI|y>`@(7+gbxs`u84}+uPY@vw00iu76xufo z;xcky3)%Z&;>+Yhm+!$8%J?!scS9CB;mhtZ2z){+m9XdqJo!a-xeFw$i9EJ~O~`HB z##U^V3ifpbIY!5;!OjkR*D9R>68VYgd@_*MUtkE$$-fkUxcc07c}E{~7;XvDpX)Cb|1|XFuvZq>JsB#)PveQe{;jxBiN^8{5K0jUrRqVzDg~18#Ciz@>FQUv zymy! z&*Od810Fl&u{>a&NYRqnoKmjF>yBohOh1`&!vECeGZ#-?l2ulhSKE~}#We+0>ac&U zetlbytST=DEOI$HMPT2?V*?FMarLpa{zkN(ZYfS}NLFDp%px@Hdbg?*+HWKXULd8 zkEK16c|6zUdZ=x9l%!V#N--vs)1Y?7`7@ zUn0ko6}wEv0^s#bf$8Y;nt{g#G6c;O9Rxkp~37xp$cQT7Cj!TNVhT`^& zI&4Hw_&KKS_Q{rzgsVT3nbUxjS!=s=ByFFeTQM)>Kqhz5aopk1G=ntHm(bZMG8dQ$BhNn1}_Fh1}7Nti)0c zsT@ogRyZ#PtP12$h;{@IwrJG15JZTZim@zu2-s#H3a(^DF9b*f!~-`SXB4TWX_;v% zT*RcM)i;-FDx{sz1Pp>3(E_#;_tAw?r_B|uIG=Ss?X=o8Z{QexDBE<7`o%{7?Ua9oUL)qyK{_Ai_VIOP#S7N&Z?ckpe>SiZNU9u zm_q=i4bJZ5(sVGj!PB!f7mo=XL{82L5inMgk&7V{T*SK~8Nwgw=%`(Z+g00lwVjUA zU=<3WUD{k?Dq6tekKu^y$hJ1`S7AGt=)v}92iHh2woB0rmiQX{&w_)RM|6e?WpRxG1qwgX1Z!msyPF7Ub7d7P6Vlc}3fyKQX z{8za}`FR?A4PT@4^9plwl!99goGkcu9*=ILU}-~rO?{;X|K@0ah;2_8fQ@>SAE*Hu zm0Ehb1*Q3A1^#G9oZ@s=Z~7@U&T;h6C(|Pi z>r_B2x`_Sz(lt28)kCN2v$jPmT?xPQJ9rqtDh3Y{nDII?+Y{^5u5Q$qRByH=X89*( zW+qsbz#re{>&mNY!JH4q<+i%|_71QcjvmY20Be`s_Y9ba=Ca)^9*q@#$RFGQTd(6C zD%WBR767mVjOD@V9ovsqp^2K>2HSzmI?N+AtVd2c@Vk*_I(IXT8ZbX?y>VB zUjx`hNA3vvLF4-_R%7+suyd>U8$5c5_dOFpf9J3&TGE@)C^juSC%r(E5|OF3M9T2A z8F=ALyha5M-v?g!X1a!$w-VTSu>AxDq`vRwfu|HHXh4~0-SQeQgF!}1ZYz~VPn9c zflBaRv=`n3Qn*Usc#Ek45eF0^LSR7lb6Mh?HnDpSg`cyk1F(JR%Ob?7Vgyf{qpy_(zgvuS>Vj=cLo{pa z>7>`QufDBBFQFGv3;F@B7jX-I>9Oo}NgLE_GwF{*7W7V4osfp`C!~n`D{ zw)N2Ge`)&ziIhHfGEX#uH_&MpKf(LB?vesIuAl_mzgzL^#-FF3QCH;Vl;)~*24l45 z5hQEJ5XpdL?T;vL1Qt`RP}9%>a6BA^|X!|NjdB_-jxI_CZ_l=Idxa zYiv&H$kZH3Ka|;-Ec<2Ut6=@}QDUDhSUP#7+LCO}G^NX|nW;%eh5%56KxP0ZU4iv*KA7w1xTwa7;q_g#*D8$PI$hF$~8E;@fbZi2er?M%mste&UVe zXw>l^U;pv=3AlcEd7Zho235`~JX|gRb zKMD8VG5SSkg(gI)?#yI@*VMn7sL4H8YOkr6)!UoP8&pmwgM1I4LNhLF(2)Uk4S`SY@Fxs`Oc(;0h69>rvKnWwBS-<;xgEr(x6DibxmxA2GpmIW%yoQloTB&TirQB-&)3iy;JKCM^{C2fZQ!-8vmGcos@_>` zs?06jUahZ9ZjxoybQv>rMOIl>wlW*yIdawc z1=gI%9Q>fsugF}o-=uuC4DGI?OOHNR`nu}nH;VJ$(-gdSwdhq6NdZ#d`u?6~~Z{9B`t z1-wD7iVv{1TrJ$)^S%f-D(W5jPFReasvb;xyJU+{ge@XLF!sW1Y>t#pxHf&n1 zT#>nH|1Pz8XL!_BlgzYrRr(xN=QBka^;w~<(os*A)DqVV3{f`x~wu*<2rlCTY(;`{I>jL zIg(cYQuReK+EM8DP0?Fb7i+$1ey6Rcv#0a&>5I>wJl%P&@mbk{muvs|59Qaf*EhbW z_U+#I{v1%Pj(mLjABWnTWxgjboH*Xqepc3gw(i1Z<%PWN^t0;pv+-Sq_cH?QCUG% zdPQ{U<|=F`!^+a9%Ut<>^NXIy4^bDT=A~pM$7FvlUt%w-s(;S!0?Is#=3GHno8CWo>lpI)FKe$jT79zST+OkX zwj*_?YR}i6x1XsyQCHPo(E_mQ%IeFS(o1y3!G*H?$*YP&RM{3=S)>NP*O)ZkUffX9 zT;l&u;qy61(`3n|nI*aE+#T^)mAc-5XO|S1md4@P{+a8x;&v0(YMUovWmkUrJ&Pu zXoQi+mlzyVO8Y8*2502splvA@57<9pE;b(RGHHC@z@yN7Q&))11UB+fcs{K&H5xCf zKDlFG%!H&Hbw@N1lr{f|?xO7oSi+$#0O~rDel$eo146*S?V*`hq6(0H%NP%`pACJIXr6*_&%wUIKAOx$>g;p&(WnhH6fYKMq71sza*elGHFyzT zNPIVF5n6Pb9n8$&3wSgMoXv3B$C6Mh1fewGk~#e>zp;A#;b65xG}uIkv|TbiuX_H{ zk&Epb2jy&{55H9X#uX)4CZOX@#Zq2#rw<$&plbvIOi;aXCP=0bJUn3c-RxUQ+%1X* z{>fL~SNpafs_Cq6Q#Z8rzSI7;tgaj)tW-6%1zF{q_Q!hHHYCdG6KgDHrSE2tnfv2@ z*#3!n`zLrG>Rg06WEV2S+hbHQ5ecCgnnkz+d`6wy7t4G@cPx&bJ`uY72A&*2kiR() z6bXoV6U+i~@qib)t=M{V>dOo`ML-S4(`fXOqhDdqDM`!8!N1|({Bm;AN^(==Jist4j@u&|VHkfH@Du$@Qy2AQ$ zyS=B!4Apu-Qm z??=AR!Q1>cw5nx=g{6hW@|2gSS+|amKUv#qsXH{+_oKfB=iXcIlJfGBa)=elxEVFOi~iUHd&I=pcASXucdT%& zI1%%L?ZgRx=S$9)Xz&P5Vg--jbHH8UD3D7bnD#I%oeT0z8Q3~q@{90U0|W>Iq7TOh z1NXBNgAP&M96-(t7<7ax5CV`lsF`;0Kr{)mF%V-31dg>2)dn!v5Y0Px-e3)^bLR_u zAk-tD0EPi=Wb4oq5)tMOdh~ZfmOf-|vv(;;YY^!I0+^8?SJRo`dC@ukP#kZu9gS@X z7R zCS-&8Ac`H_`5nyExf3wSe-KjId?+zTryShb!;;qltDAkOl@Z$Z084;cCoF^bIV@Ee zi3{;N-Umb2864mq;zq|m6=t(Nu}cM>#x8r?A+v@+MLw**Gn*WdKniw(tq8euTdsi8Zq0W~rrMOat z%m0Qa9T0xxB&|C-8&94BV}cy@fj6lSv`8TpH^P5~fbH1MJPwr1O5YI>fq5L>0N%zO zpw)L380LDgt&xsGhe10dgc}3xt5^u(a<_ofE8Q_ik&>4J5mvKj)0vr&g(IvQf*&EM z=Wz@dRD$rSN=YG=v%iJN&b$_g?5u8v$WA1*LC~f?kA!H=1=V$Z2@4m*i z!)jf11|vI|n8CTKI0gr=6lqxSh(fRxsD;zUZFwYAz1w8iX;p%+pFb`A>8H=%KcT*I z^vK~Cl@~X6uZ!LX%cM?9PfXsuNtT-rdYCFNudJd#gZ+NZs4Z-@H~OP-Um>6O(8DSS zoDRl3UI$DI2g5tT@K!iGt*{MN6a;gygZes?bp@Y!A_yRcap%RV1Aj6_&7Kx;2d?wJhEtaB~olpbt#z|334}xAjCm}zo^*y)xKLutVI8W?{JDyFB1Q@ zZ_8I|ht9Q2;aCbEKK)ESZ-CDnes(Q&ErZV-ejfVF;b+G(wNC)OE>Uz9__G-Nz3=RO zZ6z2L7<36;qB{jz2UcO}R4@MkgsPa&d5c9es2Nn#RuU84VO2XdgMo>XE1Z^x!2y&xJLkH-3zbN3m%kH8KljihAJNb-ug>0nsnuBd*6X?d6;)zd+r*T zW2CS(mmnq)+H`6@{E%?I6J&tp0rb`DATh%L%b^w|O)E&6u#ND-5T68qh?oB|I~X|p z2@cFJ@H7ifZHSfthPe--wSjaqP6Yd#K)hyrfmUFjYbnTCJU^_5+x3N53hR# z%hh$(x|pT}S$1`GUZbk5zWG3NVQWdVrl`BPyIbklk4}H?SP7qr0PoF%gUtaaGMsqM zLWgx1?>y+dy%z!%qyh8|Q3L#d1ncPA3r`1b?*eB7@SU5^Ai{UTK*kTiV-(5hX({SM zd~#Y-s|GzOZEb1-=Sncs(wLU4DMm9C=_P4d;9uOpB&F3gYEqmc8a&F?73#_=d%0bO zOpM)LR8XaQxY8$jL6_Ykc&_$lHY{ri9Qr?lgOz-=rM)PkfMXZbcU8L&C61U zPD*?Y2U(X+x>f4h?fglZc;v8 z4XQz@C<#qQf2!cj1MkmH#g|cl&Gf^j-P?oJ;GFSuJ$4<3t(D<3({U9}#P2J0<+>`p zx+3xLwwx_^=b~}Sgz9{Iih9qH1F>&>{Td2=L3RG-`qbw&u{VB6y{SUe(A4wqAe9D; z`f9Wr?Y)Yw${Ma#zj>8d_#v(fJp@s(pg{&fWG{s1xT8FPC^iG04cu0s8#oI-dO3!C z)ukmxrS$QQT{BkW8dtF1<*URuP!?W^j$vPQNohq19dkwZ{d=g!5q!$w3*la{n*$Ow zUgQWyI(rdKs&+03P}IdMxon^wJ+EegJG^7B0Xxyc%CLKZ^bQ;6Uhr6Dl5U z*PMIqT+i`;$Qlk-w;v`8L*z602~b(lJVNvDvqSXW2=x9Z55$h2lomT!MMg4@`|!bbNtJ)t8(lGj!JyO57)!Bt(Pt>F0vKDH>o6MXX+Gi=;uJYQV7SX zDF7jBiywIBDywp93TsRJOKtE~7}!oUH*Z3GK79S*zYT3e^>CeVRgw<&V*iqIh%Zr9 zSC>^(g0^$Bwx+V7sNNq3IoG3kXx`16S5eTqtNx(10=0Et1*sM6Fn;`rt0#cl1;ImD zSRpS5K1Zw^3dHeOM zu@muwpA$d5brnd044QhC_)A~aod2Qw`&c>N|F)9h5%!0F8W~ zOX7qE><;<;HLE}y1wH9Hs3Sy80@-H}q@3Y{UXUS<^Hw5*49O3md?gc|=`UFU{A{4D zfsjB9Qhx~vM5zLGEd^u)kVD*p1(97&Lo5)Q4r>Qeb258EQC(D1Sf$265MffCpAA7} zu0Bx7gPCP)Q$bU99Yk<~t)Ve9xh6@Kl$@ImT2Y@%PG@Hoq@^K<+=iYnHXFSjIS=0spgd563i}N>f zk6XpVsBFQsxjg;O?JtUpi3k7a-Q)VbjFxT zvu)6pLrfF{lxH+gg0LQH5P-V>h`o9|_GVmVuA$1Ut2S;}6C%w{$x2C4(R#2LTireA zGXTz?AH*3;N=>Ee2jA~L^BMn|dECX&Z;-VqG#0AMi!9bMen9!STMt!W*k*AJ@r}uQ zOwxJ#0$W;D`|_L0>bXB)X}$J3c{4?dR8nb)ib(I>Bhm|}!`AHMjyMjLHP^%~-Mo6` zw)brZ^7oZWu@o)zM-Yj0asEV>kgepk&VHgHWG&VNHI`!fX8XTrvGZR*G;ak; z_W2{SfrA;dl|CgNoxWurPdk&P60(Nu^~V4|r@17&e~&0W^3bDNU~(%E9)-op%uY-c z!!*o*9Hxl@^o{X&85^7#&^;#N47#r>34Hv6m?MO%%Dp&A&K~$gK==z0Z!KOreIzYJ zA#wr=C8jcPn25upDggj}Cvm6@vF=Xfc`&lY418P3?p#c^TJ*y6+{M}Iawy-Ig>1DK zY~u>H*|&zM-k0?pe*4j*+qWO>+>w@4$0gOJ?bxYe?;qVB-jj3QZPzMy(gsqpp^5YA zFX&!-O}Fjd=*mbQYb6XH(N}FJ(GedN384c>e;Q10bUcFbZU6}(KwzBws*Q6FYaiCZ zZ#>h|a>fHt=4mJiy?OObZ6j8`8bz?L28{2 zw?jE)-rUJk=AOM;r}^|8;JYqI*Z+LN$?fbzkl5X$ltsyf3BcYCtWMdHv^{aV?~eVu z_U_y-&9MQ@s@g$iq|>$<&YF(d2q6oj0kB)y(C~t={B60uI#4%?j0yP(YC21tkd&N| z!6z;?Xbnq3Q^JzN5~<{SpB&GQAwU;D7aGMQZ2-R`&61Xr&NZyxwPDBF#4vqW>NfgX zxDR65@rf!rQ<9LESY+hLz;MUbg3zK+-;i~|8$#AgK|X~5LkN-i*M)PyeIgfQ&ov|Y zKxE(5B-QHcQhlqzLP;5J54mbj=OuLx1%qt?^bw&`B{My_)@>-2gp*gR(Pz9{PZ%WcbGeJfMYUJa}R{xq( z!4Wm+0@+>hv3$}5nLGtwdB2d)!dJ|$Z2BieX4oF0#rORpS2BDwoUT1t*y&<5l|L z6PbO#Ve63PCayBPXnBxIzSa7(#u8(Wjs~D}bToL~v?1%ZN$GZW z!(kqL9+nsmT)E>$aPm%m1+I3V)#N2Ly7HrVueeoKd$91>F;#VDO?nmAaHRC?IaN1U zZ&vTC^W|P??H8 zt(!nK+>8$!$*cVzZrvGPA673t_b$aqj8zAT<+D#>a3p8$?kzvX?;}qU@g5?BC5kU9 zNte%;U|{64t-UaPaW-@T5p?cToA-<*J~B<&ohWw)w!cW5@;|KTS&P zdM@^C&=Jm7WvQuF;Sk3XkA)rN%thJ7MXHv_mUYKCt3-bAB$=I!*|QU!uBKhZbP#=E z{Sx{zpByqec&nOX;AWqEGK|~B`?q~EWY@agEBCD0xAy$>Ep+Iw{iNP-%OAfs{d|!=I z%ex;^FJ#^vx*H}$k2uZ0HJ)?}>4_CsabMZA&Jc#Ys@R)F(Rw9Lnly(JKiTo73>MNq zq;8P#^nSs+0)*yGh>sxm?VNs(q>+3~)5-AR<@jg7zvM1>+fC`5PU709ONw3o%D0y+ z7|mswByTJ^_0cCMPF%l!bkVeIUby+#Unxi=_cmXCea8A#Yhts;gSNn2s#9Pz3USvXoF>* z1qz5+X8?tr|2n`1gQ*WEI3#r%uqSZ+d-PuzdxCevO7{WvelUFa4`d{OX2>D4?1)DchD@fD zkx%dkAp|kmQ5vKI{Ml#3kIgO2u;~m?lEMpM-UP%pX}gRT#qSnQ+qz-D6$q_np!we% z#v?kG2bBWvH=AG#w*FfNQ__W`u+YjV21KEFU3k~oQ%RRJQ(xlui|RfS2y{pT?e^Yl zoa-{#q3lO}fkjxdhI{XB1CWzLfSViu(}yU&meJ<>;tZL)HC{G=GR2dFGCGgM(hcOp zc<#XBrr@#!>B(h9OJ=BM1i{H1Fk=7*NWK%0{1(am0WAXt1hurZ6dgNxgexm*+I8T# zlzdnWQp*O$sKYg~>3mgubySt5{$3Fhd@G5fmb|miIhNGRb505zc}JO(V|1k3puUlv zVK8KvQ|##wWHRMgrSb{-)fbf+_Ed`@!;qN;Vuv*?H#5f~&5~GivT_Y}>8uM%b55o; z-2&{m$(U)(uo!Ha)=Zn(Y?0OnDswC*yTN9#rXh)#k(r%lO}85C#+)1}!T?>BW?Q-) z$N&gO7?C!&r8$gJd2c<)gch?+dfA|~r&?1?TuPcDJ&%jV_J>m7EhjX#&CG}$0P zV@ffmr)Q^Sg970&18-w9*`%(;t~pG_3l3q!?yMtxnd!T?G&{m;R=oLg7VQ$ITGp7= z0HX<~kKqLViyF`ZX25vy#L&qLUWauretq((&qI0l`2SD>mMinB4LhRCn7V~eVN$Fu zP8}EPK`3b5+K*vxxV7R}@zhr)XmR%Is!M9}cy4h%WV1ykvRAQnh@pe{fv& z4*p=(dxuqWYvqlw>o-&+{ZrCN-X*Vc=MP?M_+-0u_wDcZ{HT^2{IRNumXT-n?|1B1 z=UB5$IlSCH!4a1o75#4VyDL-+@C;qngg&E|n?r_%!H$Fxa>!;Y#Q zJ9