Beiträge von T1N0 im Thema „Runde Avatare“

    Im Forum

    CSS
    .userAvatar .framed > img {
    border-radius: 75px;
    }


    Überall

    CSS
    .framed > img {
    border-radius: 75px;
    }


    Mit Rahmen

    CSS
    .message .messageSidebar .userAvatar::before {
    position: absolute;
    content: url(http://i1280.photobucket.com/albums/a493/Bildchenjunkie/Bestellungen/maske_zpsfe51e4b6.png);
    }


    Zwangshintergrund der Avatare entfernen

    CSS
    .messageSidebar .framed > canvas, .framed > img {
    background-color: transparent;
    border: 0;
    }