Hallo alle zusammen,
Ich habe vor längerem eine Promotionseite erstellt gehabt für meinen Freund.
Da ich bis dato noch nicht mit Wordpress gearbeitet hatte und das erst seit kurzem mache weiß ich nicht wie ich das Layout übertragen könnte, da ich es sehr gerne beibehalten würde...=(
Hier mal der CSS code der Homepage:
body {
background-image: url('images/background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #000000;
overflow:auto;
}
table, tr, td {
font-family:arial;
font-size:10px;
line-height: 14px;
color:#999999;
text-align:left;
background-color: #0e0e0e;
}
.table1 {
width: 450px;
position: absolute;
left: 200px;
top: 0px;
border: 15px solid #1d1d1d;
}
.td1 {
background-image: url('images/td1.png');
height: 120px;
border-bottom: 10px solid #1d1d1d;
}
.tdnavi {
font-size: 9px;
font-family: arial;
border-right: 4px solid #1d1d1d;
text-align:center;
}
.content {
padding: 0px 5px 5px 5px;
text-align: justify;
margin: 0px 0px 5px 0px;
}
.footer {
border-top: 10px solid #1d1d1d;
}
input,select {
font-family:tahoma;
border: 1px dotted #5e5e5e;
padding-right:3px;
padding-left:3px;
font-size: 10px;
font-style: normal;
color:#d9d9d9;
margin: 4px;
background: transparent;
text-transform: none;
}
textarea {
font-family:tahoma;
border: 1px dotted #5e5e5e;
background: transparent;
padding-right:3px;
padding-left:3px;
font-size: 10px;
font-style: normal;
color:#d9d9d9;
height: 100px;
width: 200px;
margin: 4px;
text-transform: none;
}
b {
color: #333333;
}
s {
color: #000000;
}
i {
color: #0066CC;
}
u {
color: #6699FF;
}
A:link , A:visited , A:active {
color:#f6f6f6;
text-decoration: none;
background: none;
cursor: help;
letter-spacing: 0px;
}
A:hover{
color:#7c7c7c;
cursor: help;
}
A:link.navi , A:visited.navi, A:active.navi {
font-family : arial;
font-size:15px;
color: #7b7b7b;
background: #1c1c1c;
display: block;
margin: 1px 0px 1px 0px;
font-style: normal;
font-weight: normal;
text-align: center;
line-height: 19px;
text-transform: lowercase;
text-decoration: none;
letter-spacing: -1px;
cursor: help;
}
A:hover.navi {
color: #a2a2a2;
text-decoration: none;
background: #282828;
cursor:help;
}
h1
{
font: 25px Times New Roman;
font-style: italic;
color: #0033cc;
margin-left: 0px;
text-align: center;
letter-spacing: 1px;
}
.head {
font: 30px Times New Roman;
color: #707070;
margin-left: 0px;
text-align: center;
letter-spacing: 10px;
}
Alles anzeigen
und hier mal der Code für die Seiten:
<html>
<head>
<title>Marcel König | </title>
<link rel=stylesheet type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="position: absolute; left: 0px; top: 0px;">
<table class="table1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="td1">
<h1 class="head">Marcel König</h1>
</td>
</tr>
<tr>
<td width="100px" valign="top" class="tdnavi">
<img src="http://forum.wordpress-deutschland.org/images/icon.png" border="0" alt="" /><br/>
<br/>
kleiner Text blablabla <br/>
<br/>
<a href="#.html" class="navi">LINK</a>
KATEGORIENÜBERSCHRIFT
<a href="#.html" class="navi">LINK</a>
<a href="#.html" class="navi">LINK</a>
KATEGORIENÜBERSCHRIFT
<a href="#.html" class="navi">LINK</a>
</td>
<td width="350px" valign="top">
<div class="content">
<h1>ÜBERSCHRIFT</h1>
TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT
</div>
</td>
</tr>
<tr>
<td colspan="2">
<img src="http://forum.wordpress-deutschland.org/images/footer.png" border="0" alt="" class="footer" />
</td>
</tr>
</table>
</body>
</html>
Alles anzeigen
Das sähe dann so aus:
http://www.misery13.spacequadrat.de/
(Screenshot ist im Anhang meiner 2. Antwort)
Und das möchte ich jetzt gerne so in Wordpress haben, aber so viel ich auch rumprobiere ich kriegs irgendwie nicht hin...
Ich hoffe, dass ich hier die Hilfe bekomme die ich suche weil ich steh schon kurz davor zu verzweifeln....
Danke im Vorraus!
Liebste Grüße und ein angenehmens Wochenende ;-)