View difference between Paste ID: 0nvWZeV5 and hzcX5RJp
SHOW: | | - or go back to the newest paste.
1
#seite {
2
    width: 90%;
3
    margin: 0 auto;
4
    padding: 0;
5
    font-family: Verdana, sans-serif;
6
    border: 1px solid #d4d4d4;
7
}
8
9
#seite-back {
10
    box-shadow: 5px 0 5px #5b5b5b;
11
    margin: 0;
12
    padding: 0;
13
}
14
15
#kopf {
16
    width: 100%;
17
}
18
19
#navi {
20
    width: 100%;
21
}
22
23
#leiste {
24
    border-top: none;
25
}
26
27
#leiste-links {
28
    margin-left: 20%;
29
}
30
31
#FusionLoginBoxContainer {
32
    position: absolute;
33
    right: 10px;
34
}
35
36
#inhalt {
37
    margin: 0;
38
}
39
40
#bericht #bericht-teaser {
41
    font-family: Verdana, sans-serif;
42
    font-size: 120%;
43
}
44
45
#berichtseite {
46
    font-family: Verdana, sans-serif;
47
    font-size: 100%;
48
}
49
50
#seite > div, #seite > nav, #seite > article {
51
    width: 100%;
52
}
53
54
body {
55
    margin: 0;
56
    padding: 0 20px;
57
    font-size: 14px;
58
}
59
60
section, article, .index-system-block {
61
    width: 100%;
62
    border: none;
63
    border-color: #000;
64
    border-top: 1px dotted #000;
65
}
66
67
.system-section {
68
    width: 100%;
69
    border: none;
70
    margin: 0;
71
}
72
73
.system-section section, .index-blickpunkt-berichte-liste, .index-system-empfiehlt-liste {
74
    width: 20%;
75
    border: none;
76
    border-left: 1px dotted #000;
77
    padding: 10px;
78
}
79
80
.index-system-empfiehlt-liste {
81
    margin-top: -60px;
82
}
83
84-
.nextlist {
84+
.system-section .nextlist {
85
    height: 30px;
86
    box-shadow: 0 1px 0 #000;
87
    z-index: 99;
88
    margin-top: 1000px;
89
    overflow: hidden;
90
}
91
92
.nextlist:hover {
93
    height: auto;
94
}
95
96
.hauptnews, #berichte .bericht-liste, .news-liste, .inhalt-standard-padding, .cheats-liste, .cheats-fragen-liste {
97
    width: 70%;
98
}
99
100
.hauptnews {
101-
    width: 68%;
101+
102
}
103
104
.hauptnews .unterthema {
105
    padding-top: 10px;
106
}
107
108
.system-section section.videos-box {
109
    background: inherit;
110
    height: 200px;
111
    margin: 0;
112
    z-index: 99;
113
}
114
115
.diensteteaser-box {
116
    margin: auto;
117
    padding: 0;
118
    border: none;
119
    box-shadow: 0 5px 5px #5b5b5b;
120
    z-index: 99;
121
    background: inherit;
122
}
123
124
.diensteteaser-box ul {
125
    width: 100%;
126
    border: none;
127
    border-top: 1px solid #d4d4d4;
128
    border-bottom: 1px solid #000;
129
}
130
131
.diensteteaser-box img {
132
    width: 200px;
133
}
134
135
#hauptnewsblock-spielkultur, #hauptnewsblock-pc, #hauptnewsblock-ps3, #hauptnewsblock-360, #hauptnewsblock-wii_u, #hauptnewsblock-3ds, #hauptnewsblock-vita, #hauptnewsblock-phone, #blickpunktblock {
136
    width: 75%;
137
    padding-left: 10px;
138
}
139
140
section.bilderserien-box {
141
    width: 99%;
142
    clear: both;
143
    margin: 0;
144
    border: none;
145
    border-top: 1px solid #d4d4d4;
146
    border-bottom: 1px solid #000;
147
    box-shadow: 0 5px 5px #5b5b5b;
148
    z-index: 99;
149
    background: inherit;
150
}
151
152
#ligateaser {
153
    width: 100%;
154
    padding: 0;
155
    margin-bottom: 25px;
156
}
157
158
#ligateaser-container , section.videos-box {
159
    width: 100%;
160
    height: 180px;
161
    border: none;
162
    border-top: 1px solid #d4d4d4;
163
    padding: 0;
164
    box-shadow: 0 5px 5px #5b5b5b;
165
    z-index: 99
166
;
167
}
168
169
#ligateaser-container li div, section .videos-box li div {
170
    height: 70px;
171
}
172
173
#footer-links {
174
    width: 100%;
175
    margin: 0;
176
    padding: 0;
177
}
178
179
#gewinnspiele {
180
    width: 70%;
181
    margin: 0;
