4sDMkH2mb8oPf4LoRHTqNm changeset

Changeset666439313334 (b)
ParentNone (a)
ab
0+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
0+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="de">
0+    <head>
0+        <title>Webseite</title>
0+        <style type="text/css">
0+            <!--
0+            * {
0+             margin:0;
0+             padding:0;
0+             font-size:15px;
0+             font-family:Verdana;
0+            }
0+            #container {
0+                width:1037px;
0+                margin:auto;
0+            }
0+            #nav {
0+             width:236px;
0+             background:url('http://www.imagebanana.com/img/ao476iij/index.png') no-repeat center 15px;
0+             padding-left:0;
0+             padding-right:0;
0+             padding-top:185px;
0+             padding-bottom:0;
0+             float:left;
0+            }
0+            #nav li {
0+             background:url('http://europachat.ibitlive.eu/sbt.png') no-repeat ;
0+             list-style-type:none;
0+             padding-left:0;
0+             padding-right:0;
0+             padding-top:17px;
0+             padding-bottom:17px;
0+            }
0+            #nav ul {
0+             background:url('http://europachat.ibitlive.eu/sbb.png') no-repeat bottom;
0+             padding-bottom:17px;
0+            }
0+            #nav h2, #nav ul li {
0+             background:url('http://europachat.ibitlive.eu/sbm.png') repeat-y;
0+             padding-left:25px;
0+             padding-right:25px;
0+             padding-top:5px;
0+             padding-bottom:5px
0+            }
0+            #nav li li {
0+             list-style:disc inside none;
0+            }
0+            #nav h2 {
0+             text-decoration:underline;
0+            }
0+            #nav, #nav a {
0+             color:#4af;
0+            }
0+            #nav ul h2 {
0+             background:none; text-decoration:none; 
0+            }
0+            #header {
0+                background:url('http://europachat.ibitlive.eu/header.jpg');
0+                width:801px;
0+                height:142px;
0+                float:left;
0+            }
0+            #header p {
0+                padding:40px 70px 0 170px;
0+                font-weight:bold;
0+            }
0+            body {
0+             background:url('http://europachat.ibitlive.eu/bg.jpg') 50% 0 repeat-x fixed #9B5D2B;
0+            }
0+            -->
0+        </style>
0+    </head>
0+    <body>
0+        <div id="container">
0+            <div id="header">
0+                <p>
0+                    Text im Header? Ich glaub ist keine Überschrift... Mehr Text
0+                    zeigt das Element etwas mehr gefüllt blabla und so weiter.
0+                    Soll das hier nen Bereich mit Notizen werden?
0+                </p>
0+            </div>
0+            <ul id="nav">
0+                <li>
0+                    <h2>Login</h2>
0+                    <ul>
0+                        <li>
0+                            Nick:<br /><br />
0+                                Passwort:<br />
0+                             
0+                        </li>
0+                    </ul>
0+                </li>
0+                <li>
0+                    <h2>Kennst du schon..</h2>
0+                    <ul>
0+                        <li>
0+                            <a href="#usw">Link</a>
0+                        </li>
0+                    </ul>
0+                </li>
0+            </ul>
0+        </div>
0+    </body>
0+</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 None
+++ Revision 666439313334
@@ -0,0 +1,104 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="de">
+ <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;
+ }
+ #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;
+ }
+ #nav ul {
+ background:url('http://europachat.ibitlive.eu/sbb.png') no-repeat bottom;
+ padding-bottom:17px;
+ }
+ #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
+ }
+ #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;
+ }
+ #header {
+ background:url('http://europachat.ibitlive.eu/header.jpg');
+ width:801px;
+ height:142px;
+ float:left;
+ }
+ #header p {
+ padding:40px 70px 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
+ zeigt das Element etwas mehr gefüllt blabla und so weiter.
+ Soll das hier nen Bereich mit Notizen werden?
+ </p>
+ </div>
+ <ul id="nav">
+ <li>
+ <h2>Login</h2>
+ <ul>
+ <li>
+ Nick:<br /><br />
+ &nbsp;&nbsp;&nbsp; Passwort:<br />
+ &nbsp;
+ </li>
+ </ul>
+ </li>
+ <li>
+ <h2>Kennst du schon..</h2>
+ <ul>
+ <li>
+ <a href="#usw">Link</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </body>
+</html>