less-rails-bootswatch 0.2.2 → 0.2.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.
Files changed (25) hide show
  1. data/lib/less/rails/bootswatch/version.rb +1 -1
  2. data/vendor/frameworks/stylesheets/bootswatch/amelia/bootswatch.less +5 -8
  3. data/vendor/frameworks/stylesheets/bootswatch/amelia/variables.less +10 -8
  4. data/vendor/frameworks/stylesheets/bootswatch/cerulean/bootswatch.less +33 -31
  5. data/vendor/frameworks/stylesheets/bootswatch/cerulean/variables.less +11 -9
  6. data/vendor/frameworks/stylesheets/bootswatch/cyborg/bootswatch.less +171 -144
  7. data/vendor/frameworks/stylesheets/bootswatch/cyborg/variables.less +20 -18
  8. data/vendor/frameworks/stylesheets/bootswatch/default/variables.less +10 -6
  9. data/vendor/frameworks/stylesheets/bootswatch/journal/bootswatch.less +74 -74
  10. data/vendor/frameworks/stylesheets/bootswatch/journal/variables.less +12 -10
  11. data/vendor/frameworks/stylesheets/bootswatch/readable/bootswatch.less +39 -11
  12. data/vendor/frameworks/stylesheets/bootswatch/readable/variables.less +10 -8
  13. data/vendor/frameworks/stylesheets/bootswatch/simplex/bootswatch.less +32 -39
  14. data/vendor/frameworks/stylesheets/bootswatch/simplex/variables.less +10 -8
  15. data/vendor/frameworks/stylesheets/bootswatch/slate/bootswatch.less +7 -11
  16. data/vendor/frameworks/stylesheets/bootswatch/slate/variables.less +13 -11
  17. data/vendor/frameworks/stylesheets/bootswatch/spacelab/bootswatch.less +85 -77
  18. data/vendor/frameworks/stylesheets/bootswatch/spacelab/variables.less +10 -8
  19. data/vendor/frameworks/stylesheets/bootswatch/spruce/bootswatch.less +143 -121
  20. data/vendor/frameworks/stylesheets/bootswatch/spruce/variables.less +12 -10
  21. data/vendor/frameworks/stylesheets/bootswatch/superhero/bootswatch.less +145 -134
  22. data/vendor/frameworks/stylesheets/bootswatch/superhero/variables.less +12 -10
  23. data/vendor/frameworks/stylesheets/bootswatch/united/bootswatch.less +38 -43
  24. data/vendor/frameworks/stylesheets/bootswatch/united/variables.less +10 -8
  25. metadata +10 -5
@@ -1,7 +1,7 @@
1
1
  module Less
2
2
  module Rails
3
3
  module Bootswatch
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Amelia
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
6
  // TYPOGRAPHY
@@ -58,7 +58,7 @@ footer.footer {
58
58
  }
59
59
 
60
60
  .brand {
61
- padding-top: 12px;
61
+ padding: 12px 20px 14px;
62
62
  font-size: 24px;
63
63
  font-weight: normal;
64
64
  }
@@ -85,7 +85,6 @@ footer.footer {
85
85
  padding: 4px 9px;
86
86
  .box-shadow(none);
87
87
  }
88
-
89
88
  }
90
89
  }
91
90
 
