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