182
    border: none;
183
    padding: 0;
184
    max-width: 56%;
185
}
186
187
#gewinnspiele li {
188
    float: left;
189
}
190
191
#gewinnspiele .liste-re-footer {
192
    position: relative;
193
    right: 30%;
194
}
195
196
#gewinnspiele li a {
197
    clear: both;
198
    max-width: 300px;
199
}
200
201
#umfrage {
202
    position: absolute;
203
    border: 3px solid yellow;
204
    box-shadow: 5px 5px 5px #000;
205
    right: 21%;
206
}
207
208
#navi-trenner {
209
    width: 100%;
210
}
211
212
.block-3spalt-last {
213
    margin: 0;
214
}
215
216
#gewinnspiele, #facebook, #forenbeitraege {
217
    background: none;
218
}
219
220
.system-section-ps3 {
221
    margin-top: -24px;
222
}
223
224
.index-blickpunkt-berichte-liste {
225
    height: 100%;
226
}
227
228
.content-liste .ueberschrift, .bericht-liste .ueberschrift, .news-liste .ueberschrift, .download-liste .ueberschrift, .calendar-cell .ueberschrift, #tv-fokus .ueberschrift {
229
    font-size: 12px;
230
}
231
232
#startseite .nextlist {
233
    margin-top: -35px;
234
}
235
236
section .index-system .index-system-hauptthema {
237
    border-top: 1px dotted #000;
238
    min-height: 100px;
239
}
240
241
.hauptthema {
242
    border-top: none;
243
}
244
245
.index-system-block {
246
    border: none;
247
}
248
249
.index-system-hauptthema, .index-system-unterthema {
250
    padding-top: 10px;
251
    min-height: 0px;
252
}
253
254
.index-system {
255
    height: 100%;
256
}
257
258
#berichte {
259
    width: 90%;
260
    margin: auto;
261
}
262
263
#berichte article {
264
    border-bottom: 1px dotted #d4d4d4;
265
}
266
267
#leiste input.suche {
268
    margin-top: -10px;
269
}
270
271
#inhalt #berichte {
272
    margin-left: 10%;
273
}
274
275
#berichtseite, #bericht-teaser {
276
    width: 90%;
277
    padding-left: 10px;
278
    text-align: justify;
279
}
280
281
#bericht header .left {
282
    clear: both;
283
}
284
285
#bericht header #bericht-autor {
286
    float: left;
287
}
288
289
#bericht-fazit {
290
    width: 75%;
291
}
292
293
.shotbox_left, .shotbox_right {
294
    margin: 15px;
295
    position: relative;
296
    box-shadow: 2px 2px 2px #d4d4d4;
297
    left: 0;
298
    clear: right;
299
}
300
301
.shotbox_right {
302
    float: right;
303
    margin-right: 0;
304
}
305
306
.shotbox_left {
307
    float: left;
308
    margin-left: 0;
309
}
310
311
#bericht ~ .system-section {
312
    width: 100%;
313
}
314
315
#inhalt .kommentare {
316
    float: none;
317
    display: table;
318
    margin: 0 auto 20px auto;
319
}
320
321
.system-section .block-3spalt-last {
322
    position: absolute;
323
    top: 0;
324
    right: 0;
325
}
326
327
.ueberschrift3:first-child, .system-section-phone h4:first-child {
328
    padding-left: 10px;
329
    margin: 0;
330
    font: italic 40px Georgia, serif;
331
    padding-top: 10px;
332
    padding-bottom: 10px;
333
}
334
335
.vergleichbare-spiele {
336
    border: 1px solid #d4d4d4;
337
    box-shadow: -2px 2px 5px #d4d4d4;
338
    width: auto;
339
    padding: 10px;
340
    margin-left: 3px;
341
}
342
343
#news.news-section {
344
    width: 100%;
345
    display: table;
346
    padding-left: 10px;
347
}
348
349
#news .randbox {
350
    width: 20%;
351
}
352
353
#news .randbox section {
354
    width: 100%;
355
    margin: 0;
356
    border-bottom: 1px solid #d4d4d4;
357
    box-shadow: 0 2px 2px #d4d4d4;
358
}
359
360
#news .news-liste {
361
    box-shadow: 3px 3px 3px #d4d4d4;
362
    margin: 10px 0;
363
    border: 1px solid #d4d4d4;
364
    padding: 0 10px;
365
}
366
367
#news .unterthema2 .einleitung {
368
    height: auto;
369
}
370
371
#news .news-liste-info-block .einleitung {
372
    margin-bottom: 0;
373
}
374
375
#news .news-liste article {
376
    margin-bottom: 0;
377
    padding-top: 5px;
