[Paars] Post hier je definitieve CSS scripts

Pagina: 1
Acties:
  • 1.382 views

Acties:
  • +4 Henk 'm!

  • zeef
  • Registratie: Januari 2000
  • Laatst online: 20:43
Plaats hier je inzendingen naar aanleiding van A farewell to paars. Een post per persoon. Editten mag, reageren op anderen niet. :)

Inzenden voor of op 4 april 2016.

[ Voor 10% gewijzigd door zeef op 14-03-2016 11:56 ]


Acties:
  • +1 Henk 'm!

  • ard1998
  • Registratie: December 2015
  • Laatst online: 09-06 19:59

V1.0.9 is klaar en is getest met iteratie #83, na de css wedstrijd blijf ik de css ondersteunen, en verbeteren.



Aanbevolen instellingen voor de beste "paars" ervaring (naar mijn mening)
- Header weergave: niet altijd in beeld. (als het in beeld is werkt het ook, maar ik vind het mooier als het niet altijd in beeld is)
- een abbo die de advertenties weghaalt. de adverteerders houden er geen rekening met paars, en zo kunnen we onze eigen bijdrage doen aan tweakers.net .


26-3-2016 1.0.0
eerste definitive relase


26-3-2016 1.0.1
bug gefixt, was de moderatiepopup vergeten te controleren voor de relase (oeps).


29-3-2016 1.0.2
polls paars gemaakt.


29-3-2016 1.0.3
searchbar resultatenvlak kleur veranderd.


30-3-2016 1.0.4
paar verbeteringen in pricewatch, reviews en V&A


31-3-2016 1.0.5
pricePopup gefixt.


1-4-2016 1.0.6
achtergrond emoticonspopup aangepast.


2-4-2016 1.0.7
achtergrond emoticonspopup weggehaald.


5-4-2016 1.0.8
verbeteringen in weergave pricewatch

- bekende fout, pricewatchtabel word op de verkeerde plek op de pagina weergeven, ik probeer deze vandaag nog te fixen.




5-4-2016 18.10 1.0.9
verbeteringen in weergave vergelijklijst pricewatch

Desktop Screenshots
Afbeeldingslocatie: http://static.tweakers.net/ext/f/oENM9Qr3zI5JZA9xlyTGjYTS/medium.pngAfbeeldingslocatie: http://static.tweakers.net/ext/f/3Qz2f4jwAcLHa2KR8M3f4oBn/medium.pngAfbeeldingslocatie: http://static.tweakers.net/ext/f/Lh4gS3xFKPjMKIaze6AtutkF/medium.pngAfbeeldingslocatie: http://static.tweakers.net/ext/f/Z0a8mP9rILlBjUxf7VVn2QAv/medium.pngAfbeeldingslocatie: http://static.tweakers.net/ext/f/jqQujvVuU3oms4CY2D72MH94/medium.png

Smarthphone screenshots
Mobile frontpageMobile forumMobile femme + leftsidebarRightsidebar


code: filename
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
/* V1.0.9 */
/*getest op Development-iteratie #83*/

/* --------------- ALGEMEEN --------------- */

/*nieuwsbrief weghalen van frontpage*/
#newsletter {
display: none !important;
}

/*social media buttons weghalen in menubottombar*/
div.socialcount {
display: none !important;
}

/*menubottombar verkleinen*/
#menubottombar {
height: 3px;
}

/*socialcount weghalen*/
div.socialcount{
visibility: hidden;
}

.bestTestedContainer .bestTestedProduct .info .intro {
    background-color: #9CA2E7;
}

/*kleur van poll aanpassen*/
.poll {
    border: 1px solid #C6C3EF;
    background-color: #C6C3EF;
}

/*kleur van geselecteerde poll item veranderen */
.poll label.selected {
    color: black;
    background-color: #C6C3EF;
}

/*kleur van poll iten veranderen waneer de muis eroverheen gaat*/
.poll label:hover{
    color: black;
    background-color: #C6C3EF;
}

/**/
#modExtra table tbody tr td{
    background: #545454 !important;
}

li.fadeIn{
    background: #00084a;
}

form span.upperlabel, form span.lowerlabel {
    color: #000;
}

.userklipklap>div {
    background: #C6C3EF;
    border: 1px solid #00084A;
}

div.popup.pricePopup{
    background-color: #C6C3EF;
}

div.popup.mainSearchSuggest {
    background-color: #C6C3EF !important;
}

div.popup.userNotificationsPopup.notificationsPopup{
width:370px;
}

#headerSettings div p, #gradeSettings div p, #contrastSettings p, #densitySettings p{
    color: #e0e2e2;
}

div.popup.moreItems{
background: #C6C3EF !important;
box-shadow: 0 2px 5px rgb(158, 153, 219) !important;
}

.notificationsPopup .quickSetting {
    border-bottom: 1px solid #00084A;
}

.popup .fadeShowMore.top:before {
    background: linear-gradient(to bottom,#00084A,rgba(0, 0, 0, 0));
}

.popup .fadeShowMore.bottom:after {
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#00084A);
    display: block;
}

.scroller span {
    background: #293067;
}

.notificationsPopup .notification:hover {
    background: #00084A;
}

#menu .dropdown li.divider {
    border-top: 1px solid #00084A;
}

#menu > ul > li.more.dropdown {
    background: #00084a;
    border-left: 1px solid #00084a;
    border-right: 1px solid #00084a;
}

#menu > ul > li.more.dropdown > span {
    color: #e0e2e2;
    text-shadow: none;
}

li.more.last.dropdown div ul, li.more.last.dropdown div ul li a:hover, ul.profileNavigation, ul.profileNavigation li a:hover, li.indent.more.dropdown a:hover{
border: 1px solid #00084a;
background: #00084a;
background-image: linear-gradient(#00084a,#00084a);
}

li.more.last.dropdown div ul li a, ul.profileNavigation li a,  ul.profileNavigation li span{
color:#e0e2e2 !important;
}

#menu > ul > li:hover, #logo:hover {
    background-image: linear-gradient(#813,#901e35);
    border-bottom: 1px solid #952d3a;
}

#menu .dropdown ul li:hover, .pageTabs .more > ul li:hover {
    background-image: linear-gradient(#00084A,#00084A)!important;
}

.dropdown ul li:hover{
    background-image: linear-gradient(#f7f9f9,#f7f9f9);
}

.dropdown ul li a:hover{
    color:black !important;
}
.dropdown ul li a:hover small{
    color: #616464 !important;
    font-size: 12px;
}

div.sortable.select.specification.dropdown ul li:hover{
color:black !important;
}

#userbar .dropdown .more span {
    background-image: url(../../g/icons/arrow_right_white.png);
}

div.noProducts, #countryQuickSettings div p{
    color: #e0e2e2;
}

.selectedProductsPopup .compare {
    border-top: 1px solid #00084A;
}

.compareHeaderPopup li {
    border-bottom: 1px solid #00084A;
}

div.no-notifications{
    color: #e0e2e2;
}

div div.header h3{
    color: #e0e2e2;
}

.notificationsPopup .footer {
    border-top: 1px solid #00084A;
}

.notificationsPopup .header a.showLink, .notificationsPopup .header a.hideLink {
    color: #e0e2e2;
}

.notificationsPopup .header {
    border-bottom: 1px solid #00084A;
}

#userbar li.icon.selected {
    background: #00084A;
    position: relative;
    z-index: 120;
}

@media (min-width: 1001px){
div.quickSettingsContent, div.popup.userNotificationsPopup.notificationsPopup, div.popup.dmNotificationsPopup.notificationsPopup{
    display: block;
    top: 44px !important;
}
}

.notificationsPopup .notification, .notificationsPopup .notification:hover {
    color: #e0e2e2;
    text-decoration: none;
}

.notificationsPopup .notifications .notification {
    border-top: 1px solid #00084A;
}

.notificationsPopup {
    width: 320px;
    border-color: #00084A;
    border-top: 0;
    border-top-right-radius: 0;
    border-right: 0;
    z-index: 111;
}
.popup {
    display: none;
    position: absolute;
    background-color: #00084A;
    border: 1px solid #00084A;
    border-radius: 1px;
    box-shadow: 0 2px 5px rgb(0, 8, 74);
}

h2.bar, h3.bar{
    background: #9E99DB;
    text-align:centre;
}

#navigationButton.toggleButton.active::after, span.username.ellipsis::after{
visibility: hidden;
}

#leftSidebar .toggleButton {
    display: inline-block;
    width: 50%;
    margin-left:25%;
    background-image: linear-gradient(#00084A,#00084A);
}

#leftSidebar {
    border-right: 1px solid #00084A;
}

a.notification.markable{
    background-color:#00084A !important;
}


a.notification.markable:hover !important{
    background-color:#00084A;
}

body.rightSidebar #rightSidebar {
    border-left: 1px solid #00084A;
}

.notificationsPopup .notification.unread {
    background: #00084A;
}

.notificationsPopup .notification.unread:hover {
    background: #00084A;
}

#rightSidebar .notificationsPopup .notification.unread {
    background: #00084A;
}

#rightSidebar .notificationsPopup .notification.unread:hover {
    background: #00084A;
}

#rightMenuPane{
background: #00084A;
}

#rightSidebarMenu>li.more, #rightSidebarMenu>li.icon {
    background-image: linear-gradient(#00084A,#00084A);
    height: 66px;
}

#rightSidebarMenu .selectedProductsPopup .productListPopup {
    border-bottom: 1px solid #00084A;
    border-top: 1px solid #00084A;
}

#rightSidebarMenu .selectedProductsPopup .compare {
    border-top: 1px solid #00084A;
}

#rightSidebar .username {
    width: 104px;
}

#rightSidebar .compareHeaderPopup .header, #rightSidebar .notificationsPopup .header {
    border-bottom: 1px solid #00084A;
}

#rightSidebarMenu .profileNavigation, #rightSidebarMenu .compareHeaderPopup, #rightSidebarMenu .notificationsPopup {
    background: #00084A;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rightSidebar .no-notifications, #rightSidebar .notificationsPopup .notification {
    border-top: 1px solid #00084A;
    border-bottom: 1px solid #00084A;
}

#rightSidebar .popup .footer {
    padding: 10px;
    border-top: 1px solid #00084A;
}

#leftSidebar .toggleButtons {
height:66px;
}

#leftSidebar .sidebarContent, #rightMenuPane {
    top: 66px;
}

@media (max-width: 499px){
.selectedProductsPopup .noProducts {
    border-bottom: 0;
    border-top: 1px solid #00084A;
}
}

.site-sidebar {
    display: none;
    position: absolute;
    top: 0;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    width: 250px!important;
    z-index: 200;
    background: #00084A;
}
.site-sidebar li.more>span {
    padding-left: 30px;
    border-bottom: 1px solid #00084A;
}

.site-sidebar li {
    cursor: pointer;
    background: #00084A;
    border-top: 1px solid #00084A;
    border-bottom: 1px solid #00084A;
}

.site-sidebar li:hover {
    background: #00084A;
}

.site-sidebar ul {
    background-image: linear-gradient(#00084A,#00084A);
}

.site-sidebar li.show>div {
    display: block;
    width: auto;
    border-top: 1px solid #00084A;
}

.highlightedProductsWrapper .fpaItems .fpaItem {
background-color:#C6C3EF;
}

#layout{
background-color:#9E99DB !important;
background-image: none !important;
}

/*positie tracker veranderen*/
body.hasTracker{
position:relative;
margin-left:0px;
}

/*weghalen tracker*/
#tracker, #trackerButton{
position: relative;
visibility: hidden;
}

/*menu achtergrond aanpassen*/
#menubottombar{
        background: #00084A;
        width:initial;
margin-left: -6px;
}

#top{
background:#00084A;
}

#menubar{
    background:#00084A;
    z-index:110;border-bottom:1px solid #00084A;
    box-shadow:inset 0 -1px 0 #00084A;left:0;height:44px;
}

