rubylight 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/README.rdoc +11 -7
  2. data/lib/rubylight/version.rb +1 -1
  3. metadata +10 -136
  4. data/MIT-LICENSE +0 -20
  5. data/Rakefile +0 -37
  6. data/test/dummy/Rakefile +0 -7
  7. data/test/dummy/app/assets/images/1.jpg +0 -0
  8. data/test/dummy/app/assets/images/large.png +0 -0
  9. data/test/dummy/app/assets/images/thumb.jpg +0 -0
  10. data/test/dummy/app/assets/images/thumb.png +0 -0
  11. data/test/dummy/app/assets/javascripts/application.js +0 -10
  12. data/test/dummy/app/assets/javascripts/home.js +0 -2
  13. data/test/dummy/app/assets/stylesheets/application.css +0 -8
  14. data/test/dummy/app/assets/stylesheets/home.css +0 -4
  15. data/test/dummy/app/controllers/application_controller.rb +0 -3
  16. data/test/dummy/app/controllers/home_controller.rb +0 -5
  17. data/test/dummy/app/helpers/application_helper.rb +0 -2
  18. data/test/dummy/app/helpers/home_helper.rb +0 -2
  19. data/test/dummy/app/views/home/index.html.haml +0 -2
  20. data/test/dummy/app/views/layouts/application.html.erb +0 -15
  21. data/test/dummy/config.ru +0 -4
  22. data/test/dummy/config/application.rb +0 -45
  23. data/test/dummy/config/boot.rb +0 -10
  24. data/test/dummy/config/database.yml +0 -25
  25. data/test/dummy/config/environment.rb +0 -5
  26. data/test/dummy/config/environments/development.rb +0 -30
  27. data/test/dummy/config/environments/production.rb +0 -60
  28. data/test/dummy/config/environments/test.rb +0 -39
  29. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  30. data/test/dummy/config/initializers/inflections.rb +0 -10
  31. data/test/dummy/config/initializers/mime_types.rb +0 -5
  32. data/test/dummy/config/initializers/secret_token.rb +0 -7
  33. data/test/dummy/config/initializers/session_store.rb +0 -8
  34. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  35. data/test/dummy/config/locales/en.yml +0 -5
  36. data/test/dummy/config/routes.rb +0 -60
  37. data/test/dummy/db/development.sqlite3 +0 -0
  38. data/test/dummy/db/schema.rb +0 -16
  39. data/test/dummy/log/development.log +0 -3858
  40. data/test/dummy/log/production.log +0 -224
  41. data/test/dummy/public/404.html +0 -26
  42. data/test/dummy/public/422.html +0 -26
  43. data/test/dummy/public/500.html +0 -26
  44. data/test/dummy/public/favicon.ico +0 -0
  45. data/test/dummy/script/rails +0 -6
  46. data/test/dummy/test/functional/home_controller_test.rb +0 -9
  47. data/test/dummy/test/unit/helpers/home_helper_test.rb +0 -4
  48. data/test/dummy/tmp/cache/assets/C6F/830/sprockets%2F53156008748ee1f204b02643e5c16a6a +0 -16
  49. data/test/dummy/tmp/cache/assets/CA9/240/sprockets%2F0a8008b0737953f41a8a7b08307e77cb +0 -16
  50. data/test/dummy/tmp/cache/assets/CB9/FA0/sprockets%2Fa1863b6fc859a4348e41a5240889fa27 +0 -374
  51. data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -28
  52. data/test/dummy/tmp/cache/assets/CE6/560/sprockets%2Fecc51273a18292241960719cbe899cfb +0 -18
  53. data/test/dummy/tmp/cache/assets/D17/AB0/sprockets%2F5c9a32ccb0692131b7bf677fb77937b6 +0 -18
  54. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -54
  55. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -197
  56. data/test/dummy/tmp/cache/assets/D5E/C30/sprockets%2F421d71dbc41e4efceae210d855f16117 +0 -395
  57. data/test/dummy/tmp/cache/assets/D73/030/sprockets%2Fc364507281a666a47d6c9d16bbad9efc +0 -27
  58. data/test/dummy/tmp/cache/assets/D7D/FC0/sprockets%2F1f94aa5b9cec9554f135bb198db799b3 +0 -203
  59. data/test/dummy/tmp/cache/assets/D80/080/sprockets%2Fcd9c69336a9b3be0bde87986adb24792 +0 -16
  60. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -10009
  61. data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -30
  62. data/test/dummy/tmp/cache/assets/D9D/A60/sprockets%2Fa88ab4e49bb7203b8e0586c38efdd2b0 +0 -884
  63. data/test/dummy/tmp/cache/assets/DD3/B30/sprockets%2F92d8bd6a4785d5eb46dbaeebdc542039 +0 -18
  64. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -67
  65. data/test/dummy/tmp/cache/assets/E5A/4B0/sprockets%2Fddb87630e146e40f58ac25addedadfbf +0 -9289
  66. data/test/rubylight_test.rb +0 -7
  67. data/test/test_helper.rb +0 -10
