generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f71a5a
commit a588f23
Showing
27 changed files
with
5,408 additions
and
270 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<script src="/scripts/aem.js" type="module"></script> | ||
<script src="/scripts/scripts.js" type="module"></script> | ||
<link rel="stylesheet" href="/styles/styles.css"/> | ||
|
||
<!-- Aldevron styles --> | ||
<link rel="stylesheet" href="/styles/banner.min.css"/> | ||
<link rel="stylesheet" href="/styles/Colorbox.min.css"/> | ||
<link rel="stylesheet" href="/styles/fonts.css"/> | ||
<link rel="stylesheet" href="/styles/gcse.min.css"/> | ||
<link rel="stylesheet" href="/styles/lazy-styles.css"/> | ||
<link rel="stylesheet" href="/styles/Responsive.min.css"/> | ||
<link rel="stylesheet" href="/styles/Standard-modules.min.css"/> | ||
<link rel="stylesheet" href="/styles/styles_2020.min.css"/> | ||
<link rel="stylesheet" href="/styles/Swiper.min.css"/> | ||
<link rel="stylesheet" href="/styles/Template.min.css"/> | ||
<link rel="stylesheet" href="/styles/Typo.min.css"/> | ||
|
||
<!-- Aldevron scripts --> | ||
<script src="./scripts/jquery-1.11.2.min.js" type="module"></script> | ||
<script src="./scripts/jquery.colorbox-min.js" type="module"></script> | ||
<script src="./scripts/swiper-342.jquery.min.js" type="module"></script> | ||
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
#colorbox, | ||
#cboxOverlay, | ||
#cboxWrapper { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
z-index: 9999; | ||
overflow: hidden; | ||
-webkit-transform: translate3d(0, 0, 0); | ||
} | ||
#cboxWrapper { | ||
max-width: none; | ||
} | ||
#cboxOverlay { | ||
position: fixed; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
#cboxMiddleLeft, | ||
#cboxBottomLeft { | ||
clear: left; | ||
} | ||
#cboxContent { | ||
position: relative; | ||
} | ||
#cboxLoadedContent { | ||
overflow: auto; | ||
-webkit-overflow-scrolling: touch; | ||
} | ||
#cboxTitle { | ||
margin: 0; | ||
} | ||
#cboxLoadingOverlay, | ||
#cboxLoadingGraphic { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
#cboxPrevious, | ||
#cboxNext, | ||
#cboxClose, | ||
#cboxSlideshow { | ||
cursor: pointer; | ||
} | ||
.cboxPhoto { | ||
float: left; | ||
margin: auto; | ||
border: 0; | ||
display: block; | ||
max-width: none; | ||
-ms-interpolation-mode: bicubic; | ||
} | ||
.cboxIframe { | ||
width: 100%; | ||
height: 100%; | ||
display: block; | ||
border: 0; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
#colorbox, | ||
#cboxContent, | ||
#cboxLoadedContent { | ||
box-sizing: content-box; | ||
-moz-box-sizing: content-box; | ||
-webkit-box-sizing: content-box; | ||
} | ||
#cboxOverlay { | ||
background: #000; | ||
} | ||
#colorbox { | ||
outline: 0; | ||
} | ||
#cboxContent { | ||
margin-top: 20px; | ||
background: #fff; | ||
} | ||
.cboxIframe { | ||
background: #fff; | ||
} | ||
#cboxContent .button { | ||
padding: 0.6em 1em; | ||
margin-top: 10px; | ||
} | ||
#cboxError { | ||
padding: 50px; | ||
border: 1px solid #ccc; | ||
} | ||
#cboxLoadedContent { | ||
border: 15px solid #fff; | ||
background: #fff; | ||
} | ||
#cboxTitle { | ||
position: absolute; | ||
top: -20px; | ||
left: 0; | ||
color: #fff; | ||
font-size: 14px; | ||
line-height: 1.2; | ||
} | ||
#cboxCurrent { | ||
position: absolute; | ||
top: -20px; | ||
right: 0px; | ||
color: #ccc; | ||
} | ||
#cboxLoadingGraphic { | ||
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-loading.gif) | ||
no-repeat center center; | ||
} | ||
#cboxPrevious, | ||
#cboxNext, | ||
#cboxSlideshow, | ||
#cboxClose { | ||
border: 0; | ||
padding: 0; | ||
margin: 0; | ||
overflow: visible; | ||
width: auto; | ||
background: 0; | ||
} | ||
#cboxPrevious:active, | ||
#cboxNext:active, | ||
#cboxSlideshow:active, | ||
#cboxClose:active { | ||
outline: 0; | ||
} | ||
#cboxSlideshow { | ||
position: absolute; | ||
top: -20px; | ||
right: 90px; | ||
color: #fff; | ||
} | ||
#cboxPrevious { | ||
position: absolute; | ||
top: 50%; | ||
left: 5px; | ||
margin-top: -32px; | ||
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png) | ||
no-repeat top left; | ||
width: 28px; | ||
height: 65px; | ||
text-indent: -9999px; | ||
} | ||
#cboxPrevious:hover { | ||
background-position: bottom left; | ||
} | ||
#cboxNext { | ||
position: absolute; | ||
top: 50%; | ||
right: 5px; | ||
margin-top: -32px; | ||
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png) | ||
no-repeat top right; | ||
width: 28px; | ||
height: 65px; | ||
text-indent: -9999px; | ||
} | ||
#cboxNext:hover { | ||
background-position: bottom right; | ||
} | ||
#cboxClose { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
display: block; | ||
width: 32px; | ||
height: 32px; | ||
padding: 0; | ||
font-size: 28px; | ||
font-family: Arial, Helvetica; | ||
line-height: 32px; | ||
background-color: #ec8f2d; | ||
color: #fff; | ||
border-radius: 0; | ||
} | ||
#cboxClose:hover { | ||
background-color: #000 !important; | ||
} | ||
#cboxContent .icon-search { | ||
position: absolute; | ||
bottom: 0; | ||
right: 0; | ||
display: block; | ||
width: 32px; | ||
height: 32px; | ||
padding: 0; | ||
margin: 0; | ||
border: 0; | ||
font-size: 16px; | ||
line-height: 32px; | ||
background-color: #ec8f2d; | ||
color: #fff; | ||
border-radius: 0; | ||
} | ||
#cboxContent .icon-search:hover { | ||
background-color: #000 !important; | ||
} |
Oops, something went wrong.