shibori 1.0.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +20 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +27 -0
- data/Procfile +1 -0
- data/README.md +24 -0
- data/Rakefile +2 -0
- data/app.json +11 -0
- data/builder/lineage_hunter.js +80 -0
- data/builder/list_item_hunter.js +106 -0
- data/builder/media_hunter.js +51 -0
- data/builder/object_factory.js +60 -0
- data/builder/parameter_hunter.js +69 -0
- data/builder/pattern_assembler.js +258 -0
- data/builder/pattern_exporter.js +43 -0
- data/builder/patternlab.js +365 -0
- data/builder/patternlab_grunt.js +38 -0
- data/builder/patternlab_gulp.js +26 -0
- data/builder/pseudopattern_hunter.js +78 -0
- data/config.json +34 -0
- data/docs/Pattern Lab Node.md +225 -0
- data/favicon.ico +0 -0
- data/gulpfile.js +148 -0
- data/index.js +20 -0
- data/lib/shibori/version.rb +3 -0
- data/lib/shibori.rb +11 -0
- data/package.json +44 -0
- data/public/data/annotations.js +109 -0
- data/public/styleguide/css/static.css +458 -0
- data/public/styleguide/css/static.scss +404 -0
- data/public/styleguide/css/styleguide-specific.css +170 -0
- data/public/styleguide/css/styleguide-specific.scss +204 -0
- data/public/styleguide/css/styleguide.css +880 -0
- data/public/styleguide/css/styleguide.scss +950 -0
- data/public/styleguide/css/vendor/prism.css +112 -0
- data/public/styleguide/css/vendor/typeahead.css +66 -0
- data/public/styleguide/fonts/icomoon.eot +0 -0
- data/public/styleguide/fonts/icomoon.svg +22 -0
- data/public/styleguide/fonts/icomoon.ttf +0 -0
- data/public/styleguide/fonts/icomoon.woff +0 -0
- data/public/styleguide/html/README +1 -0
- data/public/styleguide/images/spinner.gif +0 -0
- data/public/styleguide/js/annotations-pattern.js +308 -0
- data/public/styleguide/js/annotations-viewer.js +289 -0
- data/public/styleguide/js/code-pattern.js +120 -0
- data/public/styleguide/js/code-viewer.js +443 -0
- data/public/styleguide/js/data-saver.js +169 -0
- data/public/styleguide/js/pattern-finder.js +114 -0
- data/public/styleguide/js/postmessage.js +127 -0
- data/public/styleguide/js/styleguide.js +600 -0
- data/public/styleguide/js/url-handler.js +182 -0
- data/public/styleguide/js/vendor/classlist-polyfill.js +176 -0
- data/public/styleguide/js/vendor/jquery.js +4 -0
- data/public/styleguide/js/vendor/jwerty.js +523 -0
- data/public/styleguide/js/vendor/prism.js +7 -0
- data/public/styleguide/js/vendor/typeahead.bundle.min.js +7 -0
- data/script/bootstrap +58 -0
- data/shibori.gemspec +18 -0
- data/shibori.jpg +0 -0
- data/source/_data/annotations.js +109 -0
- data/source/_data/data.json +93 -0
- data/source/_data/listitems.json +782 -0
- data/source/_patternlab-files/README +1 -0
- data/source/_patternlab-files/index.mustache +94 -0
- data/source/_patternlab-files/partials/ishControls.mustache +64 -0
- data/source/_patternlab-files/partials/patternNav.mustache +17 -0
- data/source/_patternlab-files/partials/patternPaths.mustache +3 -0
- data/source/_patternlab-files/partials/viewAllPaths.mustache +3 -0
- data/source/_patternlab-files/pattern-header-footer/README +1 -0
- data/source/_patternlab-files/pattern-header-footer/footer.html +34 -0
- data/source/_patternlab-files/pattern-header-footer/header.html +44 -0
- data/source/_patternlab-files/styleguide.mustache +75 -0
- data/source/_patternlab-files/viewall.mustache +75 -0
- data/source/_patterns/00-atoms/00-typography/00-headings.mustache +6 -0
- data/source/_patterns/00-atoms/00-typography/01-headings-options.mustache +7 -0
- data/source/_patterns/00-atoms/00-typography/02-body.mustache +2 -0
- data/source/_patterns/00-atoms/00-typography/03-text-manipulation.mustache +12 -0
- data/source/_patterns/00-atoms/00-typography/04-blockquotes.mustache +3 -0
- data/source/_patterns/00-atoms/00-typography/05-lists.mustache +64 -0
- data/source/_patterns/00-atoms/01-colors/00-colors-monochromatic.mustache +36 -0
- data/source/_patterns/00-atoms/01-colors/01-colors-brand.mustache +26 -0
- data/source/_patterns/00-atoms/01-colors/02-colors-gradients.mustache +38 -0
- data/source/_patterns/00-atoms/02-buttons/00-btn-lg.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/01-btn-sm.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/02-btn-xs.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/03-btn-block.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/04-btn-deploy.mustache +4 -0
- data/source/_patterns/00-atoms/03-forms/00-text-fields.mustache +24 -0
- data/source/_patterns/00-atoms/03-forms/01-select-menu.mustache +6 -0
- data/source/_patterns/00-atoms/03-forms/02-checkbox.mustache +10 -0
- data/source/_patterns/00-atoms/03-forms/03-radios.mustache +10 -0
- data/source/_patterns/00-atoms/03-forms/04-validation.mustache +14 -0
- data/source/_patterns/00-atoms/04-quote/00-pullquote.mustache +7 -0
- data/source/_patterns/00-atoms/04-quote/01-quote-small.mustache +7 -0
- data/source/_patterns/00-atoms/05-code/01-pre.mustache +11 -0
- data/source/_patterns/00-atoms/06-tooltips/00-text.mustache +3 -0
- data/source/_patterns/00-atoms/06-tooltips/01-diagram-callout.mustache +1 -0
- data/source/_patterns/00-atoms/07-loader/00-spinner.mustache +5 -0
- data/source/_patterns/00-atoms/08-readmore/00-readmore.mustache +3 -0
- data/source/_patterns/00-atoms/09-slider/00-dots.mustache +8 -0
- data/source/_patterns/00-atoms/10-tables/00-tables.mustache +26 -0
- data/source/_patterns/00-atoms/12-modal/00-modal.mustache +14 -0
- data/source/_patterns/00-atoms/13-panel/00-panel.mustache +3 -0
- data/source/_patterns/00-atoms/14-users/00-avatar.mustache +3 -0
- data/source/_patterns/00-atoms/15-icons/00-icons.mustache +333 -0
- data/source/_patterns/00-atoms/15-icons/04-icon-colors.mustache +38 -0
- data/source/_patterns/00-atoms/15-icons/05-icon-sizes.mustache +31 -0
- data/source/_patterns/00-atoms/15-icons/_02-languages.mustache +0 -0
- data/source/_patterns/00-atoms/15-icons/_03-social.mustache +0 -0
- data/source/_patterns/00-atoms/15-icons/_05-icon-containers.mustache +0 -0
- data/source/_patterns/00-atoms/16-video/01-video.mustache +3 -0
- data/source/_patterns/00-atoms/16-video/_00-play-button.mustache +0 -0
- data/source/_patterns/00-atoms/17-utilities/00-visibility.mustache +8 -0
- data/source/_patterns/00-atoms/17-utilities/01-ui-elements.mustache +3 -0
- data/source/_patterns/00-atoms/18-grid/_00-grid.mustache +0 -0
- data/source/_patterns/01-molecules/00-text/00-header-groups.mustache +4 -0
- data/source/_patterns/01-molecules/00-text/01-intro-text.mustache +5 -0
- data/source/_patterns/01-molecules/01-layout/00-one-up.mustache +8 -0
- data/source/_patterns/01-molecules/01-layout/01-two-up.mustache +9 -0
- data/source/_patterns/01-molecules/01-layout/02-three-up.mustache +10 -0
- data/source/_patterns/01-molecules/01-layout/03-four-up.mustache +11 -0
- data/source/_patterns/01-molecules/01-layout/04-masonary-2.mustache +24 -0
- data/source/_patterns/01-molecules/01-layout/05-masonary-3.mustache +24 -0
- data/source/_patterns/01-molecules/02-navigation/01-subnav.mustache +21 -0
- data/source/_patterns/01-molecules/02-navigation/02-breadcrumbs.mustache +25 -0
- data/source/_patterns/01-molecules/02-navigation/03-side-nav.mustache +11 -0
- data/source/_patterns/01-molecules/02-navigation/04-side-nav-small.mustache +32 -0
- data/source/_patterns/01-molecules/02-navigation/05-pagination.mustache +0 -0
- data/source/_patterns/01-molecules/02-navigation/06-tabs.mustache +46 -0
- data/source/_patterns/01-molecules/03-forms/_00-search.mustache +0 -0
- data/source/_patterns/01-molecules/04-slider/00-slider.mustache +8 -0
- data/source/_patterns/01-molecules/05-messages/00-alert.mustache +15 -0
- data/source/_patterns/01-molecules/06-components/_00-social-share.mustache +0 -0
- data/source/_patterns/01-molecules/07-Elements/01-Addons-Card.mustache +79 -0
- data/source/_patterns/01-molecules/07-Elements/02-Buttons-Card.mustache +131 -0
- data/source/_patterns/01-molecules/07-Elements/03-Buildpack-Card.mustache +109 -0
- data/source/_patterns/01-molecules/08-vertical-tabs/01-vertical-tabs.mustache +30 -0
- data/source/_patterns/02-organisms/03-sections/00-purple.mustache +11 -0
- data/source/_patterns/02-organisms/03-sections/01-purple-dark.mustache +12 -0
- data/source/_patterns/02-organisms/03-sections/03-gray-light.mustache +12 -0
- data/source/css/hk-icon-rails.scss +13 -0
- data/source/css/scss/base/_base.scss +62 -0
- data/source/css/scss/base/_fonts.scss +12 -0
- data/source/css/scss/base/_normalize.scss +431 -0
- data/source/css/scss/base/_type.scss +128 -0
- data/source/css/scss/base/_utilities.scss +78 -0
- data/source/css/scss/components/_alert.scss +38 -0
- data/source/css/scss/components/_animate.scss +3340 -0
- data/source/css/scss/components/_animation.scss +15 -0
- data/source/css/scss/components/_buttons.scss +175 -0
- data/source/css/scss/components/_code.scss +26 -0
- data/source/css/scss/components/_forms.scss +136 -0
- data/source/css/scss/components/_hero.scss +18 -0
- data/source/css/scss/components/_hr.scss +11 -0
- data/source/css/scss/components/_icons.scss +85 -0
- data/source/css/scss/components/_lists.scss +45 -0
- data/source/css/scss/components/_logos.scss +15 -0
- data/source/css/scss/components/_masonary.scss +46 -0
- data/source/css/scss/components/_modal.scss +218 -0
- data/source/css/scss/components/_owlCarousel.scss +270 -0
- data/source/css/scss/components/_panel.scss +11 -0
- data/source/css/scss/components/_pill-box.scss +38 -0
- data/source/css/scss/components/_quote.scss +96 -0
- data/source/css/scss/components/_readmore.scss +11 -0
- data/source/css/scss/components/_slider.scss +96 -0
- data/source/css/scss/components/_spinner.scss +64 -0
- data/source/css/scss/components/_sprites.scss +3 -0
- data/source/css/scss/components/_sr-only.scss +10 -0
- data/source/css/scss/components/_tables.scss +62 -0
- data/source/css/scss/components/_tooltips.scss +93 -0
- data/source/css/scss/components/_users.scss +11 -0
- data/source/css/scss/components/_vertical-tabs.scss +129 -0
- data/source/css/scss/components/_video.scss +7 -0
- data/source/css/scss/ecosystem/_addons-card.scss +3 -0
- data/source/css/scss/ecosystem/_cards.scss +369 -0
- data/source/css/scss/ecosystem/_elements-brand.scss +32 -0
- data/source/css/scss/ecosystem/_elements.scss +4 -0
- data/source/css/scss/globals/_colors.scss +189 -0
- data/source/css/scss/globals/_mixins.scss +45 -0
- data/source/css/scss/globals/_variables.scss +87 -0
- data/source/css/scss/layout/_grid-settings.scss +13 -0
- data/source/css/scss/layout/_layout.scss +95 -0
- data/source/css/scss/page-elements/_headers.scss +3 -0
- data/source/css/scss/page-elements/_navigation.scss +254 -0
- data/source/css/scss/page-elements/_sections.scss +66 -0
- data/source/css/scss/page-elements/_sidebar.scss +34 -0
- data/source/css/shibori.scss +63 -0
- data/source/fonts/bentonsans/bentonsans-book.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-book.svg +400 -0
- data/source/fonts/bentonsans/bentonsans-book.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-book.woff +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.svg +416 -0
- data/source/fonts/bentonsans/bentonsans-medium.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-medium.woff +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.eot +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.svg +416 -0
- data/source/fonts/bentonsans/bentonsans-regular.ttf +0 -0
- data/source/fonts/bentonsans/bentonsans-regular.woff +0 -0
- data/source/fonts/hk-icon/hk-icon.eot +0 -0
- data/source/fonts/hk-icon/hk-icon.svg +261 -0
- data/source/fonts/hk-icon/hk-icon.ttf +0 -0
- data/source/fonts/hk-icon/hk-icon.woff +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.eot +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.svg +239 -0
- data/source/fonts/inconsolata/inconsolata-bold.ttf +0 -0
- data/source/fonts/inconsolata/inconsolata-bold.woff +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.eot +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.svg +239 -0
- data/source/fonts/inconsolata/inconsolata-regular.ttf +0 -0
- data/source/fonts/inconsolata/inconsolata-regular.woff +0 -0
- data/source/images/blockquote/close-sm.png +0 -0
- data/source/images/blockquote/close.png +0 -0
- data/source/images/blockquote/close@2x.png +0 -0
- data/source/images/blockquote/open-sm.png +0 -0
- data/source/images/blockquote/open.png +0 -0
- data/source/images/blockquote/open@2x.png +0 -0
- data/source/images/elements/heroku_suported.svg +32 -0
- data/source/images/forms/select-input-arrows.svg +8 -0
- data/source/js/init.js +26 -0
- data/source/js/main.js +22 -0
- data/source/js/vendor/bourbon-modal.js +17 -0
- data/source/js/vendor/fitvids.js +77 -0
- data/source/js/vendor/fixto.js +719 -0
- data/source/js/vendor/jquery-2.0.0b2.js +8690 -0
- data/source/js/vendor/modernizr.js +4 -0
- data/source/js/vendor/owl.carousel.js +3069 -0
- data/source/js/vendor/readmore.js +11 -0
- data/source/js/vendor/unslider.js +1 -0
- data/source/js/vendor/vertical-tabs.js +34 -0
- data/test/files/test.css +19 -0
- data/test/lineage_hunter_tests.js +262 -0
- data/test/list_item_hunter_tests.js +167 -0
- data/test/media_hunter_tests.js +74 -0
- data/test/object_factory_tests.js +62 -0
- data/test/parameter_hunter_tests.js +298 -0
- data/test/pattern_assembler_tests.js +43 -0
- data/test/patternlab_tests.js +8 -0
- metadata +320 -0
@@ -0,0 +1,218 @@
|
|
1
|
+
@include keyframes(fadeIn) {
|
2
|
+
0% { opacity: 0; }
|
3
|
+
100% { opacity: 1; }
|
4
|
+
}
|
5
|
+
|
6
|
+
@include keyframes(fadeOut) {
|
7
|
+
0% { opacity: 1; }
|
8
|
+
100% { opacity: 0; }
|
9
|
+
}
|
10
|
+
|
11
|
+
@include keyframes(zoomIn) {
|
12
|
+
0% {
|
13
|
+
@include transform(scale(1.1));
|
14
|
+
opacity: 0;
|
15
|
+
}
|
16
|
+
|
17
|
+
100% {
|
18
|
+
@include transform(scale(1));
|
19
|
+
opacity: 1;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
@include keyframes(zoomOut) {
|
24
|
+
0% {
|
25
|
+
@include transform(scale(1));
|
26
|
+
opacity: 1;
|
27
|
+
}
|
28
|
+
|
29
|
+
100% {
|
30
|
+
@include transform(scale(1.1));
|
31
|
+
opacity: 0;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
.modal {
|
36
|
+
$base-border-color: #dcdcdc !default;
|
37
|
+
$base-border-radius: 3px !default;
|
38
|
+
$base-background-color: #fff !default;
|
39
|
+
$base-font-size: 1em !default;
|
40
|
+
$base-line-height: 1.5em !default;
|
41
|
+
$action-color: #477dca !default;
|
42
|
+
$dark-gray: #333 !default;
|
43
|
+
$light-gray: #ddd !default;
|
44
|
+
$medium-screen: 40em !default;
|
45
|
+
$large-screen: 53.75em !default;
|
46
|
+
$base-font-color: $dark-gray !default;
|
47
|
+
$modal-padding: 3em;
|
48
|
+
$modal-background: $base-background-color;
|
49
|
+
$modal-close-color: $light-gray;
|
50
|
+
$modal-image-height: 135px;
|
51
|
+
$modal-image-width: $modal-image-height;
|
52
|
+
$modal-trigger-image-width: 300px;
|
53
|
+
$fade-screen-background-base-color: #3F3F44;
|
54
|
+
|
55
|
+
@include transition(width ease .3s);
|
56
|
+
@include animation(zoomIn .2s ease-out);
|
57
|
+
|
58
|
+
label {
|
59
|
+
cursor: pointer;
|
60
|
+
margin-bottom: 0;
|
61
|
+
}
|
62
|
+
|
63
|
+
label img {
|
64
|
+
border-radius: $modal-trigger-image-width / 2;
|
65
|
+
display: block;
|
66
|
+
max-width: $modal-trigger-image-width;
|
67
|
+
}
|
68
|
+
|
69
|
+
.modal-header {
|
70
|
+
padding: 20px $space;
|
71
|
+
border-bottom: 1px solid #e5e5e5;
|
72
|
+
}
|
73
|
+
|
74
|
+
.modal-footer {
|
75
|
+
padding: 20px $space;
|
76
|
+
border-top: 1px solid #e5e5e5;
|
77
|
+
}
|
78
|
+
|
79
|
+
.modal-body {
|
80
|
+
padding: $space;
|
81
|
+
}
|
82
|
+
|
83
|
+
.modal-state {
|
84
|
+
display: none;
|
85
|
+
}
|
86
|
+
|
87
|
+
.modal-trigger {
|
88
|
+
padding: 0.8em 1em;
|
89
|
+
}
|
90
|
+
|
91
|
+
.brand-details {
|
92
|
+
margin-bottom: 0;
|
93
|
+
|
94
|
+
.brand-logo {
|
95
|
+
width: $brand-icon;
|
96
|
+
height: $brand-icon;
|
97
|
+
margin-right: 0;
|
98
|
+
float: none;
|
99
|
+
margin: $pad auto;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
.modal-fade-screen { // overlay
|
104
|
+
@include position(fixed, 0);
|
105
|
+
background-color: rgba($fade-screen-background-base-color, 0.80);
|
106
|
+
opacity: 0;
|
107
|
+
padding-top: 0.6em;
|
108
|
+
text-align: left;
|
109
|
+
transition: opacity 0.25s ease;
|
110
|
+
visibility: hidden;
|
111
|
+
z-index: 99999999999;
|
112
|
+
|
113
|
+
.modal-bg {
|
114
|
+
@include position(absolute, 0);
|
115
|
+
cursor: pointer;
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
.modal-close-x {
|
120
|
+
@include position(absolute, 15px 15px nill nill);
|
121
|
+
@include size(1.5em);
|
122
|
+
@include animation(fadeOut .1s ease-out);
|
123
|
+
@include animation(zoomOut .1s ease-out);
|
124
|
+
background: $modal-background;
|
125
|
+
cursor: pointer;
|
126
|
+
|
127
|
+
&::after,
|
128
|
+
&::before {
|
129
|
+
@include position(absolute, 3px 3px 0 50%);
|
130
|
+
@include size(0.15em 1.5em);
|
131
|
+
background: $modal-close-color;
|
132
|
+
content: "";
|
133
|
+
display: block;
|
134
|
+
margin: -3px 0 0 -1px;
|
135
|
+
transform: rotate(45deg);
|
136
|
+
}
|
137
|
+
|
138
|
+
&:hover::after,
|
139
|
+
&:hover::before {
|
140
|
+
background: darken($modal-close-color, 10%);
|
141
|
+
}
|
142
|
+
|
143
|
+
&::before {
|
144
|
+
transform: rotate(-45deg);
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
.modal-inner {
|
149
|
+
background: $modal-background;
|
150
|
+
border-radius: $base-border-radius;
|
151
|
+
margin: auto;
|
152
|
+
margin-top: 0;
|
153
|
+
position: relative;
|
154
|
+
overflow: hidden;
|
155
|
+
margin-top: $pad;
|
156
|
+
|
157
|
+
@include media(min-width 1400px) {
|
158
|
+
margin-top: 10%;
|
159
|
+
}
|
160
|
+
|
161
|
+
@include media(min-width 1241px) {
|
162
|
+
width: 50%;
|
163
|
+
}
|
164
|
+
|
165
|
+
@include media(max-width 559px) {
|
166
|
+
width: 95%;
|
167
|
+
}
|
168
|
+
|
169
|
+
h1 {
|
170
|
+
color: $base-font-color;
|
171
|
+
text-align: left;
|
172
|
+
text-transform: capitalize;
|
173
|
+
}
|
174
|
+
|
175
|
+
p {
|
176
|
+
color: $base-font-color;
|
177
|
+
line-height: $base-line-height;
|
178
|
+
}
|
179
|
+
|
180
|
+
.modal-intro {
|
181
|
+
margin-bottom: 1em;
|
182
|
+
}
|
183
|
+
|
184
|
+
.modal-content {
|
185
|
+
color: $base-font-color;
|
186
|
+
|
187
|
+
@include media($medium-screen) {
|
188
|
+
columns: 2 8em;
|
189
|
+
}
|
190
|
+
}
|
191
|
+
|
192
|
+
a.cta {
|
193
|
+
color: $base-background-color;
|
194
|
+
display: inline-block;
|
195
|
+
margin-right: 0.5em;
|
196
|
+
margin-top: 1em;
|
197
|
+
|
198
|
+
&:last-child {
|
199
|
+
padding: 0 2em;
|
200
|
+
}
|
201
|
+
}
|
202
|
+
}
|
203
|
+
|
204
|
+
.modal-state:checked + .modal-fade-screen {
|
205
|
+
opacity: 1;
|
206
|
+
visibility: visible;
|
207
|
+
}
|
208
|
+
|
209
|
+
.modal-state:checked + .modal-fade-screen .modal-inner {
|
210
|
+
top: 0.5em;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
.modal-open {
|
215
|
+
overflow: hidden;
|
216
|
+
}
|
217
|
+
|
218
|
+
// Based on code by Kasper Mikiewicz
|
@@ -0,0 +1,270 @@
|
|
1
|
+
/*
|
2
|
+
* Default theme - Owl Carousel CSS File
|
3
|
+
*/
|
4
|
+
.owl-theme .owl-controls {
|
5
|
+
margin-top: 10px;
|
6
|
+
text-align: center;
|
7
|
+
-webkit-tap-highlight-color: transparent;
|
8
|
+
}
|
9
|
+
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
|
10
|
+
color: white;
|
11
|
+
font-size: 14px;
|
12
|
+
margin: 5px;
|
13
|
+
padding: 4px 7px;
|
14
|
+
background: #d6d6d6;
|
15
|
+
display: inline-block;
|
16
|
+
cursor: pointer;
|
17
|
+
-webkit-border-radius: 3px;
|
18
|
+
-moz-border-radius: 3px;
|
19
|
+
border-radius: 3px;
|
20
|
+
}
|
21
|
+
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
|
22
|
+
background: #869791;
|
23
|
+
color: white;
|
24
|
+
text-decoration: none;
|
25
|
+
}
|
26
|
+
.owl-theme .owl-controls .owl-nav .disabled {
|
27
|
+
opacity: 0.5;
|
28
|
+
cursor: default;
|
29
|
+
}
|
30
|
+
.owl-theme .owl-dots .owl-dot {
|
31
|
+
display: inline-block;
|
32
|
+
zoom: 1;
|
33
|
+
*display: inline;
|
34
|
+
}
|
35
|
+
.owl-theme .owl-dots .owl-dot span {
|
36
|
+
width: 10px;
|
37
|
+
height: 10px;
|
38
|
+
margin: 5px 7px;
|
39
|
+
background: #d6d6d6;
|
40
|
+
display: block;
|
41
|
+
-webkit-backface-visibility: visible;
|
42
|
+
-webkit-transition: opacity 200ms ease;
|
43
|
+
-moz-transition: opacity 200ms ease;
|
44
|
+
-ms-transition: opacity 200ms ease;
|
45
|
+
-o-transition: opacity 200ms ease;
|
46
|
+
transition: opacity 200ms ease;
|
47
|
+
-webkit-border-radius: 30px;
|
48
|
+
-moz-border-radius: 30px;
|
49
|
+
border-radius: 30px;
|
50
|
+
}
|
51
|
+
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
|
52
|
+
background: #869791;
|
53
|
+
}
|
54
|
+
|
55
|
+
/*
|
56
|
+
* Owl Carousel - Animate Plugin
|
57
|
+
*/
|
58
|
+
.owl-carousel .animated {
|
59
|
+
-webkit-animation-duration: 1000ms;
|
60
|
+
animation-duration: 1000ms;
|
61
|
+
-webkit-animation-fill-mode: both;
|
62
|
+
animation-fill-mode: both;
|
63
|
+
}
|
64
|
+
.owl-carousel .owl-animated-in {
|
65
|
+
z-index: 0;
|
66
|
+
}
|
67
|
+
.owl-carousel .owl-animated-out {
|
68
|
+
z-index: 1;
|
69
|
+
}
|
70
|
+
.owl-carousel .fadeOut {
|
71
|
+
-webkit-animation-name: fadeOut;
|
72
|
+
animation-name: fadeOut;
|
73
|
+
}
|
74
|
+
|
75
|
+
@-webkit-keyframes fadeOut {
|
76
|
+
0% {
|
77
|
+
opacity: 1;
|
78
|
+
}
|
79
|
+
|
80
|
+
100% {
|
81
|
+
opacity: 0;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
@keyframes fadeOut {
|
85
|
+
0% {
|
86
|
+
opacity: 1;
|
87
|
+
}
|
88
|
+
|
89
|
+
100% {
|
90
|
+
opacity: 0;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
/*
|
95
|
+
* Owl Carousel - Auto Height Plugin
|
96
|
+
*/
|
97
|
+
.owl-height {
|
98
|
+
-webkit-transition: height 500ms ease-in-out;
|
99
|
+
-moz-transition: height 500ms ease-in-out;
|
100
|
+
-ms-transition: height 500ms ease-in-out;
|
101
|
+
-o-transition: height 500ms ease-in-out;
|
102
|
+
transition: height 500ms ease-in-out;
|
103
|
+
}
|
104
|
+
|
105
|
+
/*
|
106
|
+
* Core Owl Carousel CSS File
|
107
|
+
*/
|
108
|
+
.owl-carousel {
|
109
|
+
display: none;
|
110
|
+
width: 100%;
|
111
|
+
-webkit-tap-highlight-color: transparent;
|
112
|
+
/* position relative and z-index fix webkit rendering fonts issue */
|
113
|
+
position: relative;
|
114
|
+
z-index: 1;
|
115
|
+
}
|
116
|
+
.owl-carousel .owl-stage {
|
117
|
+
position: relative;
|
118
|
+
-ms-touch-action: pan-Y;
|
119
|
+
}
|
120
|
+
.owl-carousel .owl-stage:after {
|
121
|
+
content: ".";
|
122
|
+
display: block;
|
123
|
+
clear: both;
|
124
|
+
visibility: hidden;
|
125
|
+
line-height: 0;
|
126
|
+
height: 0;
|
127
|
+
}
|
128
|
+
.owl-carousel .owl-stage-outer {
|
129
|
+
position: relative;
|
130
|
+
overflow: hidden;
|
131
|
+
/* fix for flashing background */
|
132
|
+
-webkit-transform: translate3d(0px, 0px, 0px);
|
133
|
+
}
|
134
|
+
.owl-carousel .owl-controls .owl-nav .owl-prev,
|
135
|
+
.owl-carousel .owl-controls .owl-nav .owl-next,
|
136
|
+
.owl-carousel .owl-controls .owl-dot {
|
137
|
+
cursor: pointer;
|
138
|
+
cursor: hand;
|
139
|
+
-webkit-user-select: none;
|
140
|
+
-khtml-user-select: none;
|
141
|
+
-moz-user-select: none;
|
142
|
+
-ms-user-select: none;
|
143
|
+
user-select: none;
|
144
|
+
}
|
145
|
+
.owl-carousel.owl-loaded {
|
146
|
+
display: block;
|
147
|
+
}
|
148
|
+
.owl-carousel.owl-loading {
|
149
|
+
opacity: 0;
|
150
|
+
display: block;
|
151
|
+
}
|
152
|
+
.owl-carousel.owl-hidden {
|
153
|
+
opacity: 0;
|
154
|
+
}
|
155
|
+
.owl-carousel .owl-refresh .owl-item {
|
156
|
+
display: none;
|
157
|
+
}
|
158
|
+
.owl-carousel .owl-item {
|
159
|
+
position: relative;
|
160
|
+
min-height: 1px;
|
161
|
+
float: left;
|
162
|
+
-webkit-backface-visibility: hidden;
|
163
|
+
-webkit-tap-highlight-color: transparent;
|
164
|
+
-webkit-touch-callout: none;
|
165
|
+
-webkit-user-select: none;
|
166
|
+
-moz-user-select: none;
|
167
|
+
-ms-user-select: none;
|
168
|
+
user-select: none;
|
169
|
+
}
|
170
|
+
.owl-carousel .owl-item img {
|
171
|
+
display: block;
|
172
|
+
width: 100%;
|
173
|
+
-webkit-transform-style: preserve-3d;
|
174
|
+
}
|
175
|
+
.owl-carousel.owl-text-select-on .owl-item {
|
176
|
+
-webkit-user-select: auto;
|
177
|
+
-moz-user-select: auto;
|
178
|
+
-ms-user-select: auto;
|
179
|
+
user-select: auto;
|
180
|
+
}
|
181
|
+
.owl-carousel .owl-grab {
|
182
|
+
cursor: move;
|
183
|
+
cursor: -webkit-grab;
|
184
|
+
cursor: -o-grab;
|
185
|
+
cursor: -ms-grab;
|
186
|
+
cursor: grab;
|
187
|
+
}
|
188
|
+
.owl-carousel .owl-rtl {
|
189
|
+
direction: rtl;
|
190
|
+
}
|
191
|
+
.owl-carousel .owl-rtl .owl-item {
|
192
|
+
float: right;
|
193
|
+
}
|
194
|
+
|
195
|
+
/* No Js */
|
196
|
+
.no-js .owl-carousel {
|
197
|
+
display: block;
|
198
|
+
}
|
199
|
+
|
200
|
+
/*
|
201
|
+
* Owl Carousel - Lazy Load Plugin
|
202
|
+
*/
|
203
|
+
.owl-carousel .owl-item .owl-lazy {
|
204
|
+
opacity: 0;
|
205
|
+
-webkit-transition: opacity 400ms ease;
|
206
|
+
-moz-transition: opacity 400ms ease;
|
207
|
+
-ms-transition: opacity 400ms ease;
|
208
|
+
-o-transition: opacity 400ms ease;
|
209
|
+
transition: opacity 400ms ease;
|
210
|
+
}
|
211
|
+
.owl-carousel .owl-item img {
|
212
|
+
transform-style: preserve-3d;
|
213
|
+
}
|
214
|
+
|
215
|
+
/*
|
216
|
+
* Owl Carousel - Video Plugin
|
217
|
+
*/
|
218
|
+
.owl-carousel .owl-video-wrapper {
|
219
|
+
position: relative;
|
220
|
+
height: 100%;
|
221
|
+
background: #000;
|
222
|
+
}
|
223
|
+
.owl-carousel .owl-video-play-icon {
|
224
|
+
position: absolute;
|
225
|
+
height: 80px;
|
226
|
+
width: 80px;
|
227
|
+
left: 50%;
|
228
|
+
top: 50%;
|
229
|
+
margin-left: -40px;
|
230
|
+
margin-top: -40px;
|
231
|
+
background: url("owl.video.play.png") no-repeat;
|
232
|
+
cursor: pointer;
|
233
|
+
z-index: 1;
|
234
|
+
-webkit-backface-visibility: hidden;
|
235
|
+
-webkit-transition: scale 100ms ease;
|
236
|
+
-moz-transition: scale 100ms ease;
|
237
|
+
-ms-transition: scale 100ms ease;
|
238
|
+
-o-transition: scale 100ms ease;
|
239
|
+
transition: scale 100ms ease;
|
240
|
+
}
|
241
|
+
.owl-carousel .owl-video-play-icon:hover {
|
242
|
+
-webkit-transition: scale(1.3, 1.3);
|
243
|
+
-moz-transition: scale(1.3, 1.3);
|
244
|
+
-ms-transition: scale(1.3, 1.3);
|
245
|
+
-o-transition: scale(1.3, 1.3);
|
246
|
+
transition: scale(1.3, 1.3);
|
247
|
+
}
|
248
|
+
.owl-carousel .owl-video-playing .owl-video-tn,
|
249
|
+
.owl-carousel .owl-video-playing .owl-video-play-icon {
|
250
|
+
display: none;
|
251
|
+
}
|
252
|
+
.owl-carousel .owl-video-tn {
|
253
|
+
opacity: 0;
|
254
|
+
height: 100%;
|
255
|
+
background-position: center center;
|
256
|
+
background-repeat: no-repeat;
|
257
|
+
-webkit-background-size: contain;
|
258
|
+
-moz-background-size: contain;
|
259
|
+
-o-background-size: contain;
|
260
|
+
background-size: contain;
|
261
|
+
-webkit-transition: opacity 400ms ease;
|
262
|
+
-moz-transition: opacity 400ms ease;
|
263
|
+
-ms-transition: opacity 400ms ease;
|
264
|
+
-o-transition: opacity 400ms ease;
|
265
|
+
transition: opacity 400ms ease;
|
266
|
+
}
|
267
|
+
.owl-carousel .owl-video-frame {
|
268
|
+
position: relative;
|
269
|
+
z-index: 1;
|
270
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
// ==========================================================================
|
2
|
+
// Panel
|
3
|
+
// ==========================================================================
|
4
|
+
|
5
|
+
.panel {
|
6
|
+
border: $border;
|
7
|
+
border-radius: $border-radius-lg;
|
8
|
+
background: $off-white;
|
9
|
+
padding: $pad-lg;
|
10
|
+
box-shadow: $box-shadow;
|
11
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
.pill-box--navigation {
|
2
|
+
cursor: pointer;
|
3
|
+
display: inline-block;
|
4
|
+
border: 1px solid $purple;
|
5
|
+
border-radius: 3px;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
list-style: none;
|
9
|
+
color: rgba($purple, .9);
|
10
|
+
font-size: 0;
|
11
|
+
|
12
|
+
li {
|
13
|
+
font-size: 13px;
|
14
|
+
font-weight: 600;
|
15
|
+
padding: 10px 14px;
|
16
|
+
display: inline-block;
|
17
|
+
transition: all 150ms ease-in-out;
|
18
|
+
|
19
|
+
& + li {
|
20
|
+
border-left: 1px solid #79589F;
|
21
|
+
}
|
22
|
+
|
23
|
+
&.active {
|
24
|
+
background: rgba(#79589F, .7);
|
25
|
+
color: #fff;
|
26
|
+
|
27
|
+
&:hover {
|
28
|
+
color: #fff;
|
29
|
+
background: rgba(#79589F, .6);
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
&:hover {
|
34
|
+
color: rgba(#79589F, .9);
|
35
|
+
background: rgba(#79589F, .1);
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}
|
@@ -0,0 +1,96 @@
|
|
1
|
+
// ==========================================================================
|
2
|
+
// Quote
|
3
|
+
// ==========================================================================
|
4
|
+
|
5
|
+
blockquote {
|
6
|
+
position: relative;
|
7
|
+
margin: 0;
|
8
|
+
padding-left: $pad-xl;
|
9
|
+
border-left: 5px solid fade-out($purple-light, .5);
|
10
|
+
}
|
11
|
+
|
12
|
+
cite {
|
13
|
+
font-style: normal;
|
14
|
+
font-size: $font-sm;
|
15
|
+
}
|
16
|
+
|
17
|
+
.quote-author {
|
18
|
+
margin-bottom: 0;
|
19
|
+
font-size: $font-sm;
|
20
|
+
}
|
21
|
+
|
22
|
+
.quote-author-meta {
|
23
|
+
margin-top: $pad-sm;
|
24
|
+
color: $text-color-light;
|
25
|
+
}
|
26
|
+
|
27
|
+
//- Large quote for full width display
|
28
|
+
.pullquote {
|
29
|
+
|
30
|
+
$icon-width: 74px;
|
31
|
+
$icon-height: 44px;
|
32
|
+
$icon-width-sm: 60px;
|
33
|
+
$icon-height-sm: 36px;
|
34
|
+
|
35
|
+
padding: $pad-xl $icon-width*1.25 $pad-xl $icon-width*1.5;
|
36
|
+
border: 0;
|
37
|
+
font-size: $font-lg;
|
38
|
+
|
39
|
+
//Quote icons
|
40
|
+
&:before,
|
41
|
+
&:after {
|
42
|
+
content: "";
|
43
|
+
position: absolute;
|
44
|
+
width: $icon-width;
|
45
|
+
height: $icon-height;
|
46
|
+
background-repeat: no-repeat;
|
47
|
+
}
|
48
|
+
|
49
|
+
&:before {
|
50
|
+
left: 0;
|
51
|
+
@include retina-image(#{$image-path}/blockquote/open, $icon-width $icon-height);
|
52
|
+
}
|
53
|
+
|
54
|
+
&:after {
|
55
|
+
right: 0;
|
56
|
+
bottom: $icon-height *3;
|
57
|
+
@include retina-image(#{$image-path}/blockquote/close, $icon-width $icon-height);
|
58
|
+
}
|
59
|
+
|
60
|
+
cite {
|
61
|
+
margin-top: $pad;
|
62
|
+
font-size: $font-base;
|
63
|
+
|
64
|
+
img {
|
65
|
+
float: left;
|
66
|
+
margin-right: $pad-lg;
|
67
|
+
margin-top: ($pad-lg)/2;
|
68
|
+
}
|
69
|
+
}
|
70
|
+
|
71
|
+
.quote-author {
|
72
|
+
font-size: $font-base;
|
73
|
+
}
|
74
|
+
|
75
|
+
&.pullquote-sm {
|
76
|
+
padding: $pad-xl $icon-width-sm*1.25 $pad-xl $icon-width-sm*1.5;
|
77
|
+
font-size: $font-base - 1;
|
78
|
+
|
79
|
+
&:before,
|
80
|
+
&:after {
|
81
|
+
width: $icon-width-sm;
|
82
|
+
height: $icon-height-sm;
|
83
|
+
}
|
84
|
+
|
85
|
+
&:before {
|
86
|
+
left: 0;
|
87
|
+
@include retina-image(#{$image-path}/blockquote/open-sm, $icon-width-sm $icon-height-sm);
|
88
|
+
}
|
89
|
+
|
90
|
+
&:after {
|
91
|
+
right: 0;
|
92
|
+
bottom: $icon-height-sm *3;
|
93
|
+
@include retina-image(#{$image-path}/blockquote/close-sm, $icon-width-sm $icon-height-sm);
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
// ==========================================================================
|
2
|
+
// Read More snippet
|
3
|
+
// ==========================================================================
|
4
|
+
|
5
|
+
p.read-more {
|
6
|
+
margin-bottom: 0;
|
7
|
+
|
8
|
+
[data-readmore-toggle] {
|
9
|
+
margin-bottom: $space;
|
10
|
+
}
|
11
|
+
}
|