less-rails-bootswatch 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +4 -17
- data/Rakefile +4 -2
- data/lib/less/rails/bootswatch/version.rb +1 -1
- data/vendor/assets/stylesheets/bootswatch/amelia/bootswatch.less +11 -11
- data/vendor/assets/stylesheets/bootswatch/amelia/variables.less +2 -2
- data/vendor/assets/stylesheets/bootswatch/cyborg/bootswatch.less +5 -5
- data/vendor/assets/stylesheets/bootswatch/slate/bootswatch.less +2 -2
- data/vendor/assets/stylesheets/bootswatch/spruce/bootswatch.less +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
less-rails-bootswatch (0.0
|
5
|
-
less-rails (~> 2.
|
6
|
-
railties (~> 3.2.0)
|
4
|
+
less-rails-bootswatch (0.1.0)
|
5
|
+
less-rails-bootstrap (~> 2.0.8)
|
7
6
|
|
8
7
|
GEM
|
9
8
|
remote: https://rubygems.org/
|
@@ -30,39 +29,27 @@ GEM
|
|
30
29
|
hike (1.2.1)
|
31
30
|
i18n (0.6.0)
|
32
31
|
journey (1.0.3)
|
33
|
-
json (1.6.5)
|
34
32
|
less (2.0.11)
|
35
33
|
commonjs (~> 0.2.0)
|
36
34
|
therubyracer (~> 0.9.9)
|
37
35
|
less-rails (2.1.8)
|
38
36
|
actionpack (>= 3.1)
|
39
37
|
less (~> 2.0.7)
|
38
|
+
less-rails-bootstrap (2.0.8)
|
39
|
+
less-rails (~> 2.1.0)
|
40
40
|
libv8 (3.3.10.4)
|
41
41
|
multi_json (1.1.0)
|
42
42
|
rack (1.4.1)
|
43
43
|
rack-cache (1.2)
|
44
44
|
rack (>= 0.4)
|
45
|
-
rack-ssl (1.3.2)
|
46
|
-
rack
|
47
45
|
rack-test (0.6.1)
|
48
46
|
rack (>= 1.0)
|
49
|
-
railties (3.2.2)
|
50
|
-
actionpack (= 3.2.2)
|
51
|
-
activesupport (= 3.2.2)
|
52
|
-
rack-ssl (~> 1.3.2)
|
53
|
-
rake (>= 0.8.7)
|
54
|
-
rdoc (~> 3.4)
|
55
|
-
thor (~> 0.14.6)
|
56
|
-
rake (0.9.2.2)
|
57
|
-
rdoc (3.12)
|
58
|
-
json (~> 1.4)
|
59
47
|
sprockets (2.1.2)
|
60
48
|
hike (~> 1.2)
|
61
49
|
rack (~> 1.0)
|
62
50
|
tilt (~> 1.1, != 1.3.0)
|
63
51
|
therubyracer (0.9.10)
|
64
52
|
libv8 (~> 3.3.10)
|
65
|
-
thor (0.14.6)
|
66
53
|
tilt (1.3.3)
|
67
54
|
|
68
55
|
PLATFORMS
|
data/Rakefile
CHANGED
@@ -5,6 +5,8 @@ BOOTSWATCH_DIR = 'tmp/bootswatch'
|
|
5
5
|
|
6
6
|
STYLESHEETS_DIR = 'vendor/assets/stylesheets/bootswatch'
|
7
7
|
|
8
|
+
task :default => [:update]
|
9
|
+
|
8
10
|
file BOOTSWATCH_DIR do
|
9
11
|
sh "git clone -b gh-pages #{ORIGIN} #{BOOTSWATCH_DIR}"
|
10
12
|
end
|
@@ -34,8 +36,8 @@ task :update => :pull do
|
|
34
36
|
dst_file.print(l.gsub('../img', './twitter/bootstrap'))
|
35
37
|
end
|
36
38
|
ensure
|
37
|
-
src_file.close
|
38
|
-
dst_file.close
|
39
|
+
src_file.close if src_file
|
40
|
+
dst_file.close if dst_file
|
39
41
|
end
|
40
42
|
end
|
41
43
|
end
|
@@ -23,7 +23,7 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
|
23
23
|
}
|
24
24
|
|
25
25
|
.muted {
|
26
|
-
color: rgba(
|
26
|
+
color: rgba(255, 255, 255, 0.5);
|
27
27
|
}
|
28
28
|
|
29
29
|
// SCAFFOLDING
|
@@ -34,7 +34,7 @@ body {
|
|
34
34
|
}
|
35
35
|
|
36
36
|
hr {
|
37
|
-
border-bottom: 1px solid rgba(
|
37
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
38
38
|
}
|
39
39
|
|
40
40
|
.page-header {
|
@@ -42,7 +42,7 @@ hr {
|
|
42
42
|
}
|
43
43
|
|
44
44
|
footer.footer {
|
45
|
-
border-top: 1px solid rgba(
|
45
|
+
border-top: 1px solid rgba(255, 255, 255, 0.3);
|
46
46
|
|
47
47
|
p {
|
48
48
|
color: @textColor;
|
@@ -98,7 +98,7 @@ div.subnav {
|
|
98
98
|
|
99
99
|
.nav > li.dropdown.open > a {
|
100
100
|
border-color: transparent;
|
101
|
-
background-color: rgba(
|
101
|
+
background-color: rgba(255, 255, 255, 0.4);
|
102
102
|
}
|
103
103
|
|
104
104
|
.nav > li > a {
|
@@ -122,12 +122,12 @@ div.subnav {
|
|
122
122
|
.nav > li > a:hover,
|
123
123
|
.nav > li.active > a:hover, {
|
124
124
|
border-right-color: transparent;
|
125
|
-
background-color: rgba(
|
125
|
+
background-color: rgba(255, 255, 255, 0.4);
|
126
126
|
color: @textColor;
|
127
127
|
}
|
128
128
|
|
129
129
|
.nav > li:first-child > a:hover {
|
130
|
-
border-left-color: rgba(
|
130
|
+
border-left-color: rgba(255, 255, 255, 0.4);
|
131
131
|
border-left-width: 1px;
|
132
132
|
}
|
133
133
|
}
|
@@ -380,12 +380,12 @@ input, textarea, .search-query, .uneditable-input,
|
|
380
380
|
}
|
381
381
|
|
382
382
|
li a:hover {
|
383
|
-
background-color: rgba(
|
383
|
+
background-color: rgba(255, 255, 255, 0.4);
|
384
384
|
color: @linkColor;
|
385
385
|
}
|
386
386
|
|
387
387
|
.active a, .active a:hover {
|
388
|
-
background-color: rgba(
|
388
|
+
background-color: rgba(255, 255, 255, 0.4);
|
389
389
|
color: @textColor;
|
390
390
|
}
|
391
391
|
|
@@ -432,7 +432,7 @@ input, textarea, .search-query, .uneditable-input,
|
|
432
432
|
}
|
433
433
|
|
434
434
|
.nav-tabs, .nav-tabs > li > a {
|
435
|
-
border-bottom: 1px solid rgba(
|
435
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
436
436
|
}
|
437
437
|
|
438
438
|
.nav-tabs > li > a {
|
@@ -506,7 +506,7 @@ input, textarea, .search-query, .uneditable-input,
|
|
506
506
|
}
|
507
507
|
|
508
508
|
code, pre {
|
509
|
-
background-color: rgba(
|
509
|
+
background-color: rgba(255, 255, 255, 0.3);
|
510
510
|
padding: 2px;
|
511
511
|
}
|
512
512
|
|
@@ -595,6 +595,6 @@ blockquote {
|
|
595
595
|
}
|
596
596
|
|
597
597
|
small {
|
598
|
-
color: rgba(
|
598
|
+
color: rgba(255, 255, 255, 0.6);
|
599
599
|
}
|
600
600
|
}
|
@@ -36,7 +36,7 @@
|
|
36
36
|
// Scaffolding
|
37
37
|
// -------------------------
|
38
38
|
@bodyBackground: #003F4D;
|
39
|
-
@textColor: rgba(
|
39
|
+
@textColor: rgba(255, 255, 255, 0.9);
|
40
40
|
|
41
41
|
|
42
42
|
// Links
|
@@ -61,7 +61,7 @@
|
|
61
61
|
// -------------------------
|
62
62
|
@tableBackground: lighten(#147E88, 10%); // overall background-color
|
63
63
|
@tableBackgroundAccent: lighten(#147E88, 15%); // for striping
|
64
|
-
@tableBackgroundHover: rgba(
|
64
|
+
@tableBackgroundHover: rgba(255, 255, 255, 0.4); // for hover
|
65
65
|
@tableBorder: lighten(#147E88, 12%); // table and cell border
|
66
66
|
|
67
67
|
|
@@ -90,8 +90,8 @@ body {
|
|
90
90
|
|
91
91
|
.dropdown-menu {
|
92
92
|
background-color: #191A1A;
|
93
|
-
border-left: solid 1px rgba(
|
94
|
-
.box-shadow(0 2px 4px rgba(0,0,0
|
93
|
+
border-left: solid 1px rgba(255, 255, 255, 0.1);
|
94
|
+
.box-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
|
95
95
|
}
|
96
96
|
|
97
97
|
.dropdown-menu li > a:hover {
|
@@ -162,7 +162,7 @@ div.subnav .nav .dropdown.open {
|
|
162
162
|
|
163
163
|
.dropdown-menu {
|
164
164
|
background-color: @grayDarker;
|
165
|
-
border-left: solid 1px rgba(
|
165
|
+
border-left: solid 1px rgba(255, 255, 255, 0.1);
|
166
166
|
|
167
167
|
li > a:hover {
|
168
168
|
border-bottom: 0;
|
@@ -391,7 +391,7 @@ select:focus {
|
|
391
391
|
|
392
392
|
.modal {
|
393
393
|
.border-radius(1px);
|
394
|
-
border-top: solid 1px rgba(
|
394
|
+
border-top: solid 1px rgba(255, 255, 255, 0.3);
|
395
395
|
background-color: @grayDark;
|
396
396
|
}
|
397
397
|
|
@@ -419,7 +419,7 @@ code, pre, pre.prettyprint {
|
|
419
419
|
|
420
420
|
.well, .hero-unit {
|
421
421
|
background-color: #131517;
|
422
|
-
border-top: solid 1px rgba(
|
422
|
+
border-top: solid 1px rgba(255, 255, 255, 0.1);
|
423
423
|
.box-shadow(0 2px 4px rgba(0,0,0,.8));
|
424
424
|
}
|
425
425
|
|
@@ -328,13 +328,13 @@ label, input, button, select, textarea, legend {
|
|
328
328
|
// -----------------------------------------------------
|
329
329
|
|
330
330
|
.label, .alert {
|
331
|
-
color: rgba(
|
331
|
+
color: rgba(255, 255, 255, 0.9);
|
332
332
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
|
333
333
|
.box-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
|
334
334
|
}
|
335
335
|
|
336
336
|
.alert-heading {
|
337
|
-
color: rgba(
|
337
|
+
color: rgba(255, 255, 255, 0.9);
|
338
338
|
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
|
339
339
|
}
|
340
340
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: less-rails-bootswatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
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-03-
|
12
|
+
date: 2012-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: less-rails-bootstrap
|
16
|
-
requirement: &
|
16
|
+
requirement: &70138936011000 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 2.0.8
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70138936011000
|
25
25
|
description: less-rails-bootswatch is straightforward Bootswatches integration with
|
26
26
|
Rails, works well with less-rails-bootstrap.
|
27
27
|
email:
|