#menu>ul>li:hover,#logo:hover{
height:43px;
background:#00084A;
background-image:linear-gradient(#00084A,#00084A);
border-bottom:1px solid #00084A;
}

/*footer aanpassen*/
#bottom{
    background: #00084A;
}

#ticker {
    border-bottom: 1px solid #00084A;
}

@media screen and (max-width: 499px) {
    #bottom{
    background: #00084A;
    width:100%;
    margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    body.customColor, body.customColor #bottom div.hr{
        background-image: linear-gradient(#C6C3EF,#C6C3EF);
    }
}

@media screen and (min-width: 768px) {
    body.customColor, body.customColor #bottom div.hr{
        background-image: linear-gradient(#9E99DB,#9E99DB);
    }
}

/**/
td.pwimage.large{
    border-bottom: #000000;
}

.pageTabsContainer,#entity{
    background-color: #9E99DB !important;
}

body.customColor #searchbar{
    background-color: #9E99DB;
    width:inherit;
}

#contentArea, div.wrap, div.faq{
    background: #C6C3EF;
}

table.newtable.searchTable{
    background-image: linear-gradient(#C6C3EF,#C6C3EF);
}

tr{
    background: #C6C3EF;
}

#pmessages form h3.inverted{
        background: #9CA2E7;
}

#about .button {
    background:#00084A;
    box-shadow: 1px 1px 1px 0 rgb(0, 8, 74);
}

#about .button:hover {
    background:#00084A;
    box-shadow: 1px 1px 1px 0 rgb(0, 8, 74);
}


.article table{
    border:1px solid #FFFFFF;
    background:#C6C3EF;
    padding:0 10px;
    border-spacing:0;
    width:620px;
    font-size:12px;
    line-height:20px;
}

.sliderBar .selected{
background-image:linear-gradient(#9e99db,#9e99db);
}

.toggleSwitch{
background:#9e99db;
}



/* --------------- FRONTPAGE --------------- */

td.score, td.desc, td.multiplier{
    background: #424444;
}
tr.average, tr.last{
    background: #424444;
}
tr td hr.spacer{
    background: #424444;
}
.frontpage #community .userReview .userReviewDescription{
    background:linear-gradient(#9CA2E7,#9CA2E7);
}

div.communityItem.useVisitedState, div.fpItem.darkFpBlock, td.publicationTime, div.relatedBlock, td.replies, td.title, div.fpItem, #recentlyTested{
    background: #C6C3EF;
}

div.reactieBody.informative.nochilds, div.reactieBody.informative, div.reactieBody.spotlight, div.reactieBody.spotlight.nochilds{
    background: #AAAAE6;
}

/* --------------- REVIEWS + PRICEWATCH + V&A + DOWNLOADS ---------------*/

/*kleur nieuw item in prijsvergelijker aanpasse*/
.selectedProductsPopup li.fadeIn {
    background-color: #c6c3ef;
    border-top: 1px solid #c6c3ef;
    border-bottom: 1px solid #c6c3ef;
}

div.popup.selectedProductsPopup{
    background-color: #C6C3EF;
}

div.popup.selectedProductsPopup.compareHeaderPopup{
    background-color: #00084A !important;
}

div.popup.collectionPopup.productedition.page2, div.popup.collectionPopup.productedition.page3{
    display: none;
    position: absolute;
    background-color: #C6C3EF;
    border: 1px solid #00084A;
    border-radius: 1px;
    box-shadow: 0 2px 5px rgb(0, 8, 74);
}

div.popup.selectedProductsPopup div.popupContent div div.header, div.popup.selectedProductsPopup div.popupContent div div.noProducts, div.popup.selectedProductsPopup div.popupContent div div.productListPopup, div.popup.selectedProductsPopup div.popupContent div div.compare.clearfix{
    border-bottom: 1px solid #c6c3ef;
    border-top: 1px solid #c6c3ef;
}

div.popup.selectedProductsPopup div.popupContent div div.header h3{
    color: black;
}

div.popup.selectedProductsPopup.compareHeaderPopup div.popupContent div.header h3{
    color: #e0e2e2 !important;
}

div.popup.selectedProductsPopup.compareHeaderPopup div.popupContent div div.header, div.popup.selectedProductsPopup.compareHeaderPopup div.popupContent div div.noProducts, div.popup.selectedProductsPopup.compareHeaderPopup div.popupContent div div.productListPopup, div.popup.selectedProductsPopup.compareHeaderPopup div.popupContent div div.compare.clearfix{
    border-bottom: 1px solid #00084A !important;
    border-top: 1px solid #00084A !important;
}

#tab_select_more div.more ul li:hover{
background:#FFFFFF !important;
}

#entity>div{
    border-color: rgb(158, 153, 219);
}

#filter, .filterBlock {
    background: #C6C3EF;
    border: 1px solid #C6C3EF;
    border-radius: 1px;
}

div.fpaItem a{
    background: #C6C3EF;
}
tr.largethumb{
    background: #C6C3EF;
}

div.filterOption.collapsed, div.filterOption, div.filterOption.active{
    background: #C6C3EF;
}

#categoryBrowser div, #categoryBrowser div ul li{
background: #C6C3EF;
}

#categoryBrowser .sublist {
background: #C6C3EF;
}

#categoryBrowser div li:hover{
background: #9CA2E7;
}

.settingsSideBar #categoryBrowser.sidebar li.active.more{
background: linear-gradient(#9E99DB,#9E99DB) 0 0;
}

#categoryBrowser li.active.more{
background: linear-gradient(#9E99DB,#9E99DB) !important;
}

.searchAanbod #nearbyAdForm{
    background: #C6C3EF;
}

