Hallo Grizzly,
hm ja in dem Code (wenn ichs mir über den Browser anseh) seh ich das auch, aber wenn ich direkt in den Code gehe von der viewtopic.php find ich leider nichts dergleichen. :-\
Ich glaub das muss ich woanders ändern. Nur wo? In der viewtopic_body.tpl hab ich auch nichts gefunden.
Das bei der forumline hab ich jetzt geändert. Hilft aber auch nix.
Achso und die Farbe #AD3901 hab ich noch bei allen Möglichen stellen in der css datei:
Code: Alles auswählen
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma }
a:link,a:active,a:visited { color : #FEF4E2; }
a:hover { text-decoration: underline; color : #FEF4E2; }
hr { height: 0px; border: solid #AD3901 0px; border-top-width: 1px;}
/*
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: #AD3901;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FEF4E2; font-size: 11px; font-weight : bold;
background-color: #AD3901; height: 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#AD3901; border: #AD3901; border-style: solid;
height: 28px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #AD3901; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #AD3901; border: #AD3901; border-style: solid; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #993300 }
a.mainmenu { text-decoration: none; color : #FEF4E2; }
a.mainmenu:hover{ text-decoration: underline; color : #AD3901; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #993300; }
a.forumlink { text-decoration: none; color : #993300; }
a.forumlink:hover{ text-decoration: underline; color : #AD3901; }
Grüße
Sue
edit: Hab grad auch noch mal mit dem Editpad in allen Template-Files nach <td width="150" align="left" valign="top" class=""> gesucht und der hat auch nichts gefunden.