zurb-foundation 3.0.4 → 3.0.5.rc1

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.
@@ -1,3 +1,3 @@
1
1
  module Foundation
2
- VERSION = "3.0.4"
2
+ VERSION = "3.0.5.rc1"
3
3
  end
@@ -1,4 +1,4 @@
1
- @import "compass";
1
+ @import "compass/css3";
2
2
  @import "foundation/functions";
3
3
  @import "foundation/modular-scale";
4
4
  @import "foundation/settings";
@@ -1,8 +1,6 @@
1
1
  /* Requires
2
2
  globals.css */
3
3
 
4
- @import "base";
5
-
6
4
  /* Normal Buttons ---------------------- */
7
5
 
8
6
  .button { width: auto; background: $mainColor; border: 1px solid darken(($mainColor), 15%); @include box-shadow(0 1px 0 $shinyEdge inset); color: $white; cursor: pointer; display: inline-block; @include defaultFontFamily; font-size: ms(0); font-weight: bold; line-height: 1; margin: 0; outline: none; padding: $btnBase ($btnBase * 2) ($btnBase + 1); position: relative; text-align: center; text-decoration: none; @include single-transition(background-color, .15s, ease-in-out);
@@ -92,7 +90,7 @@
92
90
  }
93
91
 
94
92
  &.up>ul { border-top: 1px solid darken($white, 20%); border-bottom: none; }
95
-
93
+
96
94
  ul.no-hover.show-dropdown { display: block !important; }
