
Ich habe folgendes Problem:
Zwischen den Beiträgen und den Foren sind ja weiße Linien, bei dennen ich gerne die Farbe ändern würde, aber wo kann ich das ändern?
Gruß Vici
Code: Alles auswählen
/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; }
td.row2 { background-color: {T_TR_COLOR2}; }
td.row3 { background-color: {T_TR_COLOR3}; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: {T_TD_COLOR2};
background-image: url(templates/subSilver/images/{T_TH_CLASS3});
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(templates/subSilver/images/{T_TH_CLASS2});
}
Code: Alles auswählen
td.row3Right,td.spaceRow {
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
Code: Alles auswählen
td.row3Right {
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
td.spaceRow {
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }