pure-place-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +27 -0
  5. data/Rakefile +1 -0
  6. data/app/assets/stylesheets/pure-place/.bowerrc +4 -0
  7. data/app/assets/stylesheets/pure-place/.csslintrc +5 -0
  8. data/app/assets/stylesheets/pure-place/.gitignore +6 -0
  9. data/app/assets/stylesheets/pure-place/.travis.yml +6 -0
  10. data/app/assets/stylesheets/pure-place/CONTRIBUTING.md +131 -0
  11. data/app/assets/stylesheets/pure-place/Gruntfile.js +444 -0
  12. data/app/assets/stylesheets/pure-place/HISTORY.md +109 -0
  13. data/app/assets/stylesheets/pure-place/LICENSE.md +52 -0
  14. data/app/assets/stylesheets/pure-place/README.md +120 -0
  15. data/app/assets/stylesheets/pure-place/bower.json +7 -0
  16. data/app/assets/stylesheets/pure-place/build/base-context-min.css +11 -0
  17. data/app/assets/stylesheets/pure-place/build/base-context.css +243 -0
  18. data/app/assets/stylesheets/pure-place/build/base-min.css +11 -0
  19. data/app/assets/stylesheets/pure-place/build/base.css +538 -0
  20. data/app/assets/stylesheets/pure-place/build/buttons-core-min.css +7 -0
  21. data/app/assets/stylesheets/pure-place/build/buttons-core.css +28 -0
  22. data/app/assets/stylesheets/pure-place/build/buttons-min.css +7 -0
  23. data/app/assets/stylesheets/pure-place/build/buttons.css +105 -0
  24. data/app/assets/stylesheets/pure-place/build/forms-core-min.css +11 -0
  25. data/app/assets/stylesheets/pure-place/build/forms-core.css +159 -0
  26. data/app/assets/stylesheets/pure-place/build/forms-min.css +11 -0
  27. data/app/assets/stylesheets/pure-place/build/forms-nr-min.css +11 -0
  28. data/app/assets/stylesheets/pure-place/build/forms-nr.css +404 -0
  29. data/app/assets/stylesheets/pure-place/build/forms.css +467 -0
  30. data/app/assets/stylesheets/pure-place/build/grids-core-min.css +7 -0
  31. data/app/assets/stylesheets/pure-place/build/grids-core.css +31 -0
  32. data/app/assets/stylesheets/pure-place/build/grids-min.css +7 -0
  33. data/app/assets/stylesheets/pure-place/build/grids-nr-min.css +7 -0
  34. data/app/assets/stylesheets/pure-place/build/grids-nr.css +180 -0
  35. data/app/assets/stylesheets/pure-place/build/grids-units-min.css +7 -0
  36. data/app/assets/stylesheets/pure-place/build/grids-units.css +154 -0
  37. data/app/assets/stylesheets/pure-place/build/grids.css +242 -0
  38. data/app/assets/stylesheets/pure-place/build/menus-core-min.css +7 -0
  39. data/app/assets/stylesheets/pure-place/build/menus-core.css +143 -0
  40. data/app/assets/stylesheets/pure-place/build/menus-min.css +7 -0
  41. data/app/assets/stylesheets/pure-place/build/menus-nr-min.css +7 -0
  42. data/app/assets/stylesheets/pure-place/build/menus-nr.css +265 -0
  43. data/app/assets/stylesheets/pure-place/build/menus-paginator-min.css +7 -0
  44. data/app/assets/stylesheets/pure-place/build/menus-paginator.css +40 -0
  45. data/app/assets/stylesheets/pure-place/build/menus.css +276 -0
  46. data/app/assets/stylesheets/pure-place/build/pure-min.css +16 -0
  47. data/app/assets/stylesheets/pure-place/build/pure-nr-min.css +16 -0
  48. data/app/assets/stylesheets/pure-place/build/tables-min.css +11 -0
  49. data/app/assets/stylesheets/pure-place/build/tables.css +84 -0
  50. data/app/assets/stylesheets/pure-place/grunt-pure-place.js +95 -0
  51. data/app/assets/stylesheets/pure-place/package.json +23 -0
  52. data/app/assets/stylesheets/pure-place/scss/_grid-classes.scss +4 -0
  53. data/app/assets/stylesheets/pure-place/scss/_grid-functions.scss +62 -0
  54. data/app/assets/stylesheets/pure-place/scss/_pure-classes-nr.scss +9 -0
  55. data/app/assets/stylesheets/pure-place/scss/_pure-classes.scss +9 -0
  56. data/app/assets/stylesheets/pure-place/scss/_pure-placeholders-nr.scss +8 -0
  57. data/app/assets/stylesheets/pure-place/scss/_pure-placeholders.scss +8 -0
  58. data/app/assets/stylesheets/pure-place/scss/classes/_base.scss +565 -0
  59. data/app/assets/stylesheets/pure-place/scss/classes/_buttons.scss +118 -0
  60. data/app/assets/stylesheets/pure-place/scss/classes/_forms-nr.scss +453 -0
  61. data/app/assets/stylesheets/pure-place/scss/classes/_forms.scss +517 -0
  62. data/app/assets/stylesheets/pure-place/scss/classes/_grids-nr.scss +188 -0
  63. data/app/assets/stylesheets/pure-place/scss/classes/_grids.scss +256 -0
  64. data/app/assets/stylesheets/pure-place/scss/classes/_menus-nr.scss +292 -0
  65. data/app/assets/stylesheets/pure-place/scss/classes/_menus.scss +303 -0
  66. data/app/assets/stylesheets/pure-place/scss/classes/_tables.scss +95 -0
  67. data/app/assets/stylesheets/pure-place/scss/placeholders/_base.scss +423 -0
  68. data/app/assets/stylesheets/pure-place/scss/placeholders/_buttons.scss +113 -0
  69. data/app/assets/stylesheets/pure-place/scss/placeholders/_forms-nr.scss +400 -0
  70. data/app/assets/stylesheets/pure-place/scss/placeholders/_forms.scss +464 -0
  71. data/app/assets/stylesheets/pure-place/scss/placeholders/_grids-nr.scss +180 -0
  72. data/app/assets/stylesheets/pure-place/scss/placeholders/_grids.scss +245 -0
  73. data/app/assets/stylesheets/pure-place/scss/placeholders/_menus-nr.scss +287 -0
  74. data/app/assets/stylesheets/pure-place/scss/placeholders/_menus.scss +298 -0
  75. data/app/assets/stylesheets/pure-place/scss/placeholders/_tables.scss +83 -0
  76. data/app/assets/stylesheets/pure-place/src/base/LICENSE.md +19 -0
  77. data/app/assets/stylesheets/pure-place/src/base/README.md +17 -0
  78. data/app/assets/stylesheets/pure-place/src/base/bower.json +23 -0
  79. data/app/assets/stylesheets/pure-place/src/base/css/normalize-context.css +233 -0
  80. data/app/assets/stylesheets/pure-place/src/base/css/normalize.css +528 -0
  81. data/app/assets/stylesheets/pure-place/src/base/tests/manual/test.html +354 -0
  82. data/app/assets/stylesheets/pure-place/src/buttons/css/buttons-core.css +22 -0
  83. data/app/assets/stylesheets/pure-place/src/buttons/css/buttons.css +76 -0
  84. data/app/assets/stylesheets/pure-place/src/buttons/tests/manual/button.html +112 -0
  85. data/app/assets/stylesheets/pure-place/src/forms/css/forms-core.css +149 -0
  86. data/app/assets/stylesheets/pure-place/src/forms/css/forms-r.css +62 -0
  87. data/app/assets/stylesheets/pure-place/src/forms/css/forms.css +244 -0
  88. data/app/assets/stylesheets/pure-place/src/forms/tests/manual/forms.html +324 -0
  89. data/app/assets/stylesheets/pure-place/src/grids/css/grids-core.css +25 -0
  90. data/app/assets/stylesheets/pure-place/src/grids/css/grids-r.css +61 -0
  91. data/app/assets/stylesheets/pure-place/src/grids/css/grids-units.css +148 -0
  92. data/app/assets/stylesheets/pure-place/src/grids/tests/manual/responsive.html +174 -0
  93. data/app/assets/stylesheets/pure-place/src/menus/css/menus-core.css +137 -0
  94. data/app/assets/stylesheets/pure-place/src/menus/css/menus-paginator.css +34 -0
  95. data/app/assets/stylesheets/pure-place/src/menus/css/menus-r.css +10 -0
  96. data/app/assets/stylesheets/pure-place/src/menus/css/menus.css +86 -0
  97. data/app/assets/stylesheets/pure-place/src/menus/tests/manual/menus.html +191 -0
  98. data/app/assets/stylesheets/pure-place/src/tables/css/tables.css +74 -0
  99. data/app/assets/stylesheets/pure-place/src/tables/tests/manual/tables.html +251 -0
  100. data/lib/pure-place.rb +16 -0
  101. data/lib/pure-place/engine.rb +5 -0
  102. data/lib/pure-place/version.rb +3 -0
  103. data/pure-place-rails.gemspec +24 -0
  104. metadata +161 -0
