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:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
|
<HTML>
<HEAD>
<TITLE>Shahla</TITLE>
<STYLE type=text/css>
BODY {
background: url('http://streamline.lima-city.de/grafix/lay.png') no-repeat #000000;
color: #000000;
line-height: 13px;
font-family: tahoma;
font-size: 10px;
overflow: hidden
}
FILTER {
chroma (color=#FFFFFF)
}
font {
color: #000000;
font-family: tahoma;
font-size: 10px;
line-height: 15px
}
b {
color: #000000;
letter-spacing:2px;
font-family:tahoma;
font-size:10px
}
a {
background: transparent;
text-decoration: none;
border-bottom: 1px solid #000000;
color: #A73247
}
A:hover {
background: transparent;
text-decoration: underline;
border-bottom: 1px solid #000000;
color: #A73247
}
TEXTAREA,INPUT {
color: #000000;
background-color: transparent;
font-family: tahoma;
font-size: 10px;
border: 1px solid #000000
}
BODY {
scrollbar-face-color: fffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-arrow-color: ffffff;
scrollbar-track-color: ffffff;
}
.content {
position: absolute;
left: 30px;
top: 30px;
background: transparent;
height: 444px;
width: 430px;
overflow: auto
}
.inhaltetable {
width: 10px <!--breite: 10-15 px weniger als .content width-->
}
.navi { <!--div mit navi drin-->
position: absolute; <!--das besser nicht aendern-->
top: 564px; <!--abstand vom oberen bildschirmrand-->
left: 227px; <!--abstand vom linken bildschirmrand-->
width: 488px;
hight: 216px; <!--breite in px-->
background: transparent; <!--hintergrundfarbe-->
color: #000000; <!--schriftfarbe-->
font-size: 10px; <!--schriftgroesse-->
font-family: tahoma; <!--schriftart-->
line-height: 15px;
text-align: center <!--text ausrichtung right/left/center/justify-->
}
</style>
</HEAD>
<BODY>
<div style="visibility:hidden">{PLACE_POWEREDBY}</div> <!--werbung auf der seite nicht sichtbar-->
<div class=navi> <!--div mit navi/links drin-->
<a href="/shahla">Startseite</a><br>
<a href="/shahla/archivebymonth">Archiv</a><br>
<a href="/shahla/contact">Kontakt</a><br>
<a href="/shahla/gb">Gästebuch</a><br>
<a href="/shahla/abo">Abonnieren</a><p>
</div>
<b>Links</b><br>
Person<br>
Fotos<br>
WWW<p>
<b>Credits</b><br>
<a href="http://www.myblog.de/in.love" target="_blank">Code by</a>
</div>
<div class=content> <!--div mit inhalt drin-->
{PLACE_CONTENT}
</div>
</BODY>
</HTML> |