Da hast du aber richtig Glück gehabt mit dem Backup.
Zu den runden Ecken nochmal was. Benutzt du den Theme "runde Ecken", welcher auf CSS3 beruht, oder aber möchtest du diese selbst einbauen per CSS, wie es bei mir z.Bsp. ist:
http://forum.perfect-purple.com/
Bei mir wurde das ganze anders realisiert, so wie auch auf meiner Homepage:
http://homepage.olaf-asmus.de
CSS Code für runde Ecken bei meiner Homepage:
Code:
/* Runde Ecken */
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #000000;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
b.rtop1, b.rbottom1{display:block;}
b.rtop1 b, b.rbottom1 b{display:block;height: 1px;
overflow: hidden; background: #222222;}
b.r11{margin: 0 5px}
b.r21{margin: 0 3px}
b.r31{margin: 0 2px}
b.rtop1 b.r41, b.rbottom1 b.r41{margin: 0 1px;height: 2px}
#allround .b1, #allround .b2, #allround .b3, #allround .b4, #allround .b1b, #allround .b2b, #allround .b3b, #allround .b4b {
display:block;
overflow:hidden;
font-size:1px;
}
#allround .b1, #allround .b2, #allround .b3, #allround .b1b, #allround .b2b, #allround .b3b {
height:1px;
}
#allround .b2, .b3, .b4 {
background:#000000;
border-left:1px solid #444444;
border-right:1px solid #444444;
}
#allround .b4b, .b3b, .b2b {
background:#000000;
border-left:1px solid #444444;
border-right:1px solid #444444;
}
#allround .b1 {
margin:0 5px;
background:#444444;
}
#allround .b2, #allround .b2b {
margin:0 3px;
border-width:0 2px;
}
#allround .b3, #allround .b3b {
margin:0 2px;
}
#allround .b4, #allround .b4b {
height:2px;
margin:0 1px;
}
#allround .b1b {
margin:0 5px;
background:#444444;
}
/* Runde Ecken Ende */
MfG Olaf