4sDMkH2mb8oPf4LoRHTqNm changeset

Changeset366162396661 (b)
Parent666439313334 (a)
ab
22    <head>
33        <title>Webseite</title>
44        <style type="text/css">
...
5-            <!--
...
66            * {
77             margin:0;
...
8-             padding:0;
...
99             font-size:15px;
1010             font-family:Verdana;
1111            }
...
12-            #container {
12-                width:1037px;
12-                margin:auto;
12-            }
12+
...
1616            #nav {
1717             width:236px;
1818             background:url('http://www.imagebanana.com/img/ao476iij/index.png') no-repeat center 15px;
...
19-             padding-left:0;
19-             padding-right:0;
19-             padding-top:185px;
19-             padding-bottom:0;
19-             float:left;
19+             padding: 185px 0 0 0;
19+                         float: right;
19+                         list-style-type: none;
...
2424            }
...
25+                       
...
2525            #nav li {
...
26-             background:url('http://europachat.ibitlive.eu/sbt.png') no-repeat ;
26-             list-style-type:none;
26-             padding-left:0;
26-             padding-right:0;
26-             padding-top:17px;
26-             padding-bottom:17px;
26+             background:url('http://europachat.ibitlive.eu/sbt.png') no-repeat;
26+             padding: 17px 0;
...
3232            }
...
33+                       
...
3333            #nav ul {
3434             background:url('http://europachat.ibitlive.eu/sbb.png') no-repeat bottom;
...
35-             padding-bottom:17px;
35+             padding: 0 0 17px 0;
35+             list-style: none;
...
3636            }
...
37+                       
...
3737            #nav h2, #nav ul li {
3838             background:url('http://europachat.ibitlive.eu/sbm.png') repeat-y;
...
39-             padding-left:25px;
39-             padding-right:25px;
39-             padding-top:5px;
39-             padding-bottom:5px
39+             padding: 5px 25px;
...
4343            }
...
44-            #nav li li {
44-             list-style:disc inside none;
44-            }
44+
...
4747            #nav h2 {
4848             text-decoration:underline;
4949            }
...
50+                       
...
5050            #nav, #nav a {
5151             color:#4af;
5252            }
...
53+                       
...
5353            #nav ul h2 {
...
54-             background:none; text-decoration:none; 
54+             background:none;
54+                         text-decoration:none; 
...
5555            }
...
56+                       
...
5656            #header {
5757                background:url('http://europachat.ibitlive.eu/header.jpg');
5858                width:801px;
5959                height:142px;
...
60-                float:left;
60+                                margin: auto;
...
6161            }
...
62+                       
...
6262            #header p {
...
63-                padding:40px 70px 0 170px;
63+                padding: 40px 90px 0 170px;
...
6464                font-weight:bold;
6565            }
...
66+                       
...
6666            body {
6767             background:url('http://europachat.ibitlive.eu/bg.jpg') 50% 0 repeat-x fixed #9B5D2B;
6868            }
...
69-            -->
...
7070        </style>
7171    </head>
7272    <body>
...
73-        <div id="container">
...
7474            <div id="header">
7575                <p>
7676                    Text im Header? Ich glaub ist keine Überschrift... Mehr Text
...
9898                    </ul>
9999                </li>
100100            </ul>
...
101-        </div>
...
102102    </body>
103103</html>
...
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
--- Revision 666439313334
+++ Revision 366162396661
@@ -3,75 +3,67 @@
<head>
<title>Webseite</title>
<style type="text/css">
- <!--
* {
margin:0;
- padding:0;
font-size:15px;
font-family:Verdana;
}
- #container {
- width:1037px;
- margin:auto;
- }
+
#nav {
width:236px;
background:url('http://www.imagebanana.com/img/ao476iij/index.png') no-repeat center 15px;
- padding-left:0;
- padding-right:0;
- padding-top:185px;
- padding-bottom:0;
- float:left;
+ padding: 185px 0 0 0;
+ float: right;
+ list-style-type: none;
}
+
#nav li {
- background:url('http://europachat.ibitlive.eu/sbt.png') no-repeat ;
- list-style-type:none;
- padding-left:0;
- padding-right:0;
- padding-top:17px;
- padding-bottom:17px;
+ background:url('http://europachat.ibitlive.eu/sbt.png') no-repeat;
+ padding: 17px 0;
}
+
#nav ul {
background:url('http://europachat.ibitlive.eu/sbb.png') no-repeat bottom;
- padding-bottom:17px;
+ padding: 0 0 17px 0;
+ list-style: none;
}
+
#nav h2, #nav ul li {
background:url('http://europachat.ibitlive.eu/sbm.png') repeat-y;
- padding-left:25px;
- padding-right:25px;
- padding-top:5px;
- padding-bottom:5px
+ padding: 5px 25px;
}
- #nav li li {
- list-style:disc inside none;
- }
+
#nav h2 {
text-decoration:underline;
}
+
#nav, #nav a {
color:#4af;
}
+
#nav ul h2 {
- background:none; text-decoration:none;
+ background:none;
+ text-decoration:none;
}
+
#header {
background:url('http://europachat.ibitlive.eu/header.jpg');
width:801px;
height:142px;
- float:left;
+ margin: auto;
}
+
#header p {
- padding:40px 70px 0 170px;
+ padding: 40px 90px 0 170px;
font-weight:bold;
}
+
body {
background:url('http://europachat.ibitlive.eu/bg.jpg') 50% 0 repeat-x fixed #9B5D2B;
}
- -->
</style>
</head>
<body>
- <div id="container">
<div id="header">
<p>
Text im Header? Ich glaub ist keine Überschrift... Mehr Text
@@ -99,6 +91,5 @@
</ul>
</li>
</ul>
- </div>
</body>
</html>