fat_date 0.1.4 → 0.2.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.
data/doc/css/style.css ADDED
@@ -0,0 +1,490 @@
1
+ html {
2
+ width: 100%;
3
+ height: 100%;
4
+ }
5
+ body {
6
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
7
+ font-size: 13px;
8
+ width: 100%;
9
+ margin: 0;
10
+ padding: 0;
11
+ display: flex;
12
+ }
13
+
14
+ #nav {
15
+ position: relative;
16
+ width: 100%;
17
+ height: 100%;
18
+ border: 0;
19
+ border-right: 1px dotted #eee;
20
+ overflow: auto;
21
+ }
22
+ .nav_wrap {
23
+ margin: 0;
24
+ padding: 0;
25
+ width: 20%;
26
+ height: 100%;
27
+ position: relative;
28
+ display: flex;
29
+ flex-shrink: 0;
30
+ }
31
+ #resizer {
32
+ position: absolute;
33
+ right: -5px;
34
+ top: 0;
35
+ width: 10px;
36
+ height: 100%;
37
+ cursor: col-resize;
38
+ z-index: 9999;
39
+ }
40
+ #main {
41
+ flex: 5 1;
42
+ outline: none;
43
+ position: relative;
44
+ background: #fff;
45
+ padding: 1.2em;
46
+ padding-top: 0.2em;
47
+ box-sizing: border-box;
48
+ }
49
+
50
+ @media (max-width: 920px) {
51
+ body { display: block; }
52
+ .nav_wrap { width: 80vw !important; top: 0; right: 0; overflow: visible; position: absolute; }
53
+ #resizer { display: none; }
54
+ #nav {
55
+ z-index: 9999;
56
+ background: #fff;
57
+ display: none;
58
+ position: absolute;
59
+ top: 40px;
60
+ right: 12px;
61
+ width: 500px;
62
+ max-width: 80%;
63
+ height: 80%;
64
+ overflow-y: scroll;
65
+ border: 1px solid #999;
66
+ border-collapse: collapse;
67
+ box-shadow: -7px 5px 25px #aaa;
68
+ border-radius: 2px;
69
+ }
70
+ }
71
+
72
+ @media (min-width: 920px) {
73
+ body { height: 100%; overflow: hidden; }
74
+ #main { height: 100%; overflow: auto; }
75
+ #search { display: none; }
76
+ }
77
+
78
+ @media (max-width: 320px) {
79
+ body { height: 100%; overflow: hidden; overflow-wrap: break-word; }
80
+ #main { height: 100%; overflow: auto; }
81
+ }
82
+
83
+ #main img { max-width: 100%; }
84
+ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dotted #d5d5d5; }
85
+ h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
86
+ h1.title { margin-bottom: 10px; }
87
+ h1.alphaindex { margin-top: 0; font-size: 22px; }
88
+ h2 {
89
+ padding: 0;
90
+ padding-bottom: 3px;
91
+ border-bottom: 1px #aaa solid;
92
+ font-size: 1.4em;
93
+ margin: 1.8em 0 0.5em;
94
+ position: relative;
95
+ }
96
+ h2 small { font-weight: normal; font-size: 0.7em; display: inline; position: absolute; right: 0; }
97
+ h2 small a {
98
+ display: block;
99
+ height: 20px;
100
+ border: 1px solid #aaa;
101
+ border-bottom: 0;
102
+ border-top-left-radius: 5px;
103
+ background: #f8f8f8;
104
+ position: relative;
105
+ padding: 2px 7px;
106
+ }
107
+ a { font-weight: 550; }
108
+ .clear { clear: both; }
109
+ .inline { display: inline; }
110
+ .inline p:first-child { display: inline; }
111
+ .docstring, .tags, #filecontents { font-size: 15px; line-height: 1.5145em; }
112
+ .docstring p > code, .docstring p > tt, .tags p > code, .tags p > tt {
113
+ color: #c7254e; background: #f9f2f4; padding: 2px 4px; font-size: 1em;
114
+ border-radius: 4px;
115
+ }
116
+ .docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
117
+ .docstring h1 { font-size: 1.2em; }
118
+ .docstring h2 { font-size: 1.1em; }
119
+ .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
120
+ .summary_desc .object_link a, .docstring .object_link a {
121
+ font-family: monospace; font-size: 1.05em;
122
+ color: #05a; background: #EDF4FA; padding: 2px 4px; font-size: 1em;
123
+ border-radius: 4px;
124
+ }
125
+ .rdoc-term { padding-right: 25px; font-weight: bold; }
126
+ .rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
127
+ .summary_desc pre.code .object_link a, .docstring pre.code .object_link a {
128
+ padding: 0px; background: inherit; color: inherit; border-radius: inherit;
129
+ }
130
+
131
+ /* style for <table> */
132
+ #filecontents table, .docstring table { border-collapse: collapse; }
133
+ #filecontents table th, #filecontents table td,
134
+ .docstring table th, .docstring table td { border: 1px solid #ccc; padding: 8px; padding-right: 17px; }
135
+ #filecontents table tr:nth-child(odd),
136
+ .docstring table tr:nth-child(odd) { background: #eee; }
137
+ #filecontents table tr:nth-child(even),
138
+ .docstring table tr:nth-child(even) { background: #fff; }
139
+ #filecontents table th, .docstring table th { background: #fff; }
140
+
141
+ /* style for <ul> */
142
+ #filecontents li > p, .docstring li > p { margin: 0px; }
143
+ #filecontents ul, .docstring ul { padding-left: 20px; }
144
+ /* style for <dl> */
145
+ #filecontents dl, .docstring dl { border: 1px solid #ccc; }
146
+ #filecontents dt, .docstring dt { background: #ddd; font-weight: bold; padding: 3px 5px; }
147
+ #filecontents dd, .docstring dd { padding: 5px 0px; margin-left: 18px; }
148
+ #filecontents dd > p, .docstring dd > p { margin: 0px; }
149
+
150
+ .note {
151
+ color: #222;
152
+ margin: 20px 0;
153
+ padding: 10px;
154
+ border: 1px solid #eee;
155
+ border-radius: 3px;
156
+ display: block;
157
+ }
158
+ .docstring .note {
159
+ border-left-color: #ccc;
160
+ border-left-width: 5px;
161
+ }
162
+ .note.todo { background: #ffffc5; border-color: #ececaa; }
163
+ .note.returns_void { background: #efefef; }
164
+ .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
165
+ .note.title.deprecated { background: #ffe5e5; border-color: #e9dada; }
166
+ .note.private { background: #ffffc5; border-color: #ececaa; }
167
+ .note.title { padding: 3px 6px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
168
+ .summary_signature + .note.title { margin-left: 7px; }
169
+ h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
170
+ .note.title { background: #efefef; }
171
+ .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
172
+ .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
173
+ .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
174
+ .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
175
+ .note.title.not_defined_here { background: transparent; border: none; font-style: italic; }
176
+ .discussion .note { margin-top: 6px; }
177
+ .discussion .note:first-child { margin-top: 0; }
178
+
179
+ h3.inherited {
180
+ font-style: italic;
181
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
182
+ font-weight: normal;
183
+ padding: 0;
184
+ margin: 0;
185
+ margin-top: 12px;
186
+ margin-bottom: 3px;
187
+ font-size: 13px;
188
+ }
189
+ p.inherited {
190
+ padding: 0;
191
+ margin: 0;
192
+ margin-left: 25px;
193
+ }
194
+
195
+ .box_info dl {
196
+ margin: 0;
197
+ border: 0;
198
+ width: 100%;
199
+ font-size: 1em;
200
+ display: flex;
201
+ }
202
+ .box_info dl dt {
203
+ flex-shrink: 0;
204
+ width: 100px;
205
+ text-align: right;
206
+ font-weight: bold;
207
+ border: 1px solid #aaa;
208
+ border-width: 1px 0px 0px 1px;
209
+ padding: 6px 0;
210
+ padding-right: 10px;
211
+ }
212
+ .box_info dl dd {
213
+ flex-grow: 1;
214
+ max-width: 420px;
215
+ padding: 6px 0;
216
+ padding-right: 20px;
217
+ border: 1px solid #aaa;
218
+ border-width: 1px 1px 0 0;
219
+ overflow: hidden;
220
+ position: relative;
221
+ }
222
+ .box_info dl:last-child > * {
223
+ border-bottom: 1px solid #aaa;
224
+ }
225
+ .box_info dl:nth-child(odd) > * { background: #eee; }
226
+ .box_info dl:nth-child(even) > * { background: #fff; }
227
+ .box_info dl > * { margin: 0; }
228
+
229
+ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
230
+ .index_inline_list { padding-left: 0; font-size: 1.1em; }
231
+
232
+ .index_inline_list li {
233
+ list-style: none;
234
+ display: inline-block;
235
+ padding: 0 12px;
236
+ line-height: 30px;
237
+ margin-bottom: 5px;
238
+ }
239
+
240
+ dl.constants { margin-left: 10px; }
241
+ dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
242
+ dl.constants.compact dt { display: inline-block; font-weight: normal }
243
+ dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
244
+ dl.constants .docstring .note:first-child { margin-top: 5px; }
245
+
246
+ .summary_desc {
247
+ margin-left: 32px;
248
+ display: block;
249
+ font-family: sans-serif;
250
+ font-size: 1.1em;
251
+ margin-top: 8px;
252
+ line-height: 1.5145em;
253
+ margin-bottom: 0.8em;
254
+ }
255
+ .summary_desc tt { font-size: 0.9em; }
256
+ dl.constants .note { padding: 2px 6px; padding-right: 12px; margin-top: 6px; }
257
+ dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
258
+ dl.constants .tags { padding-left: 32px; font-size: 0.9em; line-height: 0.8em; }
259
+ dl.constants .discussion *:first-child { margin-top: 0; }
260
+ dl.constants .discussion *:last-child { margin-bottom: 0; }
261
+
262
+ .method_details { border-top: 1px dotted #ccc; margin-top: 25px; padding-top: 0; }
263
+ .method_details.first { border: 0; margin-top: 5px; }
264
+ .method_details.first h3.signature { margin-top: 1em; }
265
+ p.signature, h3.signature {
266
+ font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
267
+ padding: 6px 10px; margin-top: 1em;
268
+ background: #E8F4FF; border: 1px solid #d8d8e5; border-radius: 5px;
269
+ }
270
+ p.signature tt,
271
+ h3.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
272
+ p.signature .overload,
273
+ h3.signature .overload { display: block; }
274
+ p.signature .extras,
275
+ h3.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
276
+ p.signature .not_defined_here,
277
+ h3.signature .not_defined_here,
278
+ p.signature .aliases,
279
+ h3.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
280
+ p.signature .aliases .names,
281
+ h3.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
282
+
283
+ .tags .tag_title { font-size: 1.05em; margin-bottom: 0; font-weight: bold; }
284
+ .tags .tag_title tt { color: initial; padding: initial; background: initial; }
285
+ .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
286
+ .tags ul li { margin-bottom: 3px; }
287
+ .tags ul .name { font-family: monospace; font-weight: bold; }
288
+ .tags ul .note { padding: 3px 6px; }
289
+ .tags { margin-bottom: 12px; }
290
+
291
+ .tags .examples .tag_title { margin-bottom: 10px; font-weight: bold; }
292
+ .tags .examples .inline p { padding: 0; margin: 0; font-weight: bold; font-size: 1em; }
293
+ .tags .examples .inline p:before { content: "▸"; font-size: 1em; margin-right: 5px; }
294
+
295
+ .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
296
+ .tags .overload .overload_item .signature {
297
+ padding: 2px 8px;
298
+ background: #F1F8FF; border: 1px solid #d8d8e5; border-radius: 3px;
299
+ }
300
+ .tags .overload .signature { margin-left: -15px; font-family: monospace; display: block; font-size: 1.1em; }
301
+ .tags .overload .docstring { margin-top: 15px; }
302
+
303
+ .defines { display: none; }
304
+
305
+ #method_missing_details .notice.this { position: relative; top: -8px; color: #888; padding: 0; margin: 0; }
306
+
307
+ .showSource { font-size: 0.9em; }
308
+ .showSource a, .showSource a:visited { text-decoration: none; color: #666; }
309
+
310
+ #content a, #content a:visited { text-decoration: none; color: #05a; }
311
+ #content a:hover { background: #ffffa5; }
312
+
313
+ ul.summary {
314
+ list-style: none;
315
+ font-family: monospace;
316
+ font-size: 1em;
317
+ line-height: 1.5em;
318
+ padding-left: 0px;
319
+ }
320
+ ul.summary a, ul.summary a:visited {
321
+ text-decoration: none; font-size: 1.1em;
322
+ }
323
+ ul.summary li { margin-bottom: 5px; }
324
+ .summary_signature { padding: 4px 8px; background: #f8f8f8; border: 1px solid #f0f0f0; border-radius: 5px; }
325
+ .summary_signature:hover { background: #CFEBFF; border-color: #A4CCDA; cursor: pointer; }
326
+ .summary_signature.deprecated { background: #ffe5e5; border-color: #e9dada; }
327
+ ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
328
+ ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
329
+ #content .summary_signature:hover a,
330
+ #content .summary_signature:hover a:visited {
331
+ background: transparent;
332
+ color: #049;
333
+ }
334
+
335
+ p.inherited a { font-family: monospace; font-size: 0.9em; }
336
+ p.inherited { word-spacing: 5px; font-size: 1.2em; }
337
+
338
+ p.children { font-size: 1.2em; }
339
+ p.children a { font-size: 0.9em; }
340
+ p.children strong { font-size: 0.8em; }
341
+ p.children strong.modules { padding-left: 5px; }
342
+
343
+ ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
344
+ ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
345
+ ul.fullTree li { text-align: center; padding-top: 18px; padding-bottom: 12px; background: url(data:image/gif;base64,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) no-repeat top center; }
346
+ ul.fullTree li:first-child { padding-top: 0; background: transparent; }
347
+ ul.fullTree li:last-child { padding-bottom: 0; }
348
+ .showAll ul.fullTree { display: block; }
349
+ .showAll .inheritName { display: none; }
350
+
351
+ #search { position: absolute; right: 12px; top: 0px; z-index: 9000; }
352
+ #search a {
353
+ display: block; float: left;
354
+ padding: 4px 8px; text-decoration: none; color: #05a; fill: #05a;
355
+ border: 1px solid #d8d8e5;
356
+ border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
357
+ background: #F1F8FF;
358
+ box-shadow: -1px 1px 3px #ddd;
359
+ }
360
+ #search a:hover { background: #f5faff; color: #06b; fill: #06b; }
361
+ #search a.active {
362
+ background: #568; padding-bottom: 20px; color: #fff; fill: #fff;
363
+ border: 1px solid #457;
364
+ border-top-left-radius: 5px; border-top-right-radius: 5px;
365
+ }
366
+ #search a.inactive { color: #999; fill: #999; }
367
+ .inheritanceTree, .toggleDefines {
368
+ float: right;
369
+ border-left: 1px solid #aaa;
370
+ position: absolute; top: 0; right: 0;
371
+ height: 100%;
372
+ background: #f6f6f6;
373
+ padding: 5px;
374
+ min-width: 55px;
375
+ text-align: center;
376
+ }
377
+
378
+ #menu { font-size: 1.3em; color: #bbb; }
379
+ #menu .title, #menu a { font-size: 0.7em; }
380
+ #menu .title a { font-size: 1em; }
381
+ #menu .title { color: #555; }
382
+ #menu a, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
383
+ #menu a:hover { color: #05a; }
384
+
385
+ #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
386
+ #footer a, #footer a:visited { color: #444; text-decoration: none; border-bottom: 1px dotted #bbd; }
387
+ #footer a:hover { color: #05a; }
388
+
389
+ #listing ul.alpha { font-size: 1.1em; }
390
+ #listing ul.alpha { margin: 0; padding: 0; padding-bottom: 10px; list-style: none; }
391
+ #listing ul.alpha li.letter { font-size: 1.4em; padding-bottom: 10px; }
392
+ #listing ul.alpha ul { margin: 0; padding-left: 15px; }
393
+ #listing ul small { color: #666; font-size: 0.7em; }
394
+
395
+ li.r1 { background: #f0f0f0; }
396
+ li.r2 { background: #fafafa; }
397
+
398
+ #content ul.summary li.deprecated .summary_signature a,
399
+ #content ul.summary li.deprecated .summary_signature a:visited { text-decoration: line-through; font-style: italic; }
400
+
401
+ #toc {
402
+ position: relative;
403
+ float: right;
404
+ overflow-x: auto;
405
+ right: -3px;
406
+ margin-left: 20px;
407
+ margin-bottom: 20px;
408
+ padding: 20px; padding-right: 30px;
409
+ max-width: 300px;
410
+ z-index: 5000;
411
+ background: #fefefe;
412
+ border: 1px solid #ddd;
413
+ box-shadow: -2px 2px 6px #bbb;
414
+ }
415
+ #toc .title { margin: 0; }
416
+ #toc ol { padding-left: 1.8em; }
417
+ #toc li { font-size: 1.1em; line-height: 1.7em; }
418
+ #toc > ol > li { font-size: 1.1em; font-weight: bold; }
419
+ #toc ol > li > ol { font-size: 0.9em; }
420
+ #toc ol ol > li > ol { padding-left: 2.3em; }
421
+ #toc ol + li { margin-top: 0.3em; }
422
+ #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
423
+ #toc.hidden:hover { background: #fafafa; }
424
+ #filecontents h1 + #toc.nofloat { margin-top: 0; }
425
+ @media (max-width: 560px) {
426
+ #toc {
427
+ margin-left: 0;
428
+ margin-top: 16px;
429
+ float: none;
430
+ max-width: none;
431
+ }
432
+ }
433
+
434
+ /* syntax highlighting */
435
+ .source_code { display: none; padding: 3px 8px; border-left: 8px solid #ddd; margin-top: 5px; }
436
+ #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
437
+ #filecontents pre.code, .docstring pre.code { display: block; }
438
+ .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
439
+ #filecontents pre.code, .docstring pre.code,
440
+ .tags pre.example {
441
+ padding: 9px 14px;
442
+ margin-top: 4px;
443
+ border: 1px solid #e1e1e8;
444
+ background: #f7f7f9;
445
+ border-radius: 4px;
446
+ font-size: 1em;
447
+ overflow-x: auto;
448
+ line-height: 1.2em;
449
+ }
450
+ pre.code { color: #000; tab-size: 2; }
451
+ pre.code .info.file { color: #555; }
452
+ pre.code .val { color: #036A07; }
453
+ pre.code .tstring_content,
454
+ pre.code .heredoc_beg, pre.code .heredoc_end,
455
+ pre.code .qwords_beg, pre.code .qwords_end, pre.code .qwords_sep,
456
+ pre.code .words_beg, pre.code .words_end, pre.code .words_sep,
457
+ pre.code .qsymbols_beg, pre.code .qsymbols_end, pre.code .qsymbols_sep,
458
+ pre.code .symbols_beg, pre.code .symbols_end, pre.code .symbols_sep,
459
+ pre.code .tstring, pre.code .dstring { color: #036A07; }
460
+ pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
461
+ pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
462
+ pre.code .dot + pre.code .id,
463
+ pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
464
+ pre.code .comment { color: #0066FF; }
465
+ pre.code .const, pre.code .constant { color: #585CF6; }
466
+ pre.code .label,
467
+ pre.code .symbol { color: #C5060B; }
468
+ pre.code .kw,
469
+ pre.code .rubyid_require,
470
+ pre.code .rubyid_extend,
471
+ pre.code .rubyid_include { color: #0000FF; }
472
+ pre.code .ivar { color: #318495; }
473
+ pre.code .gvar,
474
+ pre.code .rubyid_backref,
475
+ pre.code .rubyid_nth_ref { color: #6D79DE; }
476
+ pre.code .regexp, .dregexp { color: #036A07; }
477
+ pre.code a { border-bottom: 1px dotted #bbf; }
478
+ /* inline code */
479
+ *:not(pre) > code {
480
+ padding: 1px 3px 1px 3px;
481
+ border: 1px solid #E1E1E8;
482
+ background: #F7F7F9;
483
+ border-radius: 4px;
484
+ }
485
+
486
+ /* Color fix for links */
487
+ #content .summary_desc pre.code .id > .object_link a, /* identifier */
488
+ #content .docstring pre.code .id > .object_link a { color: #0085FF; }
489
+ #content .summary_desc pre.code .const > .object_link a, /* constant */
490
+ #content .docstring pre.code .const > .object_link a { color: #585CF6; }