Hi Sven,
danke für die ausführliche Anleitung. Hab das alles jetzt mal eingearbeitet und die index.template.php meine Themes angespasst.
Bei der style.css bin ich mir nicht ganz sicher. ich habe - soweit es erkennbar war - die Änderungen ebenfalls eingearbeitet. Die dicken Linien beim hr sind noch da - ausserdem bin ich mir bei den Definitionen nicht ganz sicher...
In der css Datei des mx-port steht zum Beispiel folgendes:
#smfoutput .catbg,
#smfoutput tr.catbg td,
#smfoutput .catbg3,
#smfoutput tr.catbg3 td {
padding-left: 10px;
padding-right: 10px;
/* background-image: url(images/catbg.jpg); */
background-color: ___bgcolor1___;
color: ___textcolor2___;
Warum so und warum nicht
#smfoutput .catbg, tr.catbg td,
#smfoutput .catbg3, tr.catbg3 td {
padding-left: 10px;
padding-right: 10px;
/* background-image: url(images/catbg.jpg); */
background-color: ___bgcolor1___;
color: ___textcolor2___;
Und ist es so richtig:
#smfoutput .titlebg, tr.titlebg th, tr.titlebg td,
#smfoutput .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
oder muss es so:
#smfoutput .titlebg,
#smfoutput tr.titlebg th,
#smfoutput tr.titlebg td,
#smfoutput .titlebg2,
#smfoutput tr.titlebg2 th,
#smfoutput tr.titlebg2 td
{
Da blick ich auch in der style.css des Port-Themes nicht ganz durch, sorry....
Liebe Grüße
Markus