MyBB.de Forum

Normale Version: kleine probleme beim tpl anpassen
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo Leute,

ich hab ein kleines Problem und zwar passe ich gerade das tpl von www.bastel-spass.de an (mybb1.18).
Soweit sieht auch alles beim neuen so aus wie es sein sollte leider sind die texte alle nicht linksbündig siehe http://neu.bastel-spass.de/ .

Wo muss ich denn nach dem Fehler suchen? in de css datei oder wo?
Ich hoffe jemand ist so nett und kann mir weiter helfen ,da ich sogut wie kein html/css und co kapiere*g

Gruß kai
PHP-Code:
clear {
clearboth;
}

.
hidden {
displaynone;
floatnone;
width1%;
}

.
menu ul {
list-
stylenone;
margin0;
}

.
menu li {
displayinline;
padding-left5px;
}

.
menu img {
padding-right5px;
vertical-aligntop;
}

#panel .links {
margin0;
floatright;
}

.
expcolimage {
floatright;
widthauto;
vertical-alignmiddle;
}

img.attachment {
border1px solid #E9E5D7;
padding2px;
}

.
pagenav {
font-weightbold;
}

.
pagenavbit {
padding-left3px;
}

.
pagenavbit a {
text-decorationnone;
}

.
pagenavcurrent {
font-weightbold;
padding-left3px;
}

hr {
background-color#000000;
color#000000;
height1px;
border0px;
}

#copyright {
fontx-small VerdanaArialSans-Serif;
margin0;
padding10px 0 0 0;
}

#debug {
floatright;
text-alignright;
margin-top0;
}

.
quote_header {
background#A52A2A;
border0px dashed #000;
border-bottom0;
color#fff;
font-weightbold;
margin0px auto 0 auto;
padding2px;
}

.
quote_body {
background#fff;
border1px dashed #A52A2A;
border-top0;
color#000;
padding4px;
margin0 auto 8px auto;
}

.
code_header {
background#A52A2A;
border0px dashed #000;
border-bottom0;
color#fff;
font-weightbold;
margin0px auto 0 auto;
padding2px;
}

.
code_body {
background#fff;
border1px dashed #A52A2A;
border-top0;
color#000;
padding4px;
margin0 auto 8px auto;
}

.
usercpnav {
list-
styleinside;
padding0;
margin0;
}

.
usercpnav li {
padding1px;
font-familyVerdana;
font-size:11px
}

.
usercpnav .pmfolders {
/* PM folders on the UCP Nav menu */
}

.
separator {
margin5px;
padding0;
height0px;
font-size1px;
list-
style-typenone;
}
h1 font-familyarialfont-size14pxdisplay:inline; }
h2 font-familyarialfont-size12px
Gib in den Einstellungen deines Themes in der Box für den Seiten-Container bitte diese Zeile in das Feld für weiteres CSS ein:
Code:
text-align: left;
super vielen dank