.filterOption label.selected{
    color:#fff;
    background:#88b800;
    background-image:linear-gradient(#C6C3EF,#C6C3EF);
    color: #00084A;
    font-weight: bold;
}

#categoryBrowser.sidebar li.active.more{
    background: linear-gradient(#9E99DB,#9E99DB) !important;
}

.responsiveFilter .toggleBtn, .priceGraph .toggleBtn, .alternative_products .toggleBtn{
    background: #9CA2E7;
}

div.ScorecardView{
    background: #C6C3EF;
}

.greyBorderBox>div{
    background:#C6C3EF;
    border:1px solid #C6C3EF;
    border-radius:1px;
    position:relative;padding:
    10px;overflow:auto;
}

/* --------------- FORUM ---------------*/

th, h2.bar.question, h2.bar.answer, h2.bar.other{
    background-image: linear-gradient(#9CA2E7,#9CA2E7);
}
#reageer.bar{
    background-color: #9CA2E7;
}

table.listing td.title, td.timeshort.last, td.topics, td.poster{
    background-image: linear-gradient(#C6C3EF,#C6C3EF);
}

table.listing td.topic{
    background: #C6C3EF;
}

table.listing td.time{
    background: #C6C3EF;
}

table.listing td.topics{
    background-image: linear-gradient(#C6C3EF,#C6C3EF);
}

/* achtergrond forumpost veranderen*/
div.message{
    background: #C6C3EF;
}

/* achtergrond iedere tweede forumpost veranderen*/
div.message:nth-of-type(2n){
        background: #AAAAE6;
}
/**/
table.listing td.tags {
    background-image: linear-gradient(#AAAAE6,#AAAAE6);
}

table.listing td.replies{
    background-image: linear-gradient(#AAAAE6,#AAAAE6);
}

div.message{
    background: #C6C3EF;
}
table.listing td.poster{
    background: #AAAAE6;
}
table.listing td.frm{
    background: #AAAAE6;
}
div.message.bestAnswer{
    background: #9CA2E7;
}

/* --------------- PROFIELEN --------------- */
div.galleryHeadingContainer, div.pageTabsContainer{
        background-color: #9E99DB;
}

table.galleryInnerTable tbody tr th{
        background-color: #9CA2E7;
}

.galleryHeadingContainer>div {
    border-top: 1px solid #9E99DB;
}

/* --------------- KARMASTORE ---------------*/
table.itemList, table.text-fontsmall.marginTop5{
        background: #C6C3EF;
}

/*--------------- TWEAKBLOGS ADMIN ---------------*/
table.tweakblog{
        background: #C6C3EF;
}

/* --------------- ABOSHOP --------------- */

.aboShop .info{
        background:#C6C3EF;
        background-image:linear-gradient(#C6C3EF,#C6C3EF);
}

/* --------------- VIDEO'S --------------- */

/*uitzindering op td uit de agemeen sectie, veranderen achtergrondkleur*/
td.item{
        background: #242626;
}

/* --------------- FOTOALBUM --------------- */
#fotoalbum .sidebar{
background: #C6C3EF;
}

/* --------------- IT PRO --------------- */
table.forumlisting tbody tr td{
        background: #C6C3EF;
}

/* --------------- MyReact --------------- */
div.info, div.error, div.faq, form.insertMessage, form.form1, form.form2, #folders, #myprofilecontainer {
    border: 1px solid #dddede;
    background-image: linear-gradient(#C6C3EF,#C6C3EF 40px);
}

#myprofilecontainer h2 {
    background: #9CA2E7;
}

#myprofile div.userhandy {
    border-top: 1px solid #C6C3EF;
}

table.listing td {
    background-image: linear-gradient(#C6C3EF,#C6C3EF);
}

#my-react table.listing.single {
    border-top: 1px solid #C6C3EF;
}

/* --------------- Over Tweakers --------------- */
.aboutItem .textContainer {
    background-image: linear-gradient(#9E99DB, #9E99DB) !important;
}

div.textContainer ul li a {
    color: black;
}

/* --------------- Instellingen --------------- */

.bar.notice {
    background: #9E99DB;
    border: 1px solid #D2D4D4;
    color: black;
    font-size: 12px;
    padding-right: 10px;
}

[ Voor 255% gewijzigd door ard1998 op 05-04-2016 18:09 . Reden: V1.0.9 !!!!!!!!! ]


Acties:
  • 0 Henk 'm!

  • Zeehond
  • Registratie: Juni 2015
  • Niet online

Zeehond

FP Admin & Powermod/ Mod W&M

Seal with it!

Hierbij mijn custum css. De change log laat ik achterwegen maar dit is versie 1.27. Ik heb deze getest en hij werkt stabiel op firefox, opera, safari, google chrome, IE voor windows phone 8.1 en de browser van de new 3ds xl. In IE en edge op desktops stuitert de navigatie balk helaas met scrollen, dit krijg ik ook niet verholpen, maar genoeg browsers waar het wel lekker mee werkt denk ik zo :). Ander browsers dan de boven genoemde heb ik niet getest,

Een uitgebreide indruk van wat deze css precies inhoud/ levert kan hier worden opgedaan:
gallery: -zeehond (likje naar de map in mijn foto album waar ik plaatjes het gepost van de css in gebruik).

Hoewel ik heb geprobeerd alle bugs te vinden en te pletten kan het toch onverhoopt zo zijn dat er zich een in de diepste krochten van de code schuil houd. Deze kun je aan mij melden via DM.

Vanwege de lengte (in de 500 regels) kon ik geen gebruik maken van =css. Deze css kun je gebruiken door de gehele code te kopiëren (let op dat je de getalletjes ervoor niet mee neemt) en te plakken in profielnaam -> instellingen -> layout -> en dan in het vak custum stylesheet. Kun je deze niet gebruiken, dan kan het zijn dat je deze nog even moet activeren in de karma store. Let op hier zijn wel minimaal 500 karma punten voor nodig.

Deze css is helaas niet bruikbaar met de instelling header weergave niet altijd in beeld. Mogelijk komt hier in de toekomst een apparte css voor, maar meerdere css codes onderhouden kost tijd die ik helaas momenteel hiervoor niet beschikbaar heb. Verder geeft de tracker aan de linker kant het mooiste resultaat.

Dan hier de code. Veel plezier ermee gewenst op tweakers.net :)

code:
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
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
/*versie 1.28*/

/*dm en notificatie buttons telefoons*/
@media screen and (max-width: 500px) {
.notificationsPopup .header {
    border-bottom: 1px solid #e8eaea;
    padding: 10px;
    overflow: hidden;
    background-color: #9CA2E7;
}

/* 2 blokken maakte de tekstkleur in het producten menu zwart in plaats van grijs*/
#rightSidebar .selectedProductsPopup li a.itemname {
    float: left;
    width: 150px;
    padding: 0;
    color: #000;
}

/*tekstkelur ongelezen dm*/
#rightSidebar .notificationsPopup .postExcerpt {
    margin-left: 40px;
    max-height: 75px;
    color: #ffffff;
}

#rightSidebar .notificationsPopup .notification.unread {
    background: #C6C3EF;
}

