MyBB.de Forum
kleine probleme beim tpl anpassen - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: kleine probleme beim tpl anpassen (/thread-3683.html)



kleine probleme beim tpl anpassen - kai1083 - 31.10.2006

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



RE: kleine probleme beim tpl anpassen - Michael - 31.10.2006

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;



RE: kleine probleme beim tpl anpassen - kai1083 - 31.10.2006

super vielen dank