378
}
379
380
.trennerlinie-schmal {
381
    width: 100%;
382
    margin-bottom: 0;
383
    border-bottom: 1px solid #000;
384
    box-shadow: 0 2px 2px #d4d4d4;
385
}
386
387
.system-section section, .index-blickpunkt-berichte-liste, .index-system-empfiehlt-liste, .vergleichbare-spiele, #tv-stats {
388
    background-image: linear-gradient(left , #fff 50%, #d4d4d4 72%);
389
    background-image: -o-linear-gradient(left , #fff 50%, #d4d4d4 72%);
390
    background-image: -moz-linear-gradient(left , #fff 50%, #d4d4d4 72%);
391
    background-image: -webkit-linear-gradient(left , #fff 50%, #d4d4d4 72%);
392
    background-image: -ms-linear-gradient(left , #fff 50%, #d4d4d4 72%);
393
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.5, #fff),color-stop(0.72, #d4d4d4));
394
}
395
396
.link-video-fazit {
397
    margin-top: -20px;
398
    padding-top: 20px;
399
}
400
401
#bericht-fazit-wertungen {
402
    margin-top: 50px;
403
}
404
405
#Wertung-deaktivieren {
406
    margin-right: 10px;
407
}
408
409
#spiel-header {
410
    margin: auto;
411
}
412
413
.kapital:first-letter {
414
    font-size: 30px;
415
    font-weight: bold;
416
    margin-top: -10px;
417
    margin-right: 1px;
418
}
419
420
.news-text {
421
    float: left;
422
    width: 100%;
423
}
424
425
#news-videos {
426
    background-repeat: repeat;
427
    width: 143%;
428
    padding-bottom: 10px;
429
}
430
431
#spiel-header ~ div.left {
432
    max-width: 70%;
433
    position: static;
434
}
435
436
#spielinfonews {
437
    padding: 10px 0 0 10px;
438
    border-top: 0;
439
}
440
441
#bericht-social {
442
    margin-right: 15px;
443
}
444
445
article#bericht {
446
    border-top: none;
447
    padding: 0;
448
    padding-left: 10px;
449
    width: auto;
450
}
451
452
.kolumne-content {
453
    padding: 0 20px;
454
    text-align: justify;
455
}
456
457
.kolumnen-datum {
458
    width: 100%;
459
    float: none;
460
    display: table;
461
    margin: auto;
462
    padding: 5px 10px;
463
}
464
465
#bericht .trennerlinie {
466
    margin: 10px;
467
    width: 90%;
468
}
469
470
#tv-mediaplayer {
471
    margin: auto;
472
}
473
474
#tv-stats {
475
    width: 100%;
476
    margin: 10px 0;
477
    display: table;
478
    padding: 20px 20px;
479
    box-shadow: 0 2px 2px #d4d4d4;
480
    border: 1px solid #d4d4d4;
481
}
482
483
.wertungstipp-liste {
484
    display: table;
485
    margin: 10px;
486
}
487
488
#wertungstipp ~ .randbox {
489
    float: none;
490
    margin: auto;
491
}
492
493
#wertungstipp ~ .randbox section {
494
    border: none;
495
    display: table;
496
}
497
498
.wertungstipp-liste > div, .wertungstipp-liste > ul {
499
    width: 100%;
500
}
501
502
ul.content-liste-wertung > li {
503
    float: none;
504
    display: inline-block;
505
    box-shadow: 2px 2px 2px #d4d4d4;
506
    
507
}
508
509
ul.content-liste-wertung > li.last {
510
    margin: 0 30px 16px 0;
511
    padding-bottom: 5px;
512
}
513
514
.postprofile {
515
    position: absolute;
516
    border: none;
517
    width: auto;
518
    left: -170px;
519
}
520
521
.postbody {
522
    border-left: 1px solid #fff;
523
    min-height: 200px;
524
    float: right;
525
    width: 100%;
526
    padding-left: 10px;
527
}
528
529
.content {
530
    font-family: Verdana, sans-serif;
531
    font-size: 120%;
532
    width: 100%;
533
}
534
535
.post {
536
    width: auto;
537
    padding-left: 170px;
538
}
539
540
input {
541
    font-family: Verdana, sans-serif;
542
}
543
544
.bg1 {
545
    background: #d4d4d4;
546
}
547
548
#page-body {
549
    padding: 0 10px;
550
}
551
552
.forumtitle, .topictitle {
553
    font-weight: normal;
554
    letter-spacing: 1px;
555
}
556
557
.postbody h3 {
558
    font-weight: normal;
559
    font-size: 16px;
560
}
561
562
.back2top {
563
    width: auto;
564
    position: static;
565
}
566
567
.author {
568
    border-bottom: 1px solid #d4d4d4;
569
    width: 100%;
570
}
571
572
#werbung-banner:hover, #werbung-sky:hover {
573
    z-index: -1;
574
}
575