Hallo
Ich habe mich noch nicht registriert, weiß aber, dass man hier eigene CSS-Styles einbinden kann. Ich habe nun den Quelltext hier kopiert, lokal gespeichert und mein Style eingebunden. Deshalb weiß ich, wie es aussieht.
Aber wie findet ihr es?
body{
width:100%;
}
ol#root{
border:medium solid #999999;
background-color:#DDDDDD;
width:100%;
margin-left:0;
}
li.thr{
border-top:medium solid #CCCCCC;
border-bottom:medium solid #CCCCCC;
background-color:#EEEEEE;
}
li.thr li{
margin-top:1%;
margin-bottom:1%;
}
li.thr li a {
color:#993300;
}
li.thr li a:hover{
background-color:#CC9966;
color:#000000;
}
li.thr li a:visited{
color:#999900;
}
span.interesting{
background-color:#B2DFEE;
color:#000000;
border:1px solid #000000;
font-weight:bold;
}
danke
mauy