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