.popup .popupContent p {
    word-wrap: break-word;
    color: #ffffff;
}

/*over actie notificaties*/
#rightSidebar .no-notifications, #rightSidebar .notificationsPopup:hover .notification:hover {
    border-top: 1px solid #373a3a;
    border-bottom: 1px solid #292c2c;
    background-color: #041365;
    color: #ffffff;
}

#rightSidebarMenu.userNotificationsActive .userNotificationsPopup, #rightSidebarMenu.dmNotificationsActive .dmNotificationsPopup, #rightSidebarMenu.profileNavigationActive .profileNavigation {
    background-color: #C6C3EF;
}

#rightSidebar .notificationsPopup a {
    color: #041365;
}

#rightSidebar h3, #rightSidebar .notificationsPopup .notification, #rightSidebar .notificationsPopup .notification:hover {
    color: #000;
}

/*producten pop-up*/
.selectedProductsPopup .popupContent, .compareHeaderPopup .popupContent {
    padding: 0;
    background-color: #C6C3EF;
}

/*producten-pop-up header*/
#rightSidebar .compareHeaderPopup .header, #rightSidebar .notificationsPopup .header {
    border-bottom: 1px solid #292c2c;
    background-color: #9CA2E7;
}
}

@media screen and (min-width: 500px) {
/*paarse header dm en notificatie menu*/
.notificationsPopup .header {
    border-bottom: 1px solid #e8eaea;
    padding: 10px;
    overflow: hidden;
    background-color: #9CA2E7;
}

/*zorgt voor een :hover actie in de notificatie men u's*/
.notificationsPopup .notifications .notification:hover {
    border-top: 1px solid #e8eaea;
    background-color: #041365;
    color: #ffffff;
}

.notificationsPopup {
    width: 320px;
    border-color: #ccc;
    border-top: 0;
    border-top-right-radius: 0;
    border-right: 0;
    z-index: 711;
    border-color: #9CA2E7;
    background-color: #C6C3EF;
}

/*zorgt dat de producten popup paars blijft aals er producten in staan*/
body.fixedHeader .compareHeaderPopup {
    position: fixed;
    z-index: 711;
    background-color: #C6C3EF;
}

/*vergelijkings pop-up*/
.selectedProductsPopup .noProducts {
    display: none;
    text-align: center;
    line-height: 2;
    background-color: #C6C3EF;
}

.selectedProductsPopup .header, .selectedProductsPopup .noProducts {
    border-bottom: 1px solid #e8eaea;
    padding: 10px;
    overflow: hidden;
    background-color: #9CA2E7;
}
}

@media screen and (min-width: 1100px) {

#logo {
    position: absolute;
    top: 0;
    left: -28px;
    z-index: 200;
    height: 44px;
}

/*verandert de kleur van de kleine hoekjes van de top bovenin*/
#top {
    background-color: #9CA2E7;
    border-bottom: 1px solid #c3c6c6;
}

body.trackerVisible #logo {
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 200;
    height: 44px;
}

/*wijzigt de tekstkleur in het instellingen menuy van de tracker*/
#trackerSettings td.settingsLabel {
    border-right-width: 0;
    cursor: move;
    color: #000000;
}

/*tracker*/
#trackerContainer {
    color: #000;
}

/*maakt de linkjes van instellingen in de tracker blauw */
#trackerHeader .bulletSeparatedList li span {
    color: #041365;
    cursor: pointer;
}

/*maakt de categorieën in de tracker blauw */
#tracker .trackeritem h4, #tracker .trackeritem h4 a {
    margin: 0;
    color: #041365;
}

/* wijzigt de tekstkleur naar zwart in de tracker */
#tracker .trackeritem li a {
    color: #000;
}

/*wijzigt de tekstkleur van de post datums  in de tracker naar blauw */
#tracker .trackeritem li .time {
    display: inline-block;
    color: #041365;
    width: 33px;
}

/* paarse tracker */
#tracker {
    position: fixed;
    left: -330px;
    top: 0;
    bottom: 0;
    width: 336px;
    background: #C6C3EF;
    padding-top: 68px;
    z-index: 90;
    display: none;
}

#tracker .fakeTop .toggleVisibility {
    width: 30px;
    height: 40px;
    position: absolute;
    bottom: -64px;
    right: -24px;
    background:  #000000 url(../../g/if/v3/framework/tracker_label_2.png) no-repeat;
    cursor: pointer;
}

#tracker .fakeTop .giveFeedback, .smallTracker #tracker .fakeTop .giveFeedback.full {
    height: 30px;
    bottom: -93px;
    display: none;
}

/*verbergt het feedbakc icoontje*/
/*zorgt dat bij het openen van het tandwiel menu het profiel paars blijft */
.galleryHeadingContainer {
    background-color: #9CA2E7;
}

body.fixedHeader .compareHeaderPopup {
    position: fixed;
    z-index: 711;
}

#userbar li.icon.selected {
    background: #041365;
    position: relative;
    z-index: 120;
}

body, #bottom div.hr, #entity, #searchbar, .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer {
    background-color:  #9CA2E7;
}

/* zorgt dat de dm en notificatie buttons in beeld blijven */
#userbar {
    position: fixed;
    right: 15%;
    top: 0;
}

.galleryHeadingContainer > div {
    margin: 0 auto;
    width: 90%;
    min-width: 980px;
    padding: 15px 0 10px;
    border-top: 1px solid #9CA2E7;
    background-color: #9CA2E7;
}

