zurb-foundation 2.2.1.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +17 -2
- data/Capfile +5 -0
- data/Gemfile +1 -1
- data/LICENSE +22 -0
- data/README.md +87 -0
- data/Rakefile +1 -0
- data/config/deploy.rb +42 -0
- data/foundation.gemspec +17 -21
- data/index.html +138 -0
- data/lib/foundation/engine.rb +2 -2
- data/lib/foundation/sass_script_functions.rb +29 -0
- data/lib/foundation/version.rb +1 -2
- data/lib/zurb-foundation.rb +6 -3
- data/stylesheets/_foundation.scss +14 -0
- data/stylesheets/foundation/_base.scss +6 -0
- data/stylesheets/foundation/_mixins.scss +46 -0
- data/stylesheets/foundation/_modular-scale.sass +332 -0
- data/stylesheets/foundation/_semantic-grid.scss +67 -0
- data/stylesheets/foundation/_settings.scss +71 -0
- data/stylesheets/foundation/app.scss +26 -0
- data/stylesheets/foundation/buttons.scss +175 -0
- data/stylesheets/foundation/forms.scss +130 -0
- data/stylesheets/foundation/globals.scss +34 -0
- data/stylesheets/foundation/grid.scss +132 -0
- data/stylesheets/foundation/ie.scss +16 -0
- data/stylesheets/foundation/mobile.scss +32 -0
- data/stylesheets/foundation/navbar.scss +107 -0
- data/stylesheets/foundation/offcanvas.scss +57 -0
- data/{vendor/assets/stylesheets/foundation/orbit.css.scss → stylesheets/foundation/orbit.scss} +68 -68
- data/stylesheets/foundation/reveal.scss +54 -0
- data/stylesheets/foundation/tabs.scss +89 -0
- data/stylesheets/foundation/typography.scss +83 -0
- data/stylesheets/foundation/ui.scss +352 -0
- data/templates/project/.gitignore +44 -0
- data/templates/project/MIT-LICENSE.txt +20 -0
- data/templates/project/humans.txt +8 -0
- data/templates/project/index.html +133 -0
- data/templates/project/manifest.rb +51 -0
- data/templates/project/robots.txt +4 -0
- data/templates/project/sass/_settings.scss +48 -0
- data/templates/project/sass/app.scss +20 -0
- data/templates/project/sass/ie.scss +4 -0
- data/templates/project/stylesheets/app.css +0 -0
- data/templates/project/stylesheets/ie.css +0 -0
- data/test.html +758 -0
- data/type.html +153 -0
- data/vendor/assets/images/foundation/orbit/left-arrow-small.png +0 -0
- data/vendor/assets/images/foundation/orbit/right-arrow-small.png +0 -0
- data/vendor/assets/images/foundation/orbit/right-arrow.png +0 -0
- data/vendor/assets/javascripts/foundation/app.js +92 -71
- data/vendor/assets/javascripts/foundation/index.js +8 -7
- data/vendor/assets/javascripts/foundation/jquery.customforms.js +74 -73
- data/vendor/assets/javascripts/foundation/jquery.min.js +4 -0
- data/vendor/assets/javascripts/foundation/jquery.offcanvas.js +50 -0
- data/vendor/assets/javascripts/foundation/jquery.orbit-1.4.0.js +103 -101
- data/vendor/assets/javascripts/foundation/jquery.placeholder.min.js +0 -1
- data/vendor/assets/javascripts/foundation/jquery.reveal.js +39 -15
- data/vendor/assets/javascripts/foundation/jquery.tooltips.js +96 -90
- data/vendor/assets/javascripts/foundation/modernizr.foundation.js +3 -4
- metadata +101 -46
- data/README.markdown +0 -163
- data/build.rb +0 -49
- data/lib/foundation/generators/USAGE +0 -15
- data/lib/foundation/generators/install_generator.rb +0 -27
- data/lib/foundation/generators/layout_generator.rb +0 -28
- data/lib/foundation/generators/templates/application.css +0 -5
- data/lib/foundation/generators/templates/application.html.erb +0 -31
- data/lib/foundation/generators/templates/application.html.haml +0 -30
- data/lib/foundation/generators/templates/application.html.slim +0 -30
- data/lib/foundation/generators/templates/application.js +0 -4
- data/vendor/assets/images/foundation/misc/button-gloss.png +0 -0
- data/vendor/assets/images/foundation/misc/button-overlay.png +0 -0
- data/vendor/assets/images/foundation/misc/custom-form-sprites.png +0 -0
- data/vendor/assets/images/foundation/misc/input-bg-outset.png +0 -0
- data/vendor/assets/images/foundation/misc/input-bg.png +0 -0
- data/vendor/assets/images/foundation/misc/modal-gloss.png +0 -0
- data/vendor/assets/images/foundation/misc/table-sorter.png +0 -0
- data/vendor/assets/stylesheets/foundation/forms.css.scss +0 -134
- data/vendor/assets/stylesheets/foundation/globals.css.scss +0 -139
- data/vendor/assets/stylesheets/foundation/grid.css.scss +0 -129
- data/vendor/assets/stylesheets/foundation/ie.css.scss +0 -13
- data/vendor/assets/stylesheets/foundation/index.css +0 -10
- data/vendor/assets/stylesheets/foundation/mobile.css.scss +0 -222
- data/vendor/assets/stylesheets/foundation/reveal.css.scss +0 -100
- data/vendor/assets/stylesheets/foundation/typography.css.scss +0 -63
- data/vendor/assets/stylesheets/foundation/ui.css.scss +0 -418
@@ -0,0 +1,16 @@
|
|
1
|
+
/* This is for all IE specfific style less than IE9. We hate IE. */
|
2
|
+
|
3
|
+
@import "base";
|
4
|
+
|
5
|
+
.lt-ie8 .row { max-width: 1000px; }
|
6
|
+
|
7
|
+
div.panel { border: 1px solid #ccc; }
|
8
|
+
.lt-ie8 .nav-bar li.has-flyout a { padding-right: 20px; }
|
9
|
+
.lt-ie8 .nav-bar li.has-flyout a:after { border-top: none; }
|
10
|
+
|
11
|
+
/* Correct IE7 button padding */
|
12
|
+
.lt-ie8 input[type=submit].nice.button { filter:chroma(color=#000000); position: relative; top: -2px; }
|
13
|
+
.lt-ie8 input[type=submit].tiny.button { padding: 5px 5px 7px; }
|
14
|
+
.lt-ie8 input[type=submit].small.button { padding: 8px 7px 9px; }
|
15
|
+
.lt-ie8 input[type=submit].medium.button { padding: 9px 13px 9px; }
|
16
|
+
.lt-ie8 input[type=submit].large.button { padding: 9px 18px 10px; }
|
@@ -0,0 +1,32 @@
|
|
1
|
+
/* Requires:
|
2
|
+
buttons.css
|
3
|
+
forms.css
|
4
|
+
grid.css
|
5
|
+
tabs.css
|
6
|
+
typography.css
|
7
|
+
ui.css
|
8
|
+
modernizr
|
9
|
+
*/
|
10
|
+
|
11
|
+
@import "base";
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
/* Forms ---------------------- */
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
/* UI ---------------------- */
|
20
|
+
|
21
|
+
/* Buttons */
|
22
|
+
|
23
|
+
|
24
|
+
/* Tabs */
|
25
|
+
|
26
|
+
|
27
|
+
/* Tooltips */
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
/* Video */
|
32
|
+
|
@@ -0,0 +1,107 @@
|
|
1
|
+
/* Requires
|
2
|
+
globals.css */
|
3
|
+
|
4
|
+
@import "base";
|
5
|
+
|
6
|
+
.nav-bar { height: $navBarHeight; background: lighten($black, 30%); margin-top: $navBarHeight / 2; padding: 0;
|
7
|
+
|
8
|
+
&>li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid lighten($black, 20%); border-right: none; line-height: $navBarHeight - 2; @include box-shadow(1px 0 0 fade-out($shinyEdge, .3) inset);
|
9
|
+
|
10
|
+
&:first-child { @include box-shadow(0 0 0); }
|
11
|
+
&:last-child { border-right: solid 1px lighten($black, 20%); @include box-shadow(1px 0 0 fade-out($shinyEdge, .3) inset, 1px 0 0 fade-out($shinyEdge, .3)); }
|
12
|
+
|
13
|
+
&.active { background: $mainColor; border-color: darken($mainColor, 10%);
|
14
|
+
&>a { color: $white; cursor: default; }
|
15
|
+
&:hover { background: $mainColor; cursor: default; }
|
16
|
+
}
|
17
|
+
&:hover { background: lighten($black, 20%); }
|
18
|
+
|
19
|
+
a { color: darken($white, 10%); }
|
20
|
+
ul { margin-bottom: 0; }
|
21
|
+
.flyout { display: none; }
|
22
|
+
|
23
|
+
&.has-flyout {
|
24
|
+
&>a:first-child { padding-right: 36px; position: relative;
|
25
|
+
&:after { @include cssTriangle(4px, darken($white, 10%), top); position: absolute; right: 20px; top: 17px; }
|
26
|
+
}
|
27
|
+
&>a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
|
28
|
+
&.is-touch {
|
29
|
+
&>a:first-child { padding-right: 55px;}
|
30
|
+
&>a.flyout-toggle { border-left: 1px dashed #666; }
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
&>li>a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: ms(0); }
|
36
|
+
&>li>input { margin: 0 10px; }
|
37
|
+
|
38
|
+
&.vertical { height: auto; margin-top: 0;
|
39
|
+
|
40
|
+
&>li { float: none; border-bottom: none;
|
41
|
+
|
42
|
+
&.has-flyout>a:first-child:after { @include cssTriangle(4px, darken($white, 10%), left); }
|
43
|
+
.flyout { left: 100%; top: -1px;
|
44
|
+
&.right { left: auto; right: 100%; }
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
}
|
50
|
+
|
51
|
+
.flyout { background: darken($white, 5%); padding: 20px; margin: 0; border: 1px solid darken($white, 15%); position: absolute; top: $navBarHeight - 1; left: -1px; width: $navFlyoutBaseWidth; z-index: 40; @include box-shadow(0 1px 5px rgba(#000, .1));
|
52
|
+
|
53
|
+
p { line-height: 1.2; font-size: ms(0) - 1; }
|
54
|
+
*:first-child { margin-top: 0; } /* remove margin on any first-child element */
|
55
|
+
*:last-child { margin-bottom: 0; } /* remove margin on last element */
|
56
|
+
|
57
|
+
&.small { width: $navFlyoutBaseWidth / 1.5; }
|
58
|
+
&.large { width: $navFlyoutBaseWidth * 1.75; }
|
59
|
+
&.right { left: auto; right: -2px; }
|
60
|
+
|
61
|
+
}
|
62
|
+
|
63
|
+
ul.flyout, .nav-bar li ul { padding: 0; list-style: none;
|
64
|
+
|
65
|
+
li { border-left: solid 3px #CCC;
|
66
|
+
a { background: darken($white, 5%); border: 1px solid darken($white, 10%); border-width: 1px 1px 0 0; color: #555; display: block; font-size: ms(0); height: auto; line-height: 1; padding: 15px 20px; @include box-shadow(0 1px 0 $shinyEdge inset);
|
67
|
+
&:hover { background: darken($white, 8%); color: #333; }
|
68
|
+
}
|
69
|
+
&.active { margin-top: 0; border-top: 1px solid lighten($black, 30%); border-left: 4px solid lighten($black, 10%);
|
70
|
+
a { background: lighten($black, 30%); border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; @include box-shadow(0 0 0); }
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
}
|
75
|
+
|
76
|
+
|
77
|
+
/* Mobile Styles */
|
78
|
+
@media only screen and (max-device-width: 1280px) {
|
79
|
+
.touch .nav-bar li.has-flyout>a { padding-right: 36px !important; }
|
80
|
+
}
|
81
|
+
|
82
|
+
@media only screen and (max-width: $screenMedium) and (min-width: $screenSmall) {
|
83
|
+
.touch .nav-bar li a { @include font-size(13); }
|
84
|
+
.touch .nav-bar li.has-flyout>a.flyout-toggle { padding: 20px !important; }
|
85
|
+
.touch .nav-bar li.has-flyout>a { padding-right: 36px !important; }
|
86
|
+
}
|
87
|
+
|
88
|
+
@media only screen and (max-width: $screenSmall - 1) {
|
89
|
+
.nav-bar { height: auto;
|
90
|
+
|
91
|
+
&>li { float: none; display: block; border-right: none; }
|
92
|
+
&>li>a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
|
93
|
+
&>li:first-child>a.main { border-top: none; }
|
94
|
+
&>li.has-flyout>a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
|
95
|
+
&>li.has-flyout.is-touch>a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
|
96
|
+
&>li.has-flyout>a.flyout-toggle:hover span { border-top-color: #141414; }
|
97
|
+
&.vertical>li.has-flyout>.flyout { left: 0; }
|
98
|
+
}
|
99
|
+
|
100
|
+
.flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px;
|
101
|
+
|
102
|
+
&.right { float: none; right: auto; left: -1px; }
|
103
|
+
&.small, &.large { width: 100% !important; }
|
104
|
+
p:last-child { margin-bottom: 18px; }
|
105
|
+
}
|
106
|
+
|
107
|
+
}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
/* Off canvas layout CSS/JS provided by or adapted from work by Jason Weaver and Luke Wroblewski
|
2
|
+
Requires
|
3
|
+
globals.css
|
4
|
+
grid.css */
|
5
|
+
|
6
|
+
@import "base";
|
7
|
+
|
8
|
+
body.off-canvas { padding: 0; margin: 0; }
|
9
|
+
|
10
|
+
.container { width: 100%; }
|
11
|
+
.row { overflow: hidden; }
|
12
|
+
.row .row { overflow: visible; }
|
13
|
+
|
14
|
+
.paneled .container { overflow: hidden; }
|
15
|
+
.paneled .row { width: 100%; }
|
16
|
+
|
17
|
+
[role="main"]:before { content: " "; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%; }
|
18
|
+
|
19
|
+
[role="complementary"],
|
20
|
+
[role="main"] { width: 100%; padding: 0 15px; display: block; position: relative; z-index: 1; @include transition(.25s all ease-in); }
|
21
|
+
|
22
|
+
.paneled [role="main"] { padding: 0; }
|
23
|
+
.page-panel { width: 100%; padding: 0 15px; @include transition(.3s margin ease-in-out); background: #fff; }
|
24
|
+
#switchPanels { margin: 0 -15px; }
|
25
|
+
|
26
|
+
.hide-extras [role="complementary"] { display: block; }
|
27
|
+
|
28
|
+
[role="navigation"]#topMenu { @include transition(.25s all ease-in); }
|
29
|
+
[role="navigation"]#topMenu ul { margin-top: 0; }
|
30
|
+
|
31
|
+
[role="complementary"] { margin-left: -100%; width: 80%; float: left; z-index: 2; }
|
32
|
+
[role="main"] { margin-left: 0; float: right; z-index: 1; position: relative; }
|
33
|
+
|
34
|
+
.paneled [role="main"] { background: #fff; width: 500%; overflow: hidden; float: none; position: relative; left: 0; @include transition(.15s all ease-in); }
|
35
|
+
.page-panel { min-height: 400px; float: left; margin: 0; width: 20%; }
|
36
|
+
|
37
|
+
|
38
|
+
.active [role="complementary"] { margin-left: 0; }
|
39
|
+
.active [role="main"] { margin-right: -80%; }
|
40
|
+
|
41
|
+
.active-menu [role="navigation"]#topMenu { margin-top: 0 !important; }
|
42
|
+
|
43
|
+
@media all and (min-width: 768px) {
|
44
|
+
|
45
|
+
menu-button, .sidebar-button { display: none; }
|
46
|
+
[role="complementary"] { width: $complementaryWidth; margin-left: 0; float: left; padding: 0 15px; }
|
47
|
+
[role="main"] { width: $mainWidth; padding: 0 15px; }
|
48
|
+
|
49
|
+
.paneled [role="main"] { width: 100%; padding: 0; background: #f4f4f4; left: 0 !important; }
|
50
|
+
.page-panel { display: block; min-height: 800px; float: none; margin: 0; width: 100%; background: #f4f4f4; }
|
51
|
+
|
52
|
+
.hide-extras [role="main"] { width: 100%; }
|
53
|
+
.hide-extras [role="complementary"] { display: none; }
|
54
|
+
|
55
|
+
[role="navigation"]#topMenu { display: none; }
|
56
|
+
|
57
|
+
}
|
data/{vendor/assets/stylesheets/foundation/orbit.css.scss → stylesheets/foundation/orbit.scss}
RENAMED
@@ -2,48 +2,46 @@
|
|
2
2
|
* Maintained for Foundation. foundation.zurb.com
|
3
3
|
* Free to use under the MIT license.
|
4
4
|
* http://www.opensource.org/licenses/mit-license.php
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
/* CONTAINER
|
9
|
-
================================================== */
|
5
|
+
*/
|
10
6
|
|
11
|
-
|
7
|
+
@import "base";
|
8
|
+
|
9
|
+
/* Container ---------------------- */
|
10
|
+
|
11
|
+
div.orbit-wrapper {
|
12
12
|
width: 1px;
|
13
13
|
height: 1px;
|
14
14
|
position: relative; }
|
15
15
|
|
16
|
-
div.orbit {
|
16
|
+
div.orbit {
|
17
17
|
width: 1px;
|
18
18
|
height: 1px;
|
19
19
|
position: relative;
|
20
20
|
overflow: hidden }
|
21
|
-
|
22
|
-
div.orbit.with-bullets {
|
23
|
-
margin-bottom: 40px; }
|
24
21
|
|
25
|
-
div.orbit
|
22
|
+
div.orbit.with-bullets {
|
23
|
+
margin-bottom: 40px; }
|
24
|
+
|
25
|
+
div.orbit .orbit-slide {
|
26
26
|
max-width: 100%;
|
27
27
|
position: absolute;
|
28
28
|
top: 0;
|
29
29
|
left: 0; }
|
30
30
|
|
31
|
-
div.orbit a.orbit-slide {
|
31
|
+
div.orbit a.orbit-slide {
|
32
32
|
border: none;
|
33
|
-
line-height: 0;
|
33
|
+
line-height: 0;
|
34
34
|
display: none; }
|
35
35
|
|
36
|
-
div.orbit div.orbit-slide {
|
36
|
+
div.orbit div.orbit-slide {
|
37
37
|
width: 100%;
|
38
38
|
height: 100%; }
|
39
39
|
|
40
|
-
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
|
40
|
+
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
|
41
41
|
|
42
|
+
/* Timer ---------------------- */
|
42
43
|
|
43
|
-
|
44
|
-
================================================== */
|
45
|
-
|
46
|
-
div.orbit-wrapper div.timer {
|
44
|
+
div.orbit-wrapper div.timer {
|
47
45
|
width: 40px;
|
48
46
|
height: 40px;
|
49
47
|
overflow: hidden;
|
@@ -54,7 +52,7 @@ div.orbit-wrapper div.timer {
|
|
54
52
|
cursor: pointer;
|
55
53
|
z-index: 31; }
|
56
54
|
|
57
|
-
div.orbit-wrapper span.rotator {
|
55
|
+
div.orbit-wrapper span.rotator {
|
58
56
|
display: block;
|
59
57
|
width: 40px;
|
60
58
|
height: 40px;
|
@@ -64,7 +62,7 @@ div.orbit-wrapper span.rotator {
|
|
64
62
|
background: image-url("foundation/orbit/rotator-black.png") no-repeat;
|
65
63
|
z-index: 3; }
|
66
64
|
|
67
|
-
div.orbit-wrapper span.mask {
|
65
|
+
div.orbit-wrapper span.mask {
|
68
66
|
display: block;
|
69
67
|
width: 20px;
|
70
68
|
height: 40px;
|
@@ -74,15 +72,15 @@ div.orbit-wrapper span.mask {
|
|
74
72
|
z-index: 2;
|
75
73
|
overflow: hidden; }
|
76
74
|
|
77
|
-
div.orbit-wrapper span.rotator.move {
|
75
|
+
div.orbit-wrapper span.rotator.move {
|
78
76
|
left: 0 }
|
79
77
|
|
80
|
-
div.orbit-wrapper span.mask.move {
|
78
|
+
div.orbit-wrapper span.mask.move {
|
81
79
|
width: 40px;
|
82
80
|
left: 0;
|
83
81
|
background: image-url("foundation/orbit/timer-black.png") repeat 0 0; }
|
84
82
|
|
85
|
-
div.orbit-wrapper span.pause {
|
83
|
+
div.orbit-wrapper span.pause {
|
86
84
|
display: block;
|
87
85
|
width: 40px;
|
88
86
|
height: 40px;
|
@@ -93,72 +91,74 @@ div.orbit-wrapper span.pause {
|
|
93
91
|
z-index: 4;
|
94
92
|
opacity: 0; }
|
95
93
|
|
96
|
-
div.orbit-wrapper span.pause.active {
|
94
|
+
div.orbit-wrapper span.pause.active {
|
97
95
|
background: image-url("foundation/orbit/pause-black.png") no-repeat 0 -40px }
|
98
96
|
|
99
|
-
div.orbit-wrapper div.timer:hover span.pause,
|
100
|
-
div.orbit-wrapper span.pause.active {
|
97
|
+
div.orbit-wrapper div.timer:hover span.pause,
|
98
|
+
div.orbit-wrapper span.pause.active {
|
101
99
|
opacity: 1 }
|
102
100
|
|
101
|
+
/* Captions ---------------------- */
|
103
102
|
|
104
|
-
|
105
|
-
================================================== */
|
106
|
-
|
107
|
-
.orbit-caption {
|
103
|
+
.orbit-caption {
|
108
104
|
display: none;
|
109
105
|
font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
|
110
106
|
|
111
|
-
.orbit-wrapper .orbit-caption {
|
107
|
+
.orbit-wrapper .orbit-caption {
|
112
108
|
background: #000;
|
113
109
|
background: rgba(0,0,0,.6);
|
114
110
|
z-index: 30;
|
115
111
|
color: #fff;
|
116
112
|
text-align: center;
|
117
113
|
padding: 7px 0;
|
118
|
-
font-size
|
114
|
+
@include font-size(13);
|
119
115
|
position: absolute;
|
120
116
|
right: 0;
|
121
117
|
bottom: 0;
|
122
118
|
width: 100%; }
|
123
119
|
|
120
|
+
/* Directional Nav ---------------------- */
|
124
121
|
|
125
|
-
|
126
|
-
================================================== */
|
127
|
-
|
128
|
-
div.orbit-wrapper div.slider-nav {
|
122
|
+
div.orbit-wrapper div.slider-nav {
|
129
123
|
display: block }
|
130
124
|
|
131
|
-
div.orbit-wrapper div.slider-nav span {
|
132
|
-
width:
|
133
|
-
height:
|
125
|
+
div.orbit-wrapper div.slider-nav span {
|
126
|
+
width: 39px;
|
127
|
+
height: 50px;
|
134
128
|
text-indent: -9999px;
|
135
129
|
position: absolute;
|
136
130
|
z-index: 30;
|
137
131
|
top: 50%;
|
138
|
-
margin-top: -
|
132
|
+
margin-top: -25px;
|
139
133
|
cursor: pointer; }
|
140
134
|
|
141
|
-
div.orbit-wrapper div.slider-nav span.right {
|
135
|
+
div.orbit-wrapper div.slider-nav span.right {
|
142
136
|
background: image-url("foundation/orbit/right-arrow.png");
|
137
|
+
background-size: 100%;
|
143
138
|
right: 0; }
|
144
139
|
|
145
|
-
div.orbit-wrapper div.slider-nav span.left {
|
140
|
+
div.orbit-wrapper div.slider-nav span.left {
|
146
141
|
background: image-url("foundation/orbit/left-arrow.png");
|
142
|
+
background-size: 100%;
|
147
143
|
left: 0; }
|
148
144
|
|
149
|
-
|
150
|
-
|
145
|
+
.lt-ie9 {
|
146
|
+
div.orbit-wrapper div.slider-nav span.right { background: image-url("foundation/orbit/right-arrow-small.png"); }
|
147
|
+
div.orbit-wrapper div.slider-nav span.left { background: image-url("foundation/orbit/left-arrow-small.png"); }
|
148
|
+
}
|
151
149
|
|
152
|
-
|
150
|
+
/* Bullet Nav ---------------------- */
|
151
|
+
|
152
|
+
ul.orbit-bullets {
|
153
153
|
position: absolute;
|
154
154
|
z-index: 30;
|
155
155
|
list-style: none;
|
156
156
|
bottom: -40px;
|
157
157
|
left: 50%;
|
158
|
-
|
158
|
+
margin-left: -50px;
|
159
159
|
padding: 0; }
|
160
160
|
|
161
|
-
ul.orbit-bullets li {
|
161
|
+
ul.orbit-bullets li {
|
162
162
|
float: left;
|
163
163
|
margin-left: 5px;
|
164
164
|
cursor: pointer;
|
@@ -169,39 +169,40 @@ ul.orbit-bullets li {
|
|
169
169
|
height: 12px;
|
170
170
|
overflow: hidden; }
|
171
171
|
|
172
|
-
ul.orbit-bullets li.active {
|
172
|
+
ul.orbit-bullets li.active {
|
173
173
|
color: #222;
|
174
174
|
background-position: -8px 0; }
|
175
|
-
|
176
|
-
ul.orbit-bullets li.has-thumb {
|
175
|
+
|
176
|
+
ul.orbit-bullets li.has-thumb {
|
177
177
|
background: none;
|
178
178
|
width: 100px;
|
179
179
|
height: 75px; }
|
180
180
|
|
181
|
-
ul.orbit-bullets li.active.has-thumb {
|
181
|
+
ul.orbit-bullets li.active.has-thumb {
|
182
182
|
background-position: 0 0;
|
183
183
|
border-top: 2px solid #000; }
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
184
|
+
|
185
|
+
|
186
|
+
/* Fluid Layout ---------------------- */
|
187
|
+
|
188
|
+
div.orbit img.fluid-placeholder {
|
188
189
|
visibility: hidden;
|
189
190
|
position: static;
|
190
191
|
display: block;
|
191
192
|
width: 100%; }
|
192
193
|
|
193
|
-
div.orbit, div.orbit-wrapper { width: 100% !important; }
|
194
|
+
div.orbit, div.orbit-wrapper { width: 100% !important; }
|
194
195
|
|
195
|
-
ul.orbit-bullets {
|
196
|
+
ul.orbit-bullets {
|
196
197
|
position: absolute;
|
197
198
|
z-index: 30;
|
198
199
|
list-style: none;
|
199
200
|
bottom: -50px;
|
200
201
|
left: 50%;
|
201
|
-
|
202
|
+
margin-left: -50px;
|
202
203
|
padding: 0; }
|
203
204
|
|
204
|
-
ul.orbit-bullets li {
|
205
|
+
ul.orbit-bullets li {
|
205
206
|
float: left;
|
206
207
|
margin-left: 5px;
|
207
208
|
cursor: pointer;
|
@@ -212,21 +213,20 @@ ul.orbit-bullets li {
|
|
212
213
|
height: 12px;
|
213
214
|
overflow: hidden; }
|
214
215
|
|
215
|
-
ul.orbit-bullets li.has-thumb {
|
216
|
+
ul.orbit-bullets li.has-thumb {
|
216
217
|
background: none;
|
217
218
|
width: 100px;
|
218
219
|
height: 75px; }
|
219
220
|
|
220
|
-
ul.orbit-bullets li.active {
|
221
|
+
ul.orbit-bullets li.active {
|
221
222
|
color: #222;
|
222
223
|
background-position: -8px 0; }
|
223
224
|
|
224
|
-
ul.orbit-bullets li.active.has-thumb {
|
225
|
+
ul.orbit-bullets li.active.has-thumb {
|
225
226
|
background-position: 0 0;
|
226
227
|
border-top: 2px solid #000; }
|
227
|
-
|
228
|
-
|
229
|
-
/* Correct timer in IE */
|
230
|
-
.timer { display: none !important; }
|
231
|
-
div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
|
232
228
|
|
229
|
+
|
230
|
+
/* Correct timer in IE */
|
231
|
+
.lt-ie9 .timer { display: none !important; }
|
232
|
+
.lt-ie9 div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
|