@@ -1,30 +0,0 @@
1
- o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1338638750.1627774: @value{I"
2
- class:EFI"BundledAsset;
3
- FI"id;
4
- F"%e655e9003b23bd60804ff5a8af81b463I"logical_path;
5
- F"
6
- FI"*$root/app/assets/stylesheets/home.css;
7
- FI"content_type;
8
- FI"
9
- FI"
10
- mtime;
11
- FI"2012-05-30T21:49:37-04:00;
12
- FI" body;
13
- FI"�/*
14
- Place all the styles related to the matching controller here.
15
- They will automatically be included in application.css.
16
- */
17
-
18
- ;
19
- FI"asset_paths;
20
- F[I"*$root/app/assets/stylesheets/home.css;
21
- FI"dependency_paths;
22
- F[{I" path;
23
- FI"*$root/app/assets/stylesheets/home.css;
24
- FI"
25
- mtime;
26
- FIu: Time
27
- : @_zoneI"EDT;
28
- T:
29
- F"%9207cf0e315a9f268bbcbc1032491b57I"
30
- F"%0868aba5d4b750d3a9421721ea3d9b9c
@@ -1,884 +0,0 @@
1
- o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1338638750.1920133: @value{I"
2
- class:EFI"BundledAsset;
3
- FI"id;
4
- F"%3357fa811796aa67e57d6b889de880b6I"logical_path;
5
- F"screen.cssI"
6
- FI",$root/app/assets/stylesheets/screen.css;
7
- FI"content_type;
8
- FI"
9
- FI"
10
- mtime;
11
- FI"2012-06-02T07:55:50-04:00;
12
- FI" body;
13
- FI"�O/* Lightbox v2 Project page styles
14
- * Author: Lokesh Dhakar http://www.lokeshdhakar.com
15
- * Created: a long time ago (2006 I think)
16
- * Table of Contents:
17
- * layout
18
- * typography
19
- * content */
20
- /* line 17, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
21
-
22
- html, body, div, span, applet, object, iframe,
23
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
24
- a, abbr, acronym, address, big, cite, code,
25
- del, dfn, em, img, ins, kbd, q, s, samp,
26
- small, strike, strong, sub, sup, tt, var,
27
- b, u, i, center,
28
- dl, dt, dd, ol, ul, li,
29
- fieldset, form, label, legend,
30
- table, caption, tbody, tfoot, thead, tr, th, td,
31
- article, aside, canvas, details, embed,
32
- figure, figcaption, footer, header, hgroup,
33
- menu, nav, output, ruby, section, summary,
34
- time, mark, audio, video {
35
- margin: 0;
36
- padding: 0;
37
- border: 0;
38
- font-size: 100%;
39
- font: inherit;
40
- vertical-align: baseline;
41
- }
42
-
43
- /* line 20, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
44
- body {
45
- line-height: 1;
46
- }
47
-
48
- /* line 22, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
49
- ol, ul {
50
- list-style: none;
51
- }
52
-
53
- /* line 24, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
54
- table {
55
- border-collapse: collapse;
56
- border-spacing: 0;
57
- }
58
-
59
- /* line 26, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
60
- caption, th, td {
61
- text-align: left;
62
- font-weight: normal;
63
- vertical-align: middle;
64
- }
65
-
66
- /* line 28, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
67
- q, blockquote {
68
- quotes: none;
69
- }
70
- /* line 101, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
71
- q:before, q:after, blockquote:before, blockquote:after {
72
- content: "";
73
- content: none;
74
- }
75
-
76
- /* line 30, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
77
- a img {
78
- border: none;
79
- }
80
-
81
- /* line 114, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
82
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
83
- display: block;
84
- }
85
-
86
- /* layout
87
- *----------------------------------------------- */
88
- /* line 18, ../sass/screen.sass */
89
- #sidebar {
90
- position: fixed;
91
- top: 40px;
92
- left: 40px;
93
- width: 200px;
94
- }
95
-
96
- /* line 24, ../sass/screen.sass */
97
- #content {
98
- margin: 0 40px 40px 280px;
99
- }
100
-
101
- /* line 27, ../sass/screen.sass */
102
- .row {
103
- *zoom: 1;
104
- }
105
- /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
106
- .row:after {
107
- content: "";
108
- display: table;
109
- clear: both;
110
- }
111
-
112
- /* Typography
113
- *----------------------------------------------- */
114
- /* line 33, ../sass/screen.sass */
115
- body {
116
- background: #222222 url(bg-checker.png);
117
- }
118
-
119
- /* line 36, ../sass/screen.sass */
120
- body, input, textarea {
121
- color: white;
122
- text-shadow: 0 -1px 0 black;
123
- font-size: 16px;
124
- line-height: 1.625em;
125
- font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
126
- font-weight: 600;
127
- -webkit-font-smoothing: antialiased;
128
- }
129
-
130
- /* line 45, ../sass/screen.sass */
131
- #lightbox {
132
- text-shadow: none;
133
- }
134
-
135
- /* line 48, ../sass/screen.sass */
136
- h1, h2, h3, h4, h5, h6 {
137
- font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
138
- font-weight: 400;
139
- letter-spacing: 0.03em;
140
- line-height: 1.625em;
141
- margin: 0;
142
- color: #d0eb6a;
143
- }
144
-
145
- /* line 56, ../sass/screen.sass */
146
- h1 {
147
- font-size: 40px;
148
- line-height: 1.2em;
149
- }
150
-
151
- /* line 60, ../sass/screen.sass */
152
- h2 {
153
- font-size: 34px;
154
- line-height: 1.45em;
155
- margin-bottom: 0.2em;
156
- }
157
-
158
- /* line 65, ../sass/screen.sass */
159
- h3 {
160
- font-size: 16px;
161
- text-transform: uppercase;
162
- letter-spacing: 0.1em;
163
- color: #88a616;
164
- }
165
-
166
- /* line 71, ../sass/screen.sass */
167
- h4 {
168
- font-size: 16px;
169
- }
170
-
171
- /* Text elements */
172
- /* line 77, ../sass/screen.sass */
173
- p {
174
- margin: 0 0 1.25em 0;
175
- line-height: 1.625em;
176
- }
177
-
178
- /* line 81, ../sass/screen.sass */
179
- ul, ol {
180
- margin: 0 0 1.25em 0;
181
- }
182
-
183
- /* line 84, ../sass/screen.sass */
184
- dt {
185
- font-weight: bold;
186
- }
187
-
188
- /* line 87, ../sass/screen.sass */
189
- dd {
190
- margin-bottom: 1.625em;
191
- }
192
-
193
- /* line 90, ../sass/screen.sass */
194
- strong {
195
- font-weight: bold;
196
- }
197
-
198
- /* line 93, ../sass/screen.sass */
199
- i {
200
- font-style: italic;
201
- }
202
-
203
- /* line 96, ../sass/screen.sass */
204
- pre {
205
- background: rgba(0, 0, 0, 0.4);
206
- color: #e7931a;
207
- font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
208
- line-height: 1.5;
209
- margin: 20px 0 20px 0;
210
- overflow: auto;
211
- padding: 1em;
212
- -webkit-border-radius: 4px;
213
- -moz-border-radius: 4px;
214
- -ms-border-radius: 4px;
215
- -o-border-radius: 4px;
216
- border-radius: 4px;
217
- -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
218
- -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
219
- box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
220
- }
221
-
222
- /* line 107, ../sass/screen.sass */
223
- code, kbd {
224
- font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
225
- background: rgba(0, 0, 0, 0.4);
226
- -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
227
- -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
228
- box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
229
- padding: 5px;
230
- -webkit-border-radius: 4px;
231
- -moz-border-radius: 4px;
232
- -ms-border-radius: 4px;
233
- -o-border-radius: 4px;
234
- border-radius: 4px;
235
- color: #e7931a;
236
- }
237
-
238
- /* line 115, ../sass/screen.sass */
239
- pre code {
240
- font-size: 13px;
241
- background: transparent;
242
- -webkit-box-shadow: none;
243
- -moz-box-shadow: none;
244
- box-shadow: none;
245
- padding: 0;
246
- }
247
-
248
- /* Links */
249
- /* line 122, ../sass/screen.sass */
250
- a {
251
- color: #8ad459;
252
- text-decoration: none;
253
- }
254
- /* line 125, ../sass/screen.sass */
255
- a:hover {
256
- color: #589e29;
257
- }
258
-
259
- /* line 128, ../sass/screen.sass */
260
- ::-moz-selection,
261
- ::selection {
262
- background: #e7931a;
263
- color: white;
264
- }
265
-
266
- /* sidebar
267
- *----------------------------------------------- */
268
- /* line 137, ../sass/screen.sass */
269
- #sidebar {
270
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
271
- opacity: 0.6;
272
- -webkit-transition: opacity 0.2s;
273
- -moz-transition: opacity 0.2s;
274
- -ms-transition: opacity 0.2s;
275
- -o-transition: opacity 0.2s;
276
- transition: opacity 0.2s;
277
- }
278
- /* line 140, ../sass/screen.sass */
279
- #sidebar:hover {
280
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
281
- opacity: 1;
282
- }
283
- /* line 142, ../sass/screen.sass */
284
- #sidebar a {
285
- color: white;
286
- }
287
- /* line 144, ../sass/screen.sass */
288
- #sidebar .logo {
289
- -webkit-transition: all 0.2s ease-out;
290
- -moz-transition: all 0.2s ease-out;
291
- -ms-transition: all 0.2s ease-out;
292
- -o-transition: all 0.2s ease-out;
293
- transition: all 0.2s ease-out;
294
- }
295
- /* line 146, ../sass/screen.sass */
296
- #sidebar .logo em {
297
- color: #8ad459;
298
- }
299
- /* line 148, ../sass/screen.sass */
300
- #sidebar .logo:hover {
301
- text-shadow: 0 0 20px #d0eb6a, 0 0 50px #d0eb6a;
302
- }
303
- /* line 150, ../sass/screen.sass */
304
- #sidebar .author {
305
- font-weight: 800;
306
- line-height: 1.4em;
307
- }
308
- /* line 154, ../sass/screen.sass */
309
- #sidebar .author a:hover {
310
- text-shadow: 0 0 10px white;
311
- }
312
- /* line 156, ../sass/screen.sass */
313
- #sidebar .author .twitter {
314
- font-size: 14px;
315
- }
316
- /* line 158, ../sass/screen.sass */
317
- #sidebar .author .twitter a {
318
- color: #4d9ed8;
319
- }
320
- /* line 160, ../sass/screen.sass */
321
- #sidebar .author .twitter em {
322
- color: #4d9ed8;
323
- }
324
-
325
- /* line 163, ../sass/screen.sass */
326
- #nav {
327
- list-style: none;
328
- margin: 1.5em 0 1em 0;
329
- font-size: 14px;
330
- text-transform: uppercase;
331
- letter-spacing: 0.1em;
332
- font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
333
- }
334
- /* line 170, ../sass/screen.sass */
335
- #nav li {
336
- padding: 0;
337
- margin: 0;
338
- }
339
- /* line 173, ../sass/screen.sass */
340
- #nav a {
341
- display: block;
342
- height: 2em;
343
- padding: 0.6em 0.2em 0.3em 20px;
344
- background: #505050;
345
- border-top: 1px solid rgba(255, 255, 255, 0.15);
346
- border-bottom: 1px solid rgba(0, 0, 0, 0.4);
347
- -webkit-transition: all 0.2s ease-out;
348
- -moz-transition: all 0.2s ease-out;
349
- -ms-transition: all 0.2s ease-out;
350
- -o-transition: all 0.2s ease-out;
351
- transition: all 0.2s ease-out;
352
- }
353
- /* line 181, ../sass/screen.sass */
354
- #nav a:hover {
355
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
356
- background-color: #88a616;
357
- }
358
- /* line 184, ../sass/screen.sass */
359
- #nav a.first {
360
- border-bottom-color: rgba(0, 0, 0, 0.5);
361
- -moz-border-radius-topleft: 4px;
362
- -webkit-border-top-left-radius: 4px;
363
- -ms-border-top-left-radius: 4px;
364
- -o-border-top-left-radius: 4px;
365
- border-top-left-radius: 4px;
366
- -moz-border-radius-topright: 4px;
367
- -webkit-border-top-right-radius: 4px;
368
- -ms-border-top-right-radius: 4px;
369
- -o-border-top-right-radius: 4px;
370
- border-top-right-radius: 4px;
371
- border-top-color: transparent;
372
- }
373
- /* line 188, ../sass/screen.sass */
374
- #nav a.last {
375
- border-top-color: rgba(255, 255, 255, 0.25);
376
- -moz-border-radius-bottomleft: 4px;
377
- -webkit-border-bottom-left-radius: 4px;
378
- -ms-border-bottom-left-radius: 4px;
379
- -o-border-bottom-left-radius: 4px;
380
- border-bottom-left-radius: 4px;
381
- -moz-border-radius-bottomright: 4px;
382
- -webkit-border-bottom-right-radius: 4px;
383
- -ms-border-bottom-right-radius: 4px;
384
- -o-border-bottom-right-radius: 4px;
385
- border-bottom-right-radius: 4px;
386
- }
387
-
388
- /* content
389
- *----------------------------------------------- */
390
- /* line 196, ../sass/screen.sass */
391
- .download {
392
- float: left;
393
- margin: 0 40px 40px 0;
394
- padding: 10px 20px 10px 10px;
395
- background-color: #333333;
396
- border: 5px solid #333333;
397
- -webkit-border-radius: 4px;
398
- -moz-border-radius: 4px;
399
- -ms-border-radius: 4px;
400
- -o-border-radius: 4px;
401
- border-radius: 4px;
402
- -webkit-transition: all 0.2s ease-out;
403
- -moz-transition: all 0.2s ease-out;
404
- -ms-transition: all 0.2s ease-out;
405
- -o-transition: all 0.2s ease-out;
406
- transition: all 0.2s ease-out;
407
- }
408
- /* line 204, ../sass/screen.sass */
409
- .download:hover {
410
- border-color: #8ad459;
411
- background-color: #444444;
412
- }
413
- /* line 207, ../sass/screen.sass */
414
- .download .box {
415
- float: left;
416
- }
417
- /* line 209, ../sass/screen.sass */
418
- .download .file {
419
- float: left;
420
- font-size: 36px;
421
- font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
422
- font-weight: 400;
423
- color: white;
424
- line-height: 1.1em;
425
- }
426
- /* line 216, ../sass/screen.sass */
427
- .download .file .version {
428
- font-size: 24px;
429
- color: #8ad459;
430
- }
431
-
432
- /* line 221, ../sass/screen.sass */
433
- .filelist {
434
- float: left;
435
- font-size: 12px;
436
- font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
437
- line-height: 1.5em;
438
- }
439
- /* line 226, ../sass/screen.sass */
440
- .filelist .header {
441
- text-transform: uppercase;
442
- font-weight: bold;
443
- }
444
- /* line 229, ../sass/screen.sass */
445
- .filelist .folder {
446
- color: #999999;
447
- }
448
- /* line 231, ../sass/screen.sass */
449
- .filelist .note {
450
- color: #999999;
451
- }
452
-
453
- /* line 235, ../sass/screen.sass */
454
- .changelog {
455
- margin-bottom: 0.5em;
456
- }
457
- /* line 237, ../sass/screen.sass */
458
- .changelog li {
459
- list-style: none;
460
- padding: 0 0 0 14px;
461
- background: url(bullet.gif) no-repeat 0 11px;
462
- color: #999999;
463
- }
464
- /* line 242, ../sass/screen.sass */
465
- .changelog li .version {
466
- color: #88a616;
467
- }
468
- /* line 244, ../sass/screen.sass */
469
- .changelog li .date {
470
- color: white;
471
- }
472
- /* line 246, ../sass/screen.sass */
473
- .changelog .old {
474
- display: none;
475
- }
476
-
477
- /* line 249, ../sass/screen.sass */
478
- .showOlderChanges {
479
- color: #999999;
480
- }
481
-
482
- /* line 253, ../sass/screen.sass */
483
- .forums {
484
- float: left;
485
- margin: 0 40px 40px 0;
486
- padding: 10px;
487
- background-color: #333333;
488
- border: 5px solid #333333;
489
- -webkit-border-radius: 4px;
490
- -moz-border-radius: 4px;
491
- -ms-border-radius: 4px;
492
- -o-border-radius: 4px;
493
- border-radius: 4px;
494
- -webkit-transition: all 0.2s ease-out;
495
- -moz-transition: all 0.2s ease-out;
496
- -ms-transition: all 0.2s ease-out;
497
- -o-transition: all 0.2s ease-out;
498
- transition: all 0.2s ease-out;
499
- }
500
- /* line 261, ../sass/screen.sass */
501
- .forums:hover {
502
- border-color: #8ad459;
503
- background-color: #444444;
504
- }
505
- /* line 264, ../sass/screen.sass */
506
- .forums .speech {
507
- float: left;
508
- margin-right: 20px;
509
- }
510
- /* line 267, ../sass/screen.sass */
511
- .forums .link {
512
- float: left;
513
- font-size: 36px;
514
- font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
515
- font-weight: 400;
516
- color: white;
517
- line-height: 1.1em;
518
- }
519
- /* line 274, ../sass/screen.sass */
520
- .forums .link .sub {
521
- color: #8ad459;
522
- }
523
-
524
- /* line 278, ../sass/screen.sass */
525
- #elsewhere .button {
526
- font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
527
- font-weight: normal;
528
- font-size: 24px;
529
- display: block;
530
- float: left;
531
- margin: 20px 20px 40px 0;
532
- padding: 10px 10px 10px 10px;
533
- background-color: #333333;
534
- border: 5px solid #333333;
535
- -webkit-border-radius: 4px;
536
- -moz-border-radius: 4px;
537
- -ms-border-radius: 4px;
538
- -o-border-radius: 4px;
539
- border-radius: 4px;
540
- -webkit-transition: all 0.2s ease-out;
541
- -moz-transition: all 0.2s ease-out;
542
- -ms-transition: all 0.2s ease-out;
543
- -o-transition: all 0.2s ease-out;
544
- transition: all 0.2s ease-out;
545
- color: white;
546
- }
547
- /* line 291, ../sass/screen.sass */
548
- #elsewhere .button:hover {
549
- background-color: #444444;
550
- border-color: #8ad459;
551
- }
552
-
553
- /* misc
554
- *----------------------------------------------- */
555
- /* line 298, ../sass/screen.sass */
556
- p.lead {
557
- font-size: 26px;
558
- font-weight: 600;
559
- line-height: 1.4em;
560
- margin-bottom: 0;
561
- }
562
-
563
- /* line 305, ../sass/screen.sass */
564
- hr {
565
- height: 6px;
566
- background: #3d3d33;
567
- border: none;
568
- -webkit-border-radius: 4px;
569
- -moz-border-radius: 4px;
570
- -ms-border-radius: 4px;
571
- -o-border-radius: 4px;
572
- border-radius: 4px;
573
- clear: both;
574
- }
575
-
576
- /* line 312, ../sass/screen.sass */
577
- .section {
578
- padding: 40px 0;
579
- }
580
- /* line 314, ../sass/screen.sass */
581
- .section:first-child {
582
- border-top: none;
583
- }
584
-
585
- /* line 317, ../sass/screen.sass */
586
- .imageRow {
587
- *zoom: 1;
588
- margin: 20px 0;
589
- }
590
- /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
591
- .imageRow:after {
592
- content: "";
593
- display: table;
594
- clear: both;
595
- }
596
- /* line 320, ../sass/screen.sass */
597
- .imageRow .single {
598
- float: left;
599
- }
600
- /* line 322, ../sass/screen.sass */
601
- .imageRow .single a {
602
- float: left;
603
- display: block;
604
- background: rgba(255, 255, 255, 0.1);
605
- padding: 7px;
606
- line-height: 1em;
607
- -webkit-border-radius: 4px;
608
- -moz-border-radius: 4px;
609
- -ms-border-radius: 4px;
610
- -o-border-radius: 4px;
611
- border-radius: 4px;
612
- -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
613
- -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
614
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
615
- margin-right: 40px;
616
- -webkit-transition: all 0.2s ease-out;
617
- -moz-transition: all 0.2s ease-out;
618
- -ms-transition: all 0.2s ease-out;
619
- -o-transition: all 0.2s ease-out;
620
- transition: all 0.2s ease-out;
621
- }
622
- /* line 332, ../sass/screen.sass */
623
- .imageRow .single a img {
624
- -webkit-border-radius: 4px;
625
- -moz-border-radius: 4px;
626
- -ms-border-radius: 4px;
627
- -o-border-radius: 4px;
628
- border-radius: 4px;
629
- border: 1px solid rgba(0, 0, 0, 0.3);
630
- }
631
- /* line 335, ../sass/screen.sass */
632
- .imageRow .single a:hover {
633
- background-color: #8ad459;
634
- }
635
- /* line 337, ../sass/screen.sass */
636
- .imageRow .set {
637
- float: left;
638
- background: rgba(255, 255, 255, 0.1);
639
- -webkit-border-radius: 4px;
640
- -moz-border-radius: 4px;
641
- -ms-border-radius: 4px;
642
- -o-border-radius: 4px;
643
- border-radius: 4px;
644
- -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
645
- -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
646
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
647
- -webkit-transition: all 0.2s ease-out;
648
- -moz-transition: all 0.2s ease-out;
649
- -ms-transition: all 0.2s ease-out;
650
- -o-transition: all 0.2s ease-out;
651
- transition: all 0.2s ease-out;
652
- }
653
- /* line 343, ../sass/screen.sass */
654
- .imageRow .set:hover {
655
- background: rgba(255, 255, 255, 0.2);
656
- }
657
- /* line 346, ../sass/screen.sass */
658
- .imageRow .set .single a {
659
- background: none;
660
- -webkit-border-radius: 0;
661
- -moz-border-radius: 0;
662
- -ms-border-radius: 0;
663
- -o-border-radius: 0;
664
- border-radius: 0;
665
- -webkit-box-shadow: none;
666
- -moz-box-shadow: none;
667
- box-shadow: none;
668
- margin-right: 0;
669
- }
670
- /* line 351, ../sass/screen.sass */
671
- .imageRow .set .single a:hover {
672
- background-color: #8ad459;
673
- -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
674
- -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
675
- box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
676
- }
677
- /* line 355, ../sass/screen.sass */
678
- .imageRow .set .single.first a {
679
- -moz-border-radius-topleft: 4px;
680
- -webkit-border-top-left-radius: 4px;
681
- -ms-border-top-left-radius: 4px;
682
- -o-border-top-left-radius: 4px;
683
- border-top-left-radius: 4px;
684
- -moz-border-radius-bottomleft: 4px;
685
- -webkit-border-bottom-left-radius: 4px;
686
- -ms-border-bottom-left-radius: 4px;
687
- -o-border-bottom-left-radius: 4px;
688
- border-bottom-left-radius: 4px;
689
- }
690
- /* line 358, ../sass/screen.sass */
691
- .imageRow .set .single.last a {
692
- -moz-border-radius-topright: 4px;
693
- -webkit-border-top-right-radius: 4px;
694
- -ms-border-top-right-radius: 4px;
695
- -o-border-top-right-radius: 4px;
696
- border-top-right-radius: 4px;
697
- -moz-border-radius-bottomright: 4px;
698
- -webkit-border-bottom-right-radius: 4px;
699
- -ms-border-bottom-right-radius: 4px;
700
- -o-border-bottom-right-radius: 4px;
701
- border-bottom-right-radius: 4px;
702
- }
703
-
704
- @media only screen and (max-width: 1000px) {
705
- /* line 364, ../sass/screen.sass */
706
- body, input, textarea {
707
- font-size: 14px;
708
- }
709
-
710
- /* line 367, ../sass/screen.sass */
711
- body {
712
- padding-top: 20px;
713
- }
714
-
715
- /* line 370, ../sass/screen.sass */
716
- .section {
717
- padding: 20px 0;
718
- }
719
-
720
- /* line 373, ../sass/screen.sass */
721
- p.lead {
722
- font-size: 20px;
723
- }
724
-
725
- /* line 376, ../sass/screen.sass */
726
- h1 {
727
- font-size: 30px;
728
- }
729
-
730
- /* line 379, ../sass/screen.sass */
731
- h2 {
732
- font-size: 24px;
733
- }
734
-
735
- /* line 382, ../sass/screen.sass */
736
- h3 {
737
- font-size: 16px;
738
- }
739
-
740
- /* line 385, ../sass/screen.sass */
741
- code, kbd {
742
- font-size: 13px;
743
- }
744
-
745
- /* line 388, ../sass/screen.sass */
746
- pre code {
747
- font-size: 12px;
748
- }
749
-
750
- /* line 391, ../sass/screen.sass */
751
- pre {
752
- padding: 0.75em;
753
- }
754
-
755
- /* line 394, ../sass/screen.sass */
756
- #sidebar {
757
- width: 160px;
758
- left: 20px;
759
- }
760
-
761
- /* line 398, ../sass/screen.sass */
762
- #content {
763
- margin-left: 200px;
764
- }
765
- }
766
- @media only screen and (max-width: 700px) {
767
- /* line 403, ../sass/screen.sass */
768
- body, input, textarea {
769
- font-size: 12px;
770
- padding-top: 0;
771
- }
772
-
773
- /* line 407, ../sass/screen.sass */
774
- p.lead {
775
- font-size: 16px;
776
- }
777
-
778
- /* line 410, ../sass/screen.sass */
779
- code, kbd {
780
- font-size: 12px;
781
- }
782
-
783
- /* line 413, ../sass/screen.sass */
784
- pre code {
785
- font-size: 11px;
786
- }
787
-
788
- /* line 416, ../sass/screen.sass */
789
- pre {
790
- padding: 0.5em;
791
- }
792
-
793
- /* line 420, ../sass/screen.sass */
794
- #sidebar {
795
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
796
- opacity: 1;
797
- position: static;
798
- text-align: center;
799
- width: auto;
800
- margin: 20px 20px 0 20px;
801
- border-bottom: 6px solid #3d3d33;
802
- }
803
- /* line 427, ../sass/screen.sass */
804
- #sidebar h1 {
805
- font-size: 24px;
806
- }
807
- /* line 429, ../sass/screen.sass */
808
- #sidebar .twitter {
809
- font-size: 14px;
810
- }
811
- /* line 431, ../sass/screen.sass */
812
- #sidebar #nav {
813
- font-size: 12px;
814
- }
815
- /* line 433, ../sass/screen.sass */
816
- #sidebar #nav li {
817
- display: inline-block;
818
- }
819
- /* line 435, ../sass/screen.sass */
820
- #sidebar #nav li a {
821
- padding: 10px;
822
- height: auto;
823
- margin: 0 5px 10px 5px;
824
- -webkit-border-radius: 6px;
825
- -moz-border-radius: 6px;
826
- -ms-border-radius: 6px;
827
- -o-border-radius: 6px;
828
- border-radius: 6px;
829
- }
830
-
831
- /* line 441, ../sass/screen.sass */
832
- h2 {
833
- font-size: 18px;
834
- }
835
-
836
- /* line 444, ../sass/screen.sass */
837
- h3 {
838
- font-size: 14px;
839
- }
840
-
841
- /* line 447, ../sass/screen.sass */
842
- #content {
843
- margin: 10px 20px 20px 20px;
844
- }
845
-
846
- /* line 450, ../sass/screen.sass */
847
- .download {
848
- text-align: center;
849
- width: 95%;
850
- margin-right: 0;
851
- padding-right: 0;
852
- padding-left: 0;
853
- }
854
- /* line 456, ../sass/screen.sass */
855
- .download .box, .download .file {
856
- float: none;
857
- }
858
-
859
- /* line 459, ../sass/screen.sass */
860
- .forums {
861
- text-align: center;
862
- width: 95%;
863
- margin-right: 0;
864
- padding-right: 0;
865
- padding-left: 0;
866
- }
867
- /* line 465, ../sass/screen.sass */
868
- .forums .speech, .forums .link {
869
- float: none;
870
- }
871
- }
872
- ;
873
- FI"asset_paths;
874
- F[I",$root/app/assets/stylesheets/screen.css;
875
- FI"dependency_paths;
876
- F[{I" path;
877
- FI",$root/app/assets/stylesheets/screen.css;
878
- FI"
879
- mtime;
880
- FIu: Time
881
- : @_zoneI"EDT;
882
- T:
883
- F"%8a73db28fd6001858d9c0aa163b308d1I"
884
- F"%0868aba5d4b750d3a9421721ea3d9b9c