@@ -96,7 +95,7 @@ div.subnav {
96
95
  .border-radius(0);
97
96
  .box-shadow(none);
98
97
 
99
- .nav > li.dropdown.open > a {
98
+ .nav > li.open > a {
100
99
  border-color: transparent;
101
100
  background-color: rgba(255, 255, 255, 0.4);
102
101
  }
@@ -299,12 +298,10 @@ input, textarea, .search-query, .uneditable-input,
299
298
  .input-append input, .input-append .uneditable-input,
300
299
  .input-prepend input, .input-prepend .uneditable-input {
301
300
  border-color: transparent;
302
- .border-radius(0);
303
301
  .box-shadow(none);
304
302
  }
305
303
 
306
304
  .form-actions {
307
- background-color: transparent;
308
305
  border-top: 0px solid transparent;
309
306
  }
310
307
 
@@ -397,8 +394,8 @@ input, textarea, .search-query, .uneditable-input,
397
394
 
398
395
  }
399
396
 
400
- .nav-tabs .dropdown.open > .dropdown-toggle,
401
- .nav-pills .dropdown.open > .dropdown-toggle {
397
+ .nav-tabs li.open > .dropdown-toggle,
398
+ .nav-pills li.open > .dropdown-toggle {
402
399
  background-color: #8AD5DC;
403
400
  color: @linkColor;
404
401
  border-color: transparent;
@@ -1,11 +1,9 @@
1
1
  // Variables.less
2
2
  // Variables to customize the look and feel of Bootstrap
3
3
  // Swatch: Amelia
4
- // Version: 2.0.2
4
+ // Version: 2.0.3
5
5
  // -----------------------------------------------------
6
6
 
7
-
8
-
9
7
  // GLOBAL VALUES
10
8
  // --------------------------------------------------
11
9
 
@@ -47,10 +45,14 @@
47
45
 
48
46
  // Typography
49
47
  // -------------------------
48
+ @sansFontFamily: 'Cabin', Verdana, sans-serif;
49
+ @serifFontFamily: Georgia, "Times New Roman", Times, serif;
50
+ @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
51
+
50
52
  @baseFontSize: 14px;
51
- @baseFontFamily: 'Cabin', Verdana, sans-serif;
53
+ @baseFontFamily: @sansFontFamily;
52
54
  @baseLineHeight: 20px;
53
- @altFontFamily: Georgia, "Times New Roman", Times, serif;
55
+ @altFontFamily: @serifFontFamily;
54
56
 
55
57
  @headingsFontFamily: 'Lobster', cursive; // empty to use BS default, @baseFontFamily
56
58
  @headingsFontWeight: normal; // instead of browser default, bold
@@ -94,8 +96,9 @@
94
96
  // -------------------------
95
97
  @inputBackground: @white;
96
98
  @inputBorder: transparent;
99
+ @inputBorderRadius: 0;
97
100
  @inputDisabledBackground: @grayLighter;
98
-
101
+ @formActionsBackground: transparent;
99
102
 
100
103
  // Dropdowns
101
104
  // -------------------------
@@ -156,6 +159,7 @@
156
159
  @navbarSearchBackgroundFocus: lighten(@navbarBackground, 25%);
157
160
  @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
158
161
  @navbarSearchPlaceholderColor: @textColor;
162
+ @navbarBrandColor: @navbarLinkColor;
159
163
 
160
164
 
161
165
  // Hero unit
@@ -185,7 +189,6 @@
185
189
 
186
190
 
187
191
 
188
-
189
192
  // GRID
190
193
  // --------------------------------------------------
191
194
 
@@ -196,7 +199,6 @@
196
199
  @gridGutterWidth: 20px;
197
200
  @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
198
201
 
199
-
200
202
  // Fluid grid
201
203
  // -------------------------
202
204
  @fluidGridColumnWidth: 6.382978723%;
@@ -1,54 +1,56 @@
1
1
  // Bootswatch.less
2
2
  // Swatch: Cerulean
3
- // Version: 2.0.2
3
+ // Version: 2.0.3
4
4
  // -----------------------------------------------------
5
5
 
6
- // TYPOGRAPHY
6
+ // IMPORTS
7
7
  // -----------------------------------------------------
8
8
 
9
9
  @import url(https://fonts.googleapis.com/css?family=Telex);
10
10
 
11
- .navbar, .subnav {
12
- font-family: @headingsFontFamily;
13
- }
14
-
15
11
  // NAVBAR
16
12
  // -----------------------------------------------------
17
13
 
18
- .navbar-inner {
19
- #gradient > .vertical-three-colors(@navbarBackground, @navbarBackground, 90%, @navbarBackgroundHighlight);
20
- }
21
-
22
- .navbar .nav .active > a,
23
- .navbar .nav .active > a:hover {
24
- background-color: @navbarBackground;
25
- background-color: rgba(0,0,0,.2);
26
- }
14
+ .navbar {
15
+
16
+ font-family: @headingsFontFamily;
17
+
18
+ .navbar-inner {
19
+ #gradient > .vertical-three-colors(@navbarBackground, @navbarBackground, 90%, @navbarBackgroundHighlight);
20
+ }
21
+
22
+ .nav li.dropdown.active > .dropdown-toggle,
23
+ .nav li.dropdown.active.open > .dropdown-toggle {
24
+ background-color: @navbarLinkBackgroundActive;
25
+ }
26
+
27
+ .search-query {
28
+ border: 1px solid darken(@linkColor, 10%);
29
+ }
27
30
 
28
- .navbar .search-query {
29
- border: 1px solid darken(@linkColor, 10%);
30
- }
31
+ .nav-collapse.in > .nav > li .dropdown-menu a {
32
+ color: @white;
31
33
 
32
- // responsive menu colors
34
+ &:hover {
35
+ color: @white;
36
+ }
37
+ }
33
38
 
34
- .navbar .nav-collapse.in > .nav > li .dropdown-menu a {
35
- color: @white;
36
-
37
- &:hover {
39
+ .nav-collapse.in .nav li > a {
38
40
  color: @white;
41
+
42
+ &:hover {
43
+ background-color: #2B7CAC;
44
+ }
39
45
  }
40
- }
41
46
 
42
- .navbar .nav-collapse.in .nav li > a {
43
- color: @white;
44
-
45
- &:hover {
46
- background-color: #2B7CAC;
47
+ .btn-navbar:hover {
48
+ background-color: darken(@white, 20%);
47
49
  }
48
50
  }
49
51
 
50
- .btn-navbar:hover {
51
- background-color: darken(@white, 20%);
52
+ div.subnav {
53
+ font-family: @headingsFontFamily;
52
54
  }
53
55
 
54
56
  // BUTTONS
@@ -1,11 +1,9 @@
1
1
  // Variables.less
2
2
  // Variables to customize the look and feel of Bootstrap
3
3
  // Swatch: Cerulean
4
- // Version: 2.0.2
4
+ // Version: 2.0.3
5
5
  // -----------------------------------------------------
6
6
 
7
-
8
-
9
7
  // GLOBAL VALUES
10
8
  // --------------------------------------------------
11
9
 
@@ -47,10 +45,14 @@
47
45
 
48
46
  // Typography
49
47
  // -------------------------
48
+ @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
49
+ @serifFontFamily: Georgia, "Times New Roman", Times, serif;
50
+ @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
51
+
50
52
  @baseFontSize: 13px;
51
- @baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
53
+ @baseFontFamily: @sansFontFamily;
52
54
  @baseLineHeight: 18px;
53
- @altFontFamily: Georgia, "Times New Roman", Times, serif;
55
+ @altFontFamily: @monoFontFamily;
54
56
 
55
57
  @headingsFontFamily: 'Telex', sans-serif; // empty to use BS default, @baseFontFamily
56
58
  @headingsFontWeight: bold; // instead of browser default, bold
@@ -94,8 +96,9 @@
94
96
  // -------------------------
95
97
  @inputBackground: @white;
96
98
  @inputBorder: #ccc;
99
+ @inputBorderRadius: 3px;
97
100
  @inputDisabledBackground: @grayLighter;
98
-
101
+ @formActionsBackground: #f5f5f5;
99
102
 
100
103
  // Dropdowns
101
104
  // -------------------------
@@ -150,12 +153,13 @@
150
153
  @navbarLinkColorHover: @white;
151
154
  @navbarLinkColorActive: @navbarLinkColorHover;
152
155
  @navbarLinkBackgroundHover: transparent;
153
- @navbarLinkBackgroundActive: @navbarBackground;
156
+ @navbarLinkBackgroundActive: rgba(0,0,0,.2);
154
157
 
155
158
  @navbarSearchBackground: lighten(@navbarBackground, 25%);
156
159
  @navbarSearchBackgroundFocus: @white;
157
160
  @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
158
161
  @navbarSearchPlaceholderColor: @white;
162
+ @navbarBrandColor: @navbarLinkColor;
159
163
 
160
164
 
161
165
  // Hero unit
@@ -185,7 +189,6 @@
185
189
 
186
190
 
187
191
 
188
-
189
192
  // GRID
190
193
  // --------------------------------------------------
191
194
 
@@ -196,7 +199,6 @@
196
199
  @gridGutterWidth: 20px;
197
200
  @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
198
201
 
199
-
200
202
  // Fluid grid
201
203
  // -------------------------
202
204
  @fluidGridColumnWidth: 6.382978723%;