
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
| .popup.trackerPopup.fixed { margin-top: -20px; margin-left: 20px; } .trackerPopup.fixed { position: fixed !IMPORTANT; left: 30px !IMPORTANT; top: 160px !IMPORTANT; } html { background: #444444; } div#contentArea { padding-left: 20px; padding-right: 20px; background-image: linear-gradient(bottom, #E3E3E3 1%, #ABABAB 51%, #E0E0E0 100%); background-image: -o-linear-gradient(bottom, #E3E3E3 1%, #ABABAB 51%, #E0E0E0 100%); background-image: -moz-linear-gradient(bottom, #E3E3E3 1%, #ABABAB 51%, #E0E0E0 100%); background-image: -webkit-linear-gradient(bottom, #E3E3E3 1%, #ABABAB 51%, #E0E0E0 100%); background-image: -ms-linear-gradient(bottom, #E3E3E3 1%, #ABABAB 51%, #E0E0E0 100%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.01, #E3E3E3), color-stop(0.51, #ABABAB), color-stop(1, #E0E0E0) ); } #menubar { width: 980px; } #searchbar { margin: 34px auto 0 auto; width: 1020px; } .galleryHeadingContainer, .pageTabsContainer, .notificationsContainer { margin: 0 auto; width: 1020px; } .pageTabsContainer { border-bottom: 1px solid #C3C6C6; } #top { border-bottom: 0; } |
Met dank aan:
Blue-eagle
Ethelind
Wie allemaal meer met ideeën kwam in deze thread.