Leser: 1
7 Einträge, 1 Seite |
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
body {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-style: normal;
background-color:#efefef;
}
#navi {
font-size: 8pt;
border-width: 1px;
border-style: solid;
border-color: black;
-moz-border-radius:15px;
-khtml-border-radius:15px;
max-width: 90px;
min-width: 90px;
min-height: 450px;
margin: 150px 5px 5px 150px;
padding: 2.5em;
text-align: justify;
}
#content {
font-size: 8pt;
border-width: 1px;
border-style: solid;
border-color: black;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
max-width: 200px;
min-width: 800px;
min-height: 470px;
margin: -54px 5px 5px 130px;
padding: 1.5em;
text-align: left;
position: absolute;
}
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
#navi {
font-size: 8pt;
border-width: 1px;
border-style: solid;
border-color: black;
-moz-border-radius:15px;
-khtml-border-radius:15px;
max-width: 90px;
min-width: 90px;
min-height: 450px;
margin: 150px 5px 5px 150px;
padding: 2.5em;
text-align: justify;
position: absolute;
}
#content {
font-size: 8pt;
border-width: 1px;
border-style: solid;
border-color: black;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
max-width: 200px;
min-width: 800px;
min-height: 470px;
margin: 150px 5px 5px 300px;
padding: 1.5em;
text-align: left;
position: absolute;
}
RalphFFM+2008-05-22 11:37:33--o font-size: 8px; -> Du hast ganz schön gute Augen. Em als Einheit zu nehmen ist häufig empfehlenswerter.
7 Einträge, 1 Seite |