Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
RyanLi0802 commited on
Commit
d6d6609
·
verified ·
1 Parent(s): a86b26e

Delete 10582.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 10582.html +0 -1846
10582.html DELETED
@@ -1,1846 +0,0 @@
1
- <!DOCTYPE html>
2
- <html class="js" lang="en">
3
- <head>
4
- <style>
5
- *::before,
6
- *::after {
7
- box-sizing: border-box;
8
- }
9
-
10
- article,
11
- aside,
12
- dialog,
13
- figcaption,
14
- figure,
15
- footer,
16
- header,
17
- hgroup,
18
- main,
19
- nav,
20
- section {
21
- display: block;
22
- }
23
-
24
- :focus::-webkit-input-placeholder {
25
- color: transparent;
26
- }
27
-
28
- :focus::-moz-placeholder {
29
- color: transparent;
30
- }
31
-
32
- :focus:-moz-placeholder {
33
- color: transparent;
34
- }
35
-
36
- :focus:-ms-input-placeholder {
37
- color: transparent;
38
- }
39
-
40
- /* Structure */
41
- html {
42
- font-size: 100%;
43
- -ms-text-size-adjust: none;
44
- -webkit-text-size-adjust: none;
45
- }
46
-
47
- body {
48
- margin: 0;
49
- font-family: "Open Sans", sans-serif;
50
- font-size: 14px;
51
- font-size: .875rem;
52
- line-height: 1.6;
53
- word-wrap: break-word;
54
- background: #f7f7f7;
55
- -webkit-font-smoothing: antialiased;
56
- }
57
-
58
- .container {
59
- position: relative;
60
- width: 100%;
61
- max-width: 1080px;
62
- margin: 0 auto;
63
- }
64
-
65
- .container--outer {
66
- margin: 25px auto;
67
- box-shadow: 0 0 10px rgba(50, 50, 50, .17);
68
- }
69
-
70
- .wrapper {
71
- padding: 25px;
72
- background: #fff;
73
- }
74
-
75
- .flex {
76
- display: -webkit-flex;
77
- display: flex;
78
- }
79
-
80
- .primary {
81
- -webkit-flex: 1 0 65.83%;
82
- flex: 1 0 65.83%;
83
- -webkit-order: 1;
84
- order: 1;
85
- min-width: 0;
86
- }
87
-
88
- .sidebar {
89
- -webkit-flex: 1 0 31.66%;
90
- flex: 1 0 31.66%;
91
- -webkit-order: 2;
92
- order: 2;
93
- min-width: 0;
94
- margin: 0 0 0 2.5%;
95
- }
96
-
97
- .sidebar--left {
98
- -webkit-order: 0;
99
- order: 0;
100
- margin: 0 2.5% 0 0;
101
- }
102
-
103
- .clearfix {
104
- display: block;
105
- }
106
-
107
- .clearfix::after {
108
- display: block;
109
- height: 0;
110
- padding: 0;
111
- margin: 0;
112
- clear: both;
113
- line-height: 0;
114
- visibility: hidden;
115
- content: "";
116
- }
117
-
118
- input,
119
- button,
120
- select,
121
- optgroup,
122
- textarea {
123
- margin: 0;
124
- font-family: inherit;
125
- font-size: inherit;
126
- line-height: inherit;
127
- }
128
-
129
- /* Button */
130
- .btn {
131
- padding: 5px 10px;
132
- font-weight: 700;
133
- color: #fff;
134
- white-space: pre-line;
135
- background: #2a2a2a;
136
- }
137
-
138
- .btn:hover {
139
- color: #fff;
140
- background: #fd8e07;
141
- }
142
-
143
- /* Animation */
144
- .menu__item,
145
- .btn {
146
- transition: background-color .25s ease-out;
147
- }
148
-
149
- /* Typography */
150
- h1,
151
- h2,
152
- h3,
153
- h4,
154
- h5,
155
- h6 {
156
- margin: 0 0 20px;
157
- margin: 0 0 1.25rem;
158
- font-weight: 700;
159
- line-height: 1.3;
160
- color: #000;
161
- }
162
-
163
- h1 {
164
- font-size: 32px;
165
- font-size: 2rem;
166
- }
167
-
168
- h2 {
169
- font-size: 24px;
170
- font-size: 1.5rem;
171
- }
172
-
173
- h3 {
174
- font-size: 20px;
175
- font-size: 1.25rem;
176
- }
177
-
178
- h4 {
179
- font-size: 18px;
180
- font-size: 1.125rem;
181
- }
182
-
183
- h5 {
184
- font-size: 16px;
185
- font-size: 1rem;
186
- }
187
-
188
- h6 {
189
- font-size: 16px;
190
- font-size: 1rem;
191
- }
192
-
193
- a {
194
- color: #000;
195
- text-decoration: none;
196
- }
197
-
198
- a:hover {
199
- color: #fd8e07;
200
- }
201
-
202
- hr {
203
- margin: 0 0 20px;
204
- border: 0;
205
- border-top: 1px solid #dadada;
206
- }
207
-
208
- p {
209
- margin: 0 0 20px;
210
- margin: 0 0 1.25rem;
211
- }
212
-
213
- b,
214
- strong {
215
- font: inherit;
216
- font-weight: 700;
217
- }
218
-
219
- i,
220
- em {
221
- font: inherit;
222
- font-style: italic;
223
- }
224
-
225
- ol,
226
- ul {
227
- padding: 0;
228
- margin: 0;
229
- }
230
-
231
- small {
232
- font-size: 12px;
233
- font-size: .75rem;
234
- }
235
-
236
- mark {
237
- background-color: #fd5;
238
- }
239
-
240
- figure {
241
- margin: 0 0 20px;
242
- margin: 0 0 1.25rem;
243
- }
244
-
245
- figcaption {
246
- margin-top: 4px;
247
- margin-top: .25rem;
248
- color: #666;
249
- }
250
-
251
- figcaption h4 {
252
- margin: 0;
253
- color: inherit;
254
- }
255
-
256
- pre,
257
- code,
258
- kbd,
259
- samp {
260
- font-family: "Liberation Mono", monospace;
261
- font-size: inherit;
262
- }
263
-
264
- pre,
265
- code {
266
- background-color: #f5f5f5;
267
- border: 1px solid #ebebeb;
268
- }
269
-
270
- code {
271
- padding: 0 5px;
272
- color: #c33;
273
- }
274
-
275
- pre {
276
- display: block;
277
- padding: 0;
278
- padding: 1.25rem;
279
- margin-bottom: 20px;
280
- margin-bottom: 1.25rem;
281
- overflow: auto;
282
- color: #000;
283
- }
284
-
285
- pre code {
286
- padding: 0;
287
- color: inherit;
288
- white-space: inherit;
289
- background: inherit;
290
- border: 0;
291
- }
292
-
293
- pre.listing {
294
- font-size: 0.7em;
295
- }
296
-
297
- kbd {
298
- padding: 2px 3px;
299
- color: #fff;
300
- background-color: #2a2a2a;
301
- }
302
-
303
- blockquote {
304
- display: block;
305
- padding: 5px 0 5px 15px;
306
- margin: 0 0 20px;
307
- margin: 0 0 1.25rem;
308
- line-height: 1.6;
309
- border-left: 5px solid #fd8e07;
310
- }
311
-
312
- blockquote p:last-child {
313
- margin: 0;
314
- }
315
-
316
- blockquote footer {
317
- text-align: right;
318
- }
319
-
320
- sup,
321
- sub {
322
- font-size: 10px;
323
- font-size: .625rem;
324
- font-style: normal;
325
- }
326
-
327
- sup {
328
- vertical-align: super;
329
- }
330
-
331
- sub {
332
- vertical-align: sub;
333
- }
334
-
335
- abbr[title] {
336
- text-decoration: none;
337
- cursor: help;
338
- border-bottom: 1px dotted #000;
339
- }
340
-
341
- q {
342
- font-style: italic;
343
- }
344
-
345
- address {
346
- margin-bottom: 20px;
347
- margin-bottom: 1.25rem;
348
- font-family: "Consolas", Courier New, Courier, monospace;
349
- line-height: 1.5;
350
- }
351
-
352
- dl {
353
- margin: 0 0 10px 20px;
354
- }
355
-
356
- dt,
357
- dd {
358
- display: list-item;
359
- }
360
-
361
- dt {
362
- font-weight: bold;
363
- list-style-type: square;
364
- }
365
-
366
- dd {
367
- margin-left: 20px;
368
- list-style-type: circle;
369
- }
370
-
371
- select {
372
- max-width: 100%;
373
- }
374
-
375
- .warning {
376
- padding: 20px 10px;
377
- text-align: center;
378
- border: 1px solid #ddd;
379
- }
380
-
381
- .warning__icon {
382
- margin-bottom: 20px;
383
- fill: #ddd;
384
- }
385
-
386
- @media screen {
387
- .summaries .list__item {
388
- background: #f5f5f5;
389
- }
390
-
391
- .summaries .list__item .list__header,
392
- .summaries .list__item .list__excerpt {
393
- padding-left: 0.5rem;
394
- padding-right: 0.5rem;
395
- }
396
- }
397
-
398
- @media screen and (min-width: 1100px) {
399
- :root {
400
- --small-summaries-gap: 1rem;
401
- }
402
-
403
- .summaries .small {
404
- font-size: 90%;
405
- display: flex;
406
- flex-wrap: wrap;
407
- column-gap: var(--small-summaries-gap);
408
- }
409
-
410
- .summaries .small {
411
- }
412
-
413
- .summaries .small .list__item {
414
- width: calc(50% - 0.5 * var(--small-summaries-gap));
415
- position: relative;
416
- }
417
-
418
- .summaries .small .list__item h1 {
419
- font-size: 175%;
420
- }
421
-
422
- .summaries .small .list__item .list__excerpt{
423
- max-height: 10em;
424
- overflow-y: clip;
425
- margin-bottom: 2.5rem;
426
- }
427
-
428
- .summaries .small .list__item .list__footer {
429
- position: absolute;
430
- bottom: 1.25rem;
431
- width: 100%;
432
- }
433
- }
434
-
435
- /* Header */
436
- .header {
437
- background: #fff;
438
- }
439
-
440
- .logo {
441
- padding: 25px;
442
- }
443
-
444
- .logo__link {
445
- display: inline-block;
446
- }
447
-
448
- .logo__item {
449
- display: inline-block;
450
- vertical-align: middle;
451
- }
452
-
453
- .logo__img {
454
- max-height: 256px;
455
- }
456
-
457
- .logo__text {
458
- text-transform: uppercase;
459
- }
460
-
461
- .logo--mixed .logo__item {
462
- margin: .5rem auto;
463
- }
464
-
465
- .logo--mixed .logo__img {
466
- max-width: 128px;
467
- max-height: 128px;
468
- }
469
-
470
- .logo--mixed .logo__text {
471
- padding: 0 1rem;
472
- }
473
-
474
- .logo__title {
475
- font-size: 32px;
476
- font-size: 2rem;
477
- font-weight: 700;
478
- line-height: 1;
479
- color: #000;
480
- }
481
-
482
- .logo__tagline {
483
- display: inline-block;
484
- padding-top: 10px;
485
- margin-top: 10px;
486
- font-size: 14px;
487
- font-size: .875rem;
488
- font-weight: 700;
489
- line-height: 1;
490
- color: #fd8e07;
491
- border-top: 1px solid #ebebeb;
492
- }
493
-
494
- .divider {
495
- height: 5px;
496
- margin: 0;
497
- background: #fd8e07;
498
- border: 0;
499
- }
500
-
501
- /* Main menu */
502
- .no-js .menu__btn {
503
- display: none;
504
- }
505
-
506
- .no-js .menu {
507
- flex-direction: column;
508
- }
509
-
510
- .menu {
511
- display: flex;
512
- justify-content: space-between;
513
- position: relative;
514
- background: #2a2a2a;
515
- }
516
-
517
- .menu__btn {
518
- background-color: #2a2a2a;
519
- display: flex;
520
- padding: 0;
521
- font: inherit;
522
- color: #fff;
523
- border: 0;
524
- outline: 0;
525
- z-index: 10;
526
- flex-grow: 11;
527
- }
528
-
529
- .menu__btn-title::before {
530
- height: 2rem;
531
- width: 2rem;
532
- position: absolute;
533
- left: -1.25rem;
534
- top: 0.25rem;
535
- mask: url("../breeze-icons/application-menu.svg");
536
- background: white;
537
- content: " ";
538
- }
539
-
540
- .menu__btn-title {
541
- margin-left: 1.5rem;
542
- position: relative;
543
- display: inline-block;
544
- padding: .625rem .9375rem;
545
- font-weight: 700;
546
- text-align: left;
547
- text-transform: uppercase;
548
- cursor: pointer;
549
- -webkit-user-select: none;
550
- -moz-user-select: none;
551
- -ms-user-select: none;
552
- -o-user-select: none;
553
- user-select: none;
554
- }
555
-
556
- :focus > .menu__btn-title {
557
- box-shadow: inset 0 0 1px 3px #fd8e07;
558
- }
559
-
560
- button:not(:-moz-focusring):focus > .menu__btn-title {
561
- box-shadow: none;
562
- }
563
-
564
- .menu__btn:focus,
565
- .menu__btn-title:focus,
566
- .search-query:focus {
567
- outline: 0;
568
- }
569
-
570
- .menu__btn--active .menu__btn-title::before {
571
- background-color: #fd8e07;
572
- }
573
-
574
- .js .menu__btn--active {
575
- color: #fd8e07;
576
- flex-grow: 11;
577
- }
578
-
579
- .menu__list {
580
- list-style: none;
581
- background: #2a2a2a;
582
- }
583
-
584
- .menu__item:hover {
585
- background: #fd8e07;
586
- }
587
-
588
- .menu__item:first-child {
589
- border: 0;
590
- }
591
-
592
- .menu__item--active {
593
- background: #fd8e07;
594
- }
595
-
596
- .menu__link {
597
- display: block;
598
- padding: 10px 15px;
599
- padding: .625rem .9375rem;
600
- font-weight: 700;
601
- color: #fff;
602
- text-transform: uppercase;
603
- }
604
-
605
- .menu__link:hover {
606
- color: #fff;
607
- }
608
-
609
- .js .menu__list {
610
- position: absolute;
611
- z-index: 1;
612
- visibility: hidden;
613
- -webkit-transform: scaleY(0);
614
- transform: scaleY(0);
615
- -webkit-transform-origin: top left;
616
- transform-origin: top left;
617
- width: 100%;
618
- }
619
-
620
- .js .menu__list--active {
621
- visibility: visible;
622
- border-top: 1px solid rgba(255, 255, 255, .1);
623
- border-bottom: 1px solid rgba(255, 255, 255, .1);
624
- -webkit-transform: scaleY(1);
625
- transform: scaleY(1);
626
- top: 100%;
627
- width: 100%;
628
- }
629
-
630
- .menu__list--transition {
631
- transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
632
- }
633
-
634
- .menu__search__form {
635
- display: flex;
636
- align-items: center;
637
- padding: .5rem;
638
- z-index: 10;
639
- background: #2a2a2a;
640
- }
641
-
642
- .menu__search__form .search-query {
643
- font-size: 14px;
644
- padding: .125rem;
645
- width: 100%;
646
- }
647
-
648
- .menu__search__form .search-btn {
649
- aspect-ratio: 1/1;
650
- border: 0;
651
- background-image: url("../breeze-icons/edit-find.svg");
652
- background-color: #fd8e07;
653
- background-position: center;
654
- background-repeat: no-repeat;
655
- height: 1.8rem;
656
- display: inline-block;
657
- cursor: pointer;
658
- }
659
-
660
- @media screen and (min-width: 767px) {
661
- .no-js .menu {
662
- flex-direction: row;
663
- }
664
-
665
- .menu {
666
- border-bottom: 5px solid #fd8e07;
667
- }
668
-
669
- .menu__btn {
670
- display: none;
671
- }
672
-
673
- .menu__list,
674
- .js .menu__list {
675
- position: relative;
676
- display: -webkit-flex;
677
- display: flex;
678
- -webkit-flex-wrap: wrap;
679
- flex-wrap: wrap;
680
- visibility: visible;
681
- border: 0;
682
- -webkit-transform: none;
683
- transform: none;
684
- width: unset;
685
- flex-grow: 11;
686
- }
687
-
688
- .menu__item {
689
- border-left: 1px solid rgba(255, 255, 255, .1);
690
- }
691
-
692
- .menu__search__form {
693
- flex-basis: 25%;
694
- }
695
- }
696
-
697
- /* Posts/Pages */
698
- .post__header,
699
- .main__header {
700
- margin-bottom: 20px;
701
- margin-bottom: 1.25rem;
702
- }
703
-
704
- .main__title {
705
- font-size: 28px;
706
- font-size: 1.75rem;
707
- }
708
-
709
- .main__content {
710
- margin-bottom: 20px;
711
- margin-bottom: 1.25rem;
712
- }
713
-
714
- .meta {
715
- font-size: 13px;
716
- font-size: .8125rem;
717
- vertical-align: baseline;
718
- }
719
-
720
- .meta,
721
- .meta a {
722
- color: #666;
723
- }
724
-
725
- .meta a:hover {
726
- color: #fd8e07;
727
- }
728
-
729
- .meta__item {
730
- display: inline;
731
- margin-left: 15px;
732
- }
733
-
734
- .meta__item:first-child {
735
- margin-left: 0;
736
- }
737
-
738
- .meta__icon {
739
- margin-right: 5px;
740
- vertical-align: middle;
741
- fill: #c4c4c4;
742
- }
743
-
744
- .meta__text {
745
- vertical-align: middle;
746
- }
747
-
748
- .post__title {
749
- margin: 0;
750
- }
751
-
752
- .post__meta {
753
- padding: 5px 0;
754
- margin-top: 10px;
755
- margin-top: .625rem;
756
- border-top: 1px dotted #ebebeb;
757
- border-bottom: 1px dotted #ebebeb;
758
- }
759
-
760
- .post__lead {
761
- margin-top: 4px;
762
- margin-top: .25rem;
763
- margin-bottom: 0;
764
- font-size: 16px;
765
- font-size: 1rem;
766
- font-style: italic;
767
- }
768
-
769
- .post__thumbnail {
770
- max-width: 1030px;
771
- margin: 0 0 20px;
772
- margin-bottom: 0 0 1.25rem;
773
- }
774
-
775
- .post__thumbnail img {
776
- width: 100%;
777
- }
778
-
779
- .content a,
780
- .warning a,
781
- .authorbox__description a {
782
- font-weight: 700;
783
- color: #fd8e07;
784
- }
785
-
786
- .content a:hover,
787
- .warning a:hover,
788
- .authorbox__description a:hover {
789
- color: #fd8e07;
790
- text-decoration: underline;
791
- }
792
-
793
- .summaries .content.list__excerpt a {
794
- color: inherit;
795
- font-weight: inherit;
796
- }
797
-
798
- .summaries .content.list__excerpt a:hover {
799
- text-decoration: none;
800
- }
801
-
802
- .content .alignnone {
803
- display: block;
804
- margin: 20px 0;
805
- margin: 1.25rem 0;
806
- }
807
-
808
- .content .aligncenter {
809
- display: block;
810
- margin: 20px auto;
811
- margin: 1.25rem auto;
812
- }
813
-
814
- .content .alignleft {
815
- display: inline;
816
- float: left;
817
- margin: 5px 20px 20px 0;
818
- margin: .3125rem 1.25rem 1.25rem 0;
819
- }
820
-
821
- .content .alignright {
822
- display: inline;
823
- float: right;
824
- margin: 5px 0 20px 20px;
825
- margin: .3125rem 0 1.25rem 1.25rem;
826
- }
827
-
828
- .content ul {
829
- list-style: square;
830
- }
831
-
832
- .content ol {
833
- list-style: decimal;
834
- }
835
-
836
- .content ul,
837
- .content ol {
838
- margin: 0 0 20px 40px;
839
- }
840
-
841
- .content ul ul,
842
- .content ol ol,
843
- .content ol ul,
844
- .content ul ol {
845
- margin: 0 0 0 40px;
846
- }
847
-
848
- .content li {
849
- margin-bottom: 5px;
850
- }
851
-
852
- .post__footer {
853
- margin-top: 20px;
854
- margin-top: 1.25rem;
855
- }
856
-
857
- /* Post tags */
858
- .tags {
859
- margin-bottom: 20px;
860
- margin-bottom: 1.25rem;
861
- font-size: 12px;
862
- font-size: .75rem;
863
- line-height: 1;
864
- color: #fff;
865
- }
866
-
867
- .tags__list {
868
- list-style: none;
869
- }
870
-
871
- .tags__item {
872
- float: left;
873
- margin: 0 6px 6px 0;
874
- margin: 0 .375rem .375rem 0;
875
- text-transform: uppercase;
876
- background: #2a2a2a;
877
- }
878
-
879
- .tags__item:hover {
880
- background: #fd8e07;
881
- }
882
-
883
- .tags__link,
884
- .tags__link:hover {
885
- display: block;
886
- padding: 10px 15px;
887
- }
888
-
889
- .tags__badge {
890
- float: left;
891
- width: 32px;
892
- height: 32px;
893
- padding: 8px;
894
- margin-right: 6px;
895
- background: #fd8e07;
896
- fill: #fff;
897
- }
898
-
899
- /* Table of Contents */
900
- .toc {
901
- margin-bottom: 20px;
902
- font-weight: 700;
903
- color: #7a8288;
904
- background: #fff;
905
- border-color: #ebebeb;
906
- border-style: solid;
907
- border-top-width: 0;
908
- border-right-width: 0;
909
- border-bottom-width: 0;
910
- border-left-width: 0;
911
- }
912
-
913
- .content .toc {
914
- border-top-width: 2px;
915
- border-bottom-width: 2px;
916
- padding-top: 8px;
917
- }
918
-
919
- .content .toc nav ul {
920
- font-size: 0.9rem;
921
- margin-top: 5px;
922
- margin-bottom: 10px;
923
- margin-left: 20px;
924
- }
925
-
926
- .content .toc nav ul li a {
927
- font-weight: 400;
928
- }
929
-
930
- .content .toc nav ul li {
931
- margin-bottom: 0;
932
- }
933
-
934
- .content .toc nav ul {
935
- margin-top: 0;
936
- margin-bottom: 5px;
937
- }
938
-
939
- .toc__title {
940
- padding: 5px 10px;
941
- color: #fff;
942
- text-transform: uppercase;
943
- -webkit-user-select: none;
944
- -moz-user-select: none;
945
- -ms-user-select: none;
946
- -o-user-select: none;
947
- user-select: none;
948
- background: #2a2a2a;
949
- }
950
-
951
- .toc__menu ul {
952
- margin: 0;
953
- list-style: none;
954
- }
955
-
956
- .toc__menu ul ul ul a {
957
- padding-left: 25px;
958
- }
959
-
960
- .toc__menu ul ul ul ul a {
961
- padding-left: 45px;
962
- }
963
-
964
- .toc__menu ul ul ul ul ul a {
965
- padding-left: 65px;
966
- }
967
-
968
- .toc__menu ul ul ul ul ul ul a {
969
- padding-left: 85px;
970
- }
971
-
972
- .toc__menu li {
973
- margin: 0;
974
- }
975
-
976
- .toc__menu a {
977
- display: block;
978
- padding: 5px 10px;
979
- color: #fd8e07;
980
- border-bottom: 1px solid #ebebeb;
981
- }
982
-
983
- .toc__menu a:hover {
984
- text-decoration: underline;
985
- }
986
-
987
- /* Author Box */
988
- .authorbox {
989
- padding: 25px 0;
990
- margin-bottom: 25px;
991
- line-height: 1.5;
992
- border-top: 1px solid #ebebeb;
993
- border-bottom: 1px solid #ebebeb;
994
- }
995
-
996
- .authorbox__avatar {
997
- float: left;
998
- padding: 3px;
999
- margin: 0 25px 0 0;
1000
- border: 1px solid #ebebeb;
1001
- }
1002
-
1003
- .authorbox__header {
1004
- margin-bottom: 10px;
1005
- }
1006
-
1007
- .authorbox__name {
1008
- font-size: 16px;
1009
- font-size: 1rem;
1010
- font-weight: 700;
1011
- }
1012
-
1013
- /* List content */
1014
- .list__heading, .list__item {
1015
- margin-bottom: 30px;
1016
- margin-bottom: 1.875rem;
1017
- border-bottom: solid #2a2a2a;
1018
- border-bottom-width: 5px;
1019
- border-bottom-width: 0.3125rem;
1020
- }
1021
-
1022
- .list__item {
1023
- padding-bottom: 20px;
1024
- padding-bottom: 1.25rem;
1025
- }
1026
-
1027
- .list__header {
1028
- margin-bottom: 10px;
1029
- margin-bottom: .625rem;
1030
- }
1031
-
1032
- .list__meta {
1033
- margin-top: 5px;
1034
- }
1035
-
1036
- .list__thumbnail {
1037
- float: left;
1038
- margin: 0 20px 0 0;
1039
- }
1040
-
1041
- .list__thumbnail img {
1042
- width: 100%;
1043
- max-width: 235px;
1044
- }
1045
-
1046
- .list__footer-readmore {
1047
- float: right;
1048
- margin-top: 10px;
1049
- }
1050
-
1051
- /* Pagination */
1052
- .pagination {
1053
- margin-top: 20px;
1054
- }
1055
-
1056
- .pagination__item {
1057
- display: inline-block;
1058
- padding: 10px 15px;
1059
- font-weight: 700;
1060
- color: #000;
1061
- background: #f5f5f5;
1062
- }
1063
-
1064
- .pagination__item:hover,
1065
- .pagination__item--current {
1066
- color: #fff;
1067
- background: #fd8e07;
1068
- }
1069
-
1070
- /* Pager (prev/next links) navigation */
1071
- .pager {
1072
- -webkit-justify-content: space-between;
1073
- justify-content: space-between;
1074
- padding-top: 25px;
1075
- padding-bottom: 25px;
1076
- margin-bottom: 25px;
1077
- border-bottom: 1px solid #ebebeb;
1078
- }
1079
-
1080
- .pager__subtitle {
1081
- display: block;
1082
- margin-bottom: 5px;
1083
- font-weight: 700;
1084
- line-height: 1;
1085
- text-transform: uppercase;
1086
- }
1087
-
1088
- .pager__title {
1089
- margin-bottom: 0;
1090
- overflow: hidden;
1091
- font-size: 13px;
1092
- font-size: .8125rem;
1093
- }
1094
-
1095
- .pager__item {
1096
- -webkit-flex: 1 1 50%;
1097
- flex: 1 1 50%;
1098
- max-width: 48%;
1099
- }
1100
-
1101
- .pager__item--next {
1102
- margin-left: auto;
1103
- text-align: right;
1104
- }
1105
-
1106
- .pager__link {
1107
- display: block;
1108
- }
1109
-
1110
- /* Images / Video */
1111
- img {
1112
- width: auto\9; /* ie8 */
1113
- max-width: 100%;
1114
- height: auto;
1115
- vertical-align: bottom;
1116
- }
1117
-
1118
- iframe,
1119
- embed,
1120
- object,
1121
- video {
1122
- max-width: 100%;
1123
- }
1124
-
1125
- /* Table */
1126
- table {
1127
- width: 100%;
1128
- margin-bottom: 20px;
1129
- margin-bottom: 1.25rem;
1130
- border-spacing: 0;
1131
- border-collapse: collapse;
1132
- border-top: 1px solid #ebebeb;
1133
- border-left: 1px solid #ebebeb;
1134
- }
1135
-
1136
- td,
1137
- th {
1138
- padding: 5px 10px;
1139
- border-right: 1px solid #ebebeb;
1140
- border-bottom: 1px solid #ebebeb;
1141
- }
1142
-
1143
- th {
1144
- font-weight: 700;
1145
- }
1146
-
1147
- /* Forms */
1148
- input {
1149
- padding: 5px;
1150
- font-size: 12px;
1151
- vertical-align: middle;
1152
- background: #f5f5f5;
1153
- border: 1px solid #ebebeb;
1154
- transition: all .25s ease-in-out;
1155
- }
1156
-
1157
- input[type=text],
1158
- input[type=email],
1159
- input[type=tel],
1160
- input[type=url] {
1161
- width: 60%;
1162
- }
1163
-
1164
- input[type=text]:hover,
1165
- input[type=email]:hover,
1166
- input[type=tel]:hover,
1167
- input[type=url]:hover,
1168
- textarea:hover {
1169
- border: 1px solid #aaa;
1170
- }
1171
-
1172
- input[type=submit],
1173
- input[type=reset] {
1174
- display: inline-block;
1175
- min-width: 150px;
1176
- font-weight: 700;
1177
- color: #fff;
1178
- text-transform: uppercase;
1179
- cursor: pointer;
1180
- background: #2a2a2a;
1181
- border: 0;
1182
- transition: all .1s linear;
1183
- -webkit-appearance: none;
1184
- }
1185
-
1186
- input[type=submit]:hover,
1187
- input[type=reset]:hover {
1188
- background: #fd8e07;
1189
- }
1190
-
1191
- textarea {
1192
- width: 96%;
1193
- padding: 5px;
1194
- overflow: auto;
1195
- line-height: 1.5;
1196
- resize: vertical;
1197
- background: #f5f5f5;
1198
- border: 1px solid rgba(0, 0, 0, .1);
1199
- }
1200
-
1201
- /* Widgets */
1202
- .widget {
1203
- margin-bottom: 25px;
1204
- overflow: hidden;
1205
- }
1206
-
1207
- .widget:last-child {
1208
- margin-bottom: 0;
1209
- }
1210
-
1211
- .widget__title {
1212
- position: relative;
1213
- padding-bottom: 5px;
1214
- font-size: 16px;
1215
- font-size: 1rem;
1216
- text-transform: uppercase;
1217
- border-bottom: 3px solid #fd8e07;
1218
- }
1219
-
1220
- .widget__item {
1221
- display: block;
1222
- padding: 5px 0;
1223
- border-bottom: 1px dotted #ebebeb;
1224
- }
1225
-
1226
- .widget__item:first-child {
1227
- padding-top: 0;
1228
- }
1229
-
1230
- .widget__counter--bubble {
1231
- display: inline-block;
1232
- padding: 0 6px;
1233
- font-size: .75rem;
1234
- color: #666;
1235
- text-align: center;
1236
- background: #ebebeb;
1237
- border-radius: 2em;
1238
- }
1239
-
1240
- /* Search widget */
1241
- .widget-search__form {
1242
- display: block;
1243
- padding: 5%;
1244
- margin: 0 auto;
1245
- background: #f5f5f5;
1246
- }
1247
-
1248
- .widget-search__form .widget-search__submit {
1249
- display: none;
1250
- }
1251
-
1252
- .widget-search__field {
1253
- position: relative;
1254
- display: block;
1255
- width: 90%;
1256
- padding: 8px;
1257
- margin: 0 auto;
1258
- font-size: 11px;
1259
- cursor: pointer;
1260
- background: #fff;
1261
- border: 1px solid #ebebeb;
1262
- border-radius: 0;
1263
- outline-offset: -2px;
1264
- transition: none;
1265
- -webkit-appearance: none;
1266
- }
1267
-
1268
- .widget-search__field:active,
1269
- .widget-search__field:focus {
1270
- cursor: text;
1271
- }
1272
-
1273
- /* Social widget */
1274
- .widget-social__item {
1275
- padding: 0;
1276
- border: 0;
1277
- }
1278
-
1279
- .widget-social__link {
1280
- display: block;
1281
- margin: 0 0 8px;
1282
- white-space: normal;
1283
- }
1284
-
1285
- .widget-social__link-icon {
1286
- margin: 0 5px 0 0;
1287
- vertical-align: middle;
1288
- fill: #fff;
1289
- }
1290
-
1291
- /* Tags Widget */
1292
- .widget-taglist__link {
1293
- display: inline-block;
1294
- margin: 0 4px 8px 0;
1295
- font-size: 12px;
1296
- text-transform: uppercase;
1297
- }
1298
-
1299
- /* Languages Widget */
1300
- .widget-languages__link {
1301
- display: block;
1302
- }
1303
-
1304
- .widget-languages__link:hover .widget-languages__link-btn {
1305
- color: #fff;
1306
- background: #fd8e07;
1307
- }
1308
-
1309
- .widget-languages__link-btn {
1310
- display: inline-block;
1311
- }
1312
-
1313
- /* Footer */
1314
- .footer {
1315
- padding: 10px 25px;
1316
- font-size: 12px;
1317
- font-size: .75rem;
1318
- color: #999;
1319
- background: #2a2a2a;
1320
- border-top: 3px solid #999;
1321
- }
1322
-
1323
- .footer__container {
1324
- -webkit-flex-flow: row wrap;
1325
- flex-flow: row wrap;
1326
- -webkit-justify-content: space-between;
1327
- justify-content: space-between;
1328
- }
1329
-
1330
- .footer__links {
1331
- -webkit-order: 1;
1332
- order: 1;
1333
- }
1334
-
1335
- .footer a {
1336
- color: #fff;
1337
- }
1338
-
1339
- .footer a:hover {
1340
- text-decoration: underline;
1341
- }
1342
-
1343
- .content .subsection {
1344
- text-transform: uppercase;
1345
- font-size: 0.75rem;
1346
- font-weight: bold;
1347
- color: #bbb;
1348
- background: #f7f7f7;
1349
- padding: 0 0.25ex;
1350
- }
1351
-
1352
- .content .subsection a {
1353
- color: #888;
1354
- text-transform: none;
1355
- }
1356
-
1357
- /* Upcoming events */
1358
- .upcoming-container {
1359
- display: flex;
1360
- }
1361
-
1362
- .upcoming-event {
1363
- flex: 1;
1364
- text-align: center;
1365
- }
1366
-
1367
- /* Hide mobile-only div(s) by default */
1368
- .mobile-only {
1369
- display: none;
1370
- margin-bottom: 20px;
1371
- }
1372
-
1373
- /* Media Queries */
1374
- @media screen and (max-width: 1475px) {
1375
- .container--outer {
1376
- width: 95%;
1377
- }
1378
- }
1379
-
1380
- @media screen and (max-width: 900px) {
1381
- .container--outer {
1382
- width: 100%;
1383
- margin: 0 auto;
1384
- }
1385
-
1386
- .wrapper,
1387
- .logo {
1388
- padding: 20px;
1389
- }
1390
-
1391
- .widget {
1392
- margin-bottom: 20px;
1393
- }
1394
-
1395
- .footer__container {
1396
- display: block;
1397
- }
1398
-
1399
- .footer__links {
1400
- padding-bottom: 8px;
1401
- padding-bottom: 0.5rem;
1402
- text-align: center;
1403
- }
1404
-
1405
- .footer__copyright {
1406
- text-align: center;
1407
- }
1408
- }
1409
-
1410
- @media screen and (max-width: 767px) {
1411
- .wrapper {
1412
- display: block;
1413
- }
1414
-
1415
- .sidebar {
1416
- float: none;
1417
- width: 100%;
1418
- margin: 0;
1419
- }
1420
-
1421
- .logo {
1422
- text-align: center;
1423
- }
1424
-
1425
- .logo__link {
1426
- margin: 0 auto;
1427
- }
1428
-
1429
- .logo__title {
1430
- font-size: 24px;
1431
- font-size: 1.5rem;
1432
- }
1433
-
1434
- .sidebar {
1435
- margin-top: 20px;
1436
- }
1437
-
1438
- .mobile-only {
1439
- display: block;
1440
- }
1441
- }
1442
-
1443
- @media screen and (max-width: 620px) {
1444
- input[type=text],
1445
- input[type=email],
1446
- input[type=tel],
1447
- input[type=url] {
1448
- width: 88%;
1449
- }
1450
-
1451
- .meta__item {
1452
- display: block;
1453
- margin-left: 0;
1454
- }
1455
-
1456
- .authorbox {
1457
- text-align: center;
1458
- }
1459
-
1460
- .authorbox__avatar {
1461
- display: inline-block;
1462
- float: none;
1463
- margin: 0 0 20px;
1464
- }
1465
-
1466
- .pager {
1467
- display: block;
1468
- }
1469
-
1470
- .pager__item {
1471
- min-width: 100%;
1472
- text-align: center;
1473
- }
1474
-
1475
- .pager__item--prev {
1476
- padding-bottom: 25px;
1477
- }
1478
-
1479
- .content ul,
1480
- .content ol {
1481
- margin: 0 0 20px 20px;
1482
- }
1483
-
1484
- .content ul ul,
1485
- .content ol ol,
1486
- .content ol ul,
1487
- .content ul ol {
1488
- margin: 0 0 0 20px;
1489
- }
1490
-
1491
- .list__thumbnail {
1492
- max-width: 80px;
1493
- }
1494
-
1495
- .list__title {
1496
- font-size: 16px;
1497
- font-size: 1rem;
1498
- }
1499
-
1500
- .list__lead {
1501
- font-size: 14px;
1502
- font-size: .875rem;
1503
- }
1504
-
1505
- .list__meta {
1506
- display: block;
1507
- font-size: 11px;
1508
- font-size: .6875rem;
1509
- }
1510
- }
1511
-
1512
- @media (prefers-color-scheme: dark) {
1513
- body {
1514
- background: #000;
1515
- color: #fff;
1516
- }
1517
-
1518
- a,
1519
- h1,
1520
- h2,
1521
- h3,
1522
- h4,
1523
- h5,
1524
- h6,
1525
- .logo__title {
1526
- color: #fff;
1527
- }
1528
-
1529
- .summaries .list__item {
1530
- background: #191919;
1531
- }
1532
-
1533
- .container .header, .container .wrapper {
1534
- background: #0c0c0c;
1535
- }
1536
-
1537
- .widget__item {
1538
- border-bottom: 1px dotted #6b6b6b;
1539
- }
1540
-
1541
- .post__meta {
1542
- border-top: 1px dotted #6b6b6b;
1543
- border-bottom: 1px dotted #6b6b6b;
1544
- }
1545
-
1546
- .container--outer {
1547
- box-shadow: 0 0 10px rgba(23, 23, 23, .27);
1548
- }
1549
- }
1550
- </style>
1551
- <meta charset="utf-8">
1552
- <meta content="width=device-width, initial-scale=1" name="viewport">
1553
- <meta content="IE=edge" http-equiv="X-UA-Compatible">
1554
- <title>
1555
- interpretation English - CCC Event Blog
1556
- </title>
1557
- <meta content name="description">
1558
- <meta content="interpretation English" property="og:title">
1559
- <meta content property="og:description">
1560
- <meta content="website" property="og:type">
1561
- <meta content="" property="og:url">
1562
- <meta content="" property="og:image">
1563
- <meta content="CCC Event Blog" property="og:site_name">
1564
- <meta content="interpretation English" itemprop="name">
1565
- <meta content itemprop="description">
1566
- </head>
1567
- <body class="body">
1568
- <div class="container container--outer">
1569
- <header class="header">
1570
- <div class="container header__container">
1571
- <div class="logo logo--mixed">
1572
- <a class="logo__link" rel="home" title="CCC Event Blog">
1573
- <div class="logo__item logo__imagebox">
1574
- <img class="logo__img" src="rick.jpg">
1575
- </div>
1576
- <div class="logo__item logo__text">
1577
- <div class="logo__title">
1578
- CCC Event Blog
1579
- </div>
1580
- </div>
1581
- </a>
1582
- </div>
1583
- <nav class="menu">
1584
- <button aria-expanded="false" aria-haspopup="true" class="menu__btn" tabindex="0">
1585
- <span class="menu__btn-title" tabindex="-1">
1586
- Menu
1587
- </span>
1588
- </button>
1589
- <ul class="menu__list">
1590
- <li class="menu__item">
1591
- <a class="menu__link">
1592
- <span class="menu__text">
1593
- About
1594
- </span>
1595
- </a>
1596
- </li>
1597
- <li class="menu__item">
1598
- <a class="menu__link">
1599
- <span class="menu__text">
1600
- CCC
1601
- </span>
1602
- </a>
1603
- </li>
1604
- <li class="menu__item">
1605
- <a class="menu__link">
1606
- <span class="menu__text">
1607
- Orga-Teams
1608
- </span>
1609
- </a>
1610
- </li>
1611
- <li class="menu__item">
1612
- <a class="menu__link">
1613
- <span class="menu__text">
1614
- Recordings
1615
- </span>
1616
- </a>
1617
- </li>
1618
- </ul>
1619
- <form action="" class="menu__search__form">
1620
- <input class="search-query" id="search-query" name="s" placeholder="Search Blog...">
1621
- <button class="search-btn" type="submit">
1622
- </button>
1623
- </form>
1624
- </nav>
1625
- </div>
1626
- </header>
1627
- <div class="wrapper flex">
1628
- <div class="primary">
1629
- <div class="mobile-only">
1630
- <div class="widget-categories widget">
1631
- <h4 class="widget__title">
1632
- Upcoming Events
1633
- </h4>
1634
- <div class="upcoming-container">
1635
- <div class="widget__content upcoming-event">
1636
- <a class="widget__link">
1637
- <img src="rick.jpg">
1638
- <br>
1639
- 37C3: Unlocked
1640
- </a>
1641
- </div>
1642
- <div class="widget__content upcoming-event">
1643
- <a class="widget__link">
1644
- <img src="rick.jpg">
1645
- <br>
1646
- Fireshonks
1647
- </a>
1648
- </div>
1649
- </div>
1650
- </div>
1651
- </div>
1652
- <main class="main list" role="main">
1653
- <div class="list__heading">
1654
- <header class="main__header">
1655
- <h1 class="main__title">
1656
- interpretation English
1657
- </h1>
1658
- </header>
1659
- </div>
1660
- <div class="summaries">
1661
- <div class="large">
1662
- <article class="list__item post">
1663
- <header class="list__header">
1664
- <h1 class="list__title post__title">
1665
- <a rel="bookmark">
1666
- Lost in Interpretation &hellip;
1667
- </a>
1668
- </h1>
1669
- <div class="list__meta meta">
1670
- <div class="meta__item-datetime meta__item">
1671
- <time class="meta__text" datetime="2008-12-27T20:51:30Z">
1672
- December 27, 2008
1673
- </time>
1674
- </div>
1675
- </div>
1676
- </header>
1677
- <div class="content list__excerpt post__content clearfix">
1678
- <a>
1679
- This year, we will continue a tradition started last year with the &ldquo;spontaneous simultaneous&rdquo; interpretation of the Hacker Jeopardy. As of tomorrow, we will interpret one event in Saal 1 each day.
1680
- </a>
1681
- </div>
1682
- <div class="list__footer clearfix">
1683
- <a class="list__footer-readmore btn">
1684
- Read more&nbsp;&hellip;
1685
- </a>
1686
- </div>
1687
- </article>
1688
- </div>
1689
- </div>
1690
- </main>
1691
- </div>
1692
- <aside class="sidebar">
1693
- <div class="widget-categories widget">
1694
- <h4 class="widget__title">
1695
- Upcoming Events
1696
- </h4>
1697
- <div class="upcoming-container">
1698
- <div class="widget__content upcoming-event">
1699
- <a class="widget__link">
1700
- <img src="rick.jpg">
1701
- <br>
1702
- 37C3: Unlocked
1703
- </a>
1704
- </div>
1705
- <div class="widget__content upcoming-event">
1706
- <a class="widget__link">
1707
- <img src="rick.jpg">
1708
- <br>
1709
- Fireshonks
1710
- </a>
1711
- </div>
1712
- </div>
1713
- </div>
1714
- <div class="widget-categories widget">
1715
- <h4 class="widget__title">
1716
- Congress
1717
- </h4>
1718
- <div class="widget__content">
1719
- <ul class="widget__list">
1720
- <li class="widget__item">
1721
- <a class="widget__link">
1722
- 37C3: Unlocked (2023)
1723
- </a>
1724
- </li>
1725
- <li class="widget__item">
1726
- <a class="widget__link">
1727
- 36C3: Resource Exhaustion (2019)
1728
- </a>
1729
- </li>
1730
- <li class="widget__item">
1731
- <a class="widget__link">
1732
- 35C3: Refreshing Memories (2018)
1733
- </a>
1734
- </li>
1735
- <li class="widget__item">
1736
- <a class="widget__link">
1737
- 34C3: tuwat (2017)
1738
- </a>
1739
- </li>
1740
- </ul>
1741
- </div>
1742
- </div>
1743
- <div class="widget-categories widget">
1744
- <h4 class="widget__title">
1745
- Camp
1746
- </h4>
1747
- <div class="widget__content">
1748
- <ul class="widget__list">
1749
- <li class="widget__item">
1750
- <a class="widget__link">
1751
- Chaos Communication Camp 2023
1752
- </a>
1753
- </li>
1754
- <li class="widget__item">
1755
- <a class="widget__link">
1756
- Chaos Communication Camp 2019
1757
- </a>
1758
- </li>
1759
- <li class="widget__item">
1760
- <a class="widget__link">
1761
- Chaos Communication Camp 2015
1762
- </a>
1763
- </li>
1764
- <li class="widget__item">
1765
- <a class="widget__link">
1766
- Chaos Communication Camp 2011
1767
- </a>
1768
- </li>
1769
- </ul>
1770
- </div>
1771
- </div>
1772
- <div class="widget-categories widget">
1773
- <h4 class="widget__title">
1774
- remote chaos experience
1775
- </h4>
1776
- <div class="widget__content">
1777
- <ul class="widget__list">
1778
- <li class="widget__item">
1779
- <a class="widget__link">
1780
- rC3: NOWHERE (2021)
1781
- </a>
1782
- </li>
1783
- <li class="widget__item">
1784
- <a class="widget__link">
1785
- rC3 (2020)
1786
- </a>
1787
- </li>
1788
- </ul>
1789
- </div>
1790
- </div>
1791
- <div class="widget-categories widget">
1792
- <h4 class="widget__title">
1793
- Other Events
1794
- </h4>
1795
- <div class="widget__content">
1796
- <ul class="widget__list">
1797
- <li class="widget__item">
1798
- <a class="widget__link">
1799
- Datenspuren
1800
- </a>
1801
- </li>
1802
- <li class="widget__item">
1803
- <a class="widget__link">
1804
- DiVOC
1805
- </a>
1806
- </li>
1807
- <li class="widget__item">
1808
- <a class="widget__link">
1809
- Easterhegg
1810
- </a>
1811
- </li>
1812
- <li class="widget__item">
1813
- <a class="widget__link">
1814
- GPN
1815
- </a>
1816
- </li>
1817
- </ul>
1818
- </div>
1819
- </div>
1820
- <div class="widget-categories widget">
1821
- <h4 class="widget__title">
1822
- Subscribe
1823
- </h4>
1824
- <div class="widget__content">
1825
- <a title="CCC Event Blog">
1826
- </a>
1827
- </div>
1828
- </div>
1829
- </aside>
1830
- </div>
1831
- <footer class="footer">
1832
- <div class="container footer__container flex">
1833
- <div class="footer__links">
1834
- <a class="footer__link">
1835
- Impressum und Datenschutzerkl&auml;rung
1836
- </a>
1837
- </div>
1838
- <div class="footer__copyright">
1839
- <span class="footer__copyright-credits">
1840
- </span>
1841
- </div>
1842
- </div>
1843
- </footer>
1844
- </div>
1845
- </body>
1846
- </html>