Script della neve che scende ed il cappello di Babbo Natale sul forum (circuito ForumCommunity, ForumFree, BlogFree)

« Older   Newer »
 
  Share  
.
  1. Anty01
     
    .
    Avatar


    Group
    Founder
    Posts
    40,190

    Status
    Anonymous
    Altra tipologia di neve che puoi inserire nello sfondo del tuo forum su Forumcommunity, BlogFree e Forumfree.
    CODICE
    /* NEVE SUL FORUM */
    @keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}
    @-webkit-keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}

    body:not(.mobile) .snow_effect {position: relative; width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png); animation: nevica 30s linear infinite; -webkit-animation: nevica 30s linear infinite; margin-top: -30px}

    .post .nick {text-align: center; white-space: normal; word-wrap: break-word; font-weight: bold; font-size: 15px; color: #888; color: rgba(0, 0, 0, .45); font-family: georgia}
    .post .nick:hover {font-family: georgia; font-style: italic}


    Come inserire la neve da cellulare/mobile sul tuo forum del circuito Forumcommunity, BlogFree e Forumfree
    CODICE
    /* NEVE SUL FORUM */
    @keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}
    @-webkit-keyframes nevica {0% {background-position: 0 0, 0 0, 0 0}
    100% {background-position: 600px 600px, 400px 400px, 200px 200px}}

    header, nav .menuwrap_bg {width: 100%; background-image: url(https://mod.forumfree.it/img/neve/set2_img1.png), url(https://mod.forumfree.it/img/neve/set2_img2.png), url(https://mod.forumfree.it/img/neve/set2_img3.png) !important; animation: nevica 30s linear infinite; -webkit-animation: nevica 30s linear infinite}


    Come inserire il cappello di Babbo Natale vicino agli avatar/immagini degli utenti da PC
    CODICE
    .topic .avatar::before {content: url(https://upload.forumfree.net/i/fc2505398/santacornerhat.png); margin-left: -12px; margin-top: -5px; position: absolute}


    Come inserire il cappello di Babbo Natale vicino agli avatar/immagini degli utenti da mobile
    CODICE
    .topic .avatar::before {content: url(https://upload.forumfree.net/i/fc2505398/santacornerhat.png); margin-left: -12px; margin-top: -5px; position: absolute}
     
    Top
    .
2 replies since 21/12/2014, 09:33   409 views
  Share  
.
Top