#userbar li.icon {
    width: 32px;
    position: relative;
    padding: 0 !important;
    border-radius: 0px 60px 0px 0px;
}

/* menu bar wijzigd kleur, hoogte. Zet de menubalk op de goede hoogte. */
#menubar {
    background: #041365;
    background-image: linear-gradient(#041365,#041365 68px);
    z-index: 610;
    border-bottom: 1px solid #041365;
    box-shadow: inset 0 -1px 0 #041365;
    height: 63px;
   margin-top: 0px;
}

/*zorgt dat de achtergrond blauw blijft als meer is geselecteerd */
#menu > ul > li.more.dropdown {
    background: #f9fafa;
    border-left: 1px solid #cacece;
    border-right: 1px solid #cacece;
    background-color: #041365;
}

#menu > ul > li.more.dropdown > div > ul>li:hover {
    border-top: 0;
   background:#041365;
background-image:linear-gradient(#041365,#041365);
border-bottom:1px solid #041365;
}

#menu .dropdown ul>li:hover {
   background:#041365;
background-image:linear-gradient(#041365,#041365);
border-bottom:1px solid #041365;
}

/*zorgt ervoor dat bij een mouseover in de menu bar de knoppen blauw blijven */
#menu > ul > li > a, #menu > ul > li.more > span {
    display: block;
    height: 44px;
    padding: 0 9px;
    color: #e0e2e2;
    font-family: "Roboto Condensed",arial,helvetica,"Liberation Sans",sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    text-decoration: none;
    background-color: #041365;
}

/* maakte de balk achter de menu balk wit van kleur */
#menuwrapper {
    background: #9CA2E7 url(http://gathering.tweakers.net/global/templates/got/images/layout/top.gif) no-repeat 0 0;
}

/*zorgt dat het hoekje links bovenin paars wordt */
#tracker .fakeTop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #9CA2E7;
background: #9CA2E7 5px url(../../g/if/v3/framework/tweakers_logo_v2_x1.png) no-repeat;
}

/* twee delen maakt de middelste balk met de zoekbalk wit */
body, #bottom div.hr, #entity, #searchbar, .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer {
    background-color: rgb(255, 255, 255);
}

body.customColor #searchbar {
    background-color: #ffffff;
}

/*henk toevoegen */
#logo a {
    display: block;
    width: 167px;
    height: 100px;
    background: #041365 url(http://gathering.tweakers.net/global/templates/silver/images/layout/gotlogo_shadow.gif) no-repeat 50%;
    margin-left: 0%;
    border-radius: 0px 0px 60px 60px;
}

/* helpt bij het correct positioneren van het logo */
/* verplaatst het true logo meer naar onder */
/* verplaatst de searchbar */
#search {
    padding-top: 42px;
}

/* borders bij de searchbar */
.keywordSearch input.text {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border: 1px solid #000;
}

.keywordSearch input.submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../../g/if/v3/framework/menu_icons_v2.png) no-repeat -48px -106px;
    width: 35px;
    height: 100%;
    border: 1px solid #000;
    border-left: 1px solid #e2e3e3;
    text-indent: -200px;
    cursor: pointer;
}

/* zet de forum tabs naar de voorgrond */
#forumheading {
    position: relative;
    z-index: 100;
}

/*maakt het actieve tablad blauw */
.pageTabs li.active {
    height: 30px;
    margin-top: 0;
    border-color: #041365;
}

.pageTabs li.active a, .pageTabs li.active a:hover {
    padding-top: 1px;
    color: #b9133c;
    background-color: #041365;
    border: #041365;
}

/* maakt de tabladen blauw en wijzigt de hoogte */
.pageTabs li {
    float: right;
    height: 20px;
    margin-top: 1px;
    margin-right: 0px;
    border: 1px solid  #041365;
    border-bottom: 0;
    background-color: #041365;
    background-image: linear-gradient( #041365, #041365);
}

/*Maakt de tekst in de tabladen geel */
.pageTabs li a {
    display: block;
    padding: 0 17px;
    margin: 0;
    line-height: 30px;
    text-decoration: none;
    color: #dedb03;
}

/* kleurt reset laatste bezoektijd wit */
.pageTabs li.link a {
    color: #fff;
    padding: 0;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* verbergt de tekst tussen de forra */
.channelHeader h2 {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 0;
    display: none;
}

/* verbergt de icoontjes tussen de forra */
.thumb.category {
    padding: 0;
    width: 42px;
    height: 42px;
    background: #fff no-repeat 50% 5px;
    display: inline-block;
    text-indent: -200px;
    overflow: hidden;
    display: none;
}

/*verplaatst het dropdown menu bij profiel iets naar beneden */
#userbar .dropdown > div {
    width: 100%;
    min-width: 140px;
    top: 56px;
}

/*verplaatst het dropdown menu bij meer iets naar beneden*/
#menu .dropdown ul {
    padding-bottom: 5px;
    padding-top: 25px;
    width: 100%;
}

#menu .dropdown > div {
    display: block;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.25);
    position: absolute;
    top: 35px;
    left: -1px;
    z-index: 99;
}

/* wanneer meer en profiel dropdown geselecteerd zijn zorgt dit ervoor dat de tekst wit blijft */
#menu > ul > li.more.dropdown > span {
    color: #ffffff;
    text-shadow: none;
}

/*maar meer en username breeder */
#menu > ul > li > a, #menu > ul > li.more > span {
    display: block;
    height: 44px;
    padding: 0 9px;
    color: #e0e2e2;
    font-family: "Roboto Condensed",arial,helvetica,"Liberation Sans",sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    text-decoration: none;
    background-color: #041365;
}

#userbar li.icon a {
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #041365; 
    text-indent: -200px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 0px 60px 0px 0px;
}

/*zorgt dat de uitgeklapte notificatie menu's goed in beeld blijven */
.notificationsPopup {
    width: 320px;
    border-color: #ccc;
    border-top: 0;
    border-top-right-radius: 0;
    border-right: 0;
    z-index: 711;
   border-color: #9CA2E7;
}
}

