forked from forkiesassds/poktube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
890 lines (744 loc) · 21.7 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
.header1 {
margin: 0px auto;
padding: 20px 0px 2px 0px;
/*! background-color: #eaeaea; */
}
.header2 {
height: 35px;
line-height: 0;
background-image: url(img/subheader.gif);
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 5px 5px 0 0;
/*! -webkit-box-shadow: #777 0 0 5px; */
-moz-box-shadow: #777 0 0 10px;
/*! box-shadow: #777 0 0 5px; */
behavior: url(lib/PIE.php); /* polyfilling css3 for those who still use ie 6-8 */
}
/* The welcome box, only intended for the main page for unlogged in users. */
.welcomePokTube {
background: url('img/www-refreshbg-vflC3wnbM.png') no-repeat center;
background-size: cover;
padding: 35px;
/*! border-radius: 8px; */
height: 89px;
width: auto;
}
/* The sidebar menu */
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 18px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidebar p {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #353535;
color: white;
/*! padding: 1px 6px; */
border: none;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
/*! padding: 20px; */
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
/* Dropdown Button */
.dropbtn {
background-color: #3498DB;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
#sectionHeader .title_browse {
font-size: 16px;
font-weight: bold;
line-height: 34px;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
text-align: left;
background-image: linear-gradient(#f1f1f1, #ececec);
}
/* Links inside the dropdown */
.dropdown-content a {
color: black !important;
padding: 7px 14px;
text-decoration: none;
display: block;
/*! background-image: linear-gradient(#f1f1f1, #ececec); */
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #d6f9ff42;/*! background-image: linear-gradient(#d6f9ff5c, #d6f9ff8c); */}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.headertext {
color: #fff !important;;
}
a:hover { animation-name: link; animation-duration: 1s; animation-fill-mode: forwards; }
@keyframes link {
from {color: #03c;}
to {color: #2d57d6;}
}
.search_input {
font:12px Arial,Helvetica,sans-serif;
width: 245px;
padding: 2px 4px 3px;
margin: 0;
box-sizing: border-box;
}
/* The alert message box */
.alert {
color: white;
vertical-align: baseline;
background-color: #f44336; /* Red */
}
.alert:hover {
background-color: #f03c30; /* Red */
}
body {
margin: 0;
font-family: 'Open Sans', sans-serif; /* /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
color: #222;
background-color: #eaeaea;
background: url("/img/www-refreshbg-vflC3wnbM.png");
}
a:link,
a:visited,
a:active {
color: #123bb7;
}
td {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
}
.small {
font-size: 10px;
}
.label {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: bold;
color: #222;
}
.title {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 16px;
font-weight: 700;
color: #036;
}
.title_login {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: 400;
color: #fff;
}
a.title:link { /* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: bold;
color: #cff;
}
a.title:active { /* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: bold;
color: #cff;
}
a.title:visited { /* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: bold;
color: #cff;
}
a.title:hover { /* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: bolder;
color: #cff;
}
.table_top {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: 700;
color: #333;
}
.bold {
font-weight: bold;
}
.highlight {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: 700;
color: #333;
}
.nav {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: 700;
}
.nav_sub {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 13px;
font-weight: 400;
}
.footer {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
color: #111;
}
.success {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: 700;
color: #333;
}
.error {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: 700;
color: #f00;
}
.bodystyle {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
}
/* Modules */
.moduleEntrySelected,
.moduleEntry:hover {
padding: 10px;
background-color: #ffc;
background-image: url(img/table_results_selected_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
.moduleEntry {
padding: 10px;
background-color: #ddd;
background-image: url(img/table_results_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
.moduleEntry_alt:hover {
padding: 10px;
background-color: #ffc;
background-image: url(img/table_results_selected_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-right: 1px dashed #999;
border-bottom: 1px dashed #999;
}
.moduleEntry_alt {
padding: 10px;
background-color: #ddd;
background-image: url(img/table_results_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-right: 1px dashed #999;
border-bottom: 1px dashed #999;
}
.moduleEntryThumb {
margin-right: 10px;
border: 5px solid #fff;
}
.moduleEntryTitle {
margin-bottom: 2px;
font-size: 14px;
font-weight: bold;
color: #333;
}
.moduleEntryDescription {
padding-right: 10px;
margin-bottom: 6px;
font-size: 12px;
color: #333;
}
.moduleEntryTags {
margin-bottom: 5px;
font-size: 12px;
color: #444;
}
.moduleEntryDetails {
margin-bottom: 5px;
font-size: 11px;
color: #444;
}
.moduleTitle {
margin: 0 0 5px 5px;
font-size: 14px;
font-weight: bold;
color: #444;
}
.moduleTitleBar {
width: 100%;
background-color: #ccc;
border-bottom: 1px dashed #999;
}
.moduleFeatured {
padding: 5px 5px 15px;
background-color: #ddd;
background-image: url(img/table_results_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
.moduleFeaturedThumb {
margin: 5px;
border: 5px solid #fff;
}
.button {
padding: 3.6px 1em;
border: 1px solid #ccc;
background: #f6f6f6;
background-image: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #f6f6f6 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
margin-left: 0px;
border-radius: 3px;
font: 12px Arial,Helvetica,sans-serif;
behavior: url(lib/PIE.php); /* polyfilling css3 for those who still use ie 6-8 */
}
.button:hover {
border: 1px solid #ccc;
background: #f6f6f6;
background-image: -moz-linear-gradient(top, #ededed 0%, #e6e6e6 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e6e6e6)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #ededed 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #ededed 0%,#e6e6e6 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #ededed 0%,#e6e6e6 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #ededed 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.button:active {
border: 1px solid #ccc;
background: #d0d0d0;
background-image: -moz-linear-gradient(top, #d9d9d9 0%, #fdfdfd 100%); /* FF3.6-15 */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#fdfdfd)); /* Chrome4-9,Safari4-5 */
background-image: -webkit-linear-gradient(top, #d9d9d9 0%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #d9d9d9 0%,#fdfdfd 100%); /* Opera 11.10-11.50 */
background-image: -ms-linear-gradient(top, #d9d9d9 0%,#fdfdfd 100%); /* IE10 preview */
background-image: linear-gradient(to bottom, #d9d9d9 0%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
.moduleFeaturedTitle {
margin-bottom: 3px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
font-weight: bold;
color: #03c;
}
.moduleFeaturedDetails {
margin-bottom: 3px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 10px;
font-weight: normal;
color: #666;
}
.moduleFrameBarTitle {
margin: 0 5px 5px;
font-size: 12px;
font-weight: bold;
color: #444;
}
.moduleFrameEntrySelected,
.moduleFrameEntry:hover {
width: 270;
padding: 8px;
background-color: #ffc;
background-image: url(img/table_results_selected_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
.moduleFrameEntry {
width: 270;
padding: 8px;
background-color: #ddd;
background-image: url(img/table_results_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
.moduleFrameTitle {
margin-bottom: 3px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
font-weight: bold;
color: #03c;
}
.moduleFrameDetails {
margin-bottom: 5px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 10px;
font-weight: normal;
color: #737373;
}
.tableFavRemove {
margin-top: 8px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 10px;
}
.tableVideoStats {
width: 100%;
padding-top: 5px;
padding-bottom: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #ffc;
background-image: url(img/table_results_selected_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border: 1px dashed #cc6;
}
.tableSubTitle {
padding: 0 0 5px;
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #c63;
border-bottom: 1px dashed #ccc;
}
.tableSubTitleInfo {
padding: 3px;
padding-left: 10px;
font-size: 12px;
}
/* Form Elements */
.formTitle {
padding: 4px;
padding-bottom: 5px;
padding-left: 7px;
margin-bottom: 10px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: bold;
background-color: #e5ecf9;
border-bottom: 1px dashed #36c;
}
.formTable {
width: 80%;
padding: 5px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
}
.formIntro {
padding-left: 10px;
margin-bottom: 15px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 13px;
font-weight: normal;
}
.formHighlight {
padding: 7px;
padding-bottom: 10px;
margin-bottom: 5px;
background-color: #ffc;
background-image: url(img/table_results_selected_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border: 1px dashed #cc6;
}
.formHighlightText {
margin-top: 5px;
margin-left: 6px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
font-weight: normal;
color: #663;
}
.formFieldInfo {
margin-top: 5px;
margin-bottom: 5px;
font-size: 11px;
color: #555;
}
/* Page Elements */
.pageTitle {
padding: 4px;
padding-bottom: 5px;
padding-left: 7px;
margin-bottom: 15px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 14px;
font-weight: bold;
background-color: #e5ecf9;
border-bottom: 1px dashed #36c;
}
.pageTable {
padding: 0 5px;
margin-bottom: 20px;
}
.pageText {
padding: 0 5px;
}
.pageIntro {
margin-bottom: 15px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
font-weight: normal;
}
/* Mail Elements */
.mailMessageArea {
padding: 7px;
padding-bottom: 10px;
margin-bottom: 15px;
background-color: #fff;
border: 1px dashed #999;
}
/* Watch Elements */
.watchTitleBar {
background-color: #ccc;
border-bottom: 1px dashed #999;
}
.watchTitle {
margin-bottom: 6px;
margin-left: 5px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 13px;
font-weight: bold;
color: #333;
}
.watchTable {
padding: 5px;
padding-bottom: 10px;
text-align: center;
background-color: #ddd;
background-image: url(img/table_results_bg.gif);
background-repeat: repeat-x;
background-position: left top;
border-bottom: 1px dashed #999;
}
#flashcontent {
width: 425px;
height: 350px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
background-color: #fff;
border: 1px solid #ccc;
}
.watchInfoArea {
width: 395px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
text-align: left;
background-color: #fff;
}
.watchDescription {
padding-top: 10px;
padding-bottom: 5px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
color: #000;
border-bottom: 1px dashed #ccc;
}
.header-left-links {
text-align: right;
}
.header-left-search {
margin-right: 320px;
margin-top: 1px;
margin-left: 35px;
}
#dadminPanel {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
behavior: url(lib/PIE.php); /* polyfilling css3 for those who still use ie 6-8 */
}
#needsToBeBlack {
color: #222 !important;
}
.header_profile {
background-image: url(img/header_profile.gif);
-webkit-box-shadow: #777 0 0 10px;
-moz-box-shadow: #777 0 0 10px;
box-shadow: #777 0 0 5px;
behavior: url(lib/PIE.php); /* polyfilling css3 for those who still use ie 6-8 */
}
/* kerflunkto please don't be horny as fuck to a wireframe rabbit */
.vibriwentuwu {
background-image: url(img/header_admin.gif);
}
.header2_holder {
height: 35px;
background-color: #353535;
}
.watchTags {
margin: 5px 0 10px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 12px;
color: #333;
}
.watchAdded {
margin-bottom: 5px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
color: #333;
}
.watchDetails {
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
font-weight: normal;
color: #333;
}
.commentsTitle {
padding: 5px;
padding-bottom: 6px;
/* font-family: "Segoe UI", "Open Sans", "Noto Sans", "Roboto", "Ubuntu", "verdana", "arial", "sans-serif"; /* jesus christ this code dates from 2020 and was on 2003page */
font-size: 11px;
font-weight: bold;
color: #333;
background-color: #eee;
border-top: 1px dashed #999;
border-bottom: 1px dashed #999;
}
.commentsEntry {
padding: 10px;
font-size: 11px;
background-color: #ffc;
border-bottom: 1px dashed #999;
}
.commentsThumb {
margin-right: 5px;
border: 5px solid #fff;
}
.profileLabel {
margin: 10px 0 2px;
font-size: 12px;
font-weight: bold;
color: #d83;
}
/* Code Elements */
.codeArea {
padding: 7px;
margin-bottom: 15px;
background-color: #fff;
border: 1px dashed #999;
}
.apiLabel {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-top: 20px;
margin-bottom: 10px;
background-color: #e5ecf9;
}
.profile.video-time {
margin-top: -15px;
margin-right: 15px;
}
#hpVideoListHead {
float: left;
padding-right: 400px;
}
.home.video-time {
margin-top: -15px;
margin-right: 10px;
}
.small.home.video-time {
margin-right: 12px;
}
.subcription-videos-block {
float: left;
width: 100%;
padding-bottom: 10px;
border-bottom: 1px dashed #ccc;
}
.browsePagination {
background: #CCC;
padding: 6px 0px;
font-size: 13px;
color: #333;
font-weight: bold;
text-align: right;
}
.pagerCurrent {
color: #333;
background-color: #FFF;
padding: 1px 4px;
border: 1px solid #999;
margin-right: 5px;
}
.pagerNotCurrent {
color: #333;
background-color: #CCC;
padding: 1px 4px;
border: 1px solid #999;
margin-right: 5px;
cursor: pointer;
cursor: hand;
text-decoration: underline;
}