kube-rails 0.0.10 → 0.2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-18 00:00:00.000000000 Z
11
+ date: 2014-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -98,28 +98,16 @@ files:
98
98
  - lib/kube-rails.rb
99
99
  - vendor/kube/blocks.less
100
100
  - vendor/kube/buttons.less
101
- - vendor/kube/code.less
102
- - vendor/kube/colors.less
103
101
  - vendor/kube/forms.less
104
102
  - vendor/kube/grid.less
105
103
  - vendor/kube/helpers.less
106
- - vendor/kube/images.less
107
104
  - vendor/kube/kube.less
108
- - vendor/kube/labels.less
109
- - vendor/kube/lists.less
110
- - vendor/kube/master.less
111
- - vendor/kube/messages.less
112
105
  - vendor/kube/mixins.less
113
- - vendor/kube/navs.less
114
- - vendor/kube/reset.less
115
- - vendor/kube/responsive-blocks.less
116
- - vendor/kube/responsive-forms.less
117
- - vendor/kube/responsive-grid.less
118
- - vendor/kube/responsive-media.less
119
- - vendor/kube/responsive-navs.less
120
- - vendor/kube/responsive-utils.less
106
+ - vendor/kube/navigation.less
107
+ - vendor/kube/normalize.less
108
+ - vendor/kube/prettyprint.less
121
109
  - vendor/kube/tables.less
122
- - vendor/kube/typo.less
110
+ - vendor/kube/typography.less
123
111
  - vendor/kube/variables.less
124
112
  - Rakefile
125
113
  - README.md
@@ -143,8 +131,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
131
  version: '0'
144
132
  requirements: []
145
133
  rubyforge_project: kube-rails
146
- rubygems_version: 2.0.6
134
+ rubygems_version: 2.0.7
147
135
  signing_key:
148
136
  specification_version: 4
149
137
  summary: Kube for Rails 3.1 Asset Pipeline
150
138
  test_files: []