@@ -0,0 +1,354 @@
1
+ <!-- THIS FILE IS GENERATED BY A BUILD SCRIPT - DO NOT EDIT! -->
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Normalize CSS</title>
8
+ <link rel="stylesheet" type="text/css" href="../../../../build/base-min.css">
9
+ <style>
10
+ #boxsize button,
11
+ #boxsize input,
12
+ #boxsize select,
13
+ #boxsize textarea {
14
+ width: 200px;
15
+ padding: 5px;
16
+ border: 1px solid #333;
17
+ }
18
+ </style>
19
+ </head>
20
+ <body>
21
+ <h1>Heading 1</h1>
22
+ <h2>Heading 2</h2>
23
+ <h3>Heading 3</h3>
24
+ <h4>Heading 4</h4>
25
+ <h5>Heading 5</h5>
26
+ <h6>Heading 6</h6>
27
+
28
+ <section>
29
+ <h1>Heading 1 (in section)</h1>
30
+ <h2>Heading 2 (in section)</h2>
31
+ <h3>Heading 3 (in section)</h3>
32
+ <h4>Heading 4 (in section)</h4>
33
+ <h5>Heading 5 (in section)</h5>
34
+ <h6>Heading 6 (in section)</h6>
35
+ </section>
36
+
37
+ <article>
38
+ <h1>Heading 1 (in article)</h1>
39
+ <h2>Heading 2 (in article)</h2>
40
+ <h3>Heading 3 (in article)</h3>
41
+ <h4>Heading 4 (in article)</h4>
42
+ <h5>Heading 5 (in article)</h5>
43
+ <h6>Heading 6 (in article)</h6>
44
+ </article>
45
+
46
+ <header>
47
+ <hgroup>
48
+ <h1>Heading 1 (in hgroup)</h1>
49
+ <h2>Heading 2 (in hgroup)</h2>
50
+ </hgroup>
51
+ <nav>
52
+ <ul>
53
+ <li><a href="#">navigation item #1</a></li>
54
+ <li><a href="#">navigation item #2</a></li>
55
+ <li><a href="#">navigation item #3</a></li>
56
+ </ul>
57
+ </nav>
58
+ </header>
59
+
60
+ <h1>Text-level semantics</h1>
61
+
62
+ <p hidden>This should be hidden in all browsers, apart from IE6</p>
63
+
64
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
65
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
66
+
67
+ <address>Address: somewhere, world</address>
68
+
69
+ <hr>
70
+
71
+ <hr style="height:4px; border:solid #000; border-width:1px 0;">
72
+
73
+ <p>
74
+ The <a href="#">a element</a> example<br>
75
+ The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples<br>
76
+ The <b>b element</b> example<br>
77
+ The <cite>cite element</cite> example<br>
78
+ The <code>code element</code> example<br>
79
+ The <del>del element</del> example<br>
80
+ The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
81
+ The <em>em element</em> example<br>
82
+ The <i>i element</i> example<br>
83
+ The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
84
+ The <ins>ins element</ins> example<br>
85
+ The <kbd>kbd element</kbd> example<br>
86
+ The <mark>mark element</mark> example<br>
87
+ The <q>q element <q>inside</q> a q element</q> example<br>
88
+ The <s>s element</s> example<br>
89
+ The <samp>samp element</samp> example<br>
90
+ The <small>small element</small> example<br>
91
+ The <span>span element</span> example<br>
92
+ The <strong>strong element</strong> example<br>
93
+ The <sub>sub element</sub> example<br>
94
+ The <sup>sup element</sup> example<br>
95
+ The <u>u element</u> example<br>
96
+ The <var>var element</var> example
97
+ </p>
98
+
99
+ <h1>Embedded content</h1>
100
+
101
+ <h3>audio</h3>
102
+
103
+ <audio controls></audio>
104
+ <audio></audio>
105
+
106
+ <h3>img</h3>
107
+
108
+ <img src="http://lorempixel.com/100/100" alt="">
109
+ <a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
110
+
111
+ <h3>svg</h3>
112
+
113
+ <svg width="100px" height="100px">
114
+ <circle cx="100" cy="100" r="100" fill="#ff0000" />
115
+ </svg>
116
+
117
+ <h3>video</h3>
118
+
119
+ <video controls></video>
120
+ <video></video>
121
+
122
+ <h1>Interactive content</h1>
123
+
124
+ <h3>details / summary</h3>
125
+ <details>
126
+ <summary>More info</summary>
127
+ <p>Additional information</p>
128
+ <ul>
129
+ <li>Point 1</li>
130
+ <li>Point 2</li>
131
+ </ul>
132
+ </details>
133
+
134
+ <h1>Grouping content</h1>
135
+
136
+ <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
137
+
138
+ <h3>pre</h3>
139
+
140
+ <pre>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.</pre>
141
+
142
+ <pre><code>&lt;html>
143
+ &lt;head>
144
+ &lt;/head>
145
+ &lt;body>
146
+ &lt;div class="main"> &lt;div>
147
+ &lt;/body>
148
+ &lt;/html></code></pre>
149
+
150
+ <h3>blockquote</h3>
151
+
152
+ <blockquote>
153
+ <p>Some sort of famous witty quote marked up with a &lt;blockquote> and a child &lt;p> element.</p>
154
+ </blockquote>
155
+
156
+ <blockquote>Even better philosophical quote marked up with just a &lt;blockquote> element.</blockquote>
157
+
158
+ <h3>ordered list</h3>
159
+
160
+ <ol>
161
+ <li>list item 1</li>
162
+ <li>list item 1
163
+ <ol>
164
+ <li>list item 2</li>
165
+ <li>list item 2
166
+ <ol>
167
+ <li>list item 3</li>
168
+ <li>list item 3</li>
169
+ </ol>
170
+ </li>
171
+ <li>list item 2</li>
172
+ <li>list item 2</li>
173
+ </ol>
174
+ </li>
175
+ <li>list item 1</li>
176
+ <li>list item 1</li>
177
+ </ol>
178
+
179
+ <h3>unordered list</h3>
180
+
181
+ <ul>
182
+ <li>list item 1</li>
183
+ <li>list item 1
184
+ <ul>
185
+ <li>list item 2</li>
186
+ <li>list item 2
187
+ <ul>
188
+ <li>list item 3</li>
189
+ <li>list item 3</li>
190
+ </ul>
191
+ </li>
192
+ <li>list item 2</li>
193
+ <li>list item 2</li>
194
+ </ul>
195
+ </li>
196
+ <li>list item 1</li>
197
+ <li>list item 1</li>
198
+ </ul>
199
+
200
+ <h3>description list</h3>
201
+
202
+ <dl>
203
+ <dt>Description name</dt>
204
+ <dd>Description value</dd>
205
+ <dt>Description name</dt>
206
+ <dd>Description value</dd>
207
+ <dd>Description value</dd>
208
+ <dt>Description name</dt>
209
+ <dt>Description name</dt>
210
+ <dd>Description value</dd>
211
+ </dl>
212
+
213
+ <h3>figure</h3>
214
+
215
+ <figure>
216
+ <img src="http://lorempixel.com/400/200" alt="">
217
+ <figcaption>Figcaption content</figcaption>
218
+ </figure>
219
+
220
+ <h1>Tabular data</h1>
221
+
222
+ <table>
223
+ <caption>Jimi Hendrix - albums</caption>
224
+ <thead>
225
+ <tr>
226
+ <th>Album</th>
227
+ <th>Year</th>
228
+ <th>Price</th>
229
+ </tr>
230
+ </thead>
231
+ <tfoot>
232
+ <tr>
233
+ <th>Album</th>
234
+ <th>Year</th>
235
+ <th>Price</th>
236
+ </tr>
237
+ </tfoot>
238
+ <tbody>
239
+ <tr>
240
+ <td>Are You Experienced</td>
241
+ <td>1967</td>
242
+ <td>$10.00</td>
243
+ </tr>
244
+ <tr>
245
+ <td>Axis: Bold as Love</td>
246
+ <td>1967</td>
247
+ <td>$12.00</td>
248
+ </tr>
249
+ <tr>
250
+ <td>Electric Ladyland</td>
251
+ <td>1968</td>
252
+ <td>$10.00</td>
253
+ </tr>
254
+ <tr>
255
+ <td>Band of Gypsys</td>
256
+ <td>1970</td>
257
+ <td>$12.00</td>
258
+ </tr>
259
+ </tbody>
260
+ </table>
261
+
262
+ <h1>Forms</h1>
263
+
264
+ <form>
265
+ <fieldset>
266
+ <legend>Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping.</legend>
267
+ <p><label>Text input <input type="text" value="default value that goes on and on without stopping or punctuation"></label></p>
268
+ <p><label>Email input <input type="email"></label></p>
269
+ <p><label>Search input <input type="search"></label></p>
270
+ <p><label>Tel input <input type="tel"></label></p>
271
+ <p><label>URL input <input type="url" placeholder="http://"></label></p>
272
+ <p><label>Password input <input type="password" value="password"></label></p>
273
+ <p><label>File input <input type="file"></label></p>
274
+
275
+ <p><label>Radio input <input type="radio" name="rad"></label></p>
276
+ <p><label>Checkbox input <input type="checkbox"></label></p>
277
+ <p><label><input type="radio" name="rad"> Radio input</label></p>
278
+ <p><label><input type="checkbox"> Checkbox input</label></p>
279
+
280
+ <p><label>Select field <select><option>Option 01</option><option>Option 02</option></select></label></p>
281
+ <p><label>Textarea <textarea cols="30" rows="5" >Textarea text</textarea></label></p>
282
+ </fieldset>
283
+
284
+ <fieldset>
285
+ <legend>Inputs as siblings of labels</legend>
286
+ <p><label for="ic">Color input</label> <input type="color" id="ic" value="#000000"></p>
287
+ <p><label for="in">Number input</label> <input type="number" id="in" min="0" max="10" value="5"></p>
288
+ <p><label for="ir">Range input</label> <input type="range" id="ir" value="10"></p>
289
+ <p><label for="idd">Date input</label> <input type="date" id="idd" value="1970-01-01"></p>
290
+ <p><label for="idm">Month input</label> <input type="month" id="idm" value="1970-01"></p>
291
+ <p><label for="idw">Week input</label> <input type="week" id="idw" value="1970-W01"></p>
292
+ <p><label for="idt">Datetime input</label> <input type="datetime" id="idt" value="1970-01-01T00:00:00Z"></p>
293
+ <p><label for="idtl">Datetime-local input</label> <input type="datetime-local" id="idtl" value="1970-01-01T00:00"></p>
294
+
295
+ <p><label for="irb">Radio input</label> <input type="radio" id="irb" name="rad"></p>
296
+ <p><label for="icb">Checkbox input</label> <input type="checkbox" id="icb"></p>
297
+ <p><input type="radio" id="irb2" name="rad"> <label for="irb2">Radio input</label></p>
298
+ <p><input type="checkbox" id="icb2"> <label for="icb2">Checkbox input</label></p>
299
+
300
+ <p><label for="s">Select field</label> <select id="s"><option>Option 01</option><option>Option 02</option></select></p>
301
+ <p><label for="t">Textarea</label> <textarea id="t" cols="30" rows="5" >Textarea text</textarea></p>
302
+ </fieldset>
303
+
304
+ <fieldset>
305
+ <legend>Clickable inputs and buttons</legend>
306
+ <p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
307
+ <p><input type="reset" value="Reset (input)"></p>
308
+ <p><input type="button" value="Button (input)"></p>
309
+ <p><input type="submit" value="Submit (input)"></p>
310
+ <p><input type="submit" value="Disabled (input)" disabled></p>
311
+
312
+
313
+ <p><button type="reset">Reset (button)</button></p>
314
+ <p><button type="button">Button (button)</button></p>
315
+ <p><button type="submit">Submit (button)</button></p>
316
+ <p><button type="submit" disabled>Disabled (button)</button></p>
317
+ </fieldset>
318
+
319
+ <fieldset id="boxsize">
320
+ <legend>box-sizing tests</legend>
321
+ <div><input type="text" value="text"></div>
322
+ <div><input type="email" value="email"></div>
323
+ <div><input type="search" value="search"></div>
324
+ <div><input type="url" value="http://example.com"></div>
325
+ <div><input type="password" value="password"></div>
326
+
327
+ <div><input type="color" value="#000000"></div>
328
+ <div><input type="number" value="5"></div>
329
+ <div><input type="range" value="10"></div>
330
+ <div><input type="date" value="1970-01-01"></div>
331
+ <div><input type="month" value="1970-01"></div>
332
+ <div><input type="week" value="1970-W01"></div>
333
+ <div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
334
+ <div><input type="datetime-local" value="1970-01-01T00:00"></div>
335
+
336
+ <div><input type="radio"></div>
337
+ <div><input type="checkbox"></div>
338
+
339
+ <div><select><option>Option 01</option><option>Option 02</option></select></div>
340
+ <div><textarea cols="30" rows="5">Textarea text</textarea></div>
341
+
342
+ <div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
343
+ <div><input type="reset" value="Reset (input)"></div>
344
+ <div><input type="button" value="Button (input)"></div>
345
+ <div><input type="submit" value="Submit (input)"></div>
346
+
347
+ <div><button type="reset">Reset (button)</button></div>
348
+ <div><button type="button">Button (button)</button></div>
349
+ <div><button type="submit">Submit (button)</button></div>
350
+ </fieldset>
351
+ </form>
352
+
353
+ </body>
354
+ </html>
@@ -0,0 +1,22 @@
1
+ .pure-button {
2
+ /* Structure */
3
+ display: inline-block;
4
+ *display: inline; /*IE 6/7*/
5
+ zoom: 1;
6
+ line-height: normal;
7
+ white-space: nowrap;
8
+ vertical-align: baseline;
9
+ text-align: center;
10
+ cursor: pointer;
11
+ -webkit-user-drag: none;
12
+ -webkit-user-select: none;
13
+ -moz-user-select: none;
14
+ -ms-user-select: none;
15
+ user-select: none;
16
+ }
17
+
18
+ /* Firefox: Get rid of the inner focus border */
19
+ .pure-button::-moz-focus-inner {
20
+ padding: 0;
21
+ border: 0;
22
+ }
@@ -0,0 +1,76 @@
1
+ /*csslint unqualified-attributes:false, outline-none:false*/
2
+
3
+ .pure-button {
4
+ font-size: 100%;
5
+ *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
6
+ *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
7
+ padding: 0.5em 1.5em 0.5em;
8
+ color: #444; /* rgba not supported (IE 8) */
9
+ color: rgba(0, 0, 0, 0.80); /* rgba supported */
10
+ *color: #444; /* IE 6 & 7 */
11
+ border: 1px solid #999; /*IE 6/7/8*/
12
+ border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
13
+ background-color: #E6E6E6;
14
+ text-decoration: none;
15
+ border-radius: 2px;
16
+ -webkit-font-smoothing: antialiased;
17
+ /* Transitions */
18
+ -webkit-transition: 0.1s linear -webkit-box-shadow;
19
+ -moz-transition: 0.1s linear -moz-box-shadow;
20
+ -ms-transition: 0.1s linear box-shadow;
21
+ -o-transition: 0.1s linear box-shadow;
22
+ transition: 0.1s linear box-shadow;
23
+ }
24
+
25
+ .pure-button-hover,
26
+ .pure-button:hover,
27
+ .pure-button:focus {
28
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
29
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
30
+ background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
31
+ background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
32
+ background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
33
+ background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
34
+ background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
35
+ }
36
+ .pure-button:focus {
37
+ outline: 0;
38
+ }
39
+ .pure-button-active,
40
+ .pure-button:active {
41
+ box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
42
+ }
43
+
44
+ .pure-button[disabled],
45
+ .pure-button-disabled,
46
+ .pure-button-disabled:hover,
47
+ .pure-button-disabled:focus,
48
+ .pure-button-disabled:active {
49
+ border: none;
50
+ background-image: none;
51
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
52
+ filter: alpha(opacity=40);
53
+ -khtml-opacity: 0.40;
54
+ -moz-opacity: 0.40;
55
+ opacity: 0.40;
56
+ cursor: not-allowed;
57
+ box-shadow: none;
58
+ }
59
+
60
+ .pure-button-hidden {
61
+ display: none;
62
+ }
63
+
64
+ /* Firefox: Get rid of the inner focus border */
65
+ .pure-button::-moz-focus-inner{
66
+ padding: 0;
67
+ border: 0;
68
+ }
69
+
70
+ .pure-button-primary,
71
+ .pure-button-selected,
72
+ a.pure-button-primary,
73
+ a.pure-button-selected {
74
+ background-color: rgb(0, 120, 231);
75
+ color: #fff;
76
+ }