97
95
  &:hover {
98
96
  &>ul.no-hover {
@@ -1,8 +1,6 @@
1
1
  /* Requires
2
2
  globals.css */
3
3
 
4
- @import "base";
5
-
6
4
  /* Standard Forms ---------------------- */
7
5
 
8
6
  form { margin: 0 0 ($formSpacing * $ratio); }
@@ -40,7 +38,7 @@
40
38
  &:focus { background: darken($white, 2%); outline: none !important; border-color: darken($white, 30%); }
41
39
  &[disabled] { background-color: #ddd; }
42
40
  }
43
-
41
+
44
42
  textarea { height: auto; }
45
43
 
46
44
  select { width: 100%; }
@@ -2,8 +2,6 @@
2
2
  normalize.css
3
3
  -box-sizing.htc */
4
4
 
5
- @import "base";
6
-
7
5
  /* Global Reset & Standards ---------------------- */
8
6
 
9
7
  * { @include box-sizing(border-box); }
@@ -1,7 +1,3 @@
1
-
2
-
3
- @import "base";
4
-
5
1
  /* The Grid ---------------------- */
6
2
 
7
3
  .row { width: $rowWidth; max-width: 100%; min-width: $screenSmall; margin: 0 auto;
@@ -1,8 +1,6 @@
1
1
  /* Requires
2
2
  globals.css */
3
3
 
4
- @import "base";
5
-
6
4
  .nav-bar { height: $navBarHeight; background: lighten($black, 30%); margin-top: $navBarHeight / 2; padding: 0;
7
5
 
8
6
  &>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);
@@ -56,7 +54,7 @@
56
54
 
57
55
  &.small { width: $navFlyoutBaseWidth / 1.5; }
58
56
  &.large { width: $navFlyoutBaseWidth * 1.75; }
59
-
57
+
60
58
  &.right { left: auto; right: -2px; }
61
59
  &.up { top: auto; bottom: $navBarHeight - 1; }
62
60
 
@@ -3,8 +3,6 @@
3
3
  globals.css
4
4
  grid.css */
5
5
 
6
- @import "base";
7
-
8
6
  body.off-canvas { padding: 0; margin: 0; }
9
7
 
10
8
  .container { width: 100%; }
@@ -4,8 +4,6 @@
4
4
  * http://www.opensource.org/licenses/mit-license.php
5
5
  */
6
6
 
7
- @import "base";
8
-
9
7
  /* Container ---------------------- */
10
8
 
11
9
  div.orbit-wrapper {
@@ -4,8 +4,6 @@
4
4
  * http://www.opensource.org/licenses/mit-license.php
5
5
  */
6
6
 
7
- @import "base";
8
-
9
7
  /* Reveal Modals ---------------------- */
10
8
 
11
9
  .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(#000, .45); z-index: 40; display: none; top: 0; left: 0; }
@@ -2,8 +2,6 @@
2
2
  globals.css
3
3
  app.js */
4
4
 
5
- @import "base";
6
-
7
5
  /* Tabs ---------------------- */
8
6
 
9
7
  dl.tabs { border-bottom: solid 1px darken($white, 10%); display: block; height: $tabHeight; padding: 0; margin-bottom: 20px;
@@ -1,5 +1,3 @@
1
- @import "base";
2
-
3
1
  /* Base Type Styles Using Modular Scale ---------------------- */
4
2
 
5
3
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
@@ -21,8 +21,6 @@
21
21
 
22
22
  */
23
23
 
24
- @import "base";
25
-
26
24
  /* Visibility Classes ---------------------- */
27
25
 
28
26
  /* Standard visibility targeting */
@@ -14,6 +14,16 @@
14
14
  <title>Welcome to Foundation</title>
15
15
 
16
16
  <!-- Included CSS Files -->
17
+ <link rel="stylesheet" href="stylesheets/foundation-style/globals.css">
18
+ <link rel="stylesheet" href="stylesheets/foundation-style/typography.css">
19
+ <link rel="stylesheet" href="stylesheets/foundation-style/grid.css">
20
+ <link rel="stylesheet" href="stylesheets/foundation-style/ui.css">
21
+ <link rel="stylesheet" href="stylesheets/foundation-style/buttons.css">
22
+ <link rel="stylesheet" href="stylesheets/foundation-style/tabs.css">
23
+ <link rel="stylesheet" href="stylesheets/foundation-style/navbar.css">
24
+ <link rel="stylesheet" href="stylesheets/foundation-style/forms.css">
25
+ <link rel="stylesheet" href="stylesheets/foundation-style/orbit.css">
26
+ <link rel="stylesheet" href="stylesheets/foundation-style/reveal.css">
17
27
  <link rel="stylesheet" href="stylesheets/app.css">
18
28
 
19
29
  <script src="javascripts/foundation/modernizr.foundation.js"></script>
@@ -118,7 +128,7 @@
118
128
  </ul>
119
129
  </div>
120
130
  </div>
121
-
131
+
122
132
 
123
133
  <!-- Included JS Files -->
124
134
  <script src="javascripts/jquery.min.js"></script>
@@ -1,8 +1,18 @@
1
1
  description 'Foundation Compass Gem'
2
2
 
3
3
  # Sass Files
4
- stylesheet 'sass/app.scss', :to => 'app.scss', :media => "screen, projector, print"
5
- stylesheet 'sass/_settings.scss', :to => '_settings.scss'
4
+ stylesheet 'sass/_settings.scss', :to => '_settings.scss'
5
+ stylesheet 'sass/foundation-style/globals.scss', :to => 'foundation-style/globals.scss', :media => "screen, projector, print"
6
+ stylesheet 'sass/foundation-style/typography.scss', :to => 'foundation-style/typography.scss', :media => "screen, projector, print"
7
+ stylesheet 'sass/foundation-style/grid.scss', :to => 'foundation-style/grid.scss', :media => "screen, projector, print"
8
+ stylesheet 'sass/foundation-style/ui.scss', :to => 'foundation-style/ui.scss', :media => "screen, projector, print"
9
+ stylesheet 'sass/foundation-style/buttons.scss', :to => 'foundation-style/buttons.scss', :media => "screen, projector, print"
10
+ stylesheet 'sass/foundation-style/tabs.scss', :to => 'foundation-style/tabs.scss', :media => "screen, projector, print"
11
+ stylesheet 'sass/foundation-style/navbar.scss', :to => 'foundation-style/navbar.scss', :media => "screen, projector, print"
12
+ stylesheet 'sass/foundation-style/forms.scss', :to => 'foundation-style/forms.scss', :media => "screen, projector, print"
13
+ stylesheet 'sass/foundation-style/orbit.scss', :to => 'foundation-style/orbit.scss', :media => "screen, projector, print"
14
+ stylesheet 'sass/foundation-style/reveal.scss', :to => 'foundation-style/reveal.scss', :media => "screen, projector, print"
15
+ stylesheet 'sass/app.scss', :to => 'app.scss', :media => "screen, projector, print"
6
16
 
7
17
  # Relative asset paths
8
18
  js_path = "/../../vendor/assets/javascripts/foundation"
@@ -1,19 +1,26 @@
1
- /* Artfully masterminded by ZURB */
2
- @import "settings";
3
- @import "foundation";
4
-
5
- // Import Each Specific Piece for SASS
6
- // @import "foundation/base";
7
- // @import "foundation/globals";
8
- // @import "foundation/typography";
9
- // @import "foundation/grid";
10
- // @import "foundation/ui";
11
- // @import "foundation/buttons";
12
- // @import "foundation/tabs";
13
- // @import "foundation/navbar";
14
- // @import "foundation/forms";
15
- // @import "foundation/orbit";
16
- // @import "foundation/reveal";
17
- // @import "foundation/app";
1
+ /* --------------------------------------------------
2
+ Table of Contents
3
+ -----------------------------------------------------
4
+ :: Shared Styles
5
+ :: Page Name 1
6
+ :: Page Name 2
7
+ */
18
8
 
19
9
 
10
+ /* -----------------------------------------
11
+ Shared Styles
12
+ ----------------------------------------- */
13
+
14
+
15
+
16
+ /* -----------------------------------------
17
+ Page Name 1
18
+ ----------------------------------------- */
19
+
20
+
21
+
22
+
23
+ /* -----------------------------------------
24
+ Page Name 2
25
+ ----------------------------------------- */
26
+
@@ -0,0 +1,5 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/buttons";
4
+
5
+
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/forms";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/globals";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/grid";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/navbar";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/orbit";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/reveal";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/tabs";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/typography";
@@ -0,0 +1,3 @@
1
+ @import "../settings";
2
+ @import "foundation/base";
3
+ @import "foundation/ui";
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zurb-foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
5
- prerelease:
4
+ version: 3.0.5.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - ZURB
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-06 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
@@ -122,6 +122,16 @@ files:
122
122
  - templates/project/robots.txt
123
123
  - templates/project/sass/_settings.scss
124
124
  - templates/project/sass/app.scss
125
+ - templates/project/sass/foundation-style/buttons.scss
126
+ - templates/project/sass/foundation-style/forms.scss
127
+ - templates/project/sass/foundation-style/globals.scss
128
+ - templates/project/sass/foundation-style/grid.scss
129
+ - templates/project/sass/foundation-style/navbar.scss
130
+ - templates/project/sass/foundation-style/orbit.scss
131
+ - templates/project/sass/foundation-style/reveal.scss
132
+ - templates/project/sass/foundation-style/tabs.scss
133
+ - templates/project/sass/foundation-style/typography.scss
134
+ - templates/project/sass/foundation-style/ui.scss
125
135
  - templates/project/stylesheets/app.css
126
136
  - test.html
127
137
  - type.html
@@ -159,16 +169,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
169
  version: '0'
160
170
  segments:
161
171
  - 0
162
- hash: 4223158456212372300
172
+ hash: -4390807570331290015
163
173
  required_rubygems_version: !ruby/object:Gem::Requirement
164
174
  none: false
165
175
  requirements:
166
- - - ! '>='
176
+ - - ! '>'
167
177
  - !ruby/object:Gem::Version
168
- version: '0'
169
- segments:
170
- - 0
171
- hash: 4223158456212372300
178
+ version: 1.3.1
172
179
  requirements: []
173
180
  rubyforge_project:
174
181
  rubygems_version: 1.8.23