bootswatch-rails 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -0
- data/lib/bootswatch-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +13 -13
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +15 -15
- data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +9 -9
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +16 -16
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +592 -0
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +302 -0
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +16 -16
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +9 -9
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +11 -11
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +13 -13
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +16 -16
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +26 -26
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +11 -11
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +4 -4
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +16 -16
- data/vendor/assets/stylesheets/bootswatch/spruce/_bootswatch.scss +13 -13
- data/vendor/assets/stylesheets/bootswatch/spruce/_variables.scss +17 -17
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +39 -39
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +13 -13
- data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +3 -3
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +17 -17
- metadata +12 -5
@@ -60,20 +60,20 @@ $headingsColor: $orange; // empty to use BS default, $textColor
|
|
60
60
|
|
61
61
|
// Tables
|
62
62
|
// -------------------------
|
63
|
-
$tableBackground: darken($blue,
|
63
|
+
$tableBackground: darken($blue, .03); // overall background-color
|
64
64
|
$tableBackgroundAccent: $blue; // for striping
|
65
|
-
$tableBackgroundHover: lighten($blue,
|
65
|
+
$tableBackgroundHover: lighten($blue, .05); // for hover
|
66
66
|
$tableBorder: transparent; // table and cell border
|
67
67
|
|
68
68
|
|
69
69
|
// Buttons
|
70
70
|
// -------------------------
|
71
71
|
$btnBackground: $white;
|
72
|
-
$btnBackgroundHighlight: darken($white,
|
73
|
-
$btnBorder: darken($white,
|
72
|
+
$btnBackgroundHighlight: darken($white, .1);
|
73
|
+
$btnBorder: darken($white, .2);
|
74
74
|
|
75
75
|
$btnPrimaryBackground: $linkColor;
|
76
|
-
$btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, 15
|
76
|
+
$btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, .15);
|
77
77
|
|
78
78
|
$btnInfoBackground: #5bc0de;
|
79
79
|
$btnInfoBackgroundHighlight: #2f96b4;
|
@@ -81,7 +81,7 @@ $btnInfoBackgroundHighlight: #2f96b4;
|
|
81
81
|
$btnSuccessBackground: #62c462;
|
82
82
|
$btnSuccessBackgroundHighlight: #51a351;
|
83
83
|
|
84
|
-
$btnWarningBackground: lighten($orange, 15
|
84
|
+
$btnWarningBackground: lighten($orange, .15);
|
85
85
|
$btnWarningBackgroundHighlight: $orange;
|
86
86
|
|
87
87
|
$btnDangerBackground: #ee5f5b;
|
@@ -101,7 +101,7 @@ $formActionsBackground: transparent;
|
|
101
101
|
|
102
102
|
// Dropdowns
|
103
103
|
// -------------------------
|
104
|
-
$dropdownBackground: lighten($blue,
|
104
|
+
$dropdownBackground: lighten($blue, .1);
|
105
105
|
$dropdownBorder: rgba(0,0,0,0);
|
106
106
|
$dropdownLinkColor: $textColor;
|
107
107
|
$dropdownLinkColorHover: $white;
|
@@ -149,9 +149,9 @@ $navbarLinkColorActive: $navbarLinkColorHover;
|
|
149
149
|
$navbarLinkBackgroundHover: transparent;
|
150
150
|
$navbarLinkBackgroundActive: $navbarBackground;
|
151
151
|
|
152
|
-
$navbarSearchBackground: lighten($navbarBackground, 25
|
152
|
+
$navbarSearchBackground: lighten($navbarBackground, .25);
|
153
153
|
$navbarSearchBackgroundFocus: $white;
|
154
|
-
$navbarSearchBorder: darken($navbarSearchBackground,
|
154
|
+
$navbarSearchBorder: darken($navbarSearchBackground, .3);
|
155
155
|
$navbarSearchPlaceholderColor: #ccc;
|
156
156
|
$navbarBrandColor: $navbarLinkColor;
|
157
157
|
|
@@ -167,19 +167,19 @@ $heroUnitLeadColor: inherit;
|
|
167
167
|
// -------------------------
|
168
168
|
$warningText: #c09853;
|
169
169
|
$warningBackground: #fcf8e3;
|
170
|
-
$warningBorder: darken(adjust-hue($warningBackground, -10),
|
170
|
+
$warningBorder: darken(adjust-hue($warningBackground, -10), .03);
|
171
171
|
|
172
172
|
$errorText: #b94a48;
|
173
173
|
$errorBackground: #f2dede;
|
174
|
-
$errorBorder: darken(adjust-hue($errorBackground, -10),
|
174
|
+
$errorBorder: darken(adjust-hue($errorBackground, -10), .03);
|
175
175
|
|
176
176
|
$successText: #468847;
|
177
177
|
$successBackground: #dff0d8;
|
178
|
-
$successBorder: darken(adjust-hue($successBackground, -10),
|
178
|
+
$successBorder: darken(adjust-hue($successBackground, -10), .05);
|
179
179
|
|
180
180
|
$infoText: #3a87ad;
|
181
181
|
$infoBackground: #d9edf7;
|
182
|
-
$infoBorder: darken(adjust-hue($infoBackground, -10),
|
182
|
+
$infoBorder: darken(adjust-hue($infoBackground, -10), .07);
|
183
183
|
|
184
184
|
|
185
185
|
|
@@ -41,7 +41,7 @@
|
|
41
41
|
}
|
42
42
|
|
43
43
|
.navbar-search .search-query {
|
44
|
-
border: 1px solid darken($navbarBackground, 15
|
44
|
+
border: 1px solid darken($navbarBackground, .15);
|
45
45
|
}
|
46
46
|
|
47
47
|
.navbar .nav-collapse.in > .nav li > a {
|
@@ -65,11 +65,11 @@
|
|
65
65
|
// -----------------------------------------------------
|
66
66
|
|
67
67
|
.btn-primary {
|
68
|
-
@include buttonBackground(lighten($btnPrimaryBackground, 15
|
68
|
+
@include buttonBackground(lighten($btnPrimaryBackground, .15), $btnPrimaryBackground);
|
69
69
|
}
|
70
70
|
|
71
71
|
.btn-warning {
|
72
|
-
@include buttonBackground(lighten($yellow, 15
|
72
|
+
@include buttonBackground(lighten($yellow, .15), $yellow);
|
73
73
|
}
|
74
74
|
|
75
75
|
// ALERTS
|
@@ -41,7 +41,7 @@ $textColor: $grayDark;
|
|
41
41
|
// Links
|
42
42
|
// -------------------------
|
43
43
|
$linkColor: $orange;
|
44
|
-
$linkColorHover: darken($linkColor, 15
|
44
|
+
$linkColorHover: darken($linkColor, .15);
|
45
45
|
|
46
46
|
|
47
47
|
// Typography
|
@@ -67,19 +67,19 @@ $tableBorder: #ddd; // table and cell border
|
|
67
67
|
// Buttons
|
68
68
|
// -------------------------
|
69
69
|
$btnBackground: $white;
|
70
|
-
$btnBackgroundHighlight: darken($white,
|
71
|
-
$btnBorder: darken($white,
|
70
|
+
$btnBackgroundHighlight: darken($white, .1);
|
71
|
+
$btnBorder: darken($white, .2);
|
72
72
|
|
73
73
|
$btnPrimaryBackground: $linkColor;
|
74
|
-
$btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, 15
|
74
|
+
$btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, .15);
|
75
75
|
|
76
|
-
$btnInfoBackground: lighten($purple, 15
|
76
|
+
$btnInfoBackground: lighten($purple, .15);
|
77
77
|
$btnInfoBackgroundHighlight: $purple;
|
78
78
|
|
79
79
|
$btnSuccessBackground: #62c462;
|
80
80
|
$btnSuccessBackgroundHighlight: #51a351;
|
81
81
|
|
82
|
-
$btnWarningBackground: lighten($orange, 15
|
82
|
+
$btnWarningBackground: lighten($orange, .15);
|
83
83
|
$btnWarningBackgroundHighlight: $orange;
|
84
84
|
|
85
85
|
$btnDangerBackground: #ee5f5b;
|
@@ -145,15 +145,15 @@ $navbarLinkColorActive: $navbarLinkColorHover;
|
|
145
145
|
$navbarLinkBackgroundHover: transparent;
|
146
146
|
$navbarLinkBackgroundActive: $navbarBackground;
|
147
147
|
|
148
|
-
$navbarSearchBackground: lighten($navbarBackground, 25
|
148
|
+
$navbarSearchBackground: lighten($navbarBackground, .25);
|
149
149
|
$navbarSearchBackgroundFocus: $white;
|
150
|
-
$navbarSearchBorder: darken($navbarSearchBackground,
|
150
|
+
$navbarSearchBorder: darken($navbarSearchBackground, .3);
|
151
151
|
$navbarSearchPlaceholderColor: #ccc;
|
152
152
|
|
153
153
|
|
154
154
|
// Hero unit
|
155
155
|
// -------------------------
|
156
|
-
$heroUnitBackground: lighten($purple,
|
156
|
+
$heroUnitBackground: lighten($purple, .2);
|
157
157
|
$heroUnitHeadingColor: inherit;
|
158
158
|
$heroUnitLeadColor: inherit;
|
159
159
|
|
@@ -161,20 +161,20 @@ $heroUnitLeadColor: inherit;
|
|
161
161
|
// Form states and alerts
|
162
162
|
// -------------------------
|
163
163
|
$warningText: #ECA918;
|
164
|
-
$warningBackground: lighten($warningText,
|
165
|
-
$warningBorder: darken(adjust-hue($warningBackground, -10),
|
164
|
+
$warningBackground: lighten($warningText, .4);
|
165
|
+
$warningBorder: darken(adjust-hue($warningBackground, -10), .03);
|
166
166
|
|
167
167
|
$errorText: #DF382C;
|
168
|
-
$errorBackground: lighten($errorText,
|
169
|
-
$errorBorder: darken(adjust-hue($errorBackground, -10),
|
168
|
+
$errorBackground: lighten($errorText, .4);
|
169
|
+
$errorBorder: darken(adjust-hue($errorBackground, -10), .03);
|
170
170
|
|
171
171
|
$successText: #38B44A;
|
172
|
-
$successBackground: lighten($successText,
|
173
|
-
$successBorder: darken(adjust-hue($successBackground, -10),
|
172
|
+
$successBackground: lighten($successText, .4);
|
173
|
+
$successBorder: darken(adjust-hue($successBackground, -10), .05);
|
174
174
|
|
175
175
|
$infoText: $purple;
|
176
|
-
$infoBackground: lighten($purple,
|
177
|
-
$infoBorder: darken(adjust-hue($infoBackground, -10),
|
176
|
+
$infoBackground: lighten($purple, .5);
|
177
|
+
$infoBorder: darken(adjust-hue($infoBackground, -10), .07);
|
178
178
|
|
179
179
|
|
180
180
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
requirement:
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,12 @@ dependencies:
|
|
21
21
|
version: '3.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements:
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3.1'
|
25
30
|
description: Bootswatches converted to SCSS ready to use in Rails 3 asset pipeline.
|
26
31
|
email:
|
27
32
|
- max@bitsonnet.com
|
@@ -41,6 +46,8 @@ files:
|
|
41
46
|
- vendor/assets/stylesheets/bootswatch/amelia/_variables.scss
|
42
47
|
- vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss
|
43
48
|
- vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss
|
49
|
+
- vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss
|
50
|
+
- vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss
|
44
51
|
- vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss
|
45
52
|
- vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss
|
46
53
|
- vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss
|
@@ -79,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
86
|
version: '0'
|
80
87
|
requirements: []
|
81
88
|
rubyforge_project:
|
82
|
-
rubygems_version: 1.8.
|
89
|
+
rubygems_version: 1.8.24
|
83
90
|
signing_key:
|
84
91
|
specification_version: 3
|
85
92
|
summary: Bootswatches in your Rails asset pipeline
|