skeleton-rails 0.1.0 → 1.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +7 -0
- data/README.md +11 -13
- data/lib/generators/skeleton/install/install_generator.rb +15 -30
- data/lib/skeleton-rails.rb +2 -4
- data/lib/skeleton-rails/engine.rb +10 -0
- data/lib/skeleton-rails/version.rb +1 -3
- data/skeleton-rails.gemspec +1 -5
- data/vendor/assets/stylesheets/normalize.css +419 -0
- data/vendor/assets/stylesheets/skeleton.css +411 -289
- metadata +11 -12
- data/vendor/assets/stylesheets/base.css +0 -269
- data/vendor/assets/stylesheets/layout.css +0 -58
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skeleton-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
5
|
-
prerelease:
|
4
|
+
version: 1.2.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Helios Technologies
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2016-05-31 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: A gem, which injects Skeleton CSS framework functionality into Ruby on
|
15
14
|
Rails application
|
@@ -19,40 +18,40 @@ executables: []
|
|
19
18
|
extensions: []
|
20
19
|
extra_rdoc_files: []
|
21
20
|
files:
|
22
|
-
- .gitignore
|
21
|
+
- ".gitignore"
|
22
|
+
- CHANGELOG.md
|
23
23
|
- Gemfile
|
24
24
|
- README.md
|
25
25
|
- Rakefile
|
26
26
|
- lib/generators/skeleton/install/install_generator.rb
|
27
27
|
- lib/skeleton-rails.rb
|
28
|
+
- lib/skeleton-rails/engine.rb
|
28
29
|
- lib/skeleton-rails/rails/engine.rb
|
29
30
|
- lib/skeleton-rails/version.rb
|
30
31
|
- skeleton-rails.gemspec
|
31
|
-
- vendor/assets/stylesheets/
|
32
|
-
- vendor/assets/stylesheets/layout.css
|
32
|
+
- vendor/assets/stylesheets/normalize.css
|
33
33
|
- vendor/assets/stylesheets/skeleton.css
|
34
34
|
homepage: https://github.com/helios-technologies/skeleton-rails
|
35
35
|
licenses: []
|
36
|
+
metadata: {}
|
36
37
|
post_install_message:
|
37
38
|
rdoc_options: []
|
38
39
|
require_paths:
|
39
40
|
- lib
|
40
41
|
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
42
|
requirements:
|
43
|
-
- -
|
43
|
+
- - ">="
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
46
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
-
none: false
|
48
47
|
requirements:
|
49
|
-
- -
|
48
|
+
- - ">="
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
52
51
|
requirements: []
|
53
52
|
rubyforge_project: skeleton-rails
|
54
|
-
rubygems_version:
|
53
|
+
rubygems_version: 2.4.8
|
55
54
|
signing_key:
|
56
|
-
specification_version:
|
55
|
+
specification_version: 4
|
57
56
|
summary: Skeleton CSS for Rails
|
58
57
|
test_files: []
|
@@ -1,269 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Skeleton V1.2
|
3
|
-
* Copyright 2011, Dave Gamache
|
4
|
-
* www.getskeleton.com
|
5
|
-
* Free to use under the MIT license.
|
6
|
-
* http://www.opensource.org/licenses/mit-license.php
|
7
|
-
* 6/20/2012
|
8
|
-
*/
|
9
|
-
|
10
|
-
|
11
|
-
/* Table of Content
|
12
|
-
==================================================
|
13
|
-
#Reset & Basics
|
14
|
-
#Basic Styles
|
15
|
-
#Site Styles
|
16
|
-
#Typography
|
17
|
-
#Links
|
18
|
-
#Lists
|
19
|
-
#Images
|
20
|
-
#Buttons
|
21
|
-
#Forms
|
22
|
-
#Misc */
|
23
|
-
|
24
|
-
|
25
|
-
/* #Reset & Basics (Inspired by E. Meyers)
|
26
|
-
================================================== */
|
27
|
-
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
28
|
-
margin: 0;
|
29
|
-
padding: 0;
|
30
|
-
border: 0;
|
31
|
-
font-size: 100%;
|
32
|
-
font: inherit;
|
33
|
-
vertical-align: baseline; }
|
34
|
-
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
35
|
-
display: block; }
|
36
|
-
body {
|
37
|
-
line-height: 1; }
|
38
|
-
ol, ul {
|
39
|
-
list-style: none; }
|
40
|
-
blockquote, q {
|
41
|
-
quotes: none; }
|
42
|
-
blockquote:before, blockquote:after,
|
43
|
-
q:before, q:after {
|
44
|
-
content: '';
|
45
|
-
content: none; }
|
46
|
-
table {
|
47
|
-
border-collapse: collapse;
|
48
|
-
border-spacing: 0; }
|
49
|
-
|
50
|
-
|
51
|
-
/* #Basic Styles
|
52
|
-
================================================== */
|
53
|
-
body {
|
54
|
-
background: #fff;
|
55
|
-
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
56
|
-
color: #444;
|
57
|
-
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
|
58
|
-
-webkit-text-size-adjust: 100%;
|
59
|
-
}
|
60
|
-
|
61
|
-
|
62
|
-
/* #Typography
|
63
|
-
================================================== */
|
64
|
-
h1, h2, h3, h4, h5, h6 {
|
65
|
-
color: #181818;
|
66
|
-
font-family: "Georgia", "Times New Roman", serif;
|
67
|
-
font-weight: normal; }
|
68
|
-
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
|
69
|
-
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
|
70
|
-
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
|
71
|
-
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
|
72
|
-
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
|
73
|
-
h5 { font-size: 17px; line-height: 24px; }
|
74
|
-
h6 { font-size: 14px; line-height: 21px; }
|
75
|
-
.subheader { color: #777; }
|
76
|
-
|
77
|
-
p { margin: 0 0 20px 0; }
|
78
|
-
p img { margin: 0; }
|
79
|
-
p.lead { font-size: 21px; line-height: 27px; color: #777; }
|
80
|
-
|
81
|
-
em { font-style: italic; }
|
82
|
-
strong { font-weight: bold; color: #333; }
|
83
|
-
small { font-size: 80%; }
|
84
|
-
|
85
|
-
/* Blockquotes */
|
86
|
-
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
|
87
|
-
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
|
88
|
-
blockquote cite { display: block; font-size: 12px; color: #555; }
|
89
|
-
blockquote cite:before { content: "\2014 \0020"; }
|
90
|
-
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
|
91
|
-
|
92
|
-
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
|
93
|
-
|
94
|
-
|
95
|
-
/* #Links
|
96
|
-
================================================== */
|
97
|
-
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
|
98
|
-
a:hover, a:focus { color: #000; }
|
99
|
-
p a, p a:visited { line-height: inherit; }
|
100
|
-
|
101
|
-
|
102
|
-
/* #Lists
|
103
|
-
================================================== */
|
104
|
-
ul, ol { margin-bottom: 20px; }
|
105
|
-
ul { list-style: none outside; }
|
106
|
-
ol { list-style: decimal; }
|
107
|
-
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
|
108
|
-
ul.square { list-style: square outside; }
|
109
|
-
ul.circle { list-style: circle outside; }
|
110
|
-
ul.disc { list-style: disc outside; }
|
111
|
-
ul ul, ul ol,
|
112
|
-
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
|
113
|
-
ul ul li, ul ol li,
|
114
|
-
ol ol li, ol ul li { margin-bottom: 6px; }
|
115
|
-
li { line-height: 18px; margin-bottom: 12px; }
|
116
|
-
ul.large li { line-height: 21px; }
|
117
|
-
li p { line-height: 21px; }
|
118
|
-
|
119
|
-
/* #Images
|
120
|
-
================================================== */
|
121
|
-
|
122
|
-
img.scale-with-grid {
|
123
|
-
max-width: 100%;
|
124
|
-
height: auto; }
|
125
|
-
|
126
|
-
|
127
|
-
/* #Buttons
|
128
|
-
================================================== */
|
129
|
-
|
130
|
-
.button,
|
131
|
-
button,
|
132
|
-
input[type="submit"],
|
133
|
-
input[type="reset"],
|
134
|
-
input[type="button"] {
|
135
|
-
background: #eee; /* Old browsers */
|
136
|
-
background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
|
137
|
-
background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
|
138
|
-
background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
|
139
|
-
background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
|
140
|
-
background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
|
141
|
-
background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
|
142
|
-
border: 1px solid #aaa;
|
143
|
-
border-top: 1px solid #ccc;
|
144
|
-
border-left: 1px solid #ccc;
|
145
|
-
-moz-border-radius: 3px;
|
146
|
-
-webkit-border-radius: 3px;
|
147
|
-
border-radius: 3px;
|
148
|
-
color: #444;
|
149
|
-
display: inline-block;
|
150
|
-
font-size: 11px;
|
151
|
-
font-weight: bold;
|
152
|
-
text-decoration: none;
|
153
|
-
text-shadow: 0 1px rgba(255, 255, 255, .75);
|
154
|
-
cursor: pointer;
|
155
|
-
margin-bottom: 20px;
|
156
|
-
line-height: normal;
|
157
|
-
padding: 8px 10px;
|
158
|
-
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
159
|
-
|
160
|
-
.button:hover,
|
161
|
-
button:hover,
|
162
|
-
input[type="submit"]:hover,
|
163
|
-
input[type="reset"]:hover,
|
164
|
-
input[type="button"]:hover {
|
165
|
-
color: #222;
|
166
|
-
background: #ddd; /* Old browsers */
|
167
|
-
background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
|
168
|
-
background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
|
169
|
-
background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
|
170
|
-
background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
|
171
|
-
background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
|
172
|
-
background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
|
173
|
-
border: 1px solid #888;
|
174
|
-
border-top: 1px solid #aaa;
|
175
|
-
border-left: 1px solid #aaa; }
|
176
|
-
|
177
|
-
.button:active,
|
178
|
-
button:active,
|
179
|
-
input[type="submit"]:active,
|
180
|
-
input[type="reset"]:active,
|
181
|
-
input[type="button"]:active {
|
182
|
-
border: 1px solid #666;
|
183
|
-
background: #ccc; /* Old browsers */
|
184
|
-
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
|
185
|
-
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
|
186
|
-
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
|
187
|
-
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
|
188
|
-
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
|
189
|
-
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }
|
190
|
-
|
191
|
-
.button.full-width,
|
192
|
-
button.full-width,
|
193
|
-
input[type="submit"].full-width,
|
194
|
-
input[type="reset"].full-width,
|
195
|
-
input[type="button"].full-width {
|
196
|
-
width: 100%;
|
197
|
-
padding-left: 0 !important;
|
198
|
-
padding-right: 0 !important;
|
199
|
-
text-align: center; }
|
200
|
-
|
201
|
-
/* Fix for odd Mozilla border & padding issues */
|
202
|
-
button::-moz-focus-inner,
|
203
|
-
input::-moz-focus-inner {
|
204
|
-
border: 0;
|
205
|
-
padding: 0;
|
206
|
-
}
|
207
|
-
|
208
|
-
|
209
|
-
/* #Forms
|
210
|
-
================================================== */
|
211
|
-
|
212
|
-
form {
|
213
|
-
margin-bottom: 20px; }
|
214
|
-
fieldset {
|
215
|
-
margin-bottom: 20px; }
|
216
|
-
input[type="text"],
|
217
|
-
input[type="password"],
|
218
|
-
input[type="email"],
|
219
|
-
textarea,
|
220
|
-
select {
|
221
|
-
border: 1px solid #ccc;
|
222
|
-
padding: 6px 4px;
|
223
|
-
outline: none;
|
224
|
-
-moz-border-radius: 2px;
|
225
|
-
-webkit-border-radius: 2px;
|
226
|
-
border-radius: 2px;
|
227
|
-
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
228
|
-
color: #777;
|
229
|
-
margin: 0;
|
230
|
-
width: 210px;
|
231
|
-
max-width: 100%;
|
232
|
-
display: block;
|
233
|
-
margin-bottom: 20px;
|
234
|
-
background: #fff; }
|
235
|
-
select {
|
236
|
-
padding: 0; }
|
237
|
-
input[type="text"]:focus,
|
238
|
-
input[type="password"]:focus,
|
239
|
-
input[type="email"]:focus,
|
240
|
-
textarea:focus {
|
241
|
-
border: 1px solid #aaa;
|
242
|
-
color: #444;
|
243
|
-
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
|
244
|
-
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
|
245
|
-
box-shadow: 0 0 3px rgba(0,0,0,.2); }
|
246
|
-
textarea {
|
247
|
-
min-height: 60px; }
|
248
|
-
label,
|
249
|
-
legend {
|
250
|
-
display: block;
|
251
|
-
font-weight: bold;
|
252
|
-
font-size: 13px; }
|
253
|
-
select {
|
254
|
-
width: 220px; }
|
255
|
-
input[type="checkbox"] {
|
256
|
-
display: inline; }
|
257
|
-
label span,
|
258
|
-
legend span {
|
259
|
-
font-weight: normal;
|
260
|
-
font-size: 13px;
|
261
|
-
color: #444; }
|
262
|
-
|
263
|
-
/* #Misc
|
264
|
-
================================================== */
|
265
|
-
.remove-bottom { margin-bottom: 0 !important; }
|
266
|
-
.half-bottom { margin-bottom: 10px !important; }
|
267
|
-
.add-bottom { margin-bottom: 20px !important; }
|
268
|
-
|
269
|
-
|
@@ -1,58 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Skeleton V1.2
|
3
|
-
* Copyright 2011, Dave Gamache
|
4
|
-
* www.getskeleton.com
|
5
|
-
* Free to use under the MIT license.
|
6
|
-
* http://www.opensource.org/licenses/mit-license.php
|
7
|
-
* 6/20/2012
|
8
|
-
*/
|
9
|
-
|
10
|
-
/* Table of Content
|
11
|
-
==================================================
|
12
|
-
#Site Styles
|
13
|
-
#Page Styles
|
14
|
-
#Media Queries
|
15
|
-
#Font-Face */
|
16
|
-
|
17
|
-
/* #Site Styles
|
18
|
-
================================================== */
|
19
|
-
|
20
|
-
/* #Page Styles
|
21
|
-
================================================== */
|
22
|
-
|
23
|
-
/* #Media Queries
|
24
|
-
================================================== */
|
25
|
-
|
26
|
-
/* Smaller than standard 960 (devices and browsers) */
|
27
|
-
@media only screen and (max-width: 959px) {}
|
28
|
-
|
29
|
-
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
30
|
-
@media only screen and (min-width: 768px) and (max-width: 959px) {}
|
31
|
-
|
32
|
-
/* All Mobile Sizes (devices and browser) */
|
33
|
-
@media only screen and (max-width: 767px) {}
|
34
|
-
|
35
|
-
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
36
|
-
@media only screen and (min-width: 480px) and (max-width: 767px) {}
|
37
|
-
|
38
|
-
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
39
|
-
@media only screen and (max-width: 479px) {}
|
40
|
-
|
41
|
-
|
42
|
-
/* #Font-Face
|
43
|
-
================================================== */
|
44
|
-
/* This is the proper syntax for an @font-face file
|
45
|
-
Just create a "fonts" folder at the root,
|
46
|
-
copy your FontName into code below and remove
|
47
|
-
comment brackets */
|
48
|
-
|
49
|
-
/* @font-face {
|
50
|
-
font-family: 'FontName';
|
51
|
-
src: url('../fonts/FontName.eot');
|
52
|
-
src: url('../fonts/FontName.eot?iefix') format('eot'),
|
53
|
-
url('../fonts/FontName.woff') format('woff'),
|
54
|
-
url('../fonts/FontName.ttf') format('truetype'),
|
55
|
-
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
|
56
|
-
font-weight: normal;
|
57
|
-
font-style: normal; }
|
58
|
-
*/
|