/*maakt de forum headers paars */
table.listing {
    background: #9CA2E7;
    background-image: -webkit-linear-gradient(#a1a3a3,#969999);
    background-image: -moz-linear-gradient(#9CA2E7);
    background-image: linear-gradient(#9CA2E7);
}

/*zorgt dat de inhoud van de tabellen paars word*/
table.listing td {
    border-bottom: 1px solid #C6C3EF;
    border-top: 1px solid #C6C3EF;
    background: #C6C3EF;
}

/* zorgt dat de inhoud van de forum tabellen paars wordt */
table.listing td {
    border-bottom: 1px solid #C6C3EF;
    border-top: 1px solid #C6C3EF;
    background: #C6C3EF;
    background-image: -webkit-linear-gradient(#C6C3EF,#C6C3EF);
    background-image: -moz-linear-gradient(#C6C3EF,#C6C3EF);
    background-image: linear-gradient(#C6C3EF,#C6C3EF);
}

/*paarse achtergrond 2*/
body.customColor #searchbar {
    background-color: #9CA2E7;
}

/*haalt de tracker naar de voorgrond */
body.hasTracker #tracker {
    display: block;
   z-index: 3000
}

/* paars forum */
body.customColor #contentArea {
    border-radius: 1px;
    background-color: #9CA2E7;
    border-color: #9CA2E7;
}

@media screen and (min-width: 500px) and (max-width: 1099px) {
body.hasTracker #tracker {
    display: block;
    z-index: 3000;
    background-color: #C6C3EF;
}

#trackerHeader .bulletSeparatedList li span {
    color: #041365;
    cursor: pointer;
}

#trackerContainer {
    color: #000;
}
}

@media screen and (max-width: 1099px) {

/*over actie item in tracker*/
#tracker .trackeritem li:hover {
    border: 0;
    padding: 7px 0;
    background-color: #C6C3EF;
}

/*paarse achtergrond tracker*/
#leftSidebar .sidebarContent, #rightMenuPane {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: 0;
    overflow: auto;
    overflow-x: hidden;
    background-color: #9CA2E7;
}

/*maakt de achtergrond van de linker sidebar paars*/
.site-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #9CA2E7;
    background-image: linear-gradient(#9CA2E7,#9CA2E7);
}

#menubar {
    width: 100%;
    min-width: 320px;
    border: 0;
    height: 44px;
    border-bottom: 1px solid #041365;
    box-shadow: inset 0 -1px 0 #041365;
    background: #041365;
    background-image: linear-gradient(#041365 ,#041365  68px);
}

/*header sidebar menu's*/
#leftSidebar .toggleButton {
    display: inline-block;
    width: 50%;
    border: 0;
    background: #041365;
    background-image: linear-gradient(#041365,#041365);
    padding: 10px 0;
    height: 44px;
    font-size: 1.2em;
    color: #808282;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#rightSidebarMenu > li.more, #rightSidebarMenu > li.icon {
    background: #041365;
    background-image: linear-gradient(#041365,#041365);
    height: 44px;
    display: block;
}

#rightSidebar .profileNavigationActive .username {
    color: #fff;
   background-color: #041365;
}

/*tracker mobiel*/
.smallTracker.trackerRight.trackerVisible #tracker, .smallTracker #trackerContentContainer {
    width: 236px;
    background-color: #C6C3EF;
}

/*activiteit en meer actief*/
.site-sidebar li.more:hover > span {
    padding-left: 30px;
    border-bottom: 1px solid #292c2c;
    color: #ffffff;
}

/*tracker mobiel blauwe tijd*/
#tracker .trackeritem li .time {
    width: 38px;
    color: #041365;
}

/*tracker mobiel zwarte tekst*/
#tracker .trackeritem li a {
    color: #000;
}

#tracker .trackeritem h4, #tracker .trackeritem h4 a {
    margin: 0;
    color: #041365;
}

.site-sidebar li a:hover, .site-sidebar li.more > span {
    display: block;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 10px;
    color: #ffffff;
}

/*verbergt bij een hover het pijltje*/
.site-sidebar li.more > span {
   display: none;
}

/*maakt het rechter menu paars*/
#rightSidebarMenu > li {
    float: left;
    border: 0;
    background-color: #9CA2E7;
}

/*licht paarse buttons right sidebar */
.site-sidebar li {
    cursor: pointer;
    background: #C6C3EF;
    border-top: 1px solid #373a3a;
    border-bottom: 1px solid #292c2c;
}

/*licht paarse buttons right sidebar */
.site-sidebar li:hover {
    cursor: pointer;
    background: #041365;
    border-top: 1px solid #373a3a;
    border-bottom: 1px solid #292c2c;
    color: #ffffff;
}

/*zwarte tekst right sidebar*/
.site-sidebar li a, .site-sidebar li.more > span {
    display: block;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 10px;
    color: #000;
}

/*dm overzicht 100 width*/
div#content.folders table.listing, #pmessages {
    float: none;
    width: auto;
    width: 100%;
}

/*bottiom */
#bottom {
    background: #041365;
   position: absolute;
   bottom: -56px
}

#menubottombar  {
    width: 100%;
    background-color: #dedb03;
}

table.listing th.ind {
    border-top-left-radius: 1px;
    background-color: #9CA2E7;
}

#tracker .fakeTop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #041365;
    background: #041365;
    background-image: linear-gradient(#041365,#041365 68px);
}

#menu > ul > li.more.dropdown > div > ul>li:hover {
    border-top: 0;
   background:#041365;
background-image:linear-gradient(#041365,#041365);
border-bottom:1px solid #041365;
}

#menu .dropdown ul>li:hover {
   background:#041365;
background-image:linear-gradient(#041365,#041365);
border-bottom:1px solid #041365;
}
}

/*paarse bottom */
body, #bottom div.hr, #entity, #searchbar, .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer {
    background-color: #9CA2E7;
}

/*maakt voor de leesbaarheid een deel van de frontpage wit */
.mainColumn.frontpage {
    padding-top: 15px;
    padding-right: 20px;
    margin-right: 0;
    border-right: 1px solid #e8eaea;
    background-color: #ffffff;
}

