summaryrefslogtreecommitdiff
path: root/stylesheets/application.css
blob: 6eead1c69a69eee30ff7dad1ade6c797e681d5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
/* line 43, application.sass */
a {
  text-decoration: none;
  color: #0e3f54; }
  /* line 26, application.sass */
  a:hover {
    border-bottom: 1px solid; }
  /* line 45, application.sass */
  a.image {
    text-decoration: none;
    border: none; }

/* line 49, application.sass */
#standalone {
  line-height: 150%; }
  /* line 52, application.sass */
  #standalone code {
    background-color: rgba(0, 0, 0, 0.1); }
  /* line 55, application.sass */
  #standalone h1 {
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 125%; }

/* line 60, application.sass */
html {
  width: 100%;
  background-color: #c6e7ec;
  padding-top: 10px;
  font-family: Helvetica, sans-serif; }

/* line 66, application.sass */
code {
  font-family: monospace;
  font-size: 120%;
  padding: 0 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 73, application.sass */
.intro {
  width: 100%; }

/* line 76, application.sass */
#body {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  width: 100%; }

/* line 80, application.sass */
#contents {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: justify;
  -moz-box-align: justify;
  width: 725px;
  position: relative; }

/* line 95, application.sass */
#intro {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px;
  color: #043042;
  font-size: 18px;
  line-height: 24px; }
  /* line 92, application.sass */
  #intro strong {
    color: #041f2a; }

/* line 98, application.sass */
#header {
  margin-bottom: 20px; }
  /* line 100, application.sass */
  #header h1 {
    font-size: 22px;
    text-align: right;
    padding-right: 43px;
    color: #346b8c; }

/* line 106, application.sass */
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 25px; }
  /* line 115, application.sass */
  #footer img:first-child {
    -webkit-box-shadow: blue, 0, 0, 5px;
    -moz-box-shadow: blue, 0, 0, 5px;
    box-shadow: blue, 0, 0, 5px;
    margin-right: 10px; }
  /* line 119, application.sass */
  #footer img:nth-child(2) {
    -webkit-box-shadow: blue, 0, 0, 5px;
    -moz-box-shadow: blue, 0, 0, 5px;
    box-shadow: blue, 0, 0, 5px; }
  /* line 122, application.sass */
  #footer img:last-child {
    margin-top: -20px;
    margin-right: -20px; }
  /* line 126, application.sass */
  #footer .spacer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1; }
  /* line 129, application.sass */
  #footer img {
    display: block; }
  /* line 132, application.sass */
  #footer #navigation {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-align: center;
    -moz-box-align: center; }
    /* line 135, application.sass */
    #footer #navigation p {
      font-family: Helvetica, sans-serif;
      color: #336666;
      font-size: 16px;
      margin: 0; }
      /* line 140, application.sass */
      #footer #navigation p a {
        text-decoration: none;
        color: #0e3f54; }
        /* line 26, application.sass */
        #footer #navigation p a:hover {
          border-bottom: 1px solid; }

/* line 143, application.sass */
.contents {
  width: 725px; }

