Beiträge von deinSchatten

    ...

    momentan habe die Kommentare eine schwarze Schrift ohne direkten Hintergrund sondern nur den des Designs:

    /* +++++++++++++++ The comment section +++++++++++++++++ */


    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {

    border: 1px solid #808080;
    padding: .2em;
    margin-left:10px;
    }

    #commentform textarea {
    width:96%;
    }

    #commentlist {
    width: 97%;
    font-size:11px;
    color:#000;
    margin:0 0 20px 0;
    padding: 0 0 0 10px;
    }

    #commentlist li {
    border:5px solid #dcdcdc;
    margin:0 0 20px 0;
    list-style-type:none;
    padding:0px;
    background:#f5f5f5;

    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;

    }

    #commentlist ul {margin:0; padding:0;}

    #commentlist li p {font-size:12px;
    padding:5px 10px 5px 80px;
    margin:0;
    }

    #commentlist a {
    text-decoration:underline;
    font-weight:bold;
    }

    #commentlist li div.meta {padding:0; margin:0; text-align:center;}

    #commentlist li .avatar {
    float:left;
    padding:0;
    margin:5px;

    }

    .authorcomm {float:left;
    margin:0;
    padding:0;
    width:70px;
    text-align:center;
    line-height:12px;
    font-size:10px;
    }

    .authorcomm a {text-decoration:none; font-weight:bold;}


    Was muss ich nun anpassen hab schon verschiedenes versucht klappt aber nicht wirklich :(