Hallo Community,
ich bin echt am verzweifeln, habe das Theme soweit fertig, nur bekomme ich eine Sache nicht hin...
Hier der aktuelle Stand der Dinge:
http://www.one-step.de/wp/mako/
Siehe Anhang, wie sie aussehen soll. Ich bekomme einfach die Backgroundgrafik neben dem Content.
Links und Rechts soll der weisse Rahmen bis nach unten zum Footer reichen.
Hier mal die CSS Datei:
Code
a {
outline: none;
}
td img {display: block;}
body {
margin-top: 215px;
background-color: #EDF5FB;
background-image: url(../layout/header.gif);
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
height: auto;
}
#wrapper {
margin: 0 auto;
float:none;
width: 821px;
height: auto;
}
#navigation_links {
float: left;
height: auto;
width: 125px;
margin-left: 0px;
margin-top: 0px;
margin-bottom:0px;
list-style:none;
text-align: left;
}
#sidebar_rechts {
float: left;
width: 175px;
margin-left: 0px;
margin-top: 18px;
margin-bottom:0px;
list-style:none;
text-align: left;
}
#adresse_sidebar {
float: left;
width: 175px;
margin-top: 60%;
margin-left: 0px;
margin-bottom:0px;
list-style:none;
text-align: left;
}
#content {
width: 513px;
margin-top: 0px;
float: left;
background-color: #FFF;
border: 2px solid #D6ECF7;
height: auto;
background-image: url(../layout/content.gif);
background-repeat: repeat-y;
background-position: center 400px;
}
#footer {
width: 821px;
height:40px;
margin-top: 0px;
float: left;
clear:both;
background-image: url(../layout/footer.gif);
background-repeat: no-repeat;
background-position: center top;
}
#footer_content {
width: 821px;
margin-top: 0px;
float: left;
clear:both;
background-image: url(../layout/content.gif);
background-repeat: repeat-y;
background-position: center top;
}
#footer_links {
float: left;
width: 409px;
margin-left: 0px;
margin-top: 30px;
text-align:left;
}
#footer_rechts {
float: right;
width: 350px;
margin-right: 5px;
margin-top: 30px;
text-align:right;
}
/* dynamic pseudo-class, Link wird ausgewählt */
/* ---------------- CONTENT-MITTE ANFANG ----------------*/
.contenttext {
text-align:left;
padding:15px;
font-family:Helvetica, Arial, serif;
color: #868686;
font-variant:normal;
font-size:13px;
letter-spacing: 0.03em;
line-height: 120%;
}
/* ---------------- FOOTER ----------------*/
.footer_navigation {
text-align:center;
padding-left:5px;
font-family:Helvetica, Arial, serif;
font-variant:normal;
font-size:10px;
color:#63B7DF;
letter-spacing: 0.06em;
}
/* ----------------Anfang Hyperlinks Content----------------*/
.footer_navigation a:link {
letter-spacing: 0em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
letter-spacing: 0.06em;
}
/* link pseudo-class, noch nicht besuchter Link */
.footer_navigation a:visited {
letter-spacing: 0em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
}
/* link pseudo-class, schon besuchter Link */
.footer_navigation a:hover {
letter-spacing: 0em;
color: #63B7DF;
text-decoration: underline;
font-weight: normal;
}
/* dynamic pseudo-class, Benutzer 'hovert' */
.footer_navigation a:active {
letter-spacing: 0em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
}
.footer_navigation li {
list-style:none;
display:inline;
padding-right: 5px;
}
.footer_navigation ul {
margin: 0px;
padding: 0px;
}
/* ---------------- FOOTER ----------------*/
#form_sidebar_rechts{
float:left;
clear: both;
padding-top: 25px;
padding-bottom: 25px;
}
#form_sidebar_unten{
padding-top: 25px;
}
/* ---------------- FOOTER Links----------------*/
.sidebar_f_links {
text-align:center;
padding-left:5px;
font-family:Helvetica, Arial, serif;
font-variant:normal;
font-size:10px;
color:#63B7DF;
letter-spacing: 0.02em;
}
/* ----------------Anfang Hyperlinks Content----------------*/
.sidebar_f_links a:link {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
letter-spacing: 0.02em;
}
/* link pseudo-class, noch nicht besuchter Link */
.sidebar_f_links a:visited {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
}
/* link pseudo-class, schon besuchter Link */
.sidebar_f_links a:hover {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: underline;
font-weight: normal;
}
/* dynamic pseudo-class, Benutzer 'hovert' */
.sidebar_f_links a:active {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
}
.sidebar_f_links li {
list-style:none;
display:inline;
padding-right: 5px;
}
.sidebar_f_links ul {
margin: 0px;
padding: 0px;
}
/* ---------------- FOOTER ----------------*/
/* ---------------- FOOTER Rechts----------------*/
.sidebar_f_rechts {
text-align:center;
padding-left:5px;
font-family:Helvetica, Arial, serif;
font-variant:normal;
font-size:10px;
color:#63B7DF;
letter-spacing: 0.02em;
}
/* ----------------Anfang Hyperlinks Content----------------*/
.sidebar_f_rechts a:link {
letter-spacing: 0em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
letter-spacing: 0.02em;
}
/* link pseudo-class, noch nicht besuchter Link */
.sidebar_f_rechts a:visited {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
text-decoration:none;
}
/* link pseudo-class, schon besuchter Link */
.sidebar_f_rechts a:hover {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: underline;
font-weight: normal;
}
/* dynamic pseudo-class, Benutzer 'hovert' */
.sidebar_f_rechts a:active {
letter-spacing: 0.02em;
color: #63B7DF;
text-decoration: none;
font-weight: normal;
}
.sidebar_f_rechts li {
list-style:none;
display:inline;
padding-right: 5px;
}
.sidebar_f_rechts ul {
margin: 0px;
padding: 0px;
}
/* ---------------- FOOTER ----------------*/
Alles anzeigen
Ist hier zufällig ein Wordpress bzw. CSS Crack anwesend und kann mir bei meinem Problem weiterhelfen?
Bin für jeden Tipp sehr dankbar.
Grüße
Marco