assets-rails 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +65 -0
- data/Rakefile +2 -0
- data/assets-rails.gemspec +25 -0
- data/lib/assets-rails.rb +7 -0
- data/lib/assets-rails/engine.rb +9 -0
- data/lib/assets-rails/version.rb +5 -0
- data/vendor/assets/fonts/bootstrap/v3.2.0/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/fonts/bootstrap/v3.2.0/glyphicons-halflings-regular.svg +229 -0
- data/vendor/assets/fonts/bootstrap/v3.2.0/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/fonts/bootstrap/v3.2.0/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/fonts/bootstrap/v3.3.0/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/fonts/bootstrap/v3.3.0/glyphicons-halflings-regular.svg +229 -0
- data/vendor/assets/fonts/bootstrap/v3.3.0/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/fonts/bootstrap/v3.3.0/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/fonts/font-awesome/v4.2.0/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/font-awesome/v4.2.0/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/font-awesome/v4.2.0/fontawesome-webfont.svg +520 -0
- data/vendor/assets/fonts/font-awesome/v4.2.0/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/font-awesome/v4.2.0/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/jquery.flexslider/flexslider-icon.eot +0 -0
- data/vendor/assets/fonts/jquery.flexslider/flexslider-icon.svg +19 -0
- data/vendor/assets/fonts/jquery.flexslider/flexslider-icon.ttf +0 -0
- data/vendor/assets/fonts/jquery.flexslider/flexslider-icon.woff +0 -0
- data/vendor/assets/images/fancybox/blank.gif +0 -0
- data/vendor/assets/images/fancybox/fancybox_buttons.png +0 -0
- data/vendor/assets/images/fancybox/fancybox_loading.gif +0 -0
- data/vendor/assets/images/fancybox/fancybox_loading@2x.gif +0 -0
- data/vendor/assets/images/fancybox/fancybox_overlay.png +0 -0
- data/vendor/assets/images/fancybox/fancybox_sprite.png +0 -0
- data/vendor/assets/images/fancybox/fancybox_sprite@2x.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example1/border.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example1/controls.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example1/loading.gif +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example1/loading_background.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example1/overlay.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example2/controls.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example2/loading.gif +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example3/controls.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example3/loading.gif +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example4/border1.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example4/border2.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example4/loading.gif +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example5/border.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example5/controls.png +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example5/loading.gif +0 -0
- data/vendor/assets/images/jquery.colorbox/v1.5.14/example5/loading_background.png +0 -0
- data/vendor/assets/images/jquery.flexslider/bg_play_pause.png +0 -0
- data/vendor/assets/images/jquery.owlcarousel/AjaxLoader.gif +0 -0
- data/vendor/assets/images/jquery.owlcarousel/grabbing.png +0 -0
- data/vendor/assets/images/zebra_datepicker/calendar-disabled.png +0 -0
- data/vendor/assets/images/zebra_datepicker/calendar.png +0 -0
- data/vendor/assets/images/zebra_datepicker/metallic/default-date.png +0 -0
- data/vendor/assets/images/zebra_datepicker/metallic/disabled-date.png +0 -0
- data/vendor/assets/images/zebra_datepicker/metallic/header.png +0 -0
- data/vendor/assets/images/zebra_datepicker/metallic/selected-date.png +0 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0.js +12 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/affix.js +142 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/alert.js +92 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/button.js +110 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/carousel.js +223 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/collapse.js +170 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/dropdown.js +151 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/modal.js +280 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/popover.js +113 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/scrollspy.js +170 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/tab.js +128 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/tooltip.js +457 -0
- data/vendor/assets/javascripts/bootstrap/v3.2.0/transition.js +59 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/affix.js +162 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/alert.js +94 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/button.js +116 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/carousel.js +239 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/collapse.js +211 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/dropdown.js +161 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/modal.js +281 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/popover.js +119 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/scrollspy.js +175 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/tab.js +153 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/tooltip.js +478 -0
- data/vendor/assets/javascripts/bootstrap/v3.3.0/transition.js +59 -0
- data/vendor/assets/javascripts/draggabilly/v1.1.1.js +2 -0
- data/vendor/assets/javascripts/draggabilly/v1.1.1/draggabilly.js +615 -0
- data/vendor/assets/javascripts/imagesloaded/v3.1.8.js +2 -0
- data/vendor/assets/javascripts/imagesloaded/v3.1.8/imagesloaded.js +335 -0
- data/vendor/assets/javascripts/isotope/v2.0.1.js +1 -0
- data/vendor/assets/javascripts/isotope/v2.0.1/isotope.js +628 -0
- data/vendor/assets/javascripts/jquery.collageplus/v0.3.3.js +2 -0
- data/vendor/assets/javascripts/jquery.collageplus/v0.3.3/jquery.collagecaption.js +143 -0
- data/vendor/assets/javascripts/jquery.collageplus/v0.3.3/jquery.collageplus.js +401 -0
- data/vendor/assets/javascripts/jquery.collageplus/v0.3.3/remove_whitespace.js +13 -0
- data/vendor/assets/javascripts/jquery.colorbox/v1.5.14.js +2 -0
- data/vendor/assets/javascripts/jquery.colorbox/v1.5.14/jquery.colorbox.js +1090 -0
- data/vendor/assets/javascripts/jquery.expander/v1.4.12.js +1 -0
- data/vendor/assets/javascripts/jquery.expander/v1.4.12/jquery.expander.js +453 -0
- data/vendor/assets/javascripts/jquery.fakecrop.js +1 -0
- data/vendor/assets/javascripts/jquery.fakecrop/jquery.fakecrop.js +153 -0
- data/vendor/assets/javascripts/jquery.fancybox/v2.1.5.js +4 -0
- data/vendor/assets/javascripts/jquery.fancybox/v2.1.5/jquery.fancybox-buttons.js +122 -0
- data/vendor/assets/javascripts/jquery.fancybox/v2.1.5/jquery.fancybox-media.js +199 -0
- data/vendor/assets/javascripts/jquery.fancybox/v2.1.5/jquery.fancybox-thumbs.js +162 -0
- data/vendor/assets/javascripts/jquery.fancybox/v2.1.5/jquery.fancybox.js +2020 -0
- data/vendor/assets/javascripts/jquery.flexslider/v2.2.2.js +1 -0
- data/vendor/assets/javascripts/jquery.flexslider/v2.2.2/jquery.flexslider.js +1157 -0
- data/vendor/assets/javascripts/jquery.infinitescroll/v2.0.2.js +2 -0
- data/vendor/assets/javascripts/jquery.infinitescroll/v2.0.2/jquery.infinitescroll.js +821 -0
- data/vendor/assets/javascripts/jquery.nivo.slider/v3.2.js +2 -0
- data/vendor/assets/javascripts/jquery.nivo.slider/v3.2/jquery.nivo.slider.js +662 -0
- data/vendor/assets/javascripts/jquery.owlcarousel/v1.3.3.js +2 -0
- data/vendor/assets/javascripts/jquery.owlcarousel/v1.3.3/jquery.owlcarousel.js +1517 -0
- data/vendor/assets/javascripts/jquery.pageless.js +2 -0
- data/vendor/assets/javascripts/jquery.pageless/jquery.pageless.js +251 -0
- data/vendor/assets/javascripts/jquery.render/v1.1.0.js +2 -0
- data/vendor/assets/javascripts/jquery.render/v1.1.0/jquery.render.js +56 -0
- data/vendor/assets/javascripts/jquery.scrollto/v1.4.13.js +2 -0
- data/vendor/assets/javascripts/jquery.scrollto/v1.4.13/jquery.scrollto.js +187 -0
- data/vendor/assets/javascripts/jquery.timeago/v1.4.1.js +1 -0
- data/vendor/assets/javascripts/jquery.timeago/v1.4.1/jquery.timeago.js +214 -0
- data/vendor/assets/javascripts/jquery.turbolinks/v2.1.0.js +1 -0
- data/vendor/assets/javascripts/jquery.turbolinks/v2.1.0/jquery.turbolinks.js +49 -0
- data/vendor/assets/javascripts/jquery/v1.11.1.js +1 -0
- data/vendor/assets/javascripts/jquery/v1.11.1/jquery.js +10308 -0
- data/vendor/assets/javascripts/jquery/v2.1.1.js +1 -0
- data/vendor/assets/javascripts/jquery/v2.1.1/jquery.js +9190 -0
- data/vendor/assets/javascripts/masonry/v3.1.5.js +2 -0
- data/vendor/assets/javascripts/masonry/v3.1.5/masonry.js +205 -0
- data/vendor/assets/javascripts/nprogress/v0.1.6.js +2 -0
- data/vendor/assets/javascripts/nprogress/v0.1.6/nprogress-ajax.js +4 -0
- data/vendor/assets/javascripts/nprogress/v0.1.6/nprogress-turbolinks.js +5 -0
- data/vendor/assets/javascripts/nprogress/v0.1.6/nprogress.js +475 -0
- data/vendor/assets/javascripts/responsiveCarousel/v1.2.0.js +2 -0
- data/vendor/assets/javascripts/responsiveCarousel/v1.2.0/responsiveCarousel.js +410 -0
- data/vendor/assets/javascripts/responsiveslides/v1.54.js +2 -0
- data/vendor/assets/javascripts/responsiveslides/v1.54/responsiveslides.js +391 -0
- data/vendor/assets/javascripts/zebra_datepicker/v1.8.9.js +2 -0
- data/vendor/assets/javascripts/zebra_datepicker/v1.8.9/zebra_datepicker.js +2965 -0
- data/vendor/assets/stylesheets/bootstrap/_v3.2.0.scss +52 -0
- data/vendor/assets/stylesheets/bootstrap/_v3.3.0.scss +52 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_alerts.scss +68 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_badges.scss +57 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_bootstrap-sprockets.scss +7 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_breadcrumbs.scss +26 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_button-groups.scss +240 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_buttons.scss +157 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_carousel.scss +243 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_close.scss +35 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_code.scss +68 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_component-animations.scss +35 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_dropdowns.scss +215 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_forms.scss +538 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_glyphicons.scss +237 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_grid.scss +84 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_input-groups.scss +166 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_jumbotron.scss +48 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_labels.scss +66 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_list-group.scss +131 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_media.scss +56 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_mixins.scss +39 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_modals.scss +150 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_navbar.scss +659 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_navs.scss +242 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_normalize.scss +425 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_pager.scss +55 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_pagination.scss +88 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_panels.scss +243 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_popovers.scss +133 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_print.scss +101 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_progress-bars.scss +105 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_responsive-embed.scss +34 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_responsive-utilities.scss +174 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_scaffolding.scss +150 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_tables.scss +233 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_theme.scss +258 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_thumbnails.scss +38 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_tooltip.scss +95 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_type.scss +304 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_utilities.scss +57 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_variables.scss +854 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/_wells.scss +29 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_alerts.scss +14 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_background-variant.scss +11 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_border-radius.scss +18 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_buttons.scss +50 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_center-block.scss +7 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_clearfix.scss +22 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_forms.scss +84 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_gradients.scss +58 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_grid-framework.scss +81 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_grid.scss +122 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_hide-text.scss +21 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_image.scss +34 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_labels.scss +12 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_list-group.scss +31 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_nav-divider.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_nav-vertical-align.scss +9 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_opacity.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_pagination.scss +23 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_panels.scss +24 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_progress-bar.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_reset-filter.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_resize.scss +6 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_responsive-visibility.scss +21 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_size.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_tab-focus.scss +9 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_table-row.scss +28 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_text-emphasis.scss +11 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_text-overflow.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.2.0/mixins/_vendor-prefixes.scss +219 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_alerts.scss +68 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_badges.scss +57 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_bootstrap-sprockets.scss +7 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_breadcrumbs.scss +26 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_button-groups.scss +247 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_buttons.scss +160 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_carousel.scss +267 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_close.scss +35 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_code.scss +69 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_component-animations.scss +38 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_dropdowns.scss +213 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_forms.scss +561 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_glyphicons.scss +234 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_grid.scss +84 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_input-groups.scss +166 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_jumbotron.scss +48 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_labels.scss +66 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_list-group.scss +132 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_media.scss +47 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_mixins.scss +39 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_modals.scss +149 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_navbar.scss +661 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_navs.scss +244 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_normalize.scss +427 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_pager.scss +54 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_pagination.scss +88 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_panels.scss +261 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_popovers.scss +134 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_print.scss +107 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_progress-bars.scss +87 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_responsive-embed.scss +35 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_responsive-utilities.scss +174 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_scaffolding.scss +150 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_tables.scss +234 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_theme.scss +260 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_thumbnails.scss +38 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_tooltip.scss +95 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_type.scss +298 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_utilities.scss +56 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_variables.scss +864 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/_wells.scss +29 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_alerts.scss +14 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_background-variant.scss +11 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_border-radius.scss +18 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_buttons.scss +52 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_center-block.scss +7 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_clearfix.scss +22 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_forms.scss +88 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_gradients.scss +58 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_grid-framework.scss +81 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_grid.scss +122 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_hide-text.scss +21 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_image.scss +33 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_labels.scss +12 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_list-group.scss +31 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_nav-divider.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_nav-vertical-align.scss +9 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_opacity.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_pagination.scss +23 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_panels.scss +24 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_progress-bar.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_reset-filter.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_resize.scss +6 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_responsive-visibility.scss +21 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_size.scss +10 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_tab-focus.scss +9 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_table-row.scss +28 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_text-emphasis.scss +11 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_text-overflow.scss +8 -0
- data/vendor/assets/stylesheets/bootstrap/v3.3.0/mixins/_vendor-prefixes.scss +222 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0.css +3 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_bordered-pulled.scss +16 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_core.scss +11 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_extras.scss +44 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_fixed-width.scss +6 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_icons.scss +552 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_larger.scss +13 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_list.scss +19 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_mixins.scss +25 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_path.scss +14 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_rotated-flipped.scss +20 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_spinning.scss +29 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_stacked.scss +20 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/_variables.scss +561 -0
- data/vendor/assets/stylesheets/font-awesome/v4.2.0/font-awesome.scss +17 -0
- data/vendor/assets/stylesheets/jquery.colorbox/v1.5.14/example1.css.scss +70 -0
- data/vendor/assets/stylesheets/jquery.colorbox/v1.5.14/example2.css.scss +50 -0
- data/vendor/assets/stylesheets/jquery.colorbox/v1.5.14/example3.css.scss +45 -0
- data/vendor/assets/stylesheets/jquery.colorbox/v1.5.14/example4.css.scss +66 -0
- data/vendor/assets/stylesheets/jquery.colorbox/v1.5.14/example5.css.scss +58 -0
- data/vendor/assets/stylesheets/jquery.fancybox/v2.1.5.css +5 -0
- data/vendor/assets/stylesheets/jquery.fancybox/v2.1.5/jquery.fancybox-buttons.css.erb +97 -0
- data/vendor/assets/stylesheets/jquery.fancybox/v2.1.5/jquery.fancybox-thumbs.css +55 -0
- data/vendor/assets/stylesheets/jquery.fancybox/v2.1.5/jquery.fancybox.css.erb +274 -0
- data/vendor/assets/stylesheets/jquery.flexslider/v2.2.2.css +3 -0
- data/vendor/assets/stylesheets/jquery.flexslider/v2.2.2/jquery.flexslider.scss +96 -0
- data/vendor/assets/stylesheets/jquery.nivo.slider/v3.2.css +3 -0
- data/vendor/assets/stylesheets/jquery.nivo.slider/v3.2/jquery.nivo.slider.css +113 -0
- data/vendor/assets/stylesheets/jquery.owlcarousel/v1.3.3/jquery.owlcarousel.scss +71 -0
- data/vendor/assets/stylesheets/jquery.owlcarousel/v1.3.3/theme.scss +79 -0
- data/vendor/assets/stylesheets/jquery.owlcarousel/v1.3.3/transitions.scss +163 -0
- data/vendor/assets/stylesheets/nprogress/v0.1.6/nprogress-bootstrap.css +4 -0
- data/vendor/assets/stylesheets/nprogress/v0.1.6/nprogress.css.scss +77 -0
- data/vendor/assets/stylesheets/responsiveslides/v1.54.css +3 -0
- data/vendor/assets/stylesheets/responsiveslides/v1.54/responsiveslides.css +33 -0
- data/vendor/assets/stylesheets/zebra_datepicker/v1.8.9/bootstrap.scss +95 -0
- data/vendor/assets/stylesheets/zebra_datepicker/v1.8.9/default.scss +102 -0
- data/vendor/assets/stylesheets/zebra_datepicker/v1.8.9/metallic.scss +106 -0
- metadata +407 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3
|
+
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4
|
+
*/
|
5
|
+
|
6
|
+
@import "variables";
|
7
|
+
@import "mixins";
|
8
|
+
@import "path";
|
9
|
+
@import "core";
|
10
|
+
@import "larger";
|
11
|
+
@import "fixed-width";
|
12
|
+
@import "list";
|
13
|
+
@import "bordered-pulled";
|
14
|
+
@import "spinning";
|
15
|
+
@import "rotated-flipped";
|
16
|
+
@import "stacked";
|
17
|
+
@import "icons";
|
@@ -0,0 +1,70 @@
|
|
1
|
+
/*
|
2
|
+
Colorbox Core Style:
|
3
|
+
The following CSS is consistent between example themes and should not be altered.
|
4
|
+
*/
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
6
|
+
#cboxWrapper {max-width:none;}
|
7
|
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
|
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9
|
+
#cboxContent{position:relative;}
|
10
|
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11
|
+
#cboxTitle{margin:0;}
|
12
|
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13
|
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14
|
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15
|
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16
|
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17
|
+
|
18
|
+
/*
|
19
|
+
User Style:
|
20
|
+
Change the following styles to modify the appearance of Colorbox. They are
|
21
|
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22
|
+
*/
|
23
|
+
#cboxOverlay{background:image-url('jquery.colorbox/v1.5.14/example1/overlay.png') repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
|
24
|
+
#colorbox{outline:0;}
|
25
|
+
#cboxTopLeft{width:21px; height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -101px 0;}
|
26
|
+
#cboxTopRight{width:21px; height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -130px 0;}
|
27
|
+
#cboxBottomLeft{width:21px; height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -101px -29px;}
|
28
|
+
#cboxBottomRight{width:21px; height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -130px -29px;}
|
29
|
+
#cboxMiddleLeft{width:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') left top repeat-y;}
|
30
|
+
#cboxMiddleRight{width:21px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') right top repeat-y;}
|
31
|
+
#cboxTopCenter{height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/border.png') 0 0 repeat-x;}
|
32
|
+
#cboxBottomCenter{height:21px; background:image-url('jquery.colorbox/v1.5.14/example1/border.png') 0 -29px repeat-x;}
|
33
|
+
#cboxContent{background:#fff; overflow:hidden;}
|
34
|
+
.cboxIframe{background:#fff;}
|
35
|
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
36
|
+
#cboxLoadedContent{margin-bottom:28px;}
|
37
|
+
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
|
38
|
+
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
|
39
|
+
#cboxLoadingOverlay{background:image-url('jquery.colorbox/v1.5.14/example1/loading_background.png') no-repeat center center;}
|
40
|
+
#cboxLoadingGraphic{background:image-url('jquery.colorbox/v1.5.14/example1/loading.gif') no-repeat center center;}
|
41
|
+
|
42
|
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
43
|
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
|
44
|
+
|
45
|
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
46
|
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
47
|
+
|
48
|
+
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
|
49
|
+
#cboxPrevious{position:absolute; bottom:0; left:0; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
|
50
|
+
#cboxPrevious:hover{background-position:-75px -25px;}
|
51
|
+
#cboxNext{position:absolute; bottom:0; left:27px; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
|
52
|
+
#cboxNext:hover{background-position:-50px -25px;}
|
53
|
+
#cboxClose{position:absolute; bottom:0; right:0; background:image-url('jquery.colorbox/v1.5.14/example1/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
54
|
+
#cboxClose:hover{background-position:-25px -25px;}
|
55
|
+
|
56
|
+
/*
|
57
|
+
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
|
58
|
+
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
|
59
|
+
See: http://jacklmoore.com/notes/ie-transparency-problems/
|
60
|
+
*/
|
61
|
+
.cboxIE #cboxTopLeft,
|
62
|
+
.cboxIE #cboxTopCenter,
|
63
|
+
.cboxIE #cboxTopRight,
|
64
|
+
.cboxIE #cboxBottomLeft,
|
65
|
+
.cboxIE #cboxBottomCenter,
|
66
|
+
.cboxIE #cboxBottomRight,
|
67
|
+
.cboxIE #cboxMiddleLeft,
|
68
|
+
.cboxIE #cboxMiddleRight {
|
69
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
|
70
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
/*
|
2
|
+
Colorbox Core Style:
|
3
|
+
The following CSS is consistent between example themes and should not be altered.
|
4
|
+
*/
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
6
|
+
#cboxWrapper {max-width:none;}
|
7
|
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
|
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9
|
+
#cboxContent{position:relative;}
|
10
|
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11
|
+
#cboxTitle{margin:0;}
|
12
|
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13
|
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14
|
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15
|
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16
|
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17
|
+
|
18
|
+
/*
|
19
|
+
User Style:
|
20
|
+
Change the following styles to modify the appearance of Colorbox. They are
|
21
|
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22
|
+
*/
|
23
|
+
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
|
24
|
+
#colorbox{outline:0;}
|
25
|
+
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
|
26
|
+
.cboxIframe{background:#fff;}
|
27
|
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
28
|
+
#cboxLoadedContent{background:#000; padding:1px;}
|
29
|
+
#cboxLoadingGraphic{background:image-url('jquery.colorbox/v1.5.14/example2/loading.gif') no-repeat center center;}
|
30
|
+
#cboxLoadingOverlay{background:#000;}
|
31
|
+
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
|
32
|
+
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
|
33
|
+
|
34
|
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
35
|
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:image-url('jquery.colorbox/v1.5.14/example2/controls.png') no-repeat 0 0;}
|
36
|
+
|
37
|
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
38
|
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
39
|
+
|
40
|
+
#cboxPrevious{background-position:0px 0px; right:44px;}
|
41
|
+
#cboxPrevious:hover{background-position:0px -25px;}
|
42
|
+
#cboxNext{background-position:-25px 0px; right:22px;}
|
43
|
+
#cboxNext:hover{background-position:-25px -25px;}
|
44
|
+
#cboxClose{background-position:-50px 0px; right:0;}
|
45
|
+
#cboxClose:hover{background-position:-50px -25px;}
|
46
|
+
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
|
47
|
+
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
|
48
|
+
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
|
49
|
+
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
|
50
|
+
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Colorbox Core Style:
|
3
|
+
The following CSS is consistent between example themes and should not be altered.
|
4
|
+
*/
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
6
|
+
#cboxWrapper {max-width:none;}
|
7
|
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
|
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9
|
+
#cboxContent{position:relative;}
|
10
|
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11
|
+
#cboxTitle{margin:0;}
|
12
|
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13
|
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14
|
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15
|
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16
|
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17
|
+
|
18
|
+
/*
|
19
|
+
User Style:
|
20
|
+
Change the following styles to modify the appearance of Colorbox. They are
|
21
|
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22
|
+
*/
|
23
|
+
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
|
24
|
+
#colorbox{outline:0;}
|
25
|
+
#cboxContent{margin-top:20px;background:#000;}
|
26
|
+
.cboxIframe{background:#fff;}
|
27
|
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
28
|
+
#cboxLoadedContent{border:5px solid #000; background:#fff;}
|
29
|
+
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
|
30
|
+
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
|
31
|
+
#cboxLoadingGraphic{background:image-url('jquery.colorbox/v1.5.14/example3/loading.gif') no-repeat center center;}
|
32
|
+
|
33
|
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
34
|
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
|
35
|
+
|
36
|
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
37
|
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
38
|
+
|
39
|
+
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
|
40
|
+
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:image-url('jquery.colorbox/v1.5.14/example3/controls.png') no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
|
41
|
+
#cboxPrevious:hover{background-position:bottom left;}
|
42
|
+
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:image-url('jquery.colorbox/v1.5.14/example3/controls.png') no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
|
43
|
+
#cboxNext:hover{background-position:bottom right;}
|
44
|
+
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:image-url('jquery.colorbox/v1.5.14/example3/controls.png') no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
|
45
|
+
#cboxClose:hover{background-position:bottom center;}
|
@@ -0,0 +1,66 @@
|
|
1
|
+
/*
|
2
|
+
Colorbox Core Style:
|
3
|
+
The following CSS is consistent between example themes and should not be altered.
|
4
|
+
*/
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
6
|
+
#cboxWrapper {max-width:none;}
|
7
|
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
|
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9
|
+
#cboxContent{position:relative;}
|
10
|
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11
|
+
#cboxTitle{margin:0;}
|
12
|
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13
|
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14
|
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15
|
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16
|
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17
|
+
|
18
|
+
/*
|
19
|
+
User Style:
|
20
|
+
Change the following styles to modify the appearance of Colorbox. They are
|
21
|
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22
|
+
*/
|
23
|
+
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
|
24
|
+
#colorbox{outline:0;}
|
25
|
+
#cboxTopLeft{width:25px; height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') no-repeat 0 0;}
|
26
|
+
#cboxTopCenter{height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') repeat-x 0 -50px;}
|
27
|
+
#cboxTopRight{width:25px; height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') no-repeat -25px 0;}
|
28
|
+
#cboxBottomLeft{width:25px; height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') no-repeat 0 -25px;}
|
29
|
+
#cboxBottomCenter{height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') repeat-x 0 -75px;}
|
30
|
+
#cboxBottomRight{width:25px; height:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border1.png') no-repeat -25px -25px;}
|
31
|
+
#cboxMiddleLeft{width:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border2.png') repeat-y 0 0;}
|
32
|
+
#cboxMiddleRight{width:25px; background:image-url('jquery.colorbox/v1.5.14/example4/border2.png') repeat-y -25px 0;}
|
33
|
+
#cboxContent{background:#fff; overflow:hidden;}
|
34
|
+
.cboxIframe{background:#fff;}
|
35
|
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
36
|
+
#cboxLoadedContent{margin-bottom:20px;}
|
37
|
+
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
|
38
|
+
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
|
39
|
+
#cboxLoadingOverlay{background:#fff image-url('jquery.colorbox/v1.5.14/example4/loading.gif') no-repeat 5px 5px;}
|
40
|
+
|
41
|
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
42
|
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
|
43
|
+
|
44
|
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
45
|
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
46
|
+
|
47
|
+
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
|
48
|
+
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
|
49
|
+
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
|
50
|
+
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
|
51
|
+
|
52
|
+
/*
|
53
|
+
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
|
54
|
+
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
|
55
|
+
See: http://jacklmoore.com/notes/ie-transparency-problems/
|
56
|
+
*/
|
57
|
+
.cboxIE #cboxTopLeft,
|
58
|
+
.cboxIE #cboxTopCenter,
|
59
|
+
.cboxIE #cboxTopRight,
|
60
|
+
.cboxIE #cboxBottomLeft,
|
61
|
+
.cboxIE #cboxBottomCenter,
|
62
|
+
.cboxIE #cboxBottomRight,
|
63
|
+
.cboxIE #cboxMiddleLeft,
|
64
|
+
.cboxIE #cboxMiddleRight {
|
65
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
|
66
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
/*
|
2
|
+
Colorbox Core Style:
|
3
|
+
The following CSS is consistent between example themes and should not be altered.
|
4
|
+
*/
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
6
|
+
#cboxWrapper {max-width:none;}
|
7
|
+
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
|
+
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
9
|
+
#cboxContent{position:relative;}
|
10
|
+
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
|
11
|
+
#cboxTitle{margin:0;}
|
12
|
+
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
|
13
|
+
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
|
14
|
+
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
|
15
|
+
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
|
16
|
+
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
|
17
|
+
|
18
|
+
/*
|
19
|
+
User Style:
|
20
|
+
Change the following styles to modify the appearance of Colorbox. They are
|
21
|
+
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
22
|
+
*/
|
23
|
+
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
|
24
|
+
#colorbox{outline:0;}
|
25
|
+
#cboxTopLeft{width:14px; height:14px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') no-repeat 0 0;}
|
26
|
+
#cboxTopCenter{height:14px; background:image-url('jquery.colorbox/v1.5.14/example5/border.png') repeat-x top left;}
|
27
|
+
#cboxTopRight{width:14px; height:14px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') no-repeat -36px 0;}
|
28
|
+
#cboxBottomLeft{width:14px; height:43px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') no-repeat 0 -32px;}
|
29
|
+
#cboxBottomCenter{height:43px; background:image-url('jquery.colorbox/v1.5.14/example5/border.png') repeat-x bottom left;}
|
30
|
+
#cboxBottomRight{width:14px; height:43px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') no-repeat -36px -32px;}
|
31
|
+
#cboxMiddleLeft{width:14px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') repeat-y -175px 0;}
|
32
|
+
#cboxMiddleRight{width:14px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') repeat-y -211px 0;}
|
33
|
+
#cboxContent{background:#fff; overflow:visible;}
|
34
|
+
.cboxIframe{background:#fff;}
|
35
|
+
#cboxError{padding:50px; border:1px solid #ccc;}
|
36
|
+
#cboxLoadedContent{margin-bottom:5px;}
|
37
|
+
#cboxLoadingOverlay{background:image-url('jquery.colorbox/v1.5.14/example5/loading_background.png') no-repeat center center;}
|
38
|
+
#cboxLoadingGraphic{background:image-url('jquery.colorbox/v1.5.14/example5/loading.gif') no-repeat center center;}
|
39
|
+
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
|
40
|
+
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
|
41
|
+
|
42
|
+
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
|
43
|
+
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:image-url('jquery.colorbox/v1.5.14/example5/controls.png') no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
|
44
|
+
|
45
|
+
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
|
46
|
+
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
|
47
|
+
|
48
|
+
#cboxPrevious{left:0px; background-position: -51px -25px;}
|
49
|
+
#cboxPrevious:hover{background-position:-51px 0px;}
|
50
|
+
#cboxNext{left:27px; background-position:-75px -25px;}
|
51
|
+
#cboxNext:hover{background-position:-75px 0px;}
|
52
|
+
#cboxClose{right:0; background-position:-100px -25px;}
|
53
|
+
#cboxClose:hover{background-position:-100px 0px;}
|
54
|
+
|
55
|
+
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
|
56
|
+
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
|
57
|
+
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
|
58
|
+
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
#fancybox-buttons {
|
2
|
+
position: fixed;
|
3
|
+
left: 0;
|
4
|
+
width: 100%;
|
5
|
+
z-index: 8050;
|
6
|
+
}
|
7
|
+
|
8
|
+
#fancybox-buttons.top {
|
9
|
+
top: 10px;
|
10
|
+
}
|
11
|
+
|
12
|
+
#fancybox-buttons.bottom {
|
13
|
+
bottom: 10px;
|
14
|
+
}
|
15
|
+
|
16
|
+
#fancybox-buttons ul {
|
17
|
+
display: block;
|
18
|
+
width: 166px;
|
19
|
+
height: 30px;
|
20
|
+
margin: 0 auto;
|
21
|
+
padding: 0;
|
22
|
+
list-style: none;
|
23
|
+
border: 1px solid #111;
|
24
|
+
border-radius: 3px;
|
25
|
+
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
|
26
|
+
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
|
27
|
+
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
|
28
|
+
background: rgb(50,50,50);
|
29
|
+
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
|
30
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
|
31
|
+
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
|
32
|
+
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
|
33
|
+
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
|
34
|
+
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
|
35
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
|
36
|
+
}
|
37
|
+
|
38
|
+
#fancybox-buttons ul li {
|
39
|
+
float: left;
|
40
|
+
margin: 0;
|
41
|
+
padding: 0;
|
42
|
+
}
|
43
|
+
|
44
|
+
#fancybox-buttons a {
|
45
|
+
display: block;
|
46
|
+
width: 30px;
|
47
|
+
height: 30px;
|
48
|
+
text-indent: -9999px;
|
49
|
+
background-color: transparent;
|
50
|
+
background-image: url(<%= asset_path 'fancybox/fancybox_buttons.png' %>);
|
51
|
+
background-repeat: no-repeat;
|
52
|
+
outline: none;
|
53
|
+
opacity: 0.8;
|
54
|
+
}
|
55
|
+
|
56
|
+
#fancybox-buttons a:hover {
|
57
|
+
opacity: 1;
|
58
|
+
}
|
59
|
+
|
60
|
+
#fancybox-buttons a.btnPrev {
|
61
|
+
background-position: 5px 0;
|
62
|
+
}
|
63
|
+
|
64
|
+
#fancybox-buttons a.btnNext {
|
65
|
+
background-position: -33px 0;
|
66
|
+
border-right: 1px solid #3e3e3e;
|
67
|
+
}
|
68
|
+
|
69
|
+
#fancybox-buttons a.btnPlay {
|
70
|
+
background-position: 0 -30px;
|
71
|
+
}
|
72
|
+
|
73
|
+
#fancybox-buttons a.btnPlayOn {
|
74
|
+
background-position: -30px -30px;
|
75
|
+
}
|
76
|
+
|
77
|
+
#fancybox-buttons a.btnToggle {
|
78
|
+
background-position: 3px -60px;
|
79
|
+
border-left: 1px solid #111;
|
80
|
+
border-right: 1px solid #3e3e3e;
|
81
|
+
width: 35px
|
82
|
+
}
|
83
|
+
|
84
|
+
#fancybox-buttons a.btnToggleOn {
|
85
|
+
background-position: -27px -60px;
|
86
|
+
}
|
87
|
+
|
88
|
+
#fancybox-buttons a.btnClose {
|
89
|
+
border-left: 1px solid #111;
|
90
|
+
width: 35px;
|
91
|
+
background-position: -56px 0px;
|
92
|
+
}
|
93
|
+
|
94
|
+
#fancybox-buttons a.btnDisabled {
|
95
|
+
opacity : 0.4;
|
96
|
+
cursor: default;
|
97
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
#fancybox-thumbs {
|
2
|
+
position: fixed;
|
3
|
+
left: 0;
|
4
|
+
width: 100%;
|
5
|
+
overflow: hidden;
|
6
|
+
z-index: 8050;
|
7
|
+
}
|
8
|
+
|
9
|
+
#fancybox-thumbs.bottom {
|
10
|
+
bottom: 2px;
|
11
|
+
}
|
12
|
+
|
13
|
+
#fancybox-thumbs.top {
|
14
|
+
top: 2px;
|
15
|
+
}
|
16
|
+
|
17
|
+
#fancybox-thumbs ul {
|
18
|
+
position: relative;
|
19
|
+
list-style: none;
|
20
|
+
margin: 0;
|
21
|
+
padding: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
#fancybox-thumbs ul li {
|
25
|
+
float: left;
|
26
|
+
padding: 1px;
|
27
|
+
opacity: 0.5;
|
28
|
+
}
|
29
|
+
|
30
|
+
#fancybox-thumbs ul li.active {
|
31
|
+
opacity: 0.75;
|
32
|
+
padding: 0;
|
33
|
+
border: 1px solid #fff;
|
34
|
+
}
|
35
|
+
|
36
|
+
#fancybox-thumbs ul li:hover {
|
37
|
+
opacity: 1;
|
38
|
+
}
|
39
|
+
|
40
|
+
#fancybox-thumbs ul li a {
|
41
|
+
display: block;
|
42
|
+
position: relative;
|
43
|
+
overflow: hidden;
|
44
|
+
border: 1px solid #222;
|
45
|
+
background: #111;
|
46
|
+
outline: none;
|
47
|
+
}
|
48
|
+
|
49
|
+
#fancybox-thumbs ul li img {
|
50
|
+
display: block;
|
51
|
+
position: relative;
|
52
|
+
border: 0;
|
53
|
+
padding: 0;
|
54
|
+
max-width: none;
|
55
|
+
}
|