139
+ has_rdoc:
@@ -1,8 +0,0 @@
1
- .com { color: #888; }
2
- .lit { color: #195f91; }
3
- .pun, .opn, .clo { color: #93a1a1; }
4
- .fun { color: #005cb9; }
5
- .str, .atv { color: #8A6343; }
6
- .kwd, .linenums, .tag { color: #000; }
7
- .typ, .atn, .dec, .var { color: #666; }
8
- .pln { color: #5890AD; }
@@ -1,52 +0,0 @@
1
- /* =Colors
2
- -----------------------------------------------------------------------------*/
3
- .color-black {
4
- color: @colorBlack;
5
- }
6
- .color-gray-dark {
7
- color: @colorGrayDark;
8
- }
9
- .color-gray {
10
- color: @colorGray;
11
- }
12
- .color-gray-light {
13
- color: @colorGrayLight;
14
- }
15
- .color-white {
16
- color: @colorWhite;
17
- }
18
- .color-red,
19
- .error {
20
- color: @colorRed;
21
- }
22
- .color-green,
23
- .success {
24
- color: @colorGreen;
25
- }
26
- .color-orange {
27
- color: @colorOrange;
28
- }
29
- .color-green {
30
- color: @colorGreen;
31
- }
32
- .color-blue {
33
- color: @colorBlue;
34
- }
35
- .color-yellow {
36
- color: @colorYellow;
37
- }
38
-
39
- /* Link Colors Hover */
40
- a.color-white:focus,
41
- a.color-white:hover {
42
- color: darken(@colorWhite, 25%);
43
- color: rgba(255, 255, 255, .6);
44
- }
45
- a.color-green:focus,
46
- a.color-green:hover,
47
- a.color-red:focus,
48
- a.color-red:hover,
49
- a.color-error:focus,
50
- a.color-error:hover {
51
- color: @colorBlack;
52
- }
@@ -1,24 +0,0 @@
1
- /* =Images
2
- -----------------------------------------------------------------------------*/
3
- .image-left {
4
- float: left;
5
- margin: 0 @floatingMargin @floatingMargin 0;
6
- }
7
- .image-right {
8
- float: right;
9
- margin: 0 0 @floatingMargin @floatingMargin;
10
- }
11
- .image-left img,
12
- .image-right img {
13
- position: relative;
14
- top: .4em;
15
- }
16
- .image-centered {
17
- text-align: center;
18
- }
19
- .image-container {
20
- .clearfixing();
21
- }
22
- .image-content {
23
- overflow: hidden;
24
- }
@@ -1,69 +0,0 @@
1
- .label,
2
- .label-badge {
3
- border-radius: 2em;
4
- border: 1px solid #ddd;
5
- font-size: .7em;
6
- display: inline-block;
7
- position: relative;
8
- top: -1px;
9
- line-height: 1;
10
- padding: 3px 8px;
11
- color: #000;
12
- background-color: #fff;
13
- text-decoration: none;
14
- }
15
- .label-badge {
16
- top: -4px;
17
- left: -1px;
18
- }
19
- .label-data {
20
- color: @colorGrayLight;
21
- background: none;
22
- border: none;
23
- padding: 0;
24
- }
25
- a.label:hover {
26
- color: #000;
27
- .opacity(60);
28
- }
29
- .label-black {
30
- background-color: #000;
31
- }
32
- .label-red {
33
- background-color: #ef6465;
34
- }
35
- .label-orange {
36
- background-color: #f48a30;
37
- }
38
- .label-green {
39
- background-color: #90af45;
40
- }
41
- .label-blue {
42
- background-color: #1c7ab4;
43
- }
44
- .label-yellow {
45
- background-color: #f3c835;
46
- }
47
- .label-black,
48
- .label-red,
49
- .label-orange,
50
- .label-green,
51
- .label-blue,
52
- .label-yellow {
53
- border: none;
54
- color: #fff;
55
- padding: 4px 8px;
56
- }
57
-
58
- a.label-black:hover,
59
- a.label-red:hover,
60
- a.label-orange:hover,
61
- a.label-green:hover,
62
- a.label-blue:hover,
63
- a.label-yellow:hover {
64
- color: #fff;
65
- }
66
- .label-small {
67
- font-size: .6em;
68
- padding: 3px 5px;
69
- }
@@ -1,29 +0,0 @@
1
- /* =Lists
2
- -----------------------------------------------------------------------------*/
3
-
4
-
5
- // Simple
6
- .lists-simple {
7
- margin-left: 0;
8
- list-style: none;
9
- }
10
- .lists-simple ul,
11
- .lists-simple ol {
12
- list-style: none;
13
- margin-left: 1.5em;
14
- }
15
-
16
-
17
- // Dash
18
- .lists-dash {
19
- margin-left: 18px;
20
- }
21
- .lists-dash li {
22
- list-style-type: none;
23
- }
24
- .lists-dash li:before{
25
- content: "\2013";
26
- position: relative;
27
- margin-left: -10px;
28
- left: -7px;
29
- }
@@ -1,234 +0,0 @@
1
- @import "kube.css";
2
- @import "mixins.less";
3
-
4
- /* =Selection
5
- -----------------------------------------------------------------------------*/
6
- .selection(255,255,158);
7
-
8
-
9
- /* =Layout
10
- -----------------------------------------------------------------------------*/
11
- body {
12
- font-family: 'Lato', sans-serif;
13
- border-top: 5px solid #222;
14
- }
15
- h1,
16
- h2,
17
- h3,
18
- h4,
19
- h5,
20
- h6 {
21
- font-family: 'Lato', sans-serif;
22
- }
23
- #page {
24
- width: 82%;
25
- padding: 0 10px 63px 10px;
26
- margin: 16px auto 0 auto;
27
- }
28
- #path {
29
- font-size: 12px;
30
- color: #888;
31
- }
32
- #path span {
33
- margin: 0 4px;
34
- }
35
- #path a {
36
- color: #666;
37
- background-color: #f2f2f2;
38
- display: inline-block;
39
- padding: 3px 10px 2px 10px;
40
- border-radius: 15px;
41
- text-transform: uppercase;
42
- font-size: 10px;
43
- font-weight: bold;
44
- text-decoration: none;
45
- }
46
- #path a:hover {
47
- background-color: #ef6465;
48
- color: #fff;
49
- }
50
- #footer {
51
- margin: 3em 0;
52
- padding-bottom: 63px;
53
- text-align: center;
54
- }
55
- #header {
56
- padding: 88px 0 88px 0;
57
- }
58
- #header h1 {
59
- text-align: center;
60
- font-weight: normal;
61
- margin: 0;
62
- }
63
- #preview li a {
64
- padding-top: 9px;
65
- padding-bottom: 8px;
66
- }
67
-
68
- /* =Demo
69
- -----------------------------------------------------------------------------*/
70
- .preview {
71
- padding: 2em 2em 1.5em 2em;
72
- border: 1px dashed #ddd;
73
- margin-bottom: 1.5em;
74
- }
75
- .swatch {
76
- display: inline-block;
77
- border-radius: 3px;
78
- width: 16px;
79
- height: 16px;
80
- line-height: 18px;
81
- }
82
- .box-demo {
83
- padding: 5px 0;
84
- }
85
-
86
- h4.head-toc {
87
- margin-top: 40px;
88
- padding-top: 20px;
89
- margin-bottom: 1em;
90
- }
91
- h4.head-toc-start {
92
- margin-top: 0;
93
- padding-top: 0;
94
- }
95
- #nav-toc {
96
- background-color: #222;
97
- padding: 1.5em 2em;
98
- }
99
- #nav-toc,
100
- #nav-toc a {
101
- color: #ccc;
102
- }
103
- #nav-toc a:hover {
104
- color: #fff;
105
- }
106
- #nav-toc li {
107
- border-top: 1px solid #333;
108
- border-bottom-color: #000;
109
- }
110
- #nav-toc li:first-child {
111
- border-top: none;
112
- }
113
- #nav-toc li:last-child {
114
- border-bottom: none;
115
- }
116
-
117
- .page-break {
118
- margin: 3em 0;
119
- border-top: 2px dashed #eee;
120
- }
121
-
122
- .link-show-code {
123
- background-color: #eee;
124
- border-radius: 10px;
125
- color: #555;
126
- font-size: 10px;
127
- display: inline-block;
128
- line-height: 1;
129
- padding: 5px 11px;
130
- text-decoration: none;
131
- }
132
- .link-show-code-active {
133
- background-color: #444;
134
- color: #fff;
135
- padding: 5px 14px;
136
- }
137
- .link-show-code:hover {
138
- background-color: #ef6465;
139
- color: #fff;
140
- }
141
-
142
-
143
- .bg-lightblue {background-color:#b0c4de}
144
- .bg-blue {background-color:#7e9ec7}
145
-
146
-
147
- .head1,
148
- .head2,
149
- .head3 {
150
- font-weight: normal;
151
- text-align: center;
152
- }
153
- .head1 {
154
- padding: 3em 0 4em 0;
155
- margin: 0;
156
- }
157
- .head2 {
158
- margin: 2em 0 1.5em 0;
159
- }
160
- .head3 {
161
- margin: 2em 0 1em 0;
162
- }
163
- .cut {
164
- margin: 6em 0;
165
- color: #aaa;
166
- text-align: center;
167
- }
168
- .griddemo .units-row-end,
169
- .griddemo .units-row {
170
- background-color: #f0f0f0;
171
- }
172
- .griddemo .unit-100,
173
- .griddemo .unit-80,
174
- .griddemo .unit-75,
175
- .griddemo .unit-70,
176
- .griddemo .unit-66,
177
- .griddemo .unit-60,
178
- .griddemo .unit-50,
179
- .griddemo .unit-40,
180
- .griddemo .unit-33,
181
- .griddemo .unit-30,
182
- .griddemo .unit-25,
183
- .griddemo .unit-20,
184
- .griddemo .blocks-2 > li,
185
- .griddemo .blocks-3 > li,
186
- .griddemo .blocks-4 > li,
187
- .griddemo .blocks-5 > li,
188
- .griddemo .blocks-6 > li {
189
- text-align: center;
190
- font-size: 10px;
191
- background-color: #7e9ec7;
192
- padding: 15px 0;
193
- color: rgba(255, 255, 255, 0.85);
194
- line-height: 1;
195
- }
196
- .griddemo .unit-demo-zero {
197
- padding: 0;
198
- }
199
- .griddemo .units-demo-light .unit-100,
200
- .griddemo .units-demo-light .unit-80,
201
- .griddemo .units-demo-light .unit-75,
202
- .griddemo .units-demo-light .unit-70,
203
- .griddemo .units-demo-light .unit-66,
204
- .griddemo .units-demo-light .unit-60,
205
- .griddemo .units-demo-light .unit-50,
206
- .griddemo .units-demo-light .unit-40,
207
- .griddemo .units-demo-light .unit-33,
208
- .griddemo .units-demo-light .unit-30,
209
- .griddemo .units-demo-light .unit-25,
210
- .griddemo .units-demo-light .unit-20 {
211
- background-color: #b0c4de;
212
- }
213
-
214
-
215
- /* =Tablet (Portrait)
216
- -----------------------------------------------------------------------------*/
217
- @media only screen and (min-width: 768px) and (max-width: 959px) {
218
- #page { width: 768px; }
219
- }
220
-
221
-
222
- /* =Mobile (Portrait)
223
- -----------------------------------------------------------------------------*/
224
- @media only screen and (max-width: 767px) {
225
- #page { width: 300px; }
226
- }
227
-
228
-
229
- /* =Mobile (Landscape)
230
- -----------------------------------------------------------------------------*/
231
- @media only screen and (min-width: 480px) and (max-width: 767px) {
232
- #page { width: 420px; }
233
- }
234
-
@@ -1,34 +0,0 @@
1
- .message {
2
- position: relative;
3
- padding: 9px 13px;
4
- border: 1px solid lighten(#f3c835, 15);
5
- border-radius: 5px;
6
- margin-bottom: @baseLine/@em;
7
- color: darken(#f3c835, 25);
8
- background-color: lighten(#f3c835, 36);
9
- }
10
- .message-error {
11
- color: darken(#ef6465, 25);
12
- border-color: lighten(#ef6465, 20);
13
- background-color: lighten(#ef6465, 30);
14
- }
15
- .message-success {
16
- color: darken(#90af45, 20);
17
- border-color: lighten(#90af45, 30);
18
- background-color: lighten(#90af45, 45);
19
- }
20
- .message-info {
21
- color: darken(#1c7ab4, 15);
22
- border-color: lighten(#1c7ab4, 42);
23
- background-color: lighten(#1c7ab4, 52);
24
- }
25
- .message header {
26
- font-weight: bold;
27
- font-size: 1.2em;
28
- }
29
- .message .close {
30
- cursor: pointer;
31
- position: absolute;
32
- right: 3px;
33
- top: 6px;
34
- }