Seite 2 von 4
Verfasst: 01.02.2007 16:02
von Thurni
1.Kann man dies auch mit anderen Stiles anwenden ... wenn ja, wie?
2.Das habe ich versucht und hätte auch fast super fuktioniert, aber ich habe nicht genau das richtige prog. davür. welches prog sollte ich denn nehmen um .php dateien zu bearbeiten?
danke
Thurni
Verfasst: 01.02.2007 16:03
von miccom
1. ja
2. einen beliebigen Texteditor, zur Not einfach notepad. Ich empfehle edit+
Verfasst: 01.02.2007 16:32
von Thurni
2. Ist erledigt
zu 1. :
Wie mach ich das, weil wenn ich es mit meinem Template versuche, dann gibts nur noch einen schwarzen hintergrund mit ein paar zeichen.
Ich möchte jetzt noch schnell 3.Entwelfen und zwar :
Wie kann ich eine ganz normale Seite machen, kein Forum, wo ich einfach was wie in HTML schreiben kann?
danke vielmals
Thurni
Verfasst: 01.02.2007 17:37
von miccom
Wegen 1. Da verlangst du hellseherische Fähigkeiten, da musst du schon genauer werden: Link zum Forum mit dem besagten Fehler, etc.
3. ähm, am besten du liest dich mal hier rein:
http://de.selfhtml.org
Prinzipiell ist eine html-Seite nichts anderes als eine Textdatei. Was aber drinnen stehen muss, erklärt dir die obige Seite.
Verfasst: 01.02.2007 20:00
von Thurni
Aso ne ok

meine Fragen haben sich beantwortet bis auf :
Ich wollte ja eine linke Navigationsleiste.
Ich hab jetzt alles so gemacht wie beschrieben und es gibt zwei "Fehler" :
http://img182.imageshack.us/img182/7474/lookkc2.jpg
1.Dieser Text der auf dem Link zu sehen ist.
2.Das Bild von phpBB ist da, obwohl das vorher nicht da war.
Kann ich dieses Bild durch ein anderes ersetzen, wenn ja wie?
Sonst geht alles. UUUnd wie kann ich die linke Leiste bearbeiten und Links oder sogar vll Bilder hinzufügen?
und wie Kann ich den Text wieder wegbriengen

?
danke
Thurni
Verfasst: 01.02.2007 20:03
von miccom
Wie sieht den die overall_header.tpl dazu aus?
(Bitte nur verlinken!)
Verfasst: 01.02.2007 20:07
von Thurni
Du meinst wie es vorher ausgesehen hat?
Hier der link nachdem ich es zurück gestellt habe :
www.apple-info.de
Danke für deine 1a Hilfe
Thurni
Verfasst: 01.02.2007 20:10
von miccom
Ne, ich will nicht die zurückgestellte Version sehen, sondern die mit dem Fehler! Sonst kann man ja schwerlich einen Fehler lokalisieren?!
Verfasst: 01.02.2007 20:12
von Thurni
Verfasst: 01.02.2007 20:19
von miccom
Ich weiß zwar nicht wie du das gemacht hast, aber lösch doch diesen style-block raus (der hat keinen Anfang und ausserdem verwendest du eh die externe css-Datei):
Code: Alles auswählen
on: underline; color : {T_BODY_HLINK}; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
/* Location, number of posts, post date etc */
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
/* Quote & Code blocks */
.code {
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : {T_TD_COLOR2};
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : {T_TR_COLOR1};
color : {T_BODY_TEXT};
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}
/* The main submit button option */
input.mainoption {
background-color : {T_TD_COLOR1};
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : {T_TD_COLOR1};
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>