code_poetry-html 0.0.1

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.
@@ -0,0 +1,529 @@
1
+ /*
2
+ Pure v0.3.0
3
+ Copyright 2013 Yahoo! Inc. All rights reserved.
4
+ Licensed under the BSD License.
5
+ https://github.com/yui/pure/blob/master/LICENSE.md
6
+ */
7
+ /*
8
+ normalize.css v1.1.2 | MIT License | git.io/normalize
9
+ Copyright (c) Nicolas Gallagher and Jonathan Neal
10
+ */
11
+ /* normalize.css v1.1.2 | MIT License | git.io/normalize */
12
+ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:6px 12px}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child td,.pure-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child td{border-bottom-width:0}input[type=text],input[type=password],input[type=email],input[type=url],input[type=date],input[type=month],input[type=time],input[type=datetime],input[type=datetime-local],input[type=week],input[type=number],input[type=search],input[type=tel],input[type=color],select,textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;font-size:.8em;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-transition:.3s linear border;-moz-transition:.3s linear border;-ms-transition:.3s linear border;-o-transition:.3s linear border;transition:.3s linear border;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=url]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=week]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,select:focus,textarea:focus{outline:0;outline:thin dotted \9;border-color:#129FEA}
13
+ /*
14
+ Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
15
+ */
16
+
17
+
18
+ pre code {
19
+ display: block; padding: 0.5em;
20
+ color: #000;
21
+ background: #f8f8ff
22
+ }
23
+
24
+ pre .comment,
25
+ pre .template_comment,
26
+ pre .diff .header,
27
+ pre .javadoc {
28
+ color: #408080;
29
+ font-style: italic
30
+ }
31
+
32
+ pre .keyword,
33
+ pre .assignment,
34
+ pre .literal,
35
+ pre .css .rule .keyword,
36
+ pre .winutils,
37
+ pre .javascript .title,
38
+ pre .lisp .title,
39
+ pre .subst {
40
+ color: #954121;
41
+ }
42
+
43
+ pre .number,
44
+ pre .hexcolor {
45
+ color: #40a070
46
+ }
47
+
48
+ pre .string,
49
+ pre .tag .value,
50
+ pre .phpdoc,
51
+ pre .tex .formula {
52
+ color: #219161;
53
+ }
54
+
55
+ pre .title,
56
+ pre .id {
57
+ color: #19469D;
58
+ }
59
+ pre .params {
60
+ color: #00F;
61
+ }
62
+
63
+ pre .javascript .title,
64
+ pre .lisp .title,
65
+ pre .subst {
66
+ font-weight: normal
67
+ }
68
+
69
+ pre .class .title,
70
+ pre .haskell .label,
71
+ pre .tex .command {
72
+ color: #458;
73
+ font-weight: bold
74
+ }
75
+
76
+ pre .tag,
77
+ pre .tag .title,
78
+ pre .rules .property,
79
+ pre .django .tag .keyword {
80
+ color: #000080;
81
+ font-weight: normal
82
+ }
83
+
84
+ pre .attribute,
85
+ pre .variable,
86
+ pre .instancevar,
87
+ pre .lisp .body {
88
+ color: #008080
89
+ }
90
+
91
+ pre .regexp {
92
+ color: #B68
93
+ }
94
+
95
+ pre .class {
96
+ color: #458;
97
+ font-weight: bold
98
+ }
99
+
100
+ pre .symbol,
101
+ pre .ruby .symbol .string,
102
+ pre .ruby .symbol .keyword,
103
+ pre .ruby .symbol .keymethods,
104
+ pre .lisp .keyword,
105
+ pre .tex .special,
106
+ pre .input_number {
107
+ color: #990073
108
+ }
109
+
110
+ pre .builtin,
111
+ pre .constructor,
112
+ pre .built_in,
113
+ pre .lisp .title {
114
+ color: #0086b3
115
+ }
116
+
117
+ pre .preprocessor,
118
+ pre .pragma,
119
+ pre .pi,
120
+ pre .doctype,
121
+ pre .shebang,
122
+ pre .cdata {
123
+ color: #999;
124
+ font-weight: bold
125
+ }
126
+
127
+ pre .deletion {
128
+ background: #fdd
129
+ }
130
+
131
+ pre .addition {
132
+ background: #dfd
133
+ }
134
+
135
+ pre .diff .change {
136
+ background: #0086b3
137
+ }
138
+
139
+ pre .chunk {
140
+ color: #aaa
141
+ }
142
+
143
+ pre .tex .formula {
144
+ opacity: 0.5;
145
+ }
146
+ /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
147
+
148
+ .fancybox-wrap,
149
+ .fancybox-skin,
150
+ .fancybox-outer,
151
+ .fancybox-inner,
152
+ .fancybox-image,
153
+ .fancybox-wrap iframe,
154
+ .fancybox-wrap object,
155
+ .fancybox-nav,
156
+ .fancybox-nav span,
157
+ .fancybox-tmp
158
+ {
159
+ padding: 0;
160
+ margin: 0;
161
+ border: 0;
162
+ outline: none;
163
+ vertical-align: top;
164
+ }
165
+
166
+ .fancybox-wrap {
167
+ position: absolute;
168
+ top: 0;
169
+ left: 0;
170
+ z-index: 8020;
171
+ }
172
+
173
+ .fancybox-skin {
174
+ position: relative;
175
+ background: #f9f9f9;
176
+ color: #444;
177
+ text-shadow: none;
178
+ -webkit-border-radius: 4px;
179
+ -moz-border-radius: 4px;
180
+ border-radius: 4px;
181
+ }
182
+
183
+ .fancybox-opened {
184
+ z-index: 8030;
185
+ }
186
+
187
+ .fancybox-opened .fancybox-skin {
188
+ -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
189
+ -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
190
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
191
+ }
192
+
193
+ .fancybox-outer, .fancybox-inner {
194
+ position: relative;
195
+ }
196
+
197
+ .fancybox-inner {
198
+ overflow: hidden;
199
+ }
200
+
201
+ .fancybox-type-iframe .fancybox-inner {
202
+ -webkit-overflow-scrolling: touch;
203
+ }
204
+
205
+ .fancybox-error {
206
+ color: #444;
207
+ font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
208
+ margin: 0;
209
+ padding: 15px;
210
+ white-space: nowrap;
211
+ }
212
+
213
+ .fancybox-image, .fancybox-iframe {
214
+ display: block;
215
+ width: 100%;
216
+ height: 100%;
217
+ }
218
+
219
+ .fancybox-image {
220
+ max-width: 100%;
221
+ max-height: 100%;
222
+ }
223
+
224
+ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
225
+ background-image: url('fancybox_sprite.png');
226
+ }
227
+
228
+ #fancybox-loading {
229
+ position: fixed;
230
+ top: 50%;
231
+ left: 50%;
232
+ margin-top: -22px;
233
+ margin-left: -22px;
234
+ background-position: 0 -108px;
235
+ opacity: 0.8;
236
+ cursor: pointer;
237
+ z-index: 8060;
238
+ }
239
+
240
+ #fancybox-loading div {
241
+ width: 44px;
242
+ height: 44px;
243
+ background: url('fancybox_loading.gif') center center no-repeat;
244
+ }
245
+
246
+ .fancybox-close {
247
+ position: absolute;
248
+ top: -18px;
249
+ right: -18px;
250
+ width: 36px;
251
+ height: 36px;
252
+ cursor: pointer;
253
+ z-index: 8040;
254
+ }
255
+
256
+ .fancybox-nav {
257
+ position: absolute;
258
+ top: 0;
259
+ width: 40%;
260
+ height: 100%;
261
+ cursor: pointer;
262
+ text-decoration: none;
263
+ background: transparent url('blank.gif'); /* helps IE */
264
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
265
+ z-index: 8040;
266
+ }
267
+
268
+ .fancybox-prev {
269
+ left: 0;
270
+ }
271
+
272
+ .fancybox-next {
273
+ right: 0;
274
+ }
275
+
276
+ .fancybox-nav span {
277
+ position: absolute;
278
+ top: 50%;
279
+ width: 36px;
280
+ height: 34px;
281
+ margin-top: -18px;
282
+ cursor: pointer;
283
+ z-index: 8040;
284
+ visibility: hidden;
285
+ }
286
+
287
+ .fancybox-prev span {
288
+ left: 10px;
289
+ background-position: 0 -36px;
290
+ }
291
+
292
+ .fancybox-next span {
293
+ right: 10px;
294
+ background-position: 0 -72px;
295
+ }
296
+
297
+ .fancybox-nav:hover span {
298
+ visibility: visible;
299
+ }
300
+
301
+ .fancybox-tmp {
302
+ position: absolute;
303
+ top: -99999px;
304
+ left: -99999px;
305
+ visibility: hidden;
306
+ max-width: 99999px;
307
+ max-height: 99999px;
308
+ overflow: visible !important;
309
+ }
310
+
311
+ /* Overlay helper */
312
+
313
+ .fancybox-lock {
314
+ overflow: hidden !important;
315
+ width: auto;
316
+ }
317
+
318
+ .fancybox-lock body {
319
+ overflow: hidden !important;
320
+ }
321
+
322
+ .fancybox-lock-test {
323
+ overflow-y: hidden !important;
324
+ }
325
+
326
+ .fancybox-overlay {
327
+ position: absolute;
328
+ top: 0;
329
+ left: 0;
330
+ overflow: hidden;
331
+ display: none;
332
+ z-index: 8010;
333
+ background: url('fancybox_overlay.png');
334
+ }
335
+
336
+ .fancybox-overlay-fixed {
337
+ position: fixed;
338
+ bottom: 0;
339
+ right: 0;
340
+ }
341
+
342
+ .fancybox-lock .fancybox-overlay {
343
+ overflow: auto;
344
+ overflow-y: scroll;
345
+ }
346
+
347
+ /* Title helper */
348
+
349
+ .fancybox-title {
350
+ visibility: hidden;
351
+ font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
352
+ position: relative;
353
+ text-shadow: none;
354
+ z-index: 8050;
355
+ }
356
+
357
+ .fancybox-opened .fancybox-title {
358
+ visibility: visible;
359
+ }
360
+
361
+ .fancybox-title-float-wrap {
362
+ position: absolute;
363
+ bottom: 0;
364
+ right: 50%;
365
+ margin-bottom: -35px;
366
+ z-index: 8050;
367
+ text-align: center;
368
+ }
369
+
370
+ .fancybox-title-float-wrap .child {
371
+ display: inline-block;
372
+ margin-right: -100%;
373
+ padding: 2px 20px;
374
+ background: transparent; /* Fallback for web browsers that doesn't support RGBa */
375
+ background: rgba(0, 0, 0, 0.8);
376
+ -webkit-border-radius: 15px;
377
+ -moz-border-radius: 15px;
378
+ border-radius: 15px;
379
+ text-shadow: 0 1px 2px #222;
380
+ color: #FFF;
381
+ font-weight: bold;
382
+ line-height: 24px;
383
+ white-space: nowrap;
384
+ }
385
+
386
+ .fancybox-title-outside-wrap {
387
+ position: relative;
388
+ margin-top: 10px;
389
+ color: #fff;
390
+ }
391
+
392
+ .fancybox-title-inside-wrap {
393
+ padding-top: 10px;
394
+ }
395
+
396
+ .fancybox-title-over-wrap {
397
+ position: absolute;
398
+ bottom: 0;
399
+ left: 0;
400
+ color: #fff;
401
+ padding: 10px;
402
+ background: #000;
403
+ background: rgba(0, 0, 0, .8);
404
+ }
405
+
406
+ /*Retina graphics!*/
407
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
408
+ only screen and (min--moz-device-pixel-ratio: 1.5),
409
+ only screen and (min-device-pixel-ratio: 1.5){
410
+
411
+ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
412
+ background-image: url('fancybox_sprite@2x.png');
413
+ background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
414
+ }
415
+
416
+ #fancybox-loading div {
417
+ background-image: url('fancybox_loading@2x.gif');
418
+ background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
419
+ }
420
+ }
421
+ body {
422
+ font-family: 'Lato', sans-serif;
423
+ padding: 12px 24px;
424
+ color: #777; }
425
+
426
+ a {
427
+ color: #3b8bba;
428
+ text-decoration: none; }
429
+
430
+ table {
431
+ width: 100%; }
432
+
433
+ .header {
434
+ min-height: 60px;
435
+ margin: 0;
436
+ color: #1F8DD6;
437
+ padding: 1em 2em;
438
+ text-align: center; }
439
+
440
+ .header h1 {
441
+ font-family: 'Lato', sans-serif;
442
+ margin: 0.2em 0;
443
+ font-size: 4em;
444
+ font-weight: 300;
445
+ font-weight: 300; }
446
+
447
+ .subhead {
448
+ font-weight: 300;
449
+ position: relative; }
450
+
451
+ .dataTables_filter {
452
+ margin-bottom: 10px;
453
+ margin-left: 10px; }
454
+
455
+ .dataTables_info {
456
+ margin-top: 10px;
457
+ margin-left: 10px; }
458
+
459
+ a.src_link {
460
+ background: url("./magnify.png") no-repeat left 50%;
461
+ padding-left: 18px; }
462
+
463
+ th {
464
+ white-space: nowrap;
465
+ font-weight: 400; }
466
+
467
+ .source_files {
468
+ display: none; }
469
+
470
+ .source_table pre {
471
+ margin: 0;
472
+ padding: 0;
473
+ white-space: normal;
474
+ color: #000;
475
+ font-family: Consolas, 'Bitstream Vera Sans Mono', Monaco, Courier, monospace; }
476
+ .source_table pre p {
477
+ font-family: 'Lato', sans-serif;
478
+ color: white;
479
+ margin: 0px;
480
+ padding: 10px 0 10px 15px; }
481
+ .source_table code {
482
+ color: #000;
483
+ font-family: Consolas, 'Bitstream Vera Sans Mono', Monaco, Courier, monospace; }
484
+ .source_table pre {
485
+ background-color: #333; }
486
+ .source_table pre ol {
487
+ margin: 0px;
488
+ padding: 0px;
489
+ margin-left: 45px;
490
+ font-size: 13px;
491
+ color: white; }
492
+ .source_table pre li {
493
+ background-color: #f8f8ff;
494
+ padding-left: 10px; }
495
+ .source_table pre li code {
496
+ white-space: pre;
497
+ white-space: pre-wrap;
498
+ padding: 1px; }
499
+ .source_table pre li:first-child {
500
+ padding-top: 4px; }
501
+ .source_table pre li:last-child {
502
+ padding-bottom: 4px; }
503
+ .source_table .smelly {
504
+ border-left: 7px solid #ee7b10; }
505
+ .source_table .smelly:nth-child(even), .source_table .smelly:nth-child(even) code {
506
+ background-color: #f7e9d0; }
507
+ .source_table .smelly:nth-child(odd), .source_table .smelly:nth-child(odd) code {
508
+ background-color: #f7e3c1; }
509
+
510
+ #footer {
511
+ font-size: 12px;
512
+ margin-top: 12px;
513
+ text-align: right; }
514
+
515
+ abbr.timeago {
516
+ text-decoration: none;
517
+ border: none; }
518
+
519
+ .green {
520
+ color: #009900; }
521
+
522
+ .red {
523
+ color: #990000; }
524
+
525
+ .yellow {
526
+ color: #ddaa00; }
527
+
528
+
529
+