/* line 146, application.sass */
h2 {
  font-size: 20px;
  padding: 5px;
  margin-top: 24px;
  color: #0e3f54;
  border-bottom: 3px solid #0e3f54;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 155, application.sass */
.buttons {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify; }
  /* line 159, application.sass */
  .buttons a {
    padding-top: 8px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.3), 0, -1px, 0;
    text-align: center;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ecf36), color-stop(100%, #4e9326));
    background-image: -webkit-linear-gradient(#6ecf36, #4e9326);
    background-image: -moz-linear-gradient(#6ecf36, #4e9326);
    background-image: -o-linear-gradient(#6ecf36, #4e9326);
    background-image: linear-gradient(#6ecf36, #4e9326);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1; }
    /* line 39, application.sass */
    .buttons a:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e9326), color-stop(100%, #35641a));
      background-image: -webkit-linear-gradient(#4e9326, #35641a);
      background-image: -moz-linear-gradient(#4e9326, #35641a);
      background-image: -o-linear-gradient(#4e9326, #35641a);
      background-image: linear-gradient(#4e9326, #35641a);
      border-bottom: none; }
    /* line 163, application.sass */
    .buttons a:last-child {
      margin-right: 0; }

/* line 166, application.sass */
.notes, .shirts {
  font-size: 90%;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
  color: #006666; }
  /* line 174, application.sass */
  .notes + a, .shirts + a {
    margin-top: 10px; }
  /* line 176, application.sass */
  .notes + pre, .shirts + pre {
    margin-top: 10px; }
  /* line 178, application.sass */
  .notes + .description, .shirts + .description {
    margin-top: 20px; }

/* line 181, application.sass */
.bullet {
  width: 100%;
  padding: 5px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: justify;
  -moz-box-align: justify; }
  /* line 187, application.sass */
  .bullet .description {
    width: 100%;
    margin-right: 16px;
    color: #003333;
    line-height: 24px;
    margin-bottom: 8px; }
  /* line 194, application.sass */
  .bullet a {
    padding-top: 8px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.3), 0, -1px, 0;
    text-align: center;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ecf36), color-stop(100%, #4e9326));
    background-image: -webkit-linear-gradient(#6ecf36, #4e9326);
    background-image: -moz-linear-gradient(#6ecf36, #4e9326);
    background-image: -o-linear-gradient(#6ecf36, #4e9326);
    background-image: linear-gradient(#6ecf36, #4e9326);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0 0 450px; }
    /* line 39, application.sass */
    .bullet a:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e9326), color-stop(100%, #35641a));
      background-image: -webkit-linear-gradient(#4e9326, #35641a);
      background-image: -moz-linear-gradient(#4e9326, #35641a);
      background-image: -o-linear-gradient(#4e9326, #35641a);
      background-image: linear-gradient(#4e9326, #35641a);
      border-bottom: none; }
  /* line 198, application.sass */
  .bullet .how {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-align: justify;
    -moz-box-align: justify;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    line-height: 24px; }
  /* line 203, application.sass */
  .bullet pre {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin: 0; }
  /* line 207, application.sass */
  .bullet code {
    background-color: rgba(0, 0, 0, 0.1); }

/* line 210, application.sass */
pre {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

/* line 213, application.sass */
.bullet:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 218, application.sass */
.bullet:not(:nth-of-type(1)) {
  padding-top: 15px; }

/* line 222, application.sass */
#credits p {
  text-align: center;
  font-size: 11pt;
  color: #668493; }
  /* line 226, application.sass */
  #credits p a, #credits p a:visited {
    color: #2c596b;
    text-decoration: none; }

/* line 231, application.sass */
#github img {
  position: absolute;
  top: 0;
  right: 0;
  border: 0; }

/* line 250, application.sass */
#prod-versions {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4em;
  background: #b2d0d4;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1; }
  /* line 244, application.sass */
  #prod-versions a {
    text-decoration: none;
    color: #0e3f54;
    padding: 0.1em 0.25em; }
    /* line 26, application.sass */
    #prod-versions a:hover {
      border-bottom: 1px solid; }
  /* line 247, application.sass */
  #prod-versions a.current {
    font-weight: bold; }

/* line 253, application.sass */
#rc-versions {
  position: absolute;
  top: 0;
  left: 87px;
  padding: 0.4em;
  background: #e8e991;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 0; }
  /* line 244, application.sass */
  #rc-versions a {
    text-decoration: none;
    color: #0e3f54;
    padding: 0.1em 0.25em; }
    /* line 26, application.sass */
    #rc-versions a:hover {
      border-bottom: 1px solid; }
  /* line 247, application.sass */
  #rc-versions a.current {
    font-weight: bold; }

/* line 257, application.sass */
#command_reference {
  padding-top: 20px; }
  /* line 260, application.sass */
  #command_reference th {
    text-align: left;
    height: 30px;
    padding-left: 5px; }
  /* line 265, application.sass */
  #command_reference td {
    vertical-align: top;
    padding: 20px 0 20px 5px; }
    /* line 269, application.sass */
    #command_reference td .cli_name {
      padding-top: 5px;
      width: 400px; }
    /* line 273, application.sass */
    #command_reference td .cli_desc {
      padding-top: 10px;
      width: 400px; }
    /* line 277, application.sass */
    #command_reference td .cli_option {
      margin: 5px 7px 15px 0px;
      float: left; }
    /* line 281, application.sass */
    #command_reference td .clear {
      clear: left; }
  /* line 284, application.sass */
  #command_reference tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 289, application.sass */
  #command_reference a {
    padding-top: 8px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.3), 0, -1px, 0;
    text-align: center;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ecf36), color-stop(100%, #4e9326));
    background-image: -webkit-linear-gradient(#6ecf36, #4e9326);
    background-image: -moz-linear-gradient(#6ecf36, #4e9326);
    background-image: -o-linear-gradient(#6ecf36, #4e9326);
    background-image: linear-gradient(#6ecf36, #4e9326);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 5px 5px 5px;
    margin: 5px 0 5px 0;
    display: inline; }
    /* line 39, application.sass */
    #command_reference a:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e9326), color-stop(100%, #35641a));
      background-image: -webkit-linear-gradient(#4e9326, #35641a);
      background-image: -moz-linear-gradient(#4e9326, #35641a);
      background-image: -o-linear-gradient(#4e9326, #35641a);
      background-image: linear-gradient(#4e9326, #35641a);
      border-bottom: none; }

/* line 295, application.sass */
.shirts {
  text-align: center; }
  /* line 299, application.sass */
  .shirts a, .shirts a:visited {
    color: #05b5e6;
    text-decoration: none;
    font-weight: bold; }

/* line 304, application.sass */
.other-contributors {
  text-align: center; }

/* line 307, application.sass */
.contributor {
  clear: left;
  margin: 1em 0; }
  /* line 311, application.sass */
  .contributor .avatar {
    float: left;
    margin-right: 1.5em;
    width: 150px;
    min-height: 25px; }
  /* line 317, application.sass */
  .contributor h3 {
    color: #0e3f54; }
  /* line 320, application.sass */
  .contributor h4 {
    font-size: 80%;
    color: #124f6a;
    margin-top: -1em; }
  /* line 325, application.sass */
  .contributor p {
    margin-left: 150px;
    padding-left: 1.5em; }