/*maakt de achtergrond kleur van een artikel op de fp wit */
.article {
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    background-color: #ffffff;
}

/* houd de background van reactie op de fp wit */
.reactieBody {
    border: 1px solid #dddede;
    padding: 10px 15px 8px;
    margin-bottom: 10px;
    position: relative;
    background-color: #ffffff;
}

/* wijzigt om somige plaatsen de kleur tekst van grijs naar zwart */
form span.upperlabel, form span.lowerlabel {
    padding-top: 3px;
    font-size: 11px;
    display: block;
    clear: both;
    color: #000;
}

/*wijziging tekstkleur */
.breadcrumb, .breadcrumb a {
    color: #000;
}

/* wijziging tekstkleur */
.bulletSeparatedList, .bulletSeparatedList a {
    color: #000808;
}

/*wijziging tekstkleur */
#title p.mods {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
}

#menubottombar .menubottom {
    color: #050404;
}

body.customColor, body.customColor #bottom div.hr {
    background: #9CA2E7;
}

/*zorgt dat bij een muis over de icoontjes blauw blijven met dank aan ard1998 */
#menu>ul>li:hover,#logo:hover{
height:43px;
background:#041365;
background-image:linear-gradient(#041365,#041365);
border-bottom:1px solid #041365;
}

/* slogan bar */
@media screen and (min-width: 1500px) {
#menubottombar  {
    position: fixed;
    left: 60%;
    margin-right: 40%;
    height: 22px;
    width: 50%;
    background-color: #dedb03;
    transform: translate(-50%, -50%); 
   z-index: 700;
   border-radius: 30px 0px 0px 0px;
}

/* menubar wijzigdt de breete en maakt de hoeken rond */
.fixedHeader #menubar {
     position: fixed;
    margin-left: 15%;
    width: 70%;
    border-radius: 30px 30px 0px 0px;
}

/*bottiom */
#bottom {
    width: 70%;
    position: absolute;
    bottom: 0;
    background: #041365;
    left: 15%;
    border-radius: 0px 0px 30px 30px;
}

/* verplaatst de forum tabs*/
.pageTabs > ul {
    position: fixed;
    list-style: none;
    padding: 0;
    height: 28px;
    top: 70px;
    background-color: #041365;
    left: 50%;
    margin-right: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    z-index: 500;
   border-left: 1px solid #041365;
}
}

/* slogan bar */
@media screen and (min-width: 1100px) and (max-width: 1499px) {
     #menubottombar  {
    position: fixed;
    left: 62%;
    margin-right: 40%;
    height: 22px;
    width: 66%;
    background-color: #dedb03;
    transform: translate(-50%, -50%); 
   z-index: 700;
   border-radius: 30px 0px 0px 0px;
}

/* menubar wijzigdt de breete en maakt de hoeken rond */
.fixedHeader #menubar {
     position: fixed;
    margin-left: 8%;
    width: 87%;
    border-radius: 30px 30px 0px 0px;
}

/*bottiom */
#bottom {
    width: 87%;
    position: absolute;
    bottom: 0;
    background: #041365;
    left: 8%;
    border-radius: 0px 0px 30px 30px;
}

.pageTabs > ul {
    position: fixed;
    list-style: none;
    padding: 0;
    height: 28px;
    top: 70px;
    background-color: #041365;
    left: 48%;
    margin-right: 50%;
    width: 87%;
    transform: translate(-46%, -50%);
    z-index: 500;
    border-left: 0px solid #041365;
}

/* links in de border */
#ticker {
    height: 42px;
    padding-top: 29px;
    border-bottom: 1px solid #808080;
    width: 90%;
}

#about {
    height: 149px;
    padding-top: 22px;
    position: relative;
    width: 95%;
}
}

/*nodig voor opera */
body, table, td, th, input, button, textarea, select, .bar {
    background-color: #ffffff;
}

/*kleuren forumheaders*/
table.listing .ind {
    background-color: #9CA2E7;
}
table.listing .tags {
    background-color: #9CA2E7;
}
table.listing .replies, #listing table.listing .replies {
    background-color: #9CA2E7;
}
table.listing th.title {
    background-color: #C6C3EF;
}
table.listing .topics {
    background-color: #C6C3EF;
}
table.listing th.timeshort {
    background-color: #C6C3EF;
}

table.listing th, table.listing th a {
    color: #fefefe;
    background-color: #C6C3EF;
}

/*zoekresultaten naar de voorgrond */
.mainSearchSuggest {
    width: 488px;
    overflow: hidden;
    z-index: 300; 
}

/*tracker naar de voorgrond
#trackerHeader {
    overflow: hidden;
    padding: 20px 22px 10px 12px;
    width: 302px;
}

/*paars achtergrond bij openen tracker*/
#layout {
    padding-bottom: 235px;
   background-color: #9CA2E7;
}

body.smallTracker.trackerVisible, body.smallTracker.trackerVisible #bottom div.hr {
    background: #9CA2E7;
}

/*actieve tablad instellingen kleur*/
#categoryBrowser.sidebar li.active.more {
    background: #041365 !important;
    background-image: linear-gradient(#041365,#041365) !important;
}

/*betere leesbaarheid in de moderatie pop-up*/
#modPopup td, #modPopup td a {
    color: #000;
}

/* Betere leesbaarheid karma grafiek op de profiel pagina*/
#karmaHistoryGraph {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 240px;
    background-color: #C6C3EF;
}

[ Voor 255% gewijzigd door Zeehond op 04-04-2016 15:14 ]

200 fish found!


Acties:
  • 0 Henk 'm!

  • zeef
  • Registratie: Januari 2000
  • Laatst online: 20:43

Paarse CSS winnaar kiezen

Wie gaat het worden? jullie gaan kiezen! :)

Je gebruikt een adblocker en daarom kun jij niet meedoen aan deze actie. Lees over ons verdienmodel en waarom jouw steun voor ons belangrijk is.

Aantal stemmen: 31. Deelname gesloten op 28-04-2016 15:41. Stemmen is niet meer mogelijk.


Dit topic is gesloten.