:oops:
Hallo!
Der Content meines Weblogs liegt zu weit recht und ich möchte es gerne weiter nach links verschieben und noch etwas vergrößern. Leider finde ich in meinem Code die "left", "weight" und "top" Attribute nicht, die ich normalerweiße gewönt bin. Könntet ihr bitte sagen, wo ich das finden kann??
Ich weiß nicht ob es der richtige Code ist, wenn nicht sagt mit bitte bescheid, welchen Code man dafür braucht.
[CSS]
ZitatAlles anzeigen#content {
float: left;
margin-bottom: 0px;
background-color: #ffffff;
}#content p
{
margin-bottom: 1em;
line-height: 1.6em;
}#content h3, h4, h5, h6
{
position: relative;
color: #FAABCF;
margin-bottom: 1em;
padding-bottom: 0.2em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #0B2238;
line-height: normal;
}#content h2
{
font-size: 1.5em;
padding-bottom: 1em;
padding-top: 0;
line-height: normal;
}#content h3
{
font-size: 1.3em;
}#content ul, #content ol
{
margin-bottom: 2em;
padding-left: 1em;
}#content blockquote
{
margin-left: 25px;
margin-right: 25px;
margin-bottom: 9px;
padding: 12px;
padding-bottom: 8px;
border: 1px dashed #235A8C;
}
#content .post, #content form
{
margin-bottom:3em;
}
#content .post h2 a
{
color: #FAABCF;
}#content .post-footer
{
height: 24px;
padding-bottom: 1px;
padding-top: 5px;
padding-right: 14px;
font-size:0.9em;
text-align: right;
background-image: url(http://blah.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#content .post-footer a
{
color: #F37CAE;
}