jekyll-theme-nanusefue 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/head.html +22 -0
  5. data/_includes/nav.html +39 -0
  6. data/_layouts/category.html +27 -0
  7. data/_layouts/default.html +8 -0
  8. data/_layouts/home.html +27 -0
  9. data/_layouts/page.html +8 -0
  10. data/_layouts/post.html +8 -0
  11. data/assets/css/globalstyle.css +2939 -0
  12. data/assets/css/stylesheet.css +890 -0
  13. data/assets/css/vim.css +79 -0
  14. data/assets/globalstyle.css +2939 -0
  15. data/assets/highlighting/README.md +22 -0
  16. data/assets/highlighting/UNLICENSE.txt +24 -0
  17. data/assets/highlighting/autumn.css +66 -0
  18. data/assets/highlighting/borland.css +52 -0
  19. data/assets/highlighting/bw.css +39 -0
  20. data/assets/highlighting/colorful.css +69 -0
  21. data/assets/highlighting/default.css +69 -0
  22. data/assets/highlighting/emacs.css +69 -0
  23. data/assets/highlighting/friendly.css +69 -0
  24. data/assets/highlighting/fruity.css +78 -0
  25. data/assets/highlighting/makefile +33 -0
  26. data/assets/highlighting/manni.css +69 -0
  27. data/assets/highlighting/monokai.css +70 -0
  28. data/assets/highlighting/murphy.css +69 -0
  29. data/assets/highlighting/native.css +78 -0
  30. data/assets/highlighting/package.json +15 -0
  31. data/assets/highlighting/pastie.css +68 -0
  32. data/assets/highlighting/perldoc.css +66 -0
  33. data/assets/highlighting/requirements.txt +1 -0
  34. data/assets/highlighting/tango.css +77 -0
  35. data/assets/highlighting/trac.css +67 -0
  36. data/assets/highlighting/vim.css +78 -0
  37. data/assets/highlighting/vs.css +38 -0
  38. data/assets/stylesheet.css +893 -0
  39. metadata +42 -5
@@ -0,0 +1,890 @@
1
+ /*
2
+ * Global Mondrian styles
3
+ */
4
+ body, html {
5
+ margin: 0px;
6
+ padding: 0px;
7
+ }
8
+
9
+ body {
10
+ background: #ffffff;
11
+ color: #000000;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ font-size: 12px;
14
+ height: 100%;
15
+ line-height: 1.5;
16
+ margin: 0 auto 0 auto;
17
+ width: 975px;
18
+ }
19
+
20
+ /*
21
+ * Header / Navigation
22
+ */
23
+
24
+ .header_img {
25
+ margin: 0 0 0 49px;
26
+ position: relative;
27
+ z-index: 11;
28
+ }
29
+
30
+ .view_tag_info, .nav_container br {
31
+ display:none!important;
32
+ }
33
+ .nav_container {
34
+ line-height: 165%;
35
+ margin-left: 47px;
36
+ padding: 0px;
37
+ position: fixed;
38
+ top: 70px;
39
+ width: 18px;
40
+ z-index: 12;
41
+ }
42
+
43
+ /* Enabled via Display Options */
44
+ .nav_container.horizontal {
45
+ position: absolute;
46
+ width: 670px;
47
+ z-index: 25;
48
+ }
49
+
50
+ .nav_container.horizontal div {
51
+ float: left;
52
+ padding-right: 10px;
53
+ }
54
+
55
+ #nav_loadspin {
56
+ display: none;
57
+ position: fixed;
58
+ top: 8px; left: 35px;
59
+ z-index: 11;
60
+ }
61
+
62
+ .nav_container a {
63
+ font-size: 13px;
64
+ padding: 2px 3px 2px 1px;
65
+ text-decoration: none;
66
+ }
67
+
68
+ .project_link a {
69
+ color: #000000;
70
+ }
71
+
72
+ .project_link a:hover {
73
+ background: #ffff66;
74
+ color: #000000;
75
+ }
76
+
77
+ .project_link a:active {
78
+ background: #000000;
79
+ color: #ffffff;
80
+ }
81
+
82
+ .page_link a {
83
+ color: #999999;
84
+ }
85
+
86
+ .page_link a:hover {
87
+ background: #ffff66;
88
+ color: #222222;
89
+ }
90
+
91
+ .page_link a:active {
92
+
93
+ color: #ffffff;
94
+ }
95
+
96
+ .link_link a {
97
+ color: #999999;
98
+
99
+ }
100
+
101
+ .link_link a:hover {
102
+ background: #ffff66;
103
+ color: #222222;
104
+ }
105
+
106
+ .link_link a:active {
107
+
108
+
109
+ color: #ffffff;
110
+ }
111
+
112
+ .nav_active a {
113
+ background: #000000;
114
+ color: #ffffff;
115
+ }
116
+
117
+ .nav_active a:active {
118
+ background:#cccccc;
119
+ color:#ffffff;
120
+ }
121
+
122
+ .pagination {
123
+ color: #999999;
124
+ font-size: 11px;
125
+ z-index: 11;
126
+ }
127
+
128
+ .pagination a {
129
+ color: #00AF8A;
130
+ }
131
+
132
+ .pagination a:hover {
133
+ background: #ffff66;
134
+ color: #222222;
135
+ }
136
+
137
+ .pagination a:active {
138
+ background: #000000;
139
+ color: #ffffff;
140
+ }
141
+
142
+ .nav_follow {
143
+ color: #222222;
144
+ font-size: 11px;
145
+ z-index: 11;
146
+ }
147
+
148
+ .nav_follow a {
149
+ color: #222222;
150
+ text-decoration: underline;
151
+ }
152
+
153
+ .nav_follow a:hover {
154
+ background: #ffff66;
155
+ color: #222222;
156
+ text-decoration: none;
157
+ }
158
+
159
+ .nav_follow a:active {
160
+ background: #000000;
161
+ color: #ffffff;
162
+ text-decoration: none;
163
+ }
164
+
165
+ .view_tag_info {
166
+ color: #999999;
167
+ font-size: 11px;
168
+ padding-left: 3px;
169
+ }
170
+
171
+ .view_tag_info a {
172
+ color: #0066ff;
173
+ }
174
+
175
+ .view_tag_info a:hover {
176
+ background: #ffff66;
177
+ color: #000000;
178
+ }
179
+
180
+ .view_tag_info a:active {
181
+ background: #000000;
182
+ color: #ffffff;
183
+ }
184
+
185
+ /*
186
+ * Content
187
+ */
188
+
189
+ #content_container {
190
+ padding: 26px 0 0 200px;
191
+ position: relative;
192
+ width: 705px;
193
+ z-index: 10;
194
+ }
195
+
196
+ #maincontainer {
197
+ display: none;
198
+ margin: 0 0 35px 0;
199
+ width: 705px;
200
+ }
201
+
202
+ .bodycopy a {
203
+ color: #000000;
204
+ text-decoration: underline;
205
+ }
206
+
207
+ .bodycopy a:hover {
208
+ background: #ffff66;
209
+ color: #000000;
210
+ text-decoration: none;
211
+ }
212
+
213
+ .bodycopy a:active {
214
+ background: #000000;
215
+ color: #ffffff;
216
+ }
217
+
218
+ .project_content {
219
+ color: #555;
220
+ width: px;
221
+ }
222
+
223
+ .project_title {
224
+ color: #000000;
225
+ font-family: Helvetica, Arial, sans-serif;
226
+ font-size: 20px;
227
+ line-height: 1;
228
+ margin: -8px 0 0 0;
229
+ padding: 0 0 15px 0;
230
+ }
231
+
232
+ /*
233
+ * Project hHeader
234
+ */
235
+
236
+ .project_header {
237
+ float: right;
238
+ margin: 0 35px 0 0;
239
+ position: relative;
240
+ z-index: 99;
241
+ }
242
+
243
+ .project_header div {
244
+ float: right;
245
+ }
246
+
247
+ .project_header a {
248
+ color: #999999;
249
+ font-size: 11px;
250
+ text-decoration: underline;
251
+ }
252
+
253
+ .project_header a:hover {
254
+ background: #ffff66;
255
+ color: #000000;
256
+ text-decoration: none;
257
+ }
258
+
259
+ .project_header a:active {
260
+ color: #ffffff;
261
+ background: #000000;
262
+ }
263
+
264
+ .project_divider {
265
+ color: #bbbbbb;
266
+ float:right;
267
+ }
268
+
269
+ /*
270
+ * Styling of default typographic headers and elements
271
+ */
272
+
273
+ h1 {
274
+ font-size: 22px;
275
+ line-height: 165%;
276
+ }
277
+
278
+ h2 {
279
+ font-size: 16px;
280
+ line-height: 165%;
281
+ }
282
+
283
+ h3 {
284
+ font-size: 14px;
285
+ line-height: 150%;
286
+ }
287
+
288
+ blockquote {
289
+ color: #666666;
290
+ margin: 0;
291
+ }
292
+
293
+ .project_content img {
294
+ margin: 0px 15px 15px 0px;
295
+ }
296
+
297
+ /*
298
+ * Slideshows
299
+ */
300
+
301
+ .slideshow_nav {
302
+ clear: both;
303
+ color: #999999;
304
+ padding-bottom: 10px;
305
+ font-size: 11px;
306
+ }
307
+
308
+ .slideshow_nav a {
309
+ color: #666666;
310
+ text-decoration: none;
311
+ }
312
+
313
+ .slideshow_nav a:hover {
314
+ background: none !important;
315
+ color: #999999;
316
+ text-decoration: none;
317
+ }
318
+
319
+ .slideshow_nav a:active {
320
+ color: #ff3300;
321
+ }
322
+
323
+ .slideshow_count {
324
+ color: #999999;
325
+ font-size: 11px;
326
+ }
327
+
328
+ .slideshow_wrapper {
329
+ clear: both;
330
+ padding: 0 10px 10px 0px;
331
+ }
332
+
333
+ #slideshow_container img {
334
+ margin: 0px;
335
+ }
336
+
337
+ .slideshow_wrapper a,
338
+ .slideshow_wrapper a:hover,
339
+ .slideshow_wrapper a:active {
340
+ background: none !important;
341
+ }
342
+
343
+ .slideshow_thumbs {
344
+ margin: 0 0 0 0;
345
+ }
346
+
347
+ ul.slideshow_thumbs {
348
+ margin: 0;
349
+ padding: 0;
350
+ }
351
+
352
+ .slideshow_thumb {
353
+ float: left;
354
+ list-style: none;
355
+ margin: -3px 0px 0px -3px;
356
+ padding: 0 7px 7px 0;
357
+ }
358
+
359
+ .slideshow_thumb a {
360
+ background: none !important;
361
+ border: 1px solid transparent;
362
+ display: block;
363
+ padding: 2px;
364
+ }
365
+
366
+ .slideshow_thumb a:hover {
367
+ background: none !important;
368
+ border: 1px solid #ccc;
369
+ }
370
+
371
+ a.activeSlide {
372
+ background: none;
373
+ border: 1px solid #ccc;
374
+ }
375
+
376
+ .slideshow_thumb a:active,
377
+ a.activeSlide:active {
378
+ background: none !important;
379
+ border: 1px solid #666;
380
+ }
381
+
382
+ .slideshow_thumb img {
383
+ border: 0;
384
+ display: block;
385
+ margin: 0;
386
+ height: 60px;
387
+ }
388
+
389
+ .slideshow_caption {
390
+ clear: both;
391
+ display: block;
392
+ font-size: 11px;
393
+ padding: 5px 0 5px 0;
394
+ }
395
+
396
+ /**
397
+ * Fullscreen button
398
+ */
399
+
400
+ a#fullscreen {
401
+ background-color: #1a1a1a;
402
+ background-image: url(/_gfx/fullscreen_open.png);
403
+ background-repeat: no-repeat;
404
+ background-position: 67px 3px;
405
+ border: 1px solid #1a1a1a;
406
+ color: #bbbbbb;
407
+ display: block;
408
+ font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
409
+ font-size: 11px;
410
+ line-height: 18px;
411
+ height: 19px;
412
+ padding: 0 4px 0 5px;
413
+ text-align: left;
414
+ text-decoration: none;
415
+ width: 74px;
416
+ }
417
+
418
+ a#fullscreen:hover {
419
+ background-color: #fff;
420
+ color: #000;
421
+ }
422
+
423
+ a#fullscreen:active {
424
+ background-color: #fff;
425
+ border: 1px solid #999;
426
+ color: #666;
427
+ }
428
+
429
+ /*
430
+ * Project footer
431
+ */
432
+
433
+ .project_footer {
434
+ color: #999999;
435
+ clear: both;
436
+ font-size: 11px;
437
+ padding: 15px 0px 0px 0px;
438
+ }
439
+
440
+ .comment_link a {
441
+
442
+ }
443
+
444
+ .comment_link a:hover {
445
+
446
+ }
447
+
448
+ .footer_title_type {
449
+ color: #000000;
450
+ font-weight: bold;
451
+ }
452
+
453
+ .project_views {
454
+ color: #999999;
455
+ font-style: italic;
456
+ }
457
+
458
+ .project_footer .permalink a {
459
+ color: #999999;
460
+ font-style: italic;
461
+ }
462
+
463
+ .project_footer .permalink a:hover {
464
+ background: #ffff66;
465
+ color: #000000;
466
+ }
467
+
468
+ .project_footer .permalink a:active {
469
+ background: #000000;
470
+ color: #ffffff;
471
+ }
472
+
473
+ .tags {
474
+ color: #999999;
475
+ }
476
+
477
+ .tags a {
478
+ color: #000000;
479
+ text-decoration: none;
480
+ }
481
+
482
+ .tags a:hover {
483
+ background: #ffff66;
484
+ text-decoration: none;
485
+ }
486
+
487
+ .tags a:active {
488
+ background: #000000;
489
+ color: #ffffff;
490
+ }
491
+
492
+ .tags a:visited {
493
+
494
+ }
495
+
496
+ .project_footer .editlink a {
497
+ color: #0066ff;
498
+ font-style: italic;
499
+ }
500
+
501
+ .project_footer .editlink a:hover {
502
+ background: #ffff66;
503
+ color: #000000;
504
+ }
505
+
506
+ .project_footer .editlink a:active {
507
+ background: #000000;
508
+ color: #ffffff;
509
+ }
510
+
511
+
512
+ .project_bottom {
513
+ clear: both;
514
+ border-bottom: 1px solid #cccccc;
515
+ margin: 15px 0px 15px 0px;
516
+ width: 670px;
517
+ }
518
+
519
+ /*
520
+ * Thumbnails
521
+ */
522
+
523
+ .project_thumb {
524
+ float: left;
525
+ margin: 0 35px 10px 0;
526
+ position: relative;
527
+ text-align: center;
528
+ }
529
+
530
+ .project_thumb .hover {
531
+ cursor: pointer;
532
+ text-decoration: none;
533
+ }
534
+
535
+ .project_thumb .nohover {
536
+ text-decoration: none;
537
+ }
538
+
539
+ .project_thumb .hover .thumb_title span {
540
+ background: #ffff66;
541
+ }
542
+
543
+ .project_thumb.active .cardimgcrop {
544
+ border: 1px solid #cccccc;
545
+ }
546
+
547
+ .project_thumb.active .thumb_title span {
548
+ background: #ffff66;
549
+ }
550
+
551
+ .cardimgcrop {
552
+ border: 1px solid transparent;
553
+ margin: -3px -3px 9px -3px;
554
+ padding: 2px;
555
+ position: relative;
556
+ min-width: 200px;
557
+ min-height: 134px;
558
+ }
559
+
560
+ .cardimgcrop.notitle_notag {
561
+ margin-bottom: 22px;
562
+ }
563
+
564
+ .loader_holder {
565
+ display: none;
566
+ position: absolute;
567
+ text-align: center;
568
+ top: 8px; left: 8px;
569
+ z-index: 3;
570
+ }
571
+
572
+ .thumb_title {
573
+ overflow: hidden;
574
+ white-space:nowrap;
575
+ text-align: center;
576
+ width: 200px;
577
+ }
578
+
579
+ .thumb_title.notag {
580
+ margin: 0 0 22px 0;
581
+ }
582
+
583
+ .thumb_title .text {
584
+ color: #000000;
585
+ font-size: 11px;
586
+ font-weight: bold;
587
+ line-height: 15px;
588
+ overflow: hidden;
589
+ padding: 2px 3px 2px 3px;
590
+ white-space: nowrap;
591
+ text-align: center;
592
+ }
593
+
594
+ .thumb_tag {
595
+ color: #999999;
596
+ font-family: Georgia, Times, serif;
597
+ height: 3em;
598
+ line-height: 15px;
599
+ margin: 0 0 2px 0;
600
+ overflow: hidden;
601
+ text-align: center;
602
+ width: 200px;
603
+ }
604
+
605
+ .thumb_tag.notitle {
606
+ margin-top: 5px;
607
+ }
608
+
609
+ .thumb_tag a {
610
+ color: #999999;
611
+ font-size: 11px;
612
+ font-style: italic;
613
+ line-height: 1.5em;
614
+ text-align: center;
615
+ text-decoration: none;
616
+ }
617
+
618
+ .thumb_tag a:hover {
619
+ text-decoration: underline;
620
+ }
621
+
622
+ /*
623
+ * Search results
624
+ */
625
+
626
+ #search_form {
627
+ position: fixed;
628
+ bottom: 20px; left: 35px;
629
+ }
630
+
631
+ #search_form #search_term {
632
+ font-size: 11px;
633
+ width: 188px;
634
+ }
635
+
636
+ #search_form_results {
637
+ padding-bottom: 90px;
638
+ }
639
+
640
+ .search_header {
641
+ color: #000000;
642
+ float: left;
643
+ font-size: 14px;
644
+ font-style: normal;
645
+ font-weight: normal;
646
+ margin: 0;
647
+ padding: 4px 0;
648
+ width: 145px;
649
+ }
650
+
651
+ #search_term {
652
+ background: #ffffff;
653
+ border: 1px solid #cccccc;
654
+ color: #000000;
655
+ float: left;
656
+ font-family: Arial, Helvetica, sans-serif;
657
+ font-size: 14px;
658
+ margin: 0;
659
+ padding: 5px;
660
+ width: 220px;
661
+ }
662
+
663
+ #search_results {
664
+ float: left;
665
+ }
666
+
667
+ .result {
668
+ clear: both;
669
+ font-size: 14px;
670
+ line-height: 22px;
671
+ margin-bottom: 60px;
672
+ }
673
+
674
+ .search_thumb {
675
+ float: left;
676
+ margin: 4px 25px 35px 0px;
677
+ }
678
+
679
+ .search_thumb img {
680
+ width: 120px; height: auto;
681
+ }
682
+
683
+ .search_text {
684
+ width: 500px;
685
+ margin-left: 145px;
686
+ }
687
+
688
+ .search_title a {
689
+ color: #000000;
690
+ font-weight: bold;
691
+ text-decoration: underline;
692
+ }
693
+
694
+ .search_title a:hover {
695
+ background: #ffff66;
696
+ color: #000000;
697
+ text-decoration: none;
698
+ }
699
+
700
+ .search_title a:active {
701
+ background: #000000;
702
+ color: #ffffff;
703
+ text-decoration: none;
704
+ }
705
+
706
+ .search_tags {
707
+ color: #999999;
708
+ font-size: 11px;
709
+ }
710
+
711
+ .search_tags a {
712
+ color: #999999;
713
+ text-decoration: none;
714
+ }
715
+
716
+ .search_tags a:hover {
717
+ background: none;
718
+ color: #000000;
719
+ text-decoration: underline;
720
+ }
721
+
722
+ .search_tags a:active {
723
+ color: #666666;
724
+ }
725
+
726
+ /*
727
+ * Footer
728
+ */
729
+
730
+ .bottompad {
731
+ clear: both;
732
+ position: relative;
733
+ height: 35px;
734
+ margin: 35px 0 0 0;
735
+ width: 705px;
736
+ }
737
+
738
+ /*
739
+ * Video component
740
+ */
741
+
742
+ .video_component {
743
+ float: left;
744
+ margin: 0 15px 15px 0;
745
+ }
746
+
747
+ /*
748
+ * Audio component
749
+ */
750
+
751
+ .audio_component {
752
+ color: #777777;
753
+ font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
754
+ font-size: 10px;
755
+ height: 30px;
756
+ line-height: 26px;
757
+ width: 300px;
758
+ }
759
+
760
+ .audio_component div {
761
+ height: 26px;
762
+ }
763
+
764
+ .audio_component .border {
765
+ border: 2px solid #aaaaaa;
766
+ opacity: 0.5;
767
+
768
+ -moz-border-radius: 5px;
769
+ -webkit-border-radius: 5px;
770
+ border-radius: 5px;
771
+ filter: alpha(opacity=50);
772
+ -moz-opacity: 0.5;
773
+ -khtml-opacity: 0.5;
774
+ }
775
+
776
+ .audio_component .vertical_border {
777
+ background: #aaaaaa;
778
+ opacity: 0.50;
779
+
780
+ filter: alpha(opacity=50);
781
+ -moz-opacity: 0.5;
782
+ -khtml-opacity: 0.5;
783
+ }
784
+
785
+ .audio_component .controls {
786
+ top: 2px; left: 2px;
787
+ }
788
+
789
+ .audio_component .play_pause {
790
+ background: url("/_gfx/playpause.png");
791
+ }
792
+
793
+ .audio_component .spectrum .spectrum_bar {
794
+ background: #666666;
795
+ }
796
+
797
+ .audio_component .loading {
798
+ background: #bbbbbb;
799
+ opacity: 0.25;
800
+
801
+ filter: alpha(opacity=25);
802
+ -moz-opacity: 0.25;
803
+ -khtml-opacity: 0.25;
804
+ }
805
+
806
+ .audio_component .progress {
807
+ background: #bbbbbb;
808
+ border-right: 1px dotted #333333;
809
+ opacity: 0.25;
810
+
811
+ filter: alpha(opacity=25);
812
+ -moz-opacity: 0.25;
813
+ -khtml-opacity: 0.25;
814
+ }
815
+
816
+ .audio_component .volume_slide.hover {
817
+ background: #bbbbbb;
818
+ opacity: 0.3;
819
+
820
+ filter: alpha(opacity=30);
821
+ -moz-opacity: 0.3;
822
+ -khtml-opacity: 0.3;
823
+ }
824
+
825
+ /*
826
+ * Other
827
+ */
828
+
829
+ /* Admin and following icons - only seen by members */
830
+ .toolset {
831
+ position: fixed;
832
+ top: 10px; right: 10px;
833
+ z-index: 9999;
834
+ }
835
+
836
+ /* "Running on Cargo" */
837
+ .cargo_link {
838
+ color: #cccccc;
839
+ font-size: 11px;
840
+ line-height:165%;
841
+ position: fixed;
842
+ right: 35px; bottom: 15px;
843
+ z-index:99;
844
+ }
845
+
846
+ .cargo_link a {
847
+ color: #999999;
848
+ text-decoration: underline;
849
+ }
850
+
851
+ .cargo_link a:hover {
852
+ color: #000000;
853
+ text-decoration: underline;
854
+ }
855
+
856
+ .cargo_link a:active {
857
+ background: #000000;
858
+ color: #ffffff;
859
+ }
860
+
861
+ #menu_5549883 a {
862
+ display: block;
863
+ height: 140px;
864
+ width: 49px;
865
+ background-image: url(https://payload160.cargocollective.com/1/11/376496/5503062/123456_1.png);
866
+ text-indent: -9999px;
867
+ overflow: hidden;
868
+ }
869
+
870
+ #menu_5549880 a {
871
+ display: block;
872
+ height: 140px;
873
+ width: 49px;
874
+ background-image: url(https://payload159.cargocollective.com/1/11/376496/5481414/123456.jpg);
875
+ text-indent: -9999px;
876
+ overflow: hidden;
877
+ }
878
+
879
+
880
+
881
+
882
+
883
+
884
+ #site_footer {
885
+ float: left;
886
+ margin: 0 0 0px 450px;
887
+ color: #999999;
888
+ font-size: 10px;
889
+ clear:both;
890
+ }