*/
80 | .clearfix:before,
81 | .clearfix:after,
82 | .row:before,
83 | .row:after {
84 | content: '\0020';
85 | display: block;
86 | overflow: hidden;
87 | visibility: hidden;
88 | width: 0;
89 | height: 0; }
90 | .row:after,
91 | .clearfix:after {
92 | clear: both; }
93 | .row,
94 | .clearfix {
95 | zoom: 1; }
96 |
97 | /* You can also use a
to clear columns */
98 | .clear {
99 | clear: both;
100 | display: block;
101 | overflow: hidden;
102 | visibility: hidden;
103 | width: 0;
104 | height: 0;
105 | }
106 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/flexslider.css:
--------------------------------------------------------------------------------
1 | /*
2 | * jQuery FlexSlider v2.0
3 | * http://www.woothemes.com/flexslider/
4 | *
5 | * Copyright 2012 WooThemes
6 | * Free to use under the GPLv2 license.
7 | * http://www.gnu.org/licenses/gpl-2.0.html
8 | *
9 | * Contributing author: Tyler Smith (@mbmufffin)
10 | */
11 | /* Browser Resets */
12 | .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
13 | outline: none; }
14 |
15 | .slides, .flex-control-nav, .flex-direction-nav {
16 | margin: 0;
17 | padding: 0;
18 | list-style: none; }
19 |
20 | /* FlexSlider Necessary Styles
21 | *********************************/
22 | .flexslider {
23 | margin: 0;
24 | padding: 0;
25 | /* Hide the slides before the JS is loaded. Avoids image jumping */ }
26 | .flexslider .slides > li {
27 | display: none;
28 | -webkit-backface-visibility: hidden; }
29 | .flexslider .slides img {
30 | width: 100%;
31 | display: block; }
32 |
33 | .flex-pauseplay span {
34 | text-transform: capitalize; }
35 |
36 | /* Clearfix for the .slides element */
37 | .slides:after {
38 | content: ".";
39 | display: block;
40 | clear: both;
41 | visibility: hidden;
42 | line-height: 0;
43 | height: 0; }
44 |
45 | html[xmlns] .slides {
46 | display: block; }
47 |
48 | * html .slides {
49 | height: 1%; }
50 |
51 | /* No JavaScript Fallback */
52 | /* If you are not using another script, such as Modernizr, make sure you
53 | * include js that eliminates this class on page load */
54 | .no-js .slides > li:first-child {
55 | display: block; }
56 |
57 | /* FlexSlider Default Theme
58 | *********************************/
59 | .flexslider {
60 | margin: 0 0 60px;
61 | background: #fff;
62 | border: none;
63 | position: relative;
64 | zoom: 1;
65 | margin-bottom: 20px;
66 | padding-bottom: 20px;
67 | border-bottom: 1px solid #eee !important; }
68 |
69 | .flexslider.detail {
70 | border-bottom: none !important; }
71 |
72 | .flex-viewport {
73 | max-height: 2000px;
74 | -webkit-transition: all 1s ease;
75 | -moz-transition: all 1s ease;
76 | transition: all 1s ease; }
77 |
78 | .loading .flex-viewport {
79 | max-height: 300px; }
80 |
81 | .flexslider .slides {
82 | zoom: 1;
83 | list-style-type: none;
84 | margin: 0; }
85 |
86 | .carousel li {
87 | margin-right: 5px; }
88 |
89 | /* Direction Nav */
90 | .flex-direction-nav {
91 | *height: 0; }
92 | .flex-direction-nav a {
93 | width: 30px;
94 | height: 30px;
95 | margin: -20px 0 0;
96 | display: block;
97 | background: url(/themes/FoxyStripe/images/bg_direction_nav.png) no-repeat 0 0;
98 | position: absolute;
99 | top: 50%;
100 | z-index: 10;
101 | cursor: pointer;
102 | text-indent: -9999px;
103 | opacity: 0;
104 | -webkit-transition: all .3s ease; }
105 | .flex-direction-nav .flex-next {
106 | background-position: 100% 0;
107 | right: -36px; }
108 | .flex-direction-nav .flex-prev {
109 | left: -36px; }
110 |
111 | .flexslider:hover .flex-next {
112 | opacity: 0.8;
113 | right: 5px; }
114 | .flexslider:hover .flex-prev {
115 | opacity: 0.8;
116 | left: 5px; }
117 | .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
118 | opacity: 1; }
119 | .flexslider:hover .flex-direction-nav .flex-disabled {
120 | opacity: .3 !important;
121 | filter: alpha(opacity=30);
122 | cursor: default; }
123 |
124 | /* Control Nav */
125 | .flex-control-nav {
126 | text-align: center;
127 | margin-top: 10px; }
128 |
129 | .flex-control-nav li {
130 | margin: 0 6px;
131 | display: inline-block;
132 | zoom: 1;
133 | *display: inline; }
134 |
135 | .flex-control-paging li a {
136 | width: 11px;
137 | height: 11px;
138 | display: block;
139 | background: #a2a2a2;
140 | cursor: pointer;
141 | text-indent: -9999px;
142 | -webkit-border-radius: 20px;
143 | -moz-border-radius: 20px;
144 | -o-border-radius: 20px;
145 | border-radius: 20px;
146 | box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
147 | .flex-control-paging li a:hover {
148 | background: #cfcfcf; }
149 | .flex-control-paging li a.flex-active {
150 | background: #58a349;
151 | cursor: default; }
152 |
153 | .flex-control-thumbs {
154 | margin: 5px 0 0;
155 | position: static;
156 | overflow: hidden; }
157 | .flex-control-thumbs li {
158 | width: 25%;
159 | float: left;
160 | margin: 0; }
161 | .flex-control-thumbs img {
162 | width: 100%;
163 | display: block;
164 | opacity: .7;
165 | cursor: pointer; }
166 | .flex-control-thumbs img:hover {
167 | opacity: 1; }
168 | .flex-control-thumbs .flex-active {
169 | opacity: 1;
170 | cursor: default; }
171 |
172 | .slide-text {
173 | margin-top: 10px;
174 | margin-bottom: 20px; }
175 | .slide-text h5 {
176 | color: #33930D; }
177 |
178 | @media screen and (max-width: 860px) {
179 | .flex-direction-nav .flex-prev {
180 | opacity: 1;
181 | left: 0; }
182 | .flex-direction-nav .flex-next {
183 | opacity: 1;
184 | right: 0; } }
185 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/templates/Page.ss:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | <% base_tag %>
8 |
9 |
<% if ClassName != DynamicHomePage %><% if MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » <% end_if %>$SiteConfig.Title
10 | $MetaTags(false)
11 |
12 |
13 |
14 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | <% if ClassName = NewsHolder %>
24 |
25 | <% end_if %>
26 |
27 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
55 |
56 |
57 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 | $Layout
75 |
76 |
77 |
78 |
79 |
101 |
102 | $BetterNavigator
103 |
104 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/javascript/tracking-universal.js:
--------------------------------------------------------------------------------
1 | $(document).ready(function() {
2 |
3 |
4 | /* Header & Footer Social Icons */
5 | $(".header li.social a").on('click', function(e) {
6 | //e.preventDefault();
7 | //console.log("header-social");
8 | //_gaq.push(['_trackEvent', 'Header Social Icon', 'Click', $(this).attr('href')]);
9 | ga('send', 'event', 'Header Social Icon', 'Click', $(this).attr('href'));
10 | });
11 |
12 | $(".footer .social a").on('click', function(e) {
13 | //e.preventDefault();
14 | //console.log("footer-social");
15 | //_gaq.push(['_trackEvent', 'Footer Social Icon', 'Click', $(this).attr('href')]);
16 | ga('send', 'event', 'Footer Social Icon', 'Click', $(this).attr('href'));
17 | });
18 |
19 |
20 | /*Spiff Image/Header/Button-link Clicks */
21 |
22 | $(".grid a img").on('click', function(e) {
23 | //e.preventDefault();
24 | //console.log("Spiff Image");
25 | //_gaq.push(['_trackEvent', 'Spiff Image', 'Click', $(this).attr('href')]);
26 | ga('send', 'event', 'Spiff Image', 'Click', $(this).attr('href'));
27 | });
28 |
29 | $(".grid h4 a").on('click', function(e) {
30 | //e.preventDefault();
31 | //console.log("Spiff h4");
32 | //_gaq.push(['_trackEvent', 'Spiff Header Link', 'Click', $(this).attr('href')]);
33 | ga('send', 'event', 'Spiff Header Link', 'Click', $(this).attr('href'));
34 | });
35 |
36 | $(".grid a.learnMore").on('click', function(e) {
37 | //e.preventDefault();
38 | //console.log("Spiff Learn More");
39 | //_gaq.push(['_trackEvent', 'Spiff Button/Link', 'Click', $(this).attr('href')]);
40 | ga('send', 'event', 'Spiff Button/Link', 'Click', $(this).attr('href'));
41 | });
42 |
43 |
44 | /*Slider Calls */
45 |
46 | $(".flexslider a img").on('click', function(e) {
47 | //e.preventDefault();
48 | //console.log("Slider Image Click");
49 | //_gaq.push(['_trackEvent', 'Slider Image', 'Click', $(this).attr('href')]);
50 | ga('send', 'event', 'Slider Image', 'Click', $(this).attr('href'));
51 | });
52 | $(".flexslider a.flex-button").on('click', function(e) {
53 | //e.preventDefault();
54 | //console.log("slide button Click");
55 | //_gaq.push(['_trackEvent', 'Slider Button', 'Click', $(this).attr('href')]);
56 | ga('send', 'event', 'Slider Button', 'Click', $(this).attr('href'));
57 | });
58 |
59 |
60 | /*Form Submit Button */
61 | $("#Form_Form_action_process").on('click', function(e) {
62 | //e.preventDefault();
63 | //console.log("Submit Button");
64 | //_gaq.push(['_trackEvent', 'Form Submit Button', 'Click', 'Form Submission']);
65 | ga('send', 'event', 'Form Submit Button', 'Click', 'Form Submission');
66 | });
67 |
68 |
69 | /*Company Config Tracking */
70 | $("a.PhoneTracking").on('click', function(e) {
71 | //e.preventDefault();
72 | //console.log("Phone Number");
73 | //_gaq.push(['_trackEvent', 'Phone Number', 'Click', 'Phone Number']);
74 | ga('send', 'event', 'Form Submit Button', 'Click', 'Phone Number');
75 | });
76 |
77 | $(".addressMap a img").on('click', function(e) {
78 | //e.preventDefault();
79 | //console.log("Google Map");
80 | //_gaq.push(['_trackEvent', 'Map', 'Click', 'Map']);
81 | ga('send', 'event', 'Map', 'Click', 'Map');
82 | });
83 |
84 | /*ChildListPage Page Image/Header/Button-link Clicks */
85 |
86 | $("#ChildEvent a img").on('click', function(e) {
87 | //e.preventDefault();
88 | //console.log("ChildListPage Image");
89 | //_gaq.push(['_trackEvent', 'Child List Page Image', 'Click', $(this).attr('href')]);
90 | ga('send', 'event', 'Child List Page Image', 'Click', $(this).attr('href'));
91 | });
92 |
93 | $("#ChildEvent h4 a").on('click', function(e) {
94 | //e.preventDefault();
95 | //console.log("ChildListPage h4");
96 | //_gaq.push(['_trackEvent', 'Child List Page Title Link', 'Click', $(this).attr('href')]);
97 | ga('send', 'event', 'Child List Page Title Link', 'Click', $(this).attr('href'));
98 | });
99 |
100 | $("#ChildEvent a.learnMore").on('click', function(e) {
101 | //e.preventDefault();
102 | //console.log("ChildListPage Learn More");
103 | //_gaq.push(['_trackEvent', 'Child List Page button click', 'Click', $(this).attr('href')]);
104 | ga('send', 'event', 'Child List Page button click', 'Click', $(this).attr('href'));
105 | });
106 |
107 | /*News Page Image/Header/Button-link Clicks */
108 |
109 | $(".blog-list a img").on('click', function(e) {
110 | //e.preventDefault();
111 | //console.log("blog Image");
112 | //_gaq.push(['_trackEvent', 'Blog Holder Image', 'Click', $(this).attr('href')]);
113 | ga('send', 'event', 'Blog Holder Image', 'Click', $(this).attr('href'));
114 | });
115 |
116 | $(".blog-list h4 a").on('click', function(e) {
117 | //e.preventDefault();
118 | //console.log("blog h4");
119 | //_gaq.push(['_trackEvent', 'Blog Holder Title Link', 'Click', $(this).attr('href')]);
120 | ga('send', 'event', 'Blog Holder Title Link', 'Click', $(this).attr('href'));
121 | });
122 |
123 | $(".blog-list a.readmore").on('click', function(e) {
124 | //e.preventDefault();
125 | //console.log("blog Learn More");
126 | //_gaq.push(['_trackEvent', 'Blog Holder button click', 'Click', $(this).attr('href')]);
127 | ga('send', 'event', 'Blog Holder button click', 'Click', $(this).attr('href'));
128 | });
129 |
130 |
131 | });
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/gallery.css:
--------------------------------------------------------------------------------
1 | html { position: relative; }
2 |
3 | .opaque-layer
4 | {
5 | background: #000;
6 | background: rgba(0,0,0,0.40);
7 | filter: alpha(opacity=40);
8 | cursor: pointer;
9 | position: fixed;
10 | height: 100%;
11 | width: 100%;
12 | left: -100%;
13 | top: 0px;
14 | z-index: 99;
15 | opacity: 0;
16 | -webkit-transition: opacity .3s ease;
17 | -moz-transition: opacity .3s ease;
18 | transition: opacity .3s ease;
19 | }
20 |
21 | .opaque-layer.active
22 | {
23 | left: 0px;
24 | opacity: 1;
25 | }
26 |
27 | .modal
28 | {
29 | background: #fff;
30 | -moz-box-shadow: 0px 0px 25px 4px #111;
31 | -webkit-box-shadow: 0px 0px 25px 4px #111;
32 | box-shadow: 0px 0px 25px 4px #111;
33 | height: auto;
34 | width: 681px;
35 | left: -100%;
36 | padding-bottom: 10px;
37 | margin-top: -295px;
38 | margin-left: -363px;
39 | position: fixed;
40 | top: 50%;
41 | z-index: 100;
42 | overflow: hidden;
43 | opacity: 0;
44 | -webkit-transition: opacity .2s ease;
45 | -moz-transition: opacity .2s ease;
46 | transition: opacity .2s ease;
47 | -moz-transition-delay: .2s;
48 | -webkit-transition-delay: .2s;
49 | transition-delay: .2s;
50 | }
51 |
52 | .modal.active
53 | {
54 | left: 50%;
55 | opacity: 1;
56 | }
57 |
58 | .modal-inner
59 | {
60 | padding: 10px 10px 0px 10px;
61 | /*height: 570px;*/
62 | position: relative;
63 | }
64 |
65 | .modal .toggle-modal
66 | {
67 | background: url(/themes/dynamic-core-theme/images/icon-close.png) no-repeat left top;
68 | display: block;
69 | height: 9px;
70 | width: 9px;
71 | position: absolute;
72 | right: 10px;
73 | top: 10px;
74 | z-index: 101;
75 | }
76 |
77 | .modal .toggle-modal span { display: none; }
78 |
79 | /*#slider { }*/
80 |
81 | .flex-container h3
82 | {
83 | padding-left: 10px;
84 | padding-top: 10px;
85 | margin-bottom: 0px !important;
86 | }
87 |
88 | .flexslides .slides li
89 | {
90 | text-align: center;
91 | }
92 |
93 | .flexslides .slides li img
94 | {
95 | max-height: 400px;
96 | max-width: 627px;
97 | width: auto;
98 | margin: 0 auto;
99 | }
100 |
101 | /*.flex-caption
102 | {
103 | float: right;
104 | width: 200px;
105 | }
106 |
107 | #slider .flex-direction-nav { display: none; }
108 |
109 | .modal-inner h4
110 | {
111 | font-size: 15px;
112 | margin-top: 0px;
113 | }*/
114 |
115 | /*#carousel
116 | {
117 | min-height: 109px;
118 | width: 200px;
119 | position: absolute;
120 | right: 10px;
121 | bottom: 0px;
122 | z-index: 10;
123 | }
124 |
125 | #carousel h4{
126 | text-align: center;
127 | }
128 |
129 | #carousel img
130 | {
131 | cursor: pointer;
132 | height: 82px;
133 | max-width: 82px;
134 | padding-right: 10px;
135 | }
136 |
137 | #carousel .flex-viewport img{ opacity: .7; }
138 | #carousel .flex-viewport img:hover,
139 | #carousel .flex-viewport .flex-active-slide img{ opacity: 1; }*/
140 |
141 | @media (max-width: 1000px) {
142 |
143 | .opaque-layer { background-color: #000; }
144 | .flexslider { background: #000000; }
145 |
146 | .modal
147 | {
148 | background-color: transparent;
149 | box-shadow: none;
150 | margin: 0px;
151 | top: 0px;
152 | position: absolute;
153 | height: auto;
154 | width: 100%;
155 | z-index: 1000;
156 | }
157 |
158 | .modal.active { left: 0px; }
159 |
160 | .modal-inner { padding: 0px; }
161 |
162 | .modal h3 { display: none; }
163 |
164 | .modal .toggle-modal
165 | {
166 | background: none;
167 | border: 1px solid #fff;
168 | border-radius: 2px;
169 | color: #fff;
170 | display: inline-block;
171 | height: auto;
172 | width: auto;
173 | padding: 2px 10px;
174 | }
175 |
176 | .modal .toggle-modal span { display: block; }
177 |
178 | .flexslides .flex-direction-nav { display: block; }
179 |
180 | .flexslides .slides li img
181 | {
182 | max-height: 100%;
183 | max-width: 100%;
184 | width: 100%;
185 | margin: auto;
186 | }
187 |
188 | .flex-caption
189 | {
190 | background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%); /* FF3.6+ */
191 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
192 | background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Chrome10+,Safari5.1+ */
193 | background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* Opera 11.10+ */
194 | background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* IE10+ */
195 | background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%); /* W3C */
196 | background-color: transparent;
197 | color: #fff;
198 | float: none;
199 | padding: 10px;
200 | position: absolute;
201 | left: 0px;
202 | bottom: 0px;
203 | text-align: center;
204 | width: 100%;
205 | -webkit-box-sizing: border-box;
206 | -moz-box-sizing: border-box;
207 | box-sizing: border-box;
208 | }
209 |
210 | .flex-direction-nav a
211 | {
212 | height: 64px;
213 | width: 50px;
214 | top: 30%;
215 | }
216 |
217 | .flex-direction-nav .flex-prev { background: url(/themes/dynamic-core-theme/images/slider-left-arrow.png) no-repeat left top; }
218 |
219 | .flex-direction-nav .flex-next { background: url(/themes/dynamic-core-theme/images/slider-right-arrow.png) no-repeat left top; }
220 |
221 | .carousel { display: none; }
222 |
223 | }
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/scss/typography.scss:
--------------------------------------------------------------------------------
1 | /* Variables
2 | ================================================== */
3 | $bg-color: #fff;
4 | $text-color: #898989;
5 | $font-fam: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
6 | $link: #33930D;
7 | $hover: #b0da9b;
8 |
9 |
10 | /* #Typography
11 | ================================================== */
12 | * {word-break: normal;}
13 | body {
14 | background: $bg-color;
15 | font: 16px/23px $font-fam;
16 | color: $text-color;
17 | -webkit-font-smoothing: antialiased;
18 | -webkit-text-size-adjust: 100%;
19 | }
20 |
21 | h1, h2, h3, h4, h5, h6 {
22 | color: #777777;
23 | font-family: $font-fam;
24 | font-weight: bold;
25 |
26 | a {font-weight: inherit;}
27 | }
28 |
29 | h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
30 | h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
31 | h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
32 | h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
33 | h5 { font-size: 17px; line-height: 24px; }
34 | h6 { font-size: 14px; line-height: 21px; }
35 |
36 | p { margin: 0 0 20px 0;
37 | img { margin: 0; }
38 | &.lead { font-size: 21px; line-height: 27px; color: #777; }
39 | a, a:visited { line-height: inherit; }
40 | }
41 |
42 | .footer, span.tags {font-size: 12px; line-height: 12px;}
43 |
44 | em, i { font-style: italic; }
45 | strong, .strong, b { font-weight: bold; }
46 | small { font-size: 80%; }
47 |
48 | /* Blockquotes */
49 | blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
50 | blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd;
51 | cite { display: block; font-size: 12px; color: #555;
52 | a, a:visited {color: #555;}
53 | }
54 | cite:before { content: "\2014 \0020"; }
55 | }
56 |
57 | hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }
58 |
59 |
60 |
61 | /* #Links
62 | ================================================== */
63 | a, a:visited { color: $link; text-decoration: none; outline: 0; }
64 | a:hover, a:focus { color: $hover; }
65 |
66 |
67 | /* #Lists
68 | ================================================== */
69 | ul, ol { margin-bottom: 20px; }
70 | ul { list-style: none outside; }
71 | ol { list-style: decimal; }
72 | ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
73 | ul.square { list-style: square outside; }
74 | ul.circle { list-style: circle outside; }
75 | ul.disc { list-style: disc outside; }
76 | ul ul, ul ol,
77 | ol ol, ol ul { margin: 4px 0 5px 30px; }
78 | ul ul li, ul ol li,
79 | ol ol li, ol ul li { margin-bottom: 6px; }
80 | li { line-height: 18px; }
81 | ul.large li { line-height: 21px; }
82 | li p { line-height: 21px; }
83 | .typography ul {list-style-type: disc; margin-left: 40px; list-style-position: outside;}
84 | .typography ol {list-style-type: decimal; margin-left: 20px;}
85 |
86 |
87 | /* LINK ICONS - shows type of file
88 | ================================================== */
89 | .typography a[href$=".pdf"],
90 | .typography a[href$=".PDF"],
91 | .typography a.pdf {
92 | padding: 2px;
93 | padding-left: 20px;
94 | background: url(/dynamic-core/images/icons/page_white_acrobat.png) no-repeat left center;
95 | }
96 | .typography a[href$=".doc"],
97 | .typography a[href$=".docx"],
98 | .typography a[href$=".DOC"],
99 | .typography a[href$=".DOCX"],
100 | .typography a.doc {
101 | padding: 2px;
102 | padding-left: 20px;
103 | background: url(/dynamic-core/images/icons/page_word.png) no-repeat left center;
104 | }
105 | .typography a[href$=".xls"],
106 | .typography a[href$=".xlsx"],
107 | .typography a[href$=".XLS"],
108 | .typography a[href$=".XLSX"],
109 | .typography a.xls {
110 | padding: 2px;
111 | padding-left: 20px;
112 | background: url(/dynamic-core/images/icons/page_excel.png) no-repeat left center;
113 | }
114 | .typography a[href$=".gz"],
115 | .typography a[href$=".GZ"],
116 | .typography a[href$=".gzip"],
117 | .typography a[href$=".GZIP"],
118 | .typography a[href$=".zip"],
119 | .typography a[href$=".ZIP"],
120 | .typography a.archive {
121 | padding: 2px;
122 | padding-left: 20px;
123 | background: url(/dynamic-core/images/icons/page_white_zip.png) no-repeat left center;
124 | }
125 | .typography a[href$=".exe"],
126 | .typography a[href$=".EXE"],
127 | .typography a.application {
128 | padding: 2px;
129 | padding-left: 20px;
130 | background: url(/dynamic-core/images/icons/application.png) no-repeat left center;
131 | }
132 |
133 |
134 | /* WYSIWYG EDITOR ALIGNMENT CLASSES
135 | -------------------------------------------- */
136 | .typography .left {
137 | text-align: left
138 | }
139 | .typography .center {
140 | text-align: center
141 | }
142 | .typography .right {
143 | text-align: right
144 | }
145 |
146 |
147 | /* IMAGES
148 | -------------------------------------------- */
149 | .typography img.left {
150 | float: left;
151 | max-width: 50%;
152 | height: auto;
153 | margin: 5px 20px 10px 0;
154 | }
155 | .typography img.right {
156 | float: right;
157 | max-width: 50%; /* Responsive width */
158 | height: auto;
159 | margin: 5px 0 10px 20px;
160 | }
161 | .typography img.leftAlone {
162 | float: left;
163 | margin-right: 100%;
164 | margin-bottom: 10px;
165 | clear: both;
166 | }
167 | .typography img.center {
168 | float: none;
169 | margin-left: auto;
170 | margin-right: auto;
171 | display: block;
172 | margin-bottom: 10px;
173 | clear: both;
174 | }
175 | .typography img {max-width: 100%; height: auto;}
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/typography.css:
--------------------------------------------------------------------------------
1 | /* Variables
2 | ================================================== */
3 | /* #Typography
4 | ================================================== */
5 | * {
6 | word-break: normal; }
7 |
8 | body {
9 | background: #fff;
10 | font: 16px/23px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
11 | color: #898989;
12 | -webkit-font-smoothing: antialiased;
13 | -webkit-text-size-adjust: 100%; }
14 |
15 | h1, h2, h3, h4, h5, h6 {
16 | color: #777777;
17 | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
18 | font-weight: bold; }
19 | h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
20 | font-weight: inherit; }
21 |
22 | h1 {
23 | font-size: 46px;
24 | line-height: 50px;
25 | margin-bottom: 14px; }
26 |
27 | h2 {
28 | font-size: 35px;
29 | line-height: 40px;
30 | margin-bottom: 10px; }
31 |
32 | h3 {
33 | font-size: 28px;
34 | line-height: 34px;
35 | margin-bottom: 8px; }
36 |
37 | h4 {
38 | font-size: 21px;
39 | line-height: 30px;
40 | margin-bottom: 4px; }
41 |
42 | h5 {
43 | font-size: 17px;
44 | line-height: 24px; }
45 |
46 | h6 {
47 | font-size: 14px;
48 | line-height: 21px; }
49 |
50 | p {
51 | margin: 0 0 20px 0; }
52 | p img {
53 | margin: 0; }
54 | p.lead {
55 | font-size: 21px;
56 | line-height: 27px;
57 | color: #777; }
58 | p a, p a:visited {
59 | line-height: inherit; }
60 |
61 | .footer, span.tags {
62 | font-size: 12px;
63 | line-height: 12px; }
64 |
65 | em, i {
66 | font-style: italic; }
67 |
68 | strong, .strong, b {
69 | font-weight: bold; }
70 |
71 | small {
72 | font-size: 80%; }
73 |
74 | /* Blockquotes */
75 | blockquote, blockquote p {
76 | font-size: 17px;
77 | line-height: 24px;
78 | color: #777;
79 | font-style: italic; }
80 |
81 | blockquote {
82 | margin: 0 0 20px;
83 | padding: 9px 20px 0 19px;
84 | border-left: 1px solid #ddd; }
85 | blockquote cite {
86 | display: block;
87 | font-size: 12px;
88 | color: #555; }
89 | blockquote cite a, blockquote cite a:visited {
90 | color: #555; }
91 | blockquote cite:before {
92 | content: "\2014 \0020"; }
93 |
94 | hr {
95 | border: solid #ddd;
96 | border-width: 1px 0 0;
97 | clear: both;
98 | margin: 10px 0 10px;
99 | height: 0; }
100 |
101 | /* #Links
102 | ================================================== */
103 | a, a:visited {
104 | color: #33930D;
105 | text-decoration: none;
106 | outline: 0; }
107 |
108 | a:hover, a:focus {
109 | color: #b0da9b; }
110 |
111 | /* #Lists
112 | ================================================== */
113 | ul, ol {
114 | margin-bottom: 20px; }
115 |
116 | ul {
117 | list-style: none outside; }
118 |
119 | ol {
120 | list-style: decimal; }
121 |
122 | ol, ul.square, ul.circle, ul.disc {
123 | margin-left: 30px; }
124 |
125 | ul.square {
126 | list-style: square outside; }
127 |
128 | ul.circle {
129 | list-style: circle outside; }
130 |
131 | ul.disc {
132 | list-style: disc outside; }
133 |
134 | ul ul, ul ol, ol ol, ol ul {
135 | margin: 4px 0 5px 30px; }
136 |
137 | ul ul li, ul ol li, ol ol li, ol ul li {
138 | margin-bottom: 6px; }
139 |
140 | li {
141 | line-height: 18px; }
142 |
143 | ul.large li {
144 | line-height: 21px; }
145 |
146 | li p {
147 | line-height: 21px; }
148 |
149 | .typography ul {
150 | list-style-type: disc;
151 | margin-left: 40px;
152 | list-style-position: outside; }
153 |
154 | .typography ol {
155 | list-style-type: decimal;
156 | margin-left: 20px; }
157 |
158 | /* LINK ICONS - shows type of file
159 | ================================================== */
160 | .typography a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
161 | padding: 2px;
162 | padding-left: 20px;
163 | background: url(/dynamic-core/images/icons/page_white_acrobat.png) no-repeat left center; }
164 |
165 | .typography a[href$=".doc"], .typography a[href$=".docx"], .typography a[href$=".DOC"], .typography a[href$=".DOCX"], .typography a.doc {
166 | padding: 2px;
167 | padding-left: 20px;
168 | background: url(/dynamic-core/images/icons/page_word.png) no-repeat left center; }
169 |
170 | .typography a[href$=".xls"], .typography a[href$=".xlsx"], .typography a[href$=".XLS"], .typography a[href$=".XLSX"], .typography a.xls {
171 | padding: 2px;
172 | padding-left: 20px;
173 | background: url(/dynamic-core/images/icons/page_excel.png) no-repeat left center; }
174 |
175 | .typography a[href$=".gz"], .typography a[href$=".GZ"], .typography a[href$=".gzip"], .typography a[href$=".GZIP"], .typography a[href$=".zip"], .typography a[href$=".ZIP"], .typography a.archive {
176 | padding: 2px;
177 | padding-left: 20px;
178 | background: url(/dynamic-core/images/icons/page_white_zip.png) no-repeat left center; }
179 |
180 | .typography a[href$=".exe"], .typography a[href$=".EXE"], .typography a.application {
181 | padding: 2px;
182 | padding-left: 20px;
183 | background: url(/dynamic-core/images/icons/application.png) no-repeat left center; }
184 |
185 | /* WYSIWYG EDITOR ALIGNMENT CLASSES
186 | -------------------------------------------- */
187 | .typography .left {
188 | text-align: left; }
189 |
190 | .typography .center {
191 | text-align: center; }
192 |
193 | .typography .right {
194 | text-align: right; }
195 |
196 | /* IMAGES
197 | -------------------------------------------- */
198 | .typography img.left {
199 | float: left;
200 | max-width: 50%;
201 | height: auto;
202 | margin: 5px 20px 10px 0; }
203 |
204 | .typography img.right {
205 | float: right;
206 | max-width: 50%;
207 | /* Responsive width */
208 | height: auto;
209 | margin: 5px 0 10px 20px; }
210 |
211 | .typography img.leftAlone {
212 | float: left;
213 | margin-right: 100%;
214 | margin-bottom: 10px;
215 | clear: both; }
216 |
217 | .typography img.center {
218 | float: none;
219 | margin-left: auto;
220 | margin-right: auto;
221 | display: block;
222 | margin-bottom: 10px;
223 | clear: both; }
224 |
225 | .typography img {
226 | max-width: 100%;
227 | height: auto; }
228 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/scss/form.scss:
--------------------------------------------------------------------------------
1 | $text-color: #a2a2a2;
2 | $font-fam: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
3 | $link: #58a349;
4 | $hover: #b0da9b;
5 |
6 | /* #Buttons
7 | ================================================== */
8 |
9 | .button,
10 | button,
11 | input[type="submit"],
12 | input[type="reset"],
13 | input[type="button"] {
14 | background: $link; /* Old browsers */
15 | background: $link -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
16 | background: $link -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
17 | background: $link -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
18 | background: $link -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
19 | background: $link -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
20 | background: $link linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
21 | border: 1px solid $link;
22 | border-top: 1px solid $hover;
23 | border-left: 1px solid $hover;
24 | -moz-border-radius: 3px;
25 | -webkit-border-radius: 3px;
26 | border-radius: 3px;
27 | color: #fff;
28 | display: inline-block;
29 | font-size: 11px;
30 | font-weight: bold;
31 | text-decoration: none;
32 | cursor: pointer;
33 | margin-bottom: 20px;
34 | line-height: normal;
35 | padding: 8px 10px;
36 | }
37 |
38 | .button:hover,
39 | button:hover,
40 | input[type="submit"]:hover,
41 | input[type="reset"]:hover,
42 | input[type="button"]:hover {
43 | color: #222;
44 | background: $hover; /* Old browsers */
45 | background: $hover -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
46 | background: $hover -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
47 | background: $hover -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
48 | background: $hover -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
49 | background: $hover -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
50 | background: $hover linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
51 | border: 1px solid $hover;
52 | border-top: 1px solid $link;
53 | border-left: 1px solid $link; }
54 |
55 | .button:active,
56 | button:active,
57 | input[type="submit"]:active,
58 | input[type="reset"]:active,
59 | input[type="button"]:active {
60 | border: 1px solid $hover;
61 | background: $hover; /* Old browsers */
62 | background: $hover -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
63 | background: $hover -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
64 | background: $hover -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
65 | background: $hover -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
66 | background: $hover -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
67 | background: $hover linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
68 |
69 | .button.full-width,
70 | button.full-width,
71 | input[type="submit"].full-width,
72 | input[type="reset"].full-width,
73 | input[type="button"].full-width {
74 | width: 100%;
75 | padding-left: 0 !important;
76 | padding-right: 0 !important;
77 | text-align: center; }
78 |
79 | /* Fix for odd Mozilla border & padding issues */
80 | button::-moz-focus-inner,
81 | input::-moz-focus-inner {
82 | border: 0;
83 | padding: 0;
84 | }
85 |
86 |
87 | /* #Forms
88 | ================================================== */
89 |
90 | form {
91 | margin-bottom: 20px; }
92 | fieldset {
93 | margin-bottom: 20px; }
94 | input[type="text"],
95 | input[type="password"],
96 | input[type="email"],
97 | textarea,
98 | select {
99 | border: 1px solid #ccc;
100 | padding: 6px 4px;
101 | outline: none;
102 | -moz-border-radius: 2px;
103 | -webkit-border-radius: 2px;
104 | border-radius: 2px;
105 | font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
106 | color: #777;
107 | margin: 0;
108 | width: 100%;
109 | max-width: 100%;
110 | display: block;
111 | margin-bottom: 20px;
112 | background: #fff; }
113 | select {
114 | padding: 0; }
115 | input[type="text"]:focus,
116 | input[type="password"]:focus,
117 | input[type="email"]:focus,
118 | textarea:focus {
119 | border: 1px solid #aaa;
120 | color: #444;
121 | -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
122 | -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
123 | box-shadow: 0 0 3px rgba(0,0,0,.2); }
124 | textarea {
125 | min-height: 60px; }
126 | label,
127 | legend {
128 | display: block;
129 | font-weight: bold;
130 | font-size: 13px; }
131 | select {
132 | width: 220px; }
133 | input[type="checkbox"] {
134 | display: inline; }
135 | label span,
136 | legend span {
137 | font-weight: normal;
138 | font-size: 13px;
139 | color: #444; }
140 |
141 |
142 | /* EXTRA CLASSES
143 | ------------------------------------ */
144 | .field, .control-group {
145 | display: block;
146 | float: left;
147 | margin-right: 4%;
148 | min-width: 46%;
149 | position: relative}
150 |
151 |
152 | .control-group .fullfield {
153 | width: 96%;
154 | }
155 | .fullfield {
156 | width: 96%;
157 | }
158 | textarea.fullfield {width: 100%;}
159 |
160 | .field.checkbox label {display:inline-block;}
161 | #Search, #Search .middleColumn input, #SearchForm_SearchForm input {display: inline;}
162 | #Search .middleColumn {display: inline-block;}
163 |
164 | .checkbox label {text-align: left !important; float: none;}
165 | select, .FormHeading {width: 100%; display: block; clear: both;}
166 | .required.message {color: red; position: absolute; bottom: 0; left: 0; font-size: 80%; font-weight: bold;}
167 | .optionset label, .checkboxset label {display: block; float: none;}
168 | .optionset .optionset label, .checkboxset .checkboxset label {display: inline-block;}
169 | .optionset ul, .checkboxset ul {list-style: none; margin-left: 0px;}
170 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/form.css:
--------------------------------------------------------------------------------
1 | /* #Buttons
2 | ================================================== */
3 | .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
4 | background: #58a349;
5 | /* Old browsers */
6 | background: #58a349 -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
7 | /* FF3.6+ */
8 | background: #58a349 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
9 | /* Chrome,Safari4+ */
10 | background: #58a349 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
11 | /* Chrome10+,Safari5.1+ */
12 | background: #58a349 -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
13 | /* Opera11.10+ */
14 | background: #58a349 -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
15 | /* IE10+ */
16 | background: #58a349 linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
17 | /* W3C */
18 | border: 1px solid #58a349;
19 | border-top: 1px solid #b0da9b;
20 | border-left: 1px solid #b0da9b;
21 | -moz-border-radius: 3px;
22 | -webkit-border-radius: 3px;
23 | border-radius: 3px;
24 | color: #fff;
25 | display: inline-block;
26 | font-size: 11px;
27 | font-weight: bold;
28 | text-decoration: none;
29 | cursor: pointer;
30 | margin-bottom: 20px;
31 | line-height: normal;
32 | padding: 8px 10px; }
33 |
34 | .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
35 | color: #222;
36 | background: #b0da9b;
37 | /* Old browsers */
38 | background: #b0da9b -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
39 | /* FF3.6+ */
40 | background: #b0da9b -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
41 | /* Chrome,Safari4+ */
42 | background: #b0da9b -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
43 | /* Chrome10+,Safari5.1+ */
44 | background: #b0da9b -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
45 | /* Opera11.10+ */
46 | background: #b0da9b -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
47 | /* IE10+ */
48 | background: #b0da9b linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
49 | /* W3C */
50 | border: 1px solid #b0da9b;
51 | border-top: 1px solid #58a349;
52 | border-left: 1px solid #58a349; }
53 |
54 | .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
55 | border: 1px solid #b0da9b;
56 | background: #b0da9b;
57 | /* Old browsers */
58 | background: #b0da9b -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
59 | /* FF3.6+ */
60 | background: #b0da9b -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
61 | /* Chrome,Safari4+ */
62 | background: #b0da9b -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
63 | /* Chrome10+,Safari5.1+ */
64 | background: #b0da9b -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
65 | /* Opera11.10+ */
66 | background: #b0da9b -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
67 | /* IE10+ */
68 | background: #b0da9b linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
69 | /* W3C */ }
70 |
71 | .button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
72 | width: 100%;
73 | padding-left: 0 !important;
74 | padding-right: 0 !important;
75 | text-align: center; }
76 |
77 | /* Fix for odd Mozilla border & padding issues */
78 | button::-moz-focus-inner, input::-moz-focus-inner {
79 | border: 0;
80 | padding: 0; }
81 |
82 | /* #Forms
83 | ================================================== */
84 | form {
85 | margin-bottom: 20px; }
86 |
87 | fieldset {
88 | margin-bottom: 20px; }
89 |
90 | input[type="text"], input[type="password"], input[type="email"], textarea, select {
91 | border: 1px solid #ccc;
92 | padding: 6px 4px;
93 | outline: none;
94 | -moz-border-radius: 2px;
95 | -webkit-border-radius: 2px;
96 | border-radius: 2px;
97 | font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
98 | color: #777;
99 | margin: 0;
100 | width: 100%;
101 | max-width: 100%;
102 | display: block;
103 | margin-bottom: 20px;
104 | background: #fff; }
105 |
106 | select {
107 | padding: 0; }
108 |
109 | input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
110 | border: 1px solid #aaa;
111 | color: #444;
112 | -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
113 | -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
114 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
115 |
116 | textarea {
117 | min-height: 60px; }
118 |
119 | label, legend {
120 | display: block;
121 | font-weight: bold;
122 | font-size: 13px; }
123 |
124 | select {
125 | width: 220px; }
126 |
127 | input[type="checkbox"] {
128 | display: inline; }
129 |
130 | label span, legend span {
131 | font-weight: normal;
132 | font-size: 13px;
133 | color: #444; }
134 |
135 | /* EXTRA CLASSES
136 | ------------------------------------ */
137 | .field, .control-group {
138 | display: block;
139 | float: left;
140 | margin-right: 4%;
141 | min-width: 46%;
142 | position: relative; }
143 |
144 | .control-group .fullfield {
145 | width: 96%; }
146 |
147 | .fullfield {
148 | width: 96%; }
149 |
150 | textarea.fullfield {
151 | width: 100%; }
152 |
153 | .field.checkbox label {
154 | display: inline-block; }
155 |
156 | #Search, #Search .middleColumn input, #SearchForm_SearchForm input {
157 | display: inline; }
158 |
159 | #Search .middleColumn {
160 | display: inline-block; }
161 |
162 | .checkbox label {
163 | text-align: left !important;
164 | float: none; }
165 |
166 | select, .FormHeading {
167 | width: 100%;
168 | display: block;
169 | clear: both; }
170 |
171 | .required.message {
172 | color: red;
173 | position: absolute;
174 | bottom: 0;
175 | left: 0;
176 | font-size: 80%;
177 | font-weight: bold; }
178 |
179 | .optionset label, .checkboxset label {
180 | display: block;
181 | float: none; }
182 |
183 | .optionset .optionset label, .checkboxset .checkboxset label {
184 | display: inline-block; }
185 |
186 | .optionset ul, .checkboxset ul {
187 | list-style: none;
188 | margin-left: 0px; }
189 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/css/login.css:
--------------------------------------------------------------------------------
1 | html, body { height: 100%; }
2 | body {
3 | background-color: #ddeddc;
4 | font-family: Helvetica, Arial, sans-serif;
5 | }
6 | .container {
7 | position: relative;
8 | height: 100%;
9 | }
10 | .layout {
11 | position: relative;
12 | top: 10%;
13 | width: 354px;
14 | margin: 0 auto;
15 | }
16 | .logo {
17 | text-align: center;
18 | margin-bottom: 40px;
19 | }
20 | .logo img {
21 | margin: auto;
22 | }
23 | .login {
24 |
25 | padding: 20px;
26 | background-color: #f5f5f5;
27 | border-radius: 10px;
28 | -moz-box-shadow: 0 0 5px 4px #999;
29 | -webkit-box-shadow: 0 0 5px 4px #999;
30 | box-shadow: 0 0 5px 4px #999;
31 | }
32 |
33 | .field {width: 304px;}
34 |
35 | form { margin-bottom: 0 }
36 |
37 | input.text { width: 304px; }
38 |
39 | label,
40 | a {
41 | color: #3c8731;
42 | font-size: 14px;
43 | }
44 | label { font-weight: 700; }
45 |
46 | #ForgotPassword {
47 | margin: 10px 0 0;
48 | text-align: center;
49 | }
50 |
51 |
52 | /* UPDATE FOR LOGIN FORM BUTTON
53 | ========================================================= */
54 |
55 | #BootstrapMemberLoginForm_LoginForm_action_dologin {display: block;
56 | padding: 4px 10px 4px;
57 | margin: 0 auto;
58 | font-size: 13px;
59 | line-height: 18px;
60 | color: #777;;
61 | text-align: center;
62 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
63 | vertical-align: middle;
64 | cursor: pointer;
65 | background-color: #f5f5f5;
66 | background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
67 | background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
68 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
69 | background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
70 | background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
71 | background-image: linear-gradient(top, #ffffff, #e6e6e6);
72 | background-repeat: repeat-x;
73 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
74 | border-color: #e6e6e6 #e6e6e6 #bfbfbf;
75 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
76 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
77 | border: 1px solid #cccccc;
78 | border-bottom-color: #b3b3b3;
79 | -webkit-border-radius: 4px;
80 | -moz-border-radius: 4px;
81 | border-radius: 4px;
82 | -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
83 | -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
84 | box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}
85 |
86 | #BootstrapMemberLoginForm_LoginForm_action_dologin:hover {color: #333333;
87 | text-decoration: none;
88 | background-color: #e6e6e6;
89 | background-position: 0 -15px;
90 | -webkit-transition: background-position 0.1s linear;
91 | -moz-transition: background-position 0.1s linear;
92 | -ms-transition: background-position 0.1s linear;
93 | -o-transition: background-position 0.1s linear;
94 | transition: background-position 0.1s linear;}
95 |
96 | .button,
97 | button,
98 | input[type="submit"],
99 | input[type="reset"],
100 | input[type="button"] {
101 | background: #eee; /* Old browsers */
102 | background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
103 | background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
104 | background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
105 | background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
106 | background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
107 | background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
108 | border: 1px solid #aaa;
109 | border-top: 1px solid #ccc;
110 | border-left: 1px solid #ccc;
111 | -moz-border-radius: 3px;
112 | -webkit-border-radius: 3px;
113 | border-radius: 3px;
114 | color: #444;
115 | display: inline-block;
116 | font-size: 11px;
117 | font-weight: bold;
118 | text-decoration: none;
119 | text-shadow: 0 1px rgba(255, 255, 255, .75);
120 | cursor: pointer;
121 | margin-bottom: 20px;
122 | line-height: normal;
123 | padding: 8px 10px;
124 | font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
125 |
126 | .button:hover,
127 | button:hover,
128 | input[type="submit"]:hover,
129 | input[type="reset"]:hover,
130 | input[type="button"]:hover {
131 | color: #222;
132 | background: #ddd; /* Old browsers */
133 | background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
134 | background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
135 | background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
136 | background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
137 | background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
138 | background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
139 | border: 1px solid #888;
140 | border-top: 1px solid #aaa;
141 | border-left: 1px solid #aaa; }
142 |
143 | .button:active,
144 | button:active,
145 | input[type="submit"]:active,
146 | input[type="reset"]:active,
147 | input[type="button"]:active {
148 | border: 1px solid #666;
149 | background: #ccc; /* Old browsers */
150 | background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
151 | background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
152 | background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
153 | background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
154 | background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
155 | background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
156 |
157 | .button.full-width,
158 | button.full-width,
159 | input[type="submit"].full-width,
160 | input[type="reset"].full-width,
161 | input[type="button"].full-width {
162 | width: 100%;
163 | padding-left: 0 !important;
164 | padding-right: 0 !important;
165 | text-align: center; }
166 |
167 | /* Fix for odd Mozilla border & padding issues */
168 | button::-moz-focus-inner,
169 | input::-moz-focus-inner {
170 | border: 0;
171 | padding: 0;
172 | }
173 |
174 |
175 |
176 |
177 | @media only screen and (max-width: 767px) {
178 |
179 | .layout.loginForm{width: 290px !important;}
180 | input.text {width: 240px !important;}
181 |
182 | }
183 |
--------------------------------------------------------------------------------
/themes/FoxyStripe/javascript/meanMenu/gpl.txt:
--------------------------------------------------------------------------------
1 | GNU LESSER GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 |
9 | This version of the GNU Lesser General Public License incorporates
10 | the terms and conditions of version 3 of the GNU General Public
11 | License, supplemented by the additional permissions listed below.
12 |
13 | 0. Additional Definitions.
14 |
15 | As used herein, "this License" refers to version 3 of the GNU Lesser
16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU
17 | General Public License.
18 |
19 | "The Library" refers to a covered work governed by this License,
20 | other than an Application or a Combined Work as defined below.
21 |
22 | An "Application" is any work that makes use of an interface provided
23 | by the Library, but which is not otherwise based on the Library.
24 | Defining a subclass of a class defined by the Library is deemed a mode
25 | of using an interface provided by the Library.
26 |
27 | A "Combined Work" is a work produced by combining or linking an
28 | Application with the Library. The particular version of the Library
29 | with which the Combined Work was made is also called the "Linked
30 | Version".
31 |
32 | The "Minimal Corresponding Source" for a Combined Work means the
33 | Corresponding Source for the Combined Work, excluding any source code
34 | for portions of the Combined Work that, considered in isolation, are
35 | based on the Application, and not on the Linked Version.
36 |
37 | The "Corresponding Application Code" for a Combined Work means the
38 | object code and/or source code for the Application, including any data
39 | and utility programs needed for reproducing the Combined Work from the
40 | Application, but excluding the System Libraries of the Combined Work.
41 |
42 | 1. Exception to Section 3 of the GNU GPL.
43 |
44 | You may convey a covered work under sections 3 and 4 of this License
45 | without being bound by section 3 of the GNU GPL.
46 |
47 | 2. Conveying Modified Versions.
48 |
49 | If you modify a copy of the Library, and, in your modifications, a
50 | facility refers to a function or data to be supplied by an Application
51 | that uses the facility (other than as an argument passed when the
52 | facility is invoked), then you may convey a copy of the modified
53 | version:
54 |
55 | a) under this License, provided that you make a good faith effort to
56 | ensure that, in the event an Application does not supply the
57 | function or data, the facility still operates, and performs
58 | whatever part of its purpose remains meaningful, or
59 |
60 | b) under the GNU GPL, with none of the additional permissions of
61 | this License applicable to that copy.
62 |
63 | 3. Object Code Incorporating Material from Library Header Files.
64 |
65 | The object code form of an Application may incorporate material from
66 | a header file that is part of the Library. You may convey such object
67 | code under terms of your choice, provided that, if the incorporated
68 | material is not limited to numerical parameters, data structure
69 | layouts and accessors, or small macros, inline functions and templates
70 | (ten or fewer lines in length), you do both of the following:
71 |
72 | a) Give prominent notice with each copy of the object code that the
73 | Library is used in it and that the Library and its use are
74 | covered by this License.
75 |
76 | b) Accompany the object code with a copy of the GNU GPL and this license
77 | document.
78 |
79 | 4. Combined Works.
80 |
81 | You may convey a Combined Work under terms of your choice that,
82 | taken together, effectively do not restrict modification of the
83 | portions of the Library contained in the Combined Work and reverse
84 | engineering for debugging such modifications, if you also do each of
85 | the following:
86 |
87 | a) Give prominent notice with each copy of the Combined Work that
88 | the Library is used in it and that the Library and its use are
89 | covered by this License.
90 |
91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license
92 | document.
93 |
94 | c) For a Combined Work that displays copyright notices during
95 | execution, include the copyright notice for the Library among
96 | these notices, as well as a reference directing the user to the
97 | copies of the GNU GPL and this license document.
98 |
99 | d) Do one of the following:
100 |
101 | 0) Convey the Minimal Corresponding Source under the terms of this
102 | License, and the Corresponding Application Code in a form
103 | suitable for, and under terms that permit, the user to
104 | recombine or relink the Application with a modified version of
105 | the Linked Version to produce a modified Combined Work, in the
106 | manner specified by section 6 of the GNU GPL for conveying
107 | Corresponding Source.
108 |
109 | 1) Use a suitable shared library mechanism for linking with the
110 | Library. A suitable mechanism is one that (a) uses at run time
111 | a copy of the Library already present on the user's computer
112 | system, and (b) will operate properly with a modified version
113 | of the Library that is interface-compatible with the Linked
114 | Version.
115 |
116 | e) Provide Installation Information, but only if you would otherwise
117 | be required to provide such information under section 6 of the
118 | GNU GPL, and only to the extent that such information is
119 | necessary to install and execute a modified version of the
120 | Combined Work produced by recombining or relinking the
121 | Application with a modified version of the Linked Version. (If
122 | you use option 4d0, the Installation Information must accompany
123 | the Minimal Corresponding Source and Corresponding Application
124 | Code. If you use option 4d1, you must provide the Installation
125 | Information in the manner specified by section 6 of the GNU GPL
126 | for conveying Corresponding Source.)
127 |
128 | 5. Combined Libraries.
129 |
130 | You may place library facilities that are a work based on the
131 | Library side by side in a single library together with other library
132 | facilities that are not Applications and are not covered by this
133 | License, and convey such a combined library under terms of your
134 | choice, if you do both of the following:
135 |
136 | a) Accompany the combined library with a copy of the same work based
137 | on the Library, uncombined with any other library facilities,
138 | conveyed under the terms of this License.
139 |
140 | b) Give prominent notice with the combined library that part of it
141 | is a work based on the Library, and explaining where to find the
142 | accompanying uncombined form of the same work.
143 |
144 | 6. Revised Versions of the GNU Lesser General Public License.
145 |
146 | The Free Software Foundation may publish revised and/or new versions
147 | of the GNU Lesser General Public License from time to time. Such new
148 | versions will be similar in spirit to the present version, but may
149 | differ in detail to address new problems or concerns.
150 |
151 | Each version is given a distinguishing version number. If the
152 | Library as you received it specifies that a certain numbered version
153 | of the GNU Lesser General Public License "or any later version"
154 | applies to it, you have the option of following the terms and
155 | conditions either of that published version or of any later version
156 | published by the Free Software Foundation. If the Library as you
157 | received it does not specify a version number of the GNU Lesser
158 | General Public License, you may choose any version of the GNU Lesser
159 | General Public License ever published by the Free Software Foundation.
160 |
161 | If the Library as you received it specifies that a proxy can decide
162 | whether future versions of the GNU Lesser General Public License shall
163 | apply, that proxy's public statement of acceptance of any version is
164 | permanent authorization for you to choose that version for the
165 | Library.
--------------------------------------------------------------------------------
/flexslider/thirdparty/flexslider/README.mdown:
--------------------------------------------------------------------------------
1 | # FlexSlider 2
2 | http://www.woothemes.com/flexslider/ - Copyright (c) 2012 WooThemes
3 |
4 | Documentation guides for properties and theming are coming soon. Shortly thereafter, the download builder will be released, where you can create minified FlexSlider scripts that contain only the properties you need. It's a brave new world.
5 |
6 | ## General Notes
7 | FlexSlider is no longer licensed under the MIT license. FlexSlider now shares the common licensed used for all WooThemes themes, GPLv2.
8 |
9 | In an effort to move the plugin forward, support for jQuery 1.3.2 has been dropped. The plugin now requires jQuery 1.4.2+. If you don't have access to the later versions of jQuery, [FlexSlider 1.8](https://github.com/woothemes/FlexSlider/tree/flexslider1) should be a perfectly suitable substitute for your needs!
10 |
11 | Your old styles and properties *might not work out of the box*. Some property names have been changed, noted below, as well as namespacing prefixes being applied to all elements. This means that `.flex-direction-nav .next` is now `.flex-direction-nav .flex-next` by default. The namespacing property is exposed, free for you to change.
12 |
13 | ## Updates
14 | No more overflow hidden woes! The plugin now generates a viewport element to handle the tedious task of working around overflow hidden. Yay!
15 |
16 | The slider element is now accessible outside of the callback API via the jQuery .data() method. Example use: `$('#slider').data('flexslider')`
17 |
18 | Helper strings have been added for performing actions quickly on FlexSlider elements. Example uses:
19 |
20 | - `$('#slider').flexslider("play") //Play slideshow`
21 | - `$('#slider').flexslider("pause") //Pause slideshow`
22 | - `$('#slider').flexslider("next") //Go to next slide`
23 | - `$('#slider').flexslider("prev") //Go to previous slide`
24 | - `$('#slider').flexslider(3) //Go fourth slide`
25 |
26 | Two new methods are available for adding/removing slides, `slider.addSlide()` and `slider.removeSlide()`. More details about this coming soon.
27 |
28 | - `slider.addSlide(obj, pos)` accepts two parameters, a string/jQuery object and an index.
29 | - `slider.removeSlide(obj)` accepts one parameter, either an object to be removed, or an index.
30 |
31 | ## Examples
32 |
33 | - [Basic Slider](http://flexslider.woothemes.com/)
34 | - [Slider w/thumbnail controlNav pattern](http://flexslider.woothemes.com/thumbnail-controlnav.html)
35 | - [Slider w/thumbnail slider](http://flexslider.woothemes.com/thumbnail-slider.html)
36 | - [Basic Carousel](http://flexslider.woothemes.com/basic-carousel.html)
37 | - [Carousel with min and max ranges](http://flexslider.woothemes.com/carousel-min-max.html)
38 | - [Video with Vimeo API](http://flexslider.woothemes.com/video.html)
39 |
40 |
41 | ## Properties
42 |
43 | ### namespace: *{new}*
44 | `namespace` controls the prefixes attached to elements created by the plugin. In previous releases, only certain elements were tagged with a prefix class, which was causing class generalization issues for some users. FlexSlider now prefixes all generated elements with the appropriate namespace.
45 |
46 | *Hint: `namespace` can be an empty string.*
47 |
48 | ### selector: *{new}*
49 | The markup structure for FlexSlider has been limited to a "ul.slide li" pattern in previous versions of FlexSlider; no longer. You can now take full control of the markup structure used for your FlexSlider. The `selector` pattern "{container} > {slide}" is mandatory, allowing the plugin to predictably interpret the selector property. Omitting the ">" from the selector is not suggested, but is possible if your markup doesn't follow the immediate descendant pattern.
50 |
51 | *Examples: "section > article", ".slides > .slide", "#hero .slide"*
52 |
53 | ### easing: *{new}*
54 | `easing` allows support for jQuery easing! Default options provided by jQuery are "swing" and "linear," but more can be used by included the jQuery Easing plugin. *If you chose a non-existent easing method, the slider will break.*
55 |
56 | *Note: You need to set `useCCS: false` to force transitions in browsers that support translate3d.*
57 | *Optional: [jQuery Easing Plugin](http://gsgd.co.uk/sandbox/jquery/easing/)*
58 |
59 | ### direction: *{changed}*
60 | Previously called "slideDirection" in v1.8 and below.
61 |
62 | ### reverse: *{new}*
63 | `reverse` will reverse the animation direction of the slider. Meaning, horizontal sliders can move from right to left, and vertical sliders can move bottom to top.
64 |
65 | ### smoothHeight: *{new}*
66 | `smoothHeight` allows for smooth height transitions between slides. This property currently works for the fade and horizontal slide animation. The property has no effect on horizontal sliding carousels, however.
67 |
68 | ### startAt: *{changed}*
69 | Previously called "slideToStart" in v1.8 and below.
70 |
71 | ### animationSpeed: *{changed}*
72 | Previously called "animationDuration" in v1.8 and below.
73 |
74 | ### initDelay: *{new}*
75 | `initDelay` will delay the initial slideshow of a slider, given in milliseconds. The slider will still initialize, generating controls and displaying the first image, but the slideshow will wait until the `initDelay` time has completed before starting the slideshow.
76 |
77 | ### useCSS: *{new}*
78 | `useCSS` allow users to override using CSS3 for animation. Translate3d still has numerous bugs that can crop up and wreak havoc, so this is a great property to play with if you are experiencing unexplainable issues in Webkit browsers.
79 |
80 | *Hint: Use conditionals to enable/disable the use of CSS3 on desktops and mobile devices. Mobile devices, in my experience, do not share many of the translate3d bugs seen on desktop browsers.*
81 |
82 | ### touch: *{new}*
83 | `touch` allows users to exclude touch swipe functionality from their sliders.
84 |
85 | ### keyboard: *{changed}*
86 | Previously called "keyboardNav" in v1.8 and below.
87 |
88 | ### multipleKeyboard *{new}*
89 | `multipleKeyboard` allows users to override the default plugin keyboard behavior, enabling keyboard control of more than one slider on the page. This means that all visible sliders will animate, at the same time, via keyboard input.
90 |
91 | *Hint: You can use `multipleKeyboard` to allow keyboard navigation on pages where multiple sliders are present, but only one is visible.*
92 |
93 | ### mousewheel: *{updated}*
94 | `mousewheel` now requires the jQuery Mousewheel plugin. There are a few reasons for this, but primarily because there is no need for FlexSlider itself to reinvent the awkward complexity of mousewheel interactivity that is handled perfectly by the Mousewheel plugin.
95 |
96 | *Required: [jQuery Mousewheel Plugin](https://github.com/brandonaaron/jquery-mousewheel)*
97 |
98 | ### controlsContainer: *{updated}*
99 | `controlsContainer` is one of the more painstaking, potentially confusing properties within FlexSlider. First, the property is no longer required to workaround `overflow: hidden` on slide animation. Second, the property now accepts a **jQuery object**, giving you precise control over the object you want. The plugin no longer attempts to guess what element you are selecting.
100 |
101 | ### sync: *{new}*
102 | `sync` is a new property that will allow other slider(s) to hook into the current slider via a given selector. The selector should describe an object that has already been initialized as a FlexSlider. Right now, `sync` will synchronize animation, play, and pause behaviors. More behaviors can be added in the future as the property matures.
103 |
104 | *[Example of sync being used](http://flex.madebymufffin.com/examples/basic-carousel.html)*
105 |
106 | ### asNavFor: *{new}*
107 | Description to be added.
108 |
109 | ### itemWidth: *{new}*
110 | `itemWidth` is the primary property for the new carousel options. Without this property, your slider is not considered a carousel. To use `itemWidth`, give an integer value of the width of your individual slides. This should include borders and paddings applied to your slides; a total width measurement.
111 |
112 | ### itemMargin: *{new}*
113 | `itemMargin` describes the gutter between the slide elements. If each slide has a margin-left of 10px, your itemMargin value would be 10. If elements have margin: 0 10px, your itemMargin would be 20.
114 |
115 | ### minItems: *{new}*
116 | `minItems` describes the minimum number of slide elements that should be visible in the carousel. When the slider reaches the minimum item count, the slides will resize fluidly with the slider.
117 |
118 | ### maxItems: *{new}*
119 | `maxItems` describes the maximum number of slide elements that should be visible in the carousel. When the slider reaches the maximum item count, the slides will resize fluidly with the sider.
120 |
121 | ### move: *{new}*
122 | `move` determines how many slides should be animated within the carousel. When left at 0, the slider will animate the number of visible slides. If any value greater than 0 is given, the slider will animate that number of slides in the carousel on each animation interval.
123 |
124 | *Hint: The move property will be ignored if the value is higher than the number of visible slides, which can be utilized in responsive design.*
125 |
126 | ### added: *{new}*
127 | `added()` is a new callback event fired in the new slider.addSlide() function.
128 |
129 | ### removed: *{new}*
130 | `removed()` is a new callback event fired in the new slider.removeSlide() function.
--------------------------------------------------------------------------------