linaro-jekyll-theme 0.1.2.75 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -52
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/backup.html +71 -0
- data/_includes/_theme-includes/_footer/footer.html +23 -54
- data/_includes/_theme-includes/_head/ascii-art.html +11 -0
- data/_includes/_theme-includes/_head/head.html +7 -18
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
- data/_includes/_theme-includes/_navigation/nav.html +46 -119
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
- data/_includes/_theme-includes/_script-includes/css.html +1 -40
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
- data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +1 -6
- data/_includes/media.html +1 -9
- data/_layouts/empty-container-page.html +13 -0
- data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
- data/_sass/{core/animations.scss → animations.scss} +0 -0
- data/_sass/blog.scss +188 -0
- data/_sass/bootstrap/_variables.scss +7 -30
- data/_sass/breadcrumb.scss +48 -0
- data/_sass/carousel.scss +122 -0
- data/_sass/{core/cookieconsent.scss → cookieconsent.scss} +2 -31
- data/_sass/critical.scss +991 -0
- data/_sass/{core/fa.scss → fa.scss} +2 -7
- data/_sass/flipclock.scss +435 -0
- data/_sass/{core/font-awesome.min.scss → font-awesome.min.scss} +0 -0
- data/_sass/{core/fonts.scss → fonts.scss} +0 -0
- data/_sass/footer.scss +76 -0
- data/_sass/{core/lightbox.scss → lightbox.scss} +0 -0
- data/_sass/members-sprite.scss +425 -0
- data/_sass/nav.scss +533 -0
- data/_sass/openhours.scss +51 -0
- data/_sass/{core/owl.carousel.min.scss → owl.carousel.min.scss} +1 -1
- data/_sass/{core/owl.theme.default.min.scss → owl.theme.default.min.scss} +0 -0
- data/_sass/products.scss +214 -0
- data/_sass/projects.scss +34 -0
- data/_sass/{core/social-media-icons.scss → social-media-icons.scss} +0 -0
- data/_sass/{core/syntax.scss → syntax.scss} +0 -0
- data/_sass/tables.scss +87 -0
- data/_sass/theme.scss +208 -0
- data/assets/css/_bootstrap-compass.scss +9 -0
- data/assets/css/_bootstrap-mincer.scss +19 -0
- data/assets/css/_bootstrap-sprockets.scss +9 -0
- data/assets/css/_bootstrap.scss +56 -0
- data/assets/css/blog-pages.scss +5 -0
- data/assets/css/bootstrap/_alerts.scss +73 -0
- data/assets/css/bootstrap/_badges.scss +68 -0
- data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
- data/assets/css/bootstrap/_button-groups.scss +244 -0
- data/assets/css/bootstrap/_buttons.scss +168 -0
- data/assets/css/bootstrap/_carousel.scss +270 -0
- data/assets/css/bootstrap/_close.scss +36 -0
- data/assets/css/bootstrap/_code.scss +69 -0
- data/assets/css/bootstrap/_component-animations.scss +37 -0
- data/assets/css/bootstrap/_dropdowns.scss +216 -0
- data/assets/css/bootstrap/_forms.scss +617 -0
- data/assets/css/bootstrap/_glyphicons.scss +307 -0
- data/assets/css/bootstrap/_grid.scss +84 -0
- data/assets/css/bootstrap/_input-groups.scss +171 -0
- data/assets/css/bootstrap/_jumbotron.scss +54 -0
- data/assets/css/bootstrap/_labels.scss +66 -0
- data/assets/css/bootstrap/_list-group.scss +130 -0
- data/assets/css/bootstrap/_media.scss +66 -0
- data/assets/css/bootstrap/_mixins.scss +40 -0
- data/assets/css/bootstrap/_modals.scss +150 -0
- data/assets/css/bootstrap/_navbar.scss +662 -0
- data/assets/css/bootstrap/_navs.scss +242 -0
- data/assets/css/bootstrap/_normalize.scss +424 -0
- data/assets/css/bootstrap/_pager.scss +54 -0
- data/assets/css/bootstrap/_pagination.scss +89 -0
- data/assets/css/bootstrap/_panels.scss +271 -0
- data/assets/css/bootstrap/_popovers.scss +131 -0
- data/assets/css/bootstrap/_print.scss +101 -0
- data/assets/css/bootstrap/_progress-bars.scss +87 -0
- data/assets/css/bootstrap/_responsive-embed.scss +35 -0
- data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
- data/assets/css/bootstrap/_scaffolding.scss +161 -0
- data/assets/css/bootstrap/_tables.scss +234 -0
- data/assets/css/bootstrap/_theme.scss +291 -0
- data/assets/css/bootstrap/_thumbnails.scss +38 -0
- data/assets/css/bootstrap/_tooltip.scss +101 -0
- data/assets/css/bootstrap/_type.scss +298 -0
- data/assets/css/bootstrap/_utilities.scss +55 -0
- data/assets/css/bootstrap/_variables.scss +874 -0
- data/assets/css/bootstrap/_wells.scss +29 -0
- data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
- data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
- data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
- data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
- data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
- data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
- data/assets/css/bootstrap/mixins/_forms.scss +88 -0
- data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
- data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
- data/assets/css/bootstrap/mixins/_grid.scss +122 -0
- data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
- data/assets/css/bootstrap/mixins/_image.scss +33 -0
- data/assets/css/bootstrap/mixins/_labels.scss +12 -0
- data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
- data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
- data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
- data/assets/css/bootstrap/mixins/_panels.scss +24 -0
- data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
- data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
- data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
- data/assets/css/bootstrap/mixins/_resize.scss +6 -0
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/assets/css/bootstrap/mixins/_size.scss +10 -0
- data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
- data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/assets/css/core/animations.scss +125 -0
- data/{_sass → assets/css}/core/blog.scss +26 -136
- data/assets/css/core/breadcrumb.scss +48 -0
- data/{_sass → assets/css}/core/carousel.scss +0 -15
- data/assets/css/core/cookieconsent.scss +13 -0
- data/assets/css/core/critical.scss +991 -0
- data/assets/css/core/fa.scss +2331 -0
- data/{_sass → assets/css}/core/flipclock.scss +0 -0
- data/assets/css/core/font-awesome.min.scss +4 -0
- data/assets/css/core/fonts.scss +7 -0
- data/assets/css/core/footer.scss +79 -0
- data/assets/css/core/homepage.scss +16 -0
- data/assets/css/core/lightbox.scss +213 -0
- data/assets/css/core/members-sprite.scss +425 -0
- data/assets/css/core/nav.scss +536 -0
- data/{_sass → assets/css}/core/openhours.scss +0 -0
- data/assets/css/core/owl.carousel.min.scss +6 -0
- data/assets/css/core/owl.theme.default.min.scss +6 -0
- data/{_sass → assets/css}/core/products.scss +1 -1
- data/{_sass → assets/css}/core/projects.scss +0 -0
- data/assets/css/core/social-media-icons.scss +71 -0
- data/assets/css/core/syntax.scss +65 -0
- data/{_sass → assets/css}/core/tables.scss +0 -38
- data/assets/css/core/theme.scss +244 -0
- data/assets/css/documentation-pages.scss +3 -0
- data/assets/css/home-page.scss +3 -0
- data/assets/css/main.scss +0 -6
- data/assets/css/openhours-page.scss +4 -0
- data/assets/css/products-pages.scss +5 -0
- data/assets/css/projects-pages.scss +5 -0
- data/assets/js/app.js +5 -0
- data/assets/js/app/{main.js → 96boards.js} +29 -5
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/{search.js → search-page.js} +1 -1
- data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
- data/assets/js/vendor.js +6 -0
- data/assets/js/vendor/cookieconsent.min.js +9 -2
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +0 -33
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +34 -78
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/{_layouts/about.html → assets/vendor.js} +0 -0
- metadata +207 -150
- data/_data/authors.yml +0 -7
- data/_data/company.yml +0 -29
- data/_data/footer.yml +0 -111
- data/_data/linaro.yml +0 -4
- data/_data/members_db.yaml +0 -115
- data/_data/nav.yml +0 -62
- data/_data/news.yaml +0 -230
- data/_data/sub-nav-stacked.yml +0 -67
- data/_data/sub-nav.yml +0 -61
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
- data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
- data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
- data/_includes/youtube.html +0 -7
- data/_layouts/accessory-display-page.html +0 -88
- data/_layouts/blog-breadcrumbless.html +0 -49
- data/_layouts/blog.html +0 -56
- data/_layouts/contact.html +0 -10
- data/_layouts/default-empty.html +0 -11
- data/_layouts/default-no-sub-nav.html +0 -15
- data/_layouts/default-plain.html +0 -16
- data/_layouts/default-stacked-breadcrumb.html +0 -23
- data/_layouts/default-stacked.html +0 -22
- data/_layouts/default.html +0 -20
- data/_layouts/empty.html +0 -10
- data/_layouts/fluid.html +0 -15
- data/_layouts/home-shape.html +0 -18
- data/_layouts/home.html +0 -18
- data/_layouts/post.html +0 -146
- data/_layouts/product-display-page.html +0 -262
- data/_layouts/project-display-page.html +0 -28
- data/_layouts/redirect.html +0 -11
- data/_sass/core/breadcrumb.scss +0 -90
- data/_sass/core/carousel-styles.scss +0 -3
- data/_sass/core/custom.scss +0 -3
- data/_sass/core/footer.scss +0 -133
- data/_sass/core/forms.scss +0 -0
- data/_sass/core/homepage.scss +0 -45
- data/_sass/core/nav.scss +0 -723
- data/_sass/core/old-search.scss +0 -239
- data/_sass/core/theme.scss +0 -444
- data/_sass/core/youtube.scss +0 -65
- data/_sass/custom.scss +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +0 -44
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/fonts/lato-regular/LICENSE.txt +0 -93
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +0 -1
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/tables.js +0 -8
- data/assets/js/vendor/cognito-forms.js +0 -150
- data/assets/js/vendor/lightbox.min.js +0 -14
- data/robots.txt +0 -9
@@ -0,0 +1,51 @@
|
|
1
|
+
@media(max-width:495px){
|
2
|
+
.open-hours-clock {
|
3
|
+
zoom: 0.45;
|
4
|
+
-moz-transform: scale(0.45);
|
5
|
+
}
|
6
|
+
}
|
7
|
+
@media(min-width:496px){
|
8
|
+
.open-hours-clock {
|
9
|
+
zoom: 0.7;
|
10
|
+
-moz-transform: scale(0.7);
|
11
|
+
}
|
12
|
+
}
|
13
|
+
@media(min-width:768px){
|
14
|
+
.open-hours-clock {
|
15
|
+
zoom: 1;
|
16
|
+
-moz-transform: scale(1);
|
17
|
+
}
|
18
|
+
}
|
19
|
+
@media(min-width:992px){
|
20
|
+
.open-hours-clock {
|
21
|
+
zoom: 0.7;
|
22
|
+
-moz-transform: scale(0.7);
|
23
|
+
}
|
24
|
+
}
|
25
|
+
@media(min-width:1200px){
|
26
|
+
.open-hours-clock {
|
27
|
+
zoom: 0.85;
|
28
|
+
-moz-transform: scale(0.85);
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
|
33
|
+
//OpenHours Panel
|
34
|
+
.openhours-panel {
|
35
|
+
background-color: #553c97;
|
36
|
+
background: url(asset_path("openhours-noise.png")) repeat;
|
37
|
+
padding:20px;
|
38
|
+
color: #fff;
|
39
|
+
margin-top: 40px;
|
40
|
+
}
|
41
|
+
.openhours-panel a {
|
42
|
+
color: #010318;
|
43
|
+
text-decoration: none;
|
44
|
+
}
|
45
|
+
.openhours-panel a:hover{
|
46
|
+
color: #010318;
|
47
|
+
text-decoration: underline;
|
48
|
+
}
|
49
|
+
.openhours-panel p {
|
50
|
+
color: #fff;
|
51
|
+
}
|
@@ -3,4 +3,4 @@
|
|
3
3
|
* Copyright 2013-2017 David Deutsch
|
4
4
|
* Licensed under ()
|
5
5
|
*/
|
6
|
-
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(
|
6
|
+
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
File without changes
|
data/_sass/products.scss
ADDED
@@ -0,0 +1,214 @@
|
|
1
|
+
.col-item
|
2
|
+
{
|
3
|
+
background: transparent;
|
4
|
+
margin: 20px;
|
5
|
+
}
|
6
|
+
.specification_block{
|
7
|
+
height: 200px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.col-item.photo{
|
11
|
+
width: 100%;
|
12
|
+
height:100%;
|
13
|
+
overflow:hidden;
|
14
|
+
display: inline-block;
|
15
|
+
}
|
16
|
+
|
17
|
+
.info {
|
18
|
+
margin-bottom:5%;
|
19
|
+
}
|
20
|
+
.photo{
|
21
|
+
min-height: 175px;
|
22
|
+
}
|
23
|
+
|
24
|
+
#main-container .col-item > div.col-md-12.text-center{
|
25
|
+
min-height: 53px;
|
26
|
+
}
|
27
|
+
|
28
|
+
.round-tag{
|
29
|
+
width: 60px;
|
30
|
+
height: 60px;
|
31
|
+
border-radius: 50% 50% 50% 0;
|
32
|
+
border: 4px solid #FFF;
|
33
|
+
background: #37A12B;
|
34
|
+
position: absolute;
|
35
|
+
bottom: 0px;
|
36
|
+
padding: 15px 6px;
|
37
|
+
font-size: 17px;
|
38
|
+
color: #FFF;
|
39
|
+
font-weight: bold;
|
40
|
+
}
|
41
|
+
|
42
|
+
#main-container div.dropdown-container > ul {
|
43
|
+
background-color: rgba(0, 0, 0, 0.8);
|
44
|
+
}
|
45
|
+
|
46
|
+
// .dropdown-menu {
|
47
|
+
// position: absolute;
|
48
|
+
// top: 100%; /* Bottom of button */
|
49
|
+
// right: 0;
|
50
|
+
// margin-left: -100px; /* More to the left */
|
51
|
+
// }
|
52
|
+
|
53
|
+
.dropdown-container.btn-group a.btn-read-more {
|
54
|
+
width: 60%;
|
55
|
+
height:42px;
|
56
|
+
transition: all .5s ease;
|
57
|
+
}
|
58
|
+
|
59
|
+
.dropdown-container.btn-group a.btn-read-more:hover {
|
60
|
+
background-color:$brand-primary;
|
61
|
+
color: white;
|
62
|
+
transition: all .5s ease;
|
63
|
+
}
|
64
|
+
.dropdown-container.btn-group button.btn-buy {
|
65
|
+
width: 40%;
|
66
|
+
height: 42px;
|
67
|
+
border-radius: 0 20px 20px 0;
|
68
|
+
transition: all .5s ease;
|
69
|
+
}
|
70
|
+
.dropdown-container.btn-group button.btn-buy:hover {
|
71
|
+
background-color:$brand-primary;
|
72
|
+
color: white;
|
73
|
+
transition: all .5s ease;
|
74
|
+
}
|
75
|
+
|
76
|
+
.dropdown-container {
|
77
|
+
margin-top: 5px;
|
78
|
+
}
|
79
|
+
|
80
|
+
.dropdown-menu.buy-dropup-menu>li>a {
|
81
|
+
white-space: normal;
|
82
|
+
border-bottom: 1px solid #636363;
|
83
|
+
font-size: 15px;
|
84
|
+
}
|
85
|
+
|
86
|
+
.product-short-description {
|
87
|
+
min-height: 105px;
|
88
|
+
height: auto;
|
89
|
+
font-size: 12px;
|
90
|
+
font-style: italic;
|
91
|
+
line-height: 18px;
|
92
|
+
padding: 10px;
|
93
|
+
}
|
94
|
+
.button-icon {
|
95
|
+
vertical-align:middle;
|
96
|
+
margin-bottom:3px;
|
97
|
+
}
|
98
|
+
@media(max-width: 992px){
|
99
|
+
.photo {
|
100
|
+
min-height: 233px;
|
101
|
+
|
102
|
+
}
|
103
|
+
|
104
|
+
}
|
105
|
+
|
106
|
+
#collection-image{
|
107
|
+
height:90px;
|
108
|
+
width: auto;
|
109
|
+
}
|
110
|
+
|
111
|
+
#collection-description{
|
112
|
+
|
113
|
+
}
|
114
|
+
|
115
|
+
.product-short-description{
|
116
|
+
min-height: 117px;
|
117
|
+
}
|
118
|
+
|
119
|
+
#features-list{
|
120
|
+
margin-top:2%;
|
121
|
+
margin-bottom:2%;
|
122
|
+
border:0;
|
123
|
+
}
|
124
|
+
#features-list li.list-group-item{
|
125
|
+
border-radius: 0;
|
126
|
+
border:0 none;
|
127
|
+
display: table-row;
|
128
|
+
}
|
129
|
+
#features-list li:nth-child(odd){
|
130
|
+
border-bottom: 1px black dotted;
|
131
|
+
}
|
132
|
+
#features-list li:nth-child(odd) {
|
133
|
+
background-color: #f8f8f8;
|
134
|
+
border:0;
|
135
|
+
}
|
136
|
+
#features-list li a {
|
137
|
+
padding:8px;
|
138
|
+
}
|
139
|
+
#features-list li.active{
|
140
|
+
background-color: white;
|
141
|
+
color: black;
|
142
|
+
border:0;
|
143
|
+
}
|
144
|
+
#feature-key {
|
145
|
+
font-size: 16px;
|
146
|
+
padding:10px;
|
147
|
+
display:table-cell;
|
148
|
+
text-transform: uppercase;
|
149
|
+
}
|
150
|
+
#feature-value{
|
151
|
+
font-size: 20px;
|
152
|
+
padding:10px;
|
153
|
+
display:table-cell;
|
154
|
+
font-style: italic;
|
155
|
+
}
|
156
|
+
|
157
|
+
|
158
|
+
#specification-button {
|
159
|
+
margin-bottom: 5%;
|
160
|
+
}
|
161
|
+
|
162
|
+
.buy-dropup-menu {
|
163
|
+
position: absolute;
|
164
|
+
right: 0;
|
165
|
+
}
|
166
|
+
|
167
|
+
|
168
|
+
.filter-list button.btn:focus,
|
169
|
+
.filter-list button.btn:active:focus,
|
170
|
+
.filter-list button.btn.active:focus,
|
171
|
+
.filter-list button.btn.focus,
|
172
|
+
.filter-list button.btn:active.focus,
|
173
|
+
.filter-list button.btn.active.focus {
|
174
|
+
outline: none;
|
175
|
+
}
|
176
|
+
//Accessories
|
177
|
+
|
178
|
+
.accessory-image {
|
179
|
+
margin-top: 20px;
|
180
|
+
}
|
181
|
+
//
|
182
|
+
// #grid .mix {
|
183
|
+
//
|
184
|
+
// opacity:0;
|
185
|
+
// display:none;
|
186
|
+
// }
|
187
|
+
#product-image-carousel{
|
188
|
+
min-height: 360px;
|
189
|
+
}
|
190
|
+
.buy-font-awesome-icon{
|
191
|
+
width:15px;
|
192
|
+
}
|
193
|
+
|
194
|
+
.buy-links small {
|
195
|
+
display: block;
|
196
|
+
padding: 0px;
|
197
|
+
margin: 0px;
|
198
|
+
color: #adadad;
|
199
|
+
}
|
200
|
+
.buy-links small span {
|
201
|
+
background-color: #d0ece7;
|
202
|
+
padding: 2px 5px;
|
203
|
+
font-size: 12px;
|
204
|
+
margin-right: 5px;
|
205
|
+
color: #19947b;
|
206
|
+
}
|
207
|
+
|
208
|
+
.buy-links small a{
|
209
|
+
color: #adadad;
|
210
|
+
}
|
211
|
+
|
212
|
+
.product-bottom-panel{
|
213
|
+
margin-bottom: 30px;
|
214
|
+
}
|
data/_sass/projects.scss
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
.project_block {
|
2
|
+
display:block;
|
3
|
+
margin-bottom: 20px;
|
4
|
+
border-bottom: 1px solid $gray-lighter;
|
5
|
+
}
|
6
|
+
.project_image{
|
7
|
+
border: 1px solid $brand-primary;
|
8
|
+
margin-bottom: 20px;
|
9
|
+
max-width: 100%;
|
10
|
+
max-height: 100%;
|
11
|
+
}
|
12
|
+
p.project_description {
|
13
|
+
font-size: 11px;
|
14
|
+
font-style: italic;
|
15
|
+
height:50px;
|
16
|
+
overflow:hidden;
|
17
|
+
margin-bottom:20px
|
18
|
+
}
|
19
|
+
div.project_filter_panel{
|
20
|
+
height:auto;
|
21
|
+
padding:10px;
|
22
|
+
}
|
23
|
+
.project_title {
|
24
|
+
min-height: 35px;
|
25
|
+
}
|
26
|
+
div.project_filter_panel button {
|
27
|
+
margin-bottom: 20px;
|
28
|
+
}
|
29
|
+
#project_grid .mix{
|
30
|
+
}
|
31
|
+
.project_image_holder{
|
32
|
+
height: 200px;
|
33
|
+
width: 255px;
|
34
|
+
}
|
File without changes
|
File without changes
|
data/_sass/tables.scss
ADDED
@@ -0,0 +1,87 @@
|
|
1
|
+
/*** Table Styles **/
|
2
|
+
|
3
|
+
table {
|
4
|
+
background: white;
|
5
|
+
border-radius:0px;
|
6
|
+
border-collapse: collapse;
|
7
|
+
// height: 320px;
|
8
|
+
margin: auto;
|
9
|
+
padding:5px;
|
10
|
+
width: 100%;
|
11
|
+
animation: float 5s infinite;
|
12
|
+
-webkit-font-smoothing: antialiased;
|
13
|
+
letter-spacing: 0.5px;
|
14
|
+
border-bottom: 5px $brand-primary solid;
|
15
|
+
margin-bottom: 40px;
|
16
|
+
overflow-x:scroll;
|
17
|
+
}
|
18
|
+
|
19
|
+
th {
|
20
|
+
color:#FFF;
|
21
|
+
background-color: $brand-primary;
|
22
|
+
border-bottom:4px solid #9ea7af;
|
23
|
+
border-right: 1px solid #343a45;
|
24
|
+
font-size:18px;
|
25
|
+
font-weight: 400;
|
26
|
+
padding:15px;
|
27
|
+
text-align:left !important;
|
28
|
+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
29
|
+
vertical-align:middle;
|
30
|
+
}
|
31
|
+
|
32
|
+
th a {
|
33
|
+
color: #FFF;
|
34
|
+
}
|
35
|
+
|
36
|
+
|
37
|
+
th:first-child {
|
38
|
+
border-top-left-radius:3px;
|
39
|
+
}
|
40
|
+
|
41
|
+
th:last-child {
|
42
|
+
border-top-right-radius:3px;
|
43
|
+
border-right:none;
|
44
|
+
}
|
45
|
+
|
46
|
+
tr {
|
47
|
+
border-top: 1px solid #C1C3D1;
|
48
|
+
border-bottom: 1px solid #C1C3D1;
|
49
|
+
color:#000000;
|
50
|
+
font-size:16px;
|
51
|
+
font-weight:normal;
|
52
|
+
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
|
53
|
+
}
|
54
|
+
|
55
|
+
tr:first-child {
|
56
|
+
border-top:none;
|
57
|
+
}
|
58
|
+
|
59
|
+
tr:last-child {
|
60
|
+
border-bottom:none;
|
61
|
+
}
|
62
|
+
|
63
|
+
tr:nth-child(even) td {
|
64
|
+
background:#f7f7f7;
|
65
|
+
}
|
66
|
+
|
67
|
+
tr:last-child td:first-child {
|
68
|
+
border-bottom-left-radius:3px;
|
69
|
+
}
|
70
|
+
|
71
|
+
tr:last-child td:last-child {
|
72
|
+
border-bottom-right-radius:3px;
|
73
|
+
}
|
74
|
+
|
75
|
+
td {
|
76
|
+
background:#FFFFFF;
|
77
|
+
padding: 20px;
|
78
|
+
text-align:left;
|
79
|
+
vertical-align:middle;
|
80
|
+
font-weight:300;
|
81
|
+
font-size:16px;
|
82
|
+
border-right: 1px solid #C1C3D1;
|
83
|
+
}
|
84
|
+
|
85
|
+
td:last-child {
|
86
|
+
border-right: 0px;
|
87
|
+
}
|
data/_sass/theme.scss
ADDED
@@ -0,0 +1,208 @@
|
|
1
|
+
//Body
|
2
|
+
body {
|
3
|
+
background:transparent;
|
4
|
+
letter-spacing: 0.5px;
|
5
|
+
overflow-x: hidden;
|
6
|
+
font-weight: 300;
|
7
|
+
font-family: 'LatoWeb', HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
8
|
+
-webkit-font-smoothing: antialiased;
|
9
|
+
}
|
10
|
+
|
11
|
+
//Selection for Highlighting Text on Web Page.
|
12
|
+
::-webkit-selection,
|
13
|
+
::-moz-selection,
|
14
|
+
::selection {
|
15
|
+
background-color: #19947B;
|
16
|
+
color: #fff;
|
17
|
+
}
|
18
|
+
//Search Dropdown input focus
|
19
|
+
#searchDropdown input:focus {
|
20
|
+
outline: none;
|
21
|
+
}
|
22
|
+
//Headings
|
23
|
+
h1, h2, h3, h4, h5, h6 {
|
24
|
+
font-family: 'LatoWeb', HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
25
|
+
font-weight: bold;
|
26
|
+
line-height: 1.1;
|
27
|
+
color: inherit;
|
28
|
+
}
|
29
|
+
|
30
|
+
//Horizontal Rule Styling
|
31
|
+
hr {
|
32
|
+
border-top: 2px solid $gray-light;
|
33
|
+
}
|
34
|
+
|
35
|
+
//Paragraphs
|
36
|
+
p{
|
37
|
+
font-size: 20px;
|
38
|
+
font-weight:300;
|
39
|
+
color: #000000;
|
40
|
+
line-height: 1.66em;
|
41
|
+
word-wrap: break-word;
|
42
|
+
}
|
43
|
+
//Padded Paragraph
|
44
|
+
.padded-para{
|
45
|
+
padding:20px;
|
46
|
+
}
|
47
|
+
|
48
|
+
#spaced-para{
|
49
|
+
font-size: 18px;
|
50
|
+
line-height: 40px;
|
51
|
+
}
|
52
|
+
|
53
|
+
// Paragraphs that are justified.
|
54
|
+
p .justified{
|
55
|
+
text-align: justify;
|
56
|
+
text-justify: inter-word;
|
57
|
+
}
|
58
|
+
|
59
|
+
// Tab Content paragraph
|
60
|
+
#content-container p {
|
61
|
+
font-size: 20px;
|
62
|
+
color: black;
|
63
|
+
line-height: 1.66em;
|
64
|
+
}
|
65
|
+
//Main Container Style margin accounts for Nav
|
66
|
+
#main-container{
|
67
|
+
margin-top:80px;
|
68
|
+
overflow-x: hidden;
|
69
|
+
}
|
70
|
+
|
71
|
+
//Content Container
|
72
|
+
.row.content-container{ margin-top:20px;}
|
73
|
+
|
74
|
+
//Content Container block elements
|
75
|
+
.content-container p {
|
76
|
+
font-size: 20px;
|
77
|
+
color: black;
|
78
|
+
line-height: 1.66em;
|
79
|
+
}
|
80
|
+
.content-container ul { font-size:18px; }
|
81
|
+
.content-container ol { font-size: 18px;}
|
82
|
+
|
83
|
+
//Home Page Heading
|
84
|
+
#homepage-heading {
|
85
|
+
color: $brand-warning;
|
86
|
+
font-size: 30pt;
|
87
|
+
font-weight: normal;
|
88
|
+
line-height: 1.25;
|
89
|
+
}
|
90
|
+
|
91
|
+
|
92
|
+
//Homepage Sub Tag
|
93
|
+
p.sub-tag {
|
94
|
+
width: 65%;
|
95
|
+
margin-bottom: 30px;
|
96
|
+
margin-top: 20px;
|
97
|
+
font-size: 21px;
|
98
|
+
color: #FFF;
|
99
|
+
font-weight: 200;
|
100
|
+
}
|
101
|
+
|
102
|
+
// Buttons
|
103
|
+
#buttons > a
|
104
|
+
{
|
105
|
+
-webkit-border-radius: 20px !important;
|
106
|
+
-moz-border-radius: 20px !important;
|
107
|
+
border-radius: 20px !important;
|
108
|
+
padding: 10px 16px;
|
109
|
+
font-size: 18px;
|
110
|
+
line-height: 1.3333333;
|
111
|
+
}
|
112
|
+
|
113
|
+
//Partners Panel Styling.
|
114
|
+
.partners-panel img {
|
115
|
+
margin-bottom: 60px;
|
116
|
+
height:25%;
|
117
|
+
width:80%;
|
118
|
+
}
|
119
|
+
.partners-panel{
|
120
|
+
height:500px;
|
121
|
+
margin-top: 40px;
|
122
|
+
}
|
123
|
+
//Bottom Border Five Pixels.
|
124
|
+
.bottom-border-five{ margin-bottom: 5px; }
|
125
|
+
|
126
|
+
//Alternate row for theme
|
127
|
+
.row .alternate-row {
|
128
|
+
background-color: #E5E5E5;
|
129
|
+
padding: 40px 0;
|
130
|
+
}
|
131
|
+
.small-img{
|
132
|
+
height:100px;
|
133
|
+
width:auto;
|
134
|
+
}
|
135
|
+
@media (min-width: $screen-md) {
|
136
|
+
.partners-panel {
|
137
|
+
margin-top:80px;
|
138
|
+
}
|
139
|
+
.margin-image {
|
140
|
+
padding:40px;
|
141
|
+
}
|
142
|
+
|
143
|
+
}
|
144
|
+
.members-panel { margin-top:50px; }
|
145
|
+
|
146
|
+
.margin-top { margin-top: 40px;}
|
147
|
+
|
148
|
+
.panel-body.members-panel-body {
|
149
|
+
margin-top: -55px;
|
150
|
+
border: 0;
|
151
|
+
}
|
152
|
+
.new-panel .panel-primary > .panel-heading {
|
153
|
+
color: #000000;
|
154
|
+
font-weight: bold;
|
155
|
+
background-color: transparent;
|
156
|
+
border:0;
|
157
|
+
}
|
158
|
+
|
159
|
+
// Iframe for Search page.
|
160
|
+
#searchIframe {
|
161
|
+
border:none;
|
162
|
+
}
|
163
|
+
|
164
|
+
//Vertical Center
|
165
|
+
.vcenter {
|
166
|
+
display: inline-block;
|
167
|
+
vertical-align: middle;
|
168
|
+
float: none;
|
169
|
+
}
|
170
|
+
|
171
|
+
//Contact Hero Banner
|
172
|
+
.contact-hero{
|
173
|
+
height:200px;
|
174
|
+
line-height: 200px;
|
175
|
+
text-align: center;
|
176
|
+
font-size:18px;
|
177
|
+
color: #fff;
|
178
|
+
background: url(asset_path("noise-1bbc9b.png")) repeat;
|
179
|
+
}
|
180
|
+
|
181
|
+
|
182
|
+
//----------BOOTSTRAP STYLES ----------------
|
183
|
+
|
184
|
+
.panel-primary {
|
185
|
+
border:0;
|
186
|
+
}
|
187
|
+
|
188
|
+
//Bootstrap Glyphicon Override.
|
189
|
+
.glyphicon {
|
190
|
+
width: 14px;
|
191
|
+
height: 14px;
|
192
|
+
}
|
193
|
+
//Remove button focus
|
194
|
+
.btn:focus,.btn:active:focus,.btn.active:focus,
|
195
|
+
.btn.focus,.btn:active.focus,.btn.active.focus {
|
196
|
+
outline: none;
|
197
|
+
}
|
198
|
+
|
199
|
+
//Jumbotron Custom Styling
|
200
|
+
.jumbotron{
|
201
|
+
margin-bottom: 0;
|
202
|
+
margin-top:0;
|
203
|
+
background: #FFF; /* Old browsers */
|
204
|
+
background: -moz-linear-gradient(top, #2a4b41 0%, #000000 100%); /* FF3.6-15 */
|
205
|
+
background: -webkit-linear-gradient(top, #2a4b41 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
|
206
|
+
background: linear-gradient(to bottom, #2a4b41 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
207
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2a4b41, endColorstr='#000000',GradientType=0 ); /* IE6-9 */
|
208
|
+
}
|