Seite 2 von 2
Verfasst: 02.05.2004 21:53
von Al
Markus67 hat geschrieben:Hi ...
Browser-Cache hast du schon mal geleert ?
Markus
Ja, habe ich vorhin gemacht. Aber jetzt habe ich selbst bemerkt, dass beim Posten schwarz auf schwarz kommt. Also bei mir ist jetzt folgendes:
beim Login: schwarz auf weiss, beim posten schwarz auf schwarz.
???
Vielen Denk, äh, dank
Al
Verfasst: 02.05.2004 22:02
von Markus67
Hi ...
Dann mach mal folgendes:
Suche in der overall_header.tpl diese Abschnitte:
Code: Alles auswählen
/* 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};
}
und ersetze sie mit diesen:
Code: Alles auswählen
/* Form elements */
input,textarea, select {
background-color : #000000;
color : #FFFFFF;
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 : #000000;
color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #000000;
color : #FFFFFF;
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}
Markus
Verfasst: 02.05.2004 23:09
von Al
Ich habe die Anweisungen befolgt und bei mir läuft alles gut auf den ersten prüfenden Blick.
Wie schaut es auf Deinem Rechner aus?
Verfasst: 02.05.2004 23:12
von Markus67
Hervorragend
Markus
Verfasst: 02.05.2004 23:19
von Al
Sehr cool, Deine Hilfe. Danke unbekannter Weise. Ich mache jetzt Feierabend und wünsche Dir das Beste.
Ciao, bis neulich!