jekyll-theme-marketing 0.5.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/{LICENSE.txt → LICENSE} +1 -1
- data/README.md +6 -1
- data/_includes/components/analytics/google.js +13 -0
- data/_includes/components/assets/file-downloads.html +15 -0
- data/_includes/components/breadcrumbs/bootstrap.html +35 -0
- data/_includes/components/breadcrumbs/bootstrap.js +11 -0
- data/_includes/components/bullets/fontawesome.html +4 -0
- data/_includes/components/cards/bootstrap-h.html +20 -0
- data/_includes/components/cards/bootstrap-v.html +16 -0
- data/_includes/components/contact-cards/phone-card.html +6 -0
- data/_includes/components/contact-cards/phone-directory.html +22 -0
- data/_includes/components/copyrights/progressive.html +19 -0
- data/_includes/components/exchange-rates/progressive.html +6 -0
- data/_includes/{body/header/exchange-rates/usd.html → components/exchange-rates/progressive.js} +1 -6
- data/_includes/components/filters/isotope.html +32 -0
- data/_includes/components/filters/isotope.js +47 -0
- data/_includes/components/firebase/sdk.html +17 -0
- data/_includes/components/firebase/special-offers.html +28 -0
- data/_includes/components/firebase/ui.html +15 -0
- data/_includes/components/firebase/ui.js +33 -0
- data/_includes/{head/fonts.html → components/fonts/google.html} +0 -0
- data/_includes/components/footers/progressive/custom-item.liquid +1 -0
- data/_includes/components/footers/progressive/custom-title.liquid +1 -0
- data/_includes/components/footers/progressive/footer.html +43 -0
- data/_includes/components/footers/progressive/top.html +27 -0
- data/_includes/components/forms/formspree.html +59 -0
- data/_includes/components/forms/formspree.js +35 -0
- data/_includes/components/forms/google-forms.css +5 -0
- data/_includes/components/forms/google-forms.html +76 -0
- data/_includes/components/forms/google-forms.js +31 -0
- data/_includes/components/generators/pdf/special-offers.html +51 -0
- data/_includes/components/icons/bootstrap.html +14 -0
- data/_includes/components/icons/progressive.html +29 -0
- data/_includes/components/icons/progressive.js +5 -0
- data/_includes/components/info-cards/card-deck.html +16 -0
- data/_includes/components/info-cards/progressive.html +20 -0
- data/_includes/components/info-cards/search-results.html +38 -0
- data/_includes/components/jumbotron/bootstrap.html +5 -0
- data/_includes/components/lang-switchers/two-langs.html +27 -0
- data/_includes/components/login/progressive.html +89 -0
- data/_includes/components/logos/motorola.html +3 -0
- data/_includes/components/logos/progressive.html +3 -0
- data/_includes/components/maps/google-maps.html +2 -0
- data/_includes/components/maps/google-maps.js +96 -0
- data/_includes/components/maps/image-map.html +21 -0
- data/_includes/components/megamenu/progressive.html +35 -0
- data/_includes/{head/meta.html → components/meta/progressive.html} +5 -1
- data/_includes/components/modals/bootstrap.html +124 -0
- data/_includes/components/modals/bootstrap.js +26 -0
- data/_includes/components/nav-items/bootstrap.html +23 -0
- data/_includes/components/nav-tabs/product-nav-tab.html +48 -0
- data/_includes/components/nav-tabs/product-nav-tab.js +38 -0
- data/_includes/components/navbars/bootstrap.html +16 -0
- data/_includes/components/navbars/common.liquid +14 -0
- data/_includes/components/navbars/progressive.html +33 -0
- data/_includes/components/navbars/progressive.js +18 -0
- data/_includes/components/panels/brands.html +12 -0
- data/_includes/{body → components}/product-cards/3d-space.html +5 -5
- data/_includes/components/product-cards/featured-product.html +15 -0
- data/_includes/components/product-cards/product-details.html +48 -0
- data/_includes/components/product-cards/product-generals.html +54 -0
- data/_includes/components/product-cards/progressive.html +57 -0
- data/_includes/components/scripts/body.js +41 -0
- data/_includes/components/scripts/head.js +14 -0
- data/_includes/components/scroll-to-tops/progressive.html +3 -0
- data/_includes/components/search-engines/lunr.html +19 -0
- data/_includes/components/search-engines/lunr.js +119 -0
- data/_includes/components/searchbars/progressive.html +14 -0
- data/_includes/components/sidenavs/material/dependencies.html +2 -2
- data/_includes/components/sliders/bootstrap.html +37 -0
- data/_includes/components/sliders/lightslider.html +35 -0
- data/_includes/components/sliders/lightslider.js +12 -0
- data/_includes/components/sliders/revolution-slider.html +67 -0
- data/_includes/components/social-media/facebook.html +18 -0
- data/_includes/components/social-media/progressive.html +9 -0
- data/_includes/components/spinners/bootstrap.html +5 -0
- data/_includes/components/stylesheets/progressive.html +47 -0
- data/_includes/components/timelines/9.html +27 -0
- data/_includes/components/topbars/progressive.html +36 -0
- data/_includes/components/topbars/progressive.js +5 -0
- data/_includes/components/videos/background.html +22 -0
- data/_includes/components/videos/youtube.html +23 -0
- data/_includes/components/zendesk/script.js +9 -0
- data/_includes/pages/footer/grupopv/our-offices.js +22 -0
- data/_layouts/default.html +30 -12
- data/_layouts/grid.html +34 -28
- data/_layouts/page.html +4 -48
- data/_layouts/product.html +29 -174
- data/_sass/common/_common.scss +32 -0
- data/_sass/components/breadcrumbs/_bootstrap.scss +2 -3
- data/_sass/components/contact-cards/_location.scss +14 -0
- data/_sass/components/contact-cards/_phone-card.scss +17 -0
- data/_sass/components/footers/_vg_progressive.scss +72 -0
- data/_sass/components/forms/_formspree.scss +5 -0
- data/_sass/components/forms/_google-forms.scss +29 -0
- data/_sass/components/icons/bootstrap.scss +21 -0
- data/_sass/components/info-cards/_card-deck.scss +12 -0
- data/_sass/components/info-cards/search-results.scss +9 -0
- data/_sass/components/jumbotron/bootstrap.scss +5 -0
- data/_sass/components/lang-switchers/_toogle-lang.scss +0 -1
- data/_sass/components/login/progressive.scss +13 -0
- data/_sass/components/logos/progressive.scss +12 -0
- data/_sass/components/maps/google-maps.scss +13 -0
- data/_sass/components/megamenu/progressive.scss +9 -0
- data/_sass/components/nav-items/bootstrap.scss +26 -0
- data/_sass/components/navbars/bootstrap.scss +8 -0
- data/_sass/components/navbars/progressive.scss +94 -0
- data/_sass/components/product-cards/_3d-space.scss +12 -12
- data/_sass/components/product-cards/_product-details.scss +6 -0
- data/_sass/components/product-cards/_product-generals.scss +13 -0
- data/_sass/components/product-cards/_progressive.scss +30 -0
- data/_sass/components/product-cards/featured-product.scss +12 -0
- data/_sass/components/searchbars/progressive.scss +8 -0
- data/_sass/components/sidenavs/_material.scss +160 -0
- data/_sass/components/sliders/_lightslider.scss +33 -0
- data/_sass/components/social-media/_progressive.scss +25 -0
- data/_sass/components/timelines/9.scss +152 -0
- data/_sass/components/videos/background.scss +22 -0
- data/_sass/grupopv/_navbar.scss +22 -0
- data/_sass/layouts/_404.scss +39 -0
- data/_sass/layouts/_default.scss +3 -0
- data/_sass/layouts/_page.scss +70 -0
- data/_sass/layouts/_product.scss +56 -0
- data/assets/css/main.min.scss +88 -0
- data/assets/img/common/favicon.png +0 -0
- data/assets/js/firebase/firebase-account-controller.js +42 -0
- data/assets/js/firebase/firebase-login.js +4 -4
- data/assets/js/firebase/firebase-sdk.js +19 -0
- data/assets/js/firebase/firebase-special-offers.js +41 -0
- data/assets/node_modules/@fortawesome/fontawesome-free-brands/index.js +1221 -0
- data/assets/node_modules/@fortawesome/fontawesome-free-regular/index.js +489 -0
- data/assets/node_modules/@fortawesome/fontawesome-free-solid/index.js +2013 -0
- data/assets/node_modules/@fortawesome/fontawesome/index.js +1823 -0
- data/assets/node_modules/@fortawesome/fontawesome/styles.css +345 -0
- data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +5 -3
- data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +6 -5
- data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/assets/node_modules/bootstrap/scss/_badge.scss +54 -0
- data/assets/node_modules/bootstrap/scss/_buttons.scss +139 -0
- data/assets/node_modules/bootstrap/scss/_functions.scss +134 -0
- data/assets/node_modules/bootstrap/scss/_nav.scss +120 -0
- data/assets/node_modules/bootstrap/scss/_reboot.scss +482 -0
- data/assets/node_modules/bootstrap/scss/_variables.scss +1143 -0
- data/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +22 -0
- data/assets/node_modules/bootstrap/scss/mixins/_badge.scss +17 -0
- data/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +63 -0
- data/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +20 -0
- data/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
- data/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +110 -0
- data/assets/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
- data/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
- data/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
- data/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +17 -0
- data/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +11 -0
- data/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/assets/node_modules/bootstrap/scss/mixins/_transition.scss +16 -0
- data/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
- data/assets/node_modules/bootstrap/scss/utilities/_text.scss +72 -0
- data/assets/node_modules/bootstrap/scss/vendor/_rfs.scss +204 -0
- data/assets/node_modules/firebase/firebase-app.js +2 -0
- data/assets/node_modules/firebase/firebase-app.js.map +1 -0
- data/assets/node_modules/firebase/firebase-auth.js +2 -0
- data/assets/node_modules/firebase/firebase-auth.js.map +1 -0
- data/assets/node_modules/firebase/firebase-firestore.js +2 -0
- data/assets/node_modules/firebase/firebase-firestore.js.map +1 -0
- data/assets/node_modules/flag-icon-css/flags/1x1/br.svg +41 -41
- data/assets/node_modules/flag-icon-css/flags/1x1/mx.svg +371 -378
- data/assets/node_modules/flag-icon-css/flags/1x1/us.svg +2 -2
- data/assets/node_modules/flag-icon-css/sass/_flag-icon-list.scss +265 -249
- data/assets/node_modules/flag-icon-css/sass/_variables.scss +1 -1
- data/assets/node_modules/flag-icon-css/sass/flag-icon.scss +3 -4
- data/assets/node_modules/isotope-layout/dist/isotope.pkgd.min.js +12 -0
- data/assets/node_modules/jquery.stellar/jquery.stellar.min.js +9 -0
- data/assets/node_modules/jquery/dist/jquery.min.js +2 -0
- data/assets/node_modules/jquery/dist/jquery.min.map +1 -0
- data/assets/node_modules/jspdf/dist/jspdf.min.js +149 -88
- data/assets/node_modules/lightslider/dist/css/lightslider.min.css +3 -0
- data/assets/node_modules/lightslider/dist/img/controls.png +0 -0
- data/assets/node_modules/lightslider/dist/js/lightslider.min.js +4 -0
- data/assets/node_modules/lunr/lunr.min.js +6 -0
- data/assets/node_modules/vue/dist/vue.min.js +3 -3
- data/assets/vendors/revolution-slider/assets/coloredbg.png +0 -0
- data/assets/vendors/revolution-slider/assets/shadow3.png +0 -0
- data/assets/vendors/revolution-slider/css/settings.css +1480 -0
- data/assets/vendors/revolution-slider/font/revicons.svg +54 -0
- data/assets/vendors/revolution-slider/font/revicons.woff +0 -0
- data/assets/vendors/revolution-slider/js/jquery.themepunch.revolution.min.js +11 -0
- data/assets/vendors/revolution-slider/js/jquery.themepunch.tools.min.js +138 -0
- data/assets/vendors/revolution-slider/js/settings.js +110 -0
- data/assets/vendors/themeforest/fonts/social-icons.eot +0 -0
- data/assets/vendors/themeforest/fonts/social-icons.svg +403 -0
- data/assets/vendors/themeforest/fonts/social-icons.ttf +0 -0
- data/assets/vendors/themeforest/fonts/social-icons.woff +0 -0
- data/assets/vendors/themeforest/progressive/css/animate.css +1582 -0
- data/assets/vendors/themeforest/progressive/css/base.css +278 -0
- data/assets/vendors/themeforest/progressive/css/buttons.css +272 -0
- data/assets/vendors/themeforest/progressive/css/cms.css +289 -0
- data/assets/vendors/themeforest/progressive/css/responsive.css +2111 -0
- data/assets/vendors/themeforest/progressive/css/social-icons.css +130 -0
- data/assets/vendors/themeforest/progressive/css/style.css +9521 -0
- data/assets/vendors/themeforest/progressive/images/svg/loader.svg +34 -0
- data/assets/vendors/themeforest/progressive/js/jquery.appear.js +150 -0
- data/assets/vendors/themeforest/progressive/js/main.js +2176 -0
- metadata +189 -40
- data/_includes/body/footer.html +0 -0
- data/_includes/body/footer/buttons.html +0 -40
- data/_includes/body/header.html +0 -0
- data/_includes/body/header/logo.html +0 -5
- data/_includes/body/header/search-contact-phone-buttons.html +0 -29
- data/_includes/body/header/top-bar.html +0 -20
- data/_includes/body/scripts.html +0 -41
- data/_includes/head/firebase/sdk.html +0 -4
- data/_includes/head/google-analytics.html +0 -0
- data/_includes/head/scripts.html +0 -9
- data/_includes/head/style.html +0 -50
- data/_sass/components/navbars/_vg_progressive.scss +0 -44
- data/_sass/layouts/_grid.scss +0 -13
- data/assets/css/main.scss +0 -23
- data/assets/js/bootstrap/nav-tabs.js +0 -36
- data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -229
- data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/node_modules/flag-icon-css/sass/_flag-icon-more.scss +0 -7
- data/assets/node_modules/font-awesome/css/font-awesome.min.css +0 -4
- data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
- data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/node_modules/jquery/dist/cdn/jquery.min.js +0 -4
@@ -349,20 +349,20 @@ div.shadow{
|
|
349
349
|
-o-transition: all 100ms ease-out;
|
350
350
|
transition: all 100ms ease-out;
|
351
351
|
}
|
352
|
-
.carousel{
|
352
|
+
.product-back .carousel{
|
353
353
|
width: 100%;
|
354
354
|
height:500px;
|
355
355
|
overflow:hidden;
|
356
356
|
position:relative;
|
357
357
|
|
358
358
|
}
|
359
|
-
.carousel ul{
|
359
|
+
.product-back .carousel ul{
|
360
360
|
position:absolute;
|
361
361
|
top:0;
|
362
362
|
left:0;
|
363
363
|
padding:0;
|
364
364
|
}
|
365
|
-
.carousel li{
|
365
|
+
.product-back .carousel li{
|
366
366
|
height:500px;
|
367
367
|
float:left;
|
368
368
|
overflow:hidden;
|
@@ -374,7 +374,7 @@ div.shadow{
|
|
374
374
|
transform-style: preserve-3d;
|
375
375
|
transition: transform 5s;
|
376
376
|
}
|
377
|
-
.carouselPrev
|
377
|
+
.product-back .carouselPrev,.product-back .carouselNext{
|
378
378
|
width: 50px;
|
379
379
|
height: 55px;
|
380
380
|
background: #ccc;
|
@@ -384,7 +384,7 @@ div.shadow{
|
|
384
384
|
opacity:0.9;
|
385
385
|
cursor:pointer;
|
386
386
|
}
|
387
|
-
.carouselNext{
|
387
|
+
.product-back .carouselNext{
|
388
388
|
top:0;
|
389
389
|
right: -26px;
|
390
390
|
-webkit-transform: rotateY( -117deg );
|
@@ -394,7 +394,7 @@ div.shadow{
|
|
394
394
|
transition: all 200ms ease-out;
|
395
395
|
|
396
396
|
}
|
397
|
-
.carouselNext.visible{
|
397
|
+
.product-back .carouselNext.visible{
|
398
398
|
right:0;
|
399
399
|
opacity:0.8;
|
400
400
|
background: #efefef;
|
@@ -404,7 +404,7 @@ div.shadow{
|
|
404
404
|
transform: rotateY( 0deg );
|
405
405
|
transition: all 200ms ease-out;
|
406
406
|
}
|
407
|
-
.carouselPrev{
|
407
|
+
.product-back .carouselPrev{
|
408
408
|
left:-26px;
|
409
409
|
top:0;
|
410
410
|
-webkit-transform: rotateY( 117deg );
|
@@ -414,7 +414,7 @@ div.shadow{
|
|
414
414
|
transition: all 200ms ease-out;
|
415
415
|
|
416
416
|
}
|
417
|
-
.carouselPrev.visible{
|
417
|
+
.product-back .carouselPrev.visible{
|
418
418
|
left:0;
|
419
419
|
opacity:0.8;
|
420
420
|
background: #eee;
|
@@ -424,7 +424,7 @@ div.shadow{
|
|
424
424
|
transform: rotateY( 0deg );
|
425
425
|
transition: all 200ms ease-out;
|
426
426
|
}
|
427
|
-
.carousel .x
|
427
|
+
.product-back .carousel .x,.product-back .carousel .y{
|
428
428
|
height:2px;
|
429
429
|
width:15px;
|
430
430
|
background: $space-overlay-color;
|
@@ -435,18 +435,18 @@ div.shadow{
|
|
435
435
|
-webkit-transform: rotate(45deg);
|
436
436
|
transform: rotate(45deg);
|
437
437
|
}
|
438
|
-
.carousel .x{
|
438
|
+
.product-back .carousel .x{
|
439
439
|
-ms-transform: rotate(135deg);
|
440
440
|
-webkit-transform: rotate(135deg);
|
441
441
|
transform: rotate(135deg);
|
442
442
|
top:21px;
|
443
443
|
}
|
444
|
-
.carousel .carouselNext .x{
|
444
|
+
.product-back .carousel .carouselNext .x{
|
445
445
|
-ms-transform: rotate(45deg);
|
446
446
|
-webkit-transform: rotate(45deg);
|
447
447
|
transform: rotate(45deg);
|
448
448
|
}
|
449
|
-
.carousel .carouselNext .y{
|
449
|
+
.product-back .carousel .carouselNext .y{
|
450
450
|
-ms-transform: rotate(135deg);
|
451
451
|
-webkit-transform: rotate(135deg);
|
452
452
|
transform: rotate(135deg);
|
@@ -0,0 +1,30 @@
|
|
1
|
+
[data-component="product-cards/progressive"] {
|
2
|
+
|
3
|
+
.cover-image {
|
4
|
+
object-fit: cover;
|
5
|
+
width: auto;
|
6
|
+
height: 170px;
|
7
|
+
}
|
8
|
+
|
9
|
+
.opacity-80 {
|
10
|
+
-webkit-transition: opacity 0.2s linear;
|
11
|
+
transition: opacity 0.2s linear;
|
12
|
+
&:hover {
|
13
|
+
opacity: .8;
|
14
|
+
filter: alpha(opacity=80);
|
15
|
+
-webkit-transition: opacity 0.2s linear;
|
16
|
+
transition: opacity 0.2s linear;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
.text-sm {
|
21
|
+
font-size: 0.9rem;
|
22
|
+
}
|
23
|
+
|
24
|
+
.disabled-price{
|
25
|
+
font-size: 0.6rem!important;
|
26
|
+
text-decoration: line-through;
|
27
|
+
background-color: lightgray;
|
28
|
+
}
|
29
|
+
|
30
|
+
}
|
@@ -0,0 +1,160 @@
|
|
1
|
+
$primary-color: #2196F3;
|
2
|
+
|
3
|
+
/* Ripple effect */
|
4
|
+
.ripple {
|
5
|
+
background-position: center;
|
6
|
+
transition: background 0.8s;
|
7
|
+
&:hover {
|
8
|
+
background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
|
9
|
+
}
|
10
|
+
&:active {
|
11
|
+
background-color: #6eb9f7;
|
12
|
+
background-size: 100%;
|
13
|
+
transition: background 0s;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.side-nav {
|
18
|
+
//transform: translateX(-320px);
|
19
|
+
transform: translateX(0px);
|
20
|
+
overflow-x: hidden;
|
21
|
+
z-index: 800;
|
22
|
+
position: relative;
|
23
|
+
top: 0;
|
24
|
+
left: 0;
|
25
|
+
margin-left: -2.05%;
|
26
|
+
margin-top: -52px;
|
27
|
+
transition: max-width 200ms, transform 200ms cubic-bezier(0.4, 0.0, 0.6, 1);
|
28
|
+
width: 320px;
|
29
|
+
box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
|
30
|
+
header {
|
31
|
+
transition: padding 150ms;
|
32
|
+
background: url(https://s3-us-west-2.amazonaws.com/grupopv-public/assets/bg_sidebar.png) no-repeat;
|
33
|
+
background-size: 320px 180px;
|
34
|
+
width: auto;
|
35
|
+
.rich-area {
|
36
|
+
display: flex;
|
37
|
+
flex-direction: column;
|
38
|
+
justify-content: center;
|
39
|
+
padding: 0 16px 8px 16px;
|
40
|
+
height: 56px;
|
41
|
+
.email {
|
42
|
+
display: flex;
|
43
|
+
justify-content: space-between;
|
44
|
+
align-items: center;
|
45
|
+
color: #fff;
|
46
|
+
i {
|
47
|
+
border-radius: 50%;
|
48
|
+
user-select: none;
|
49
|
+
height: 32px;
|
50
|
+
width: 32px;
|
51
|
+
display: flex;
|
52
|
+
justify-content: center;
|
53
|
+
align-items: center;
|
54
|
+
cursor: pointer;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
a {
|
58
|
+
font-size: 15px;
|
59
|
+
text-decoration: none;
|
60
|
+
color: #fff;
|
61
|
+
box-shadow: 0, 0, 0;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
.avatars-container {
|
65
|
+
padding: 16px 16px 0 16px;
|
66
|
+
display: flex;
|
67
|
+
justify-content: space-between;
|
68
|
+
img {
|
69
|
+
user-select: none;
|
70
|
+
border-radius: 50%;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
nav {
|
75
|
+
ul {
|
76
|
+
background-color: #fff;
|
77
|
+
padding: 8px 0 0 0;
|
78
|
+
margin: 0;
|
79
|
+
list-style: none;
|
80
|
+
hr {
|
81
|
+
background-color: rgba(0, 0, 0, 0.15);
|
82
|
+
height: 1.2px;
|
83
|
+
border: 0;
|
84
|
+
}
|
85
|
+
#subheader {
|
86
|
+
user-select: none;
|
87
|
+
pointer-events: none;
|
88
|
+
color: rgba(0, 0, 0, 0.5);
|
89
|
+
}
|
90
|
+
li {
|
91
|
+
user-select: none;
|
92
|
+
color: rgba(0, 0, 0, 0.9);
|
93
|
+
padding: 0 16px;
|
94
|
+
font-weight: 500;
|
95
|
+
font-size: 14px;
|
96
|
+
cursor: pointer;
|
97
|
+
height: 48px;
|
98
|
+
display: flex;
|
99
|
+
align-items: center;
|
100
|
+
margin: 0;
|
101
|
+
padding: 0 16px;
|
102
|
+
&.active {
|
103
|
+
color: $primary-color;
|
104
|
+
i {
|
105
|
+
color: $primary-color;
|
106
|
+
}
|
107
|
+
}
|
108
|
+
&.disabled {
|
109
|
+
cursor: not-allowed;
|
110
|
+
color: rgba(197, 197, 197, 1);
|
111
|
+
i {
|
112
|
+
color: rgba(197, 197, 197, 1);
|
113
|
+
}
|
114
|
+
}
|
115
|
+
i {
|
116
|
+
color: rgba(0, 0, 0, 0.6);
|
117
|
+
padding-right: 32px;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
a {
|
121
|
+
&:active {
|
122
|
+
text-decoration: none;
|
123
|
+
color: #000;
|
124
|
+
}
|
125
|
+
&:visited {
|
126
|
+
text-decoration: none;
|
127
|
+
color: #000;
|
128
|
+
}
|
129
|
+
&:hover {
|
130
|
+
text-decoration: none;
|
131
|
+
color: #000;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
}
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
// Media queries
|
139
|
+
@media all and (max-width: 335px) {
|
140
|
+
.action-bar {
|
141
|
+
.icons {
|
142
|
+
i {
|
143
|
+
margin: 8px;
|
144
|
+
}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
}
|
148
|
+
|
149
|
+
@media all and (min-width: 960px) {
|
150
|
+
.side-nav {
|
151
|
+
header {
|
152
|
+
.rich-area {
|
153
|
+
padding: 0 24px 8px 24px;
|
154
|
+
}
|
155
|
+
.avatars-container {
|
156
|
+
padding: 24px 24px 0 24px;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
.product-images {
|
2
|
+
width:100%;
|
3
|
+
|
4
|
+
.lSSlideWrapper {
|
5
|
+
border: 1px solid #eee;
|
6
|
+
border-radius: 15px;
|
7
|
+
-moz-border-radius: 15px;
|
8
|
+
}
|
9
|
+
.lSGallery li {
|
10
|
+
border: 1px solid #ddd;
|
11
|
+
border-radius: 15px;
|
12
|
+
-moz-border-radius: 15px;
|
13
|
+
}
|
14
|
+
|
15
|
+
ul {
|
16
|
+
list-style: none outside none;
|
17
|
+
padding-left: 0;
|
18
|
+
margin-bottom:0;
|
19
|
+
|
20
|
+
li {
|
21
|
+
display: block;
|
22
|
+
float: left;
|
23
|
+
margin-right: 6px;
|
24
|
+
cursor:pointer;
|
25
|
+
|
26
|
+
img {
|
27
|
+
display: block;
|
28
|
+
height: auto;
|
29
|
+
max-width: 100%;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
.social a.sbtnf{
|
2
|
+
font-size: 23px;
|
3
|
+
opacity: 1;
|
4
|
+
filter: alpha(opacity=100);
|
5
|
+
-webkit-transition: all .3s linear;
|
6
|
+
transition: all .3s linear;
|
7
|
+
margin-bottom: 10px;
|
8
|
+
|
9
|
+
&.sbtnf-rounded {
|
10
|
+
border-radius: 3px;
|
11
|
+
-webkit-border-radius: 3px;
|
12
|
+
-moz-border-radius: 3px;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.icon-email{
|
16
|
+
background: #e04a3f;
|
17
|
+
}
|
18
|
+
|
19
|
+
&:hover{
|
20
|
+
opacity: .70;
|
21
|
+
filter: alpha(opacity=70);
|
22
|
+
-webkit-transition: all .3s linear;
|
23
|
+
transition: all .3s linear;
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,152 @@
|
|
1
|
+
[data-component="timelines/9"] {
|
2
|
+
.circle {
|
3
|
+
img {
|
4
|
+
border-radius: 50%;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
.main-timeline9{position:relative}
|
10
|
+
|
11
|
+
.main-timeline9:after,.main-timeline9:before{content:"";display:block;width:100%;clear:both}
|
12
|
+
|
13
|
+
/* Linea central */
|
14
|
+
|
15
|
+
.main-timeline9:before{content:"";width:3px;height:100%;background:#302124;position:absolute;top:0;left:50%}
|
16
|
+
|
17
|
+
.main-timeline9 .timeline{width:50%;float:left;position:relative;z-index:1}
|
18
|
+
|
19
|
+
.main-timeline9 .timeline:after,.main-timeline9 .timeline:before{content:"";display:block;width:0%;clear:both}
|
20
|
+
|
21
|
+
.main-timeline9 .timeline:last-child:before{top:auto;bottom:0}
|
22
|
+
|
23
|
+
.main-timeline9 .timeline:last-child:nth-child(even):before{right:auto;left:-12px;bottom:-2px}
|
24
|
+
|
25
|
+
.main-timeline9 .timeline-content{text-align:center;margin-top:8px;position:relative;transition:all .3s ease 0s}
|
26
|
+
|
27
|
+
|
28
|
+
/* lineas Horizontales */
|
29
|
+
|
30
|
+
.main-timeline9 .timeline-content:before{content:"";width:100%;height:5px;background:#1D6BD6;position:absolute;top:88px;left:0;z-index:-1}
|
31
|
+
|
32
|
+
|
33
|
+
/* Circulos grandes */
|
34
|
+
|
35
|
+
.main-timeline9 .circle{width:180px;height:180px;border-radius:50%;background:#fff;border:8px solid #1D6BD6;float:left;margin-right:25px;position:relative}
|
36
|
+
|
37
|
+
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before{content:"";margin:auto;position:absolute;right:-33px;bottom:0;z-index:-1}
|
38
|
+
|
39
|
+
.main-timeline9 .circle span{display:block;width:100%;height:100%;border-radius:50%;line-height:160px;border:3px solid #adabab;font-size:80px;color:#454344}
|
40
|
+
|
41
|
+
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before{width:28px;height:50px;background:#fff;border-radius:0 0 0 21px;top:-54px}
|
42
|
+
|
43
|
+
.main-timeline9 .circle span:after{border-radius:21px 0 0;top:0;bottom:-56px}
|
44
|
+
|
45
|
+
.main-timeline9 .content{display:table;padding-right:40px;position:relative}
|
46
|
+
|
47
|
+
|
48
|
+
/* Contenedor del año */
|
49
|
+
|
50
|
+
.main-timeline9 .year{display:block;padding:10px;margin:10px 0 50px;background:#1D6BD6;border-radius:7px;font-size:25px;color:#fff}
|
51
|
+
|
52
|
+
|
53
|
+
/* Titulos */
|
54
|
+
|
55
|
+
.main-timeline9 .title{font-size:25px;font-weight:700;color:#1D6BD6;margin-top:0}
|
56
|
+
|
57
|
+
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before,.main-timeline9 .icon:before{content:"";height:25px;margin:auto;position:absolute;bottom:0;z-index:-1;left:-15px}
|
58
|
+
|
59
|
+
.main-timeline9 .description{font-size:14px;color:#a6a6a6;text-align:justify}
|
60
|
+
|
61
|
+
|
62
|
+
/* Circulos centrales en linea del tiempo */
|
63
|
+
|
64
|
+
.main-timeline9 .icon{width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #1D6BD6;position:absolute;top:78px;right:-14px}
|
65
|
+
|
66
|
+
.main-timeline9 .icon:before{width:15px;background:#1D6BD6;top:-1px}
|
67
|
+
|
68
|
+
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before{width:21px;background:#fff;border-radius:0 0 21px;top:-30px}
|
69
|
+
|
70
|
+
.main-timeline9 .icon span:after{border-radius:0 21px 0 0;top:0;left:-15px;bottom:-30px}
|
71
|
+
|
72
|
+
.main-timeline9 .timeline:nth-child(2n) .circle,.main-timeline9 .timeline:nth-child(2n) .timeline-content{float:right}
|
73
|
+
|
74
|
+
.main-timeline9 .timeline:nth-child(2n) .circle{margin:0 0 0 25px}
|
75
|
+
|
76
|
+
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:auto;left:-33px;box-shadow:-7px 0 9px -7px #444 inset}
|
77
|
+
|
78
|
+
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:auto;left:-33px;border-radius:0 0 21px}
|
79
|
+
|
80
|
+
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:0 21px 0 0}
|
81
|
+
|
82
|
+
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 0 0 40px;margin-left:2px}
|
83
|
+
|
84
|
+
.main-timeline9 .timeline:nth-child(2n) .icon{right:auto;left:-14px}
|
85
|
+
|
86
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:auto;right:-15px}
|
87
|
+
|
88
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 0 21px}
|
89
|
+
|
90
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:21px 0 0}
|
91
|
+
|
92
|
+
.main-timeline9 .timeline:nth-child(2){margin-top:180px}
|
93
|
+
|
94
|
+
.main-timeline9 .timeline:nth-child(odd){margin:-175px 0 0}
|
95
|
+
|
96
|
+
.main-timeline9 .timeline:nth-child(even){margin-bottom:80px}
|
97
|
+
|
98
|
+
.main-timeline9 .timeline:first-child,.main-timeline9 .timeline:last-child:nth-child(even){margin:0}
|
99
|
+
|
100
|
+
|
101
|
+
@media only screen and (max-width:990px) {
|
102
|
+
|
103
|
+
.main-timeline9:before{left:100%}
|
104
|
+
|
105
|
+
.main-timeline9 .timeline{width:100%;float:none;margin-bottom:20px!important}
|
106
|
+
|
107
|
+
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:auto!important;right:-13px!important}
|
108
|
+
|
109
|
+
.main-timeline9 .timeline:nth-child(2n) .circle{float:left;margin:0 25px 0 0}
|
110
|
+
|
111
|
+
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:-33px;left:auto;box-shadow:7px 0 9px -7px #444 inset}
|
112
|
+
|
113
|
+
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:-33px;left:auto;border-radius:0 0 0 21px}
|
114
|
+
|
115
|
+
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:21px 0 0}
|
116
|
+
|
117
|
+
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 40px 0 0;margin-left:0}
|
118
|
+
|
119
|
+
.main-timeline9 .timeline:nth-child(2n) .icon{right:-14px;left:auto}
|
120
|
+
|
121
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:-15px;right:auto}
|
122
|
+
|
123
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 21px}
|
124
|
+
|
125
|
+
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:0 21px 0 0}
|
126
|
+
|
127
|
+
.main-timeline9 .timeline:nth-child(2),.main-timeline9 .timeline:nth-child(even),.main-timeline9 .timeline:nth-child(odd){margin:0}
|
128
|
+
|
129
|
+
}
|
130
|
+
|
131
|
+
|
132
|
+
@media only screen and (max-width:480px) {
|
133
|
+
|
134
|
+
.main-timeline9:before{left:0}
|
135
|
+
|
136
|
+
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:-12px!important;right:auto!important}
|
137
|
+
|
138
|
+
.main-timeline9 .circle,.main-timeline9 .timeline:nth-child(2n) .circle{width:130px;height:130px;float:none;margin:0 auto}
|
139
|
+
|
140
|
+
.main-timeline9 .timeline-content:before{width:99.5%;top:68px;left:.5%}
|
141
|
+
|
142
|
+
.main-timeline9 .circle span{line-height:115px;font-size:60px}
|
143
|
+
|
144
|
+
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before,.main-timeline9 .icon{display:none}
|
145
|
+
|
146
|
+
.main-timeline9 .content,.main-timeline9 .timeline:nth-child(2n) .content{padding:0 10px}
|
147
|
+
|
148
|
+
.main-timeline9 .year{margin-bottom:15px}
|
149
|
+
|
150
|
+
.main-timeline9 .description{text-align:center}
|
151
|
+
|
152
|
+
}
|