Hallo,
wie kann man z.b. bei der Shoutbox die Hintergrundfarbe von dem Teil ändern in dem der Name, Datum und Uhrzeit steht?
verwendete ilch Version: 2.x
betroffene Homepage: testarea2.theenetwork.de
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||




div#shoutbox-container .table-striped>tbody>tr:nth-of-type(odd) {
background: transparent;
}

#shoutbox-container .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #999999;
}
#shoutbox-container .table-striped > tbody > tr:nth-of-type(2n+1) {
background-color: #999999;
}


| Geschlossen | ||
![]() |
Zurück zu Design und Templates | |