[Erledigt] DARK BREAK Theme und SMF

Begonnen von daba78, 20 September 2008, 00:28:24

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

daba78

ich habe bei diesem Theme noch das Problem, dass das Forum(mx-port fürs Forum wurde auf den Server kopiert) nicht richtig dargestellt wird.

Die Seite befindet sich gerade im Aufbau.

http://test.aod-community.de/modules.php?name=Forum

Evtl kann mir jmd nen Hinweis geben wo das Problem liegen könnte.




Beitrag abgetrennt: Neue Frage = Neuer Beitrag

cihan

Hallo  :)
ich gehe mal davon aus, dass du das Hintergrundbild meinst, welches wiederholt wird...

mach aus:

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
       color: #cfcfcf;
       font-style: normal;
    background: #1e1e1e url(../images/titlebg.gif) no-repeat;
      padding: 10px;
       line-height: 20px;
}

das hier:

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
       color: #cfcfcf;
       font-style: normal;
   background: #1e1e1e url(../images/titlebg.gif);
   background-repeat: no-repeat;
      padding: 10px;
       line-height: 20px;
}


lg

daba78

Danke für die Hilfe. Hat funktioniert.

Für alle die ein ähnliches Problem haben. Die Passage steckt in der CSS-Datei für das PragmaMX in der layout.css, Zeile 223.