• CODE CSS / HTLM

  • Voici un petit code , qui peut vous aidez a rajouter un petit + à votre thème de blog !

     

    Voici le code : ( Remplace le IMAGE qui est en rouge par l'URL de votre image )

    #menubar {background-image: url("IMAGE");}

         

     

                              ___________________________________________________

    Exemple : #menubar {background-imageurl("http://photo.ma-bimbo.com/fr/23/11467/moy/9173327.jpg");}

     

    Si vous mettez celui ci , alors vous aurez le rose à pois que j'ai .. ;)

    Partager via Gmail Yahoo!

    2 commentaires
  • Voici un code CSS assez sympa , qui rends les visiteurs opaque et quand on passe sur un des avatars , il s'illumine ! :)

     

    .module_menu_type_lastvisitors img,.module_menu_type_lastvisitors a:link img  {

    opacity: 0.4;
    filter:alpha(opacity=40);
    -moz-opacity: 4.0;
    }

    .module_menu_type_lastvisitors a:hover img  {
    opacity1;
    filter:alpha(opacity=100);
    -moz-opacity1.0;
    }

    Partager via Gmail Yahoo!

    votre commentaire
  • Coucou , aujourd'hui je vous explique comment changer une fenetre eklablog : 

    Voila ce que sa donnes normalement ^^ : 

    Code CSS , changer une fenetre eklablog ! Code CSS , changer une fenetre eklablog !

     

    *Clique sur l'image popur voir en taille réele*

    Donc je vais vous apprendre comment faire !

    Voici le code CSS :

     

     

    .window {background: url("URL DE VOTRE IMAGE"); border-radius: 15px; text-align: center;}
    .window_content {background: url("http://ekladata.com/FlKvhKN_kL3apeJD9krRywrcu4k/background2.png"); border-radius: 15px;}
    .window_handle_content {background: none;} 
    .window_handle_left{ background: none;} 
    .window_handle_right{ background:none;}
    .window_content_wrapper1{ background: none;}
    .window_content_wrapper2{ background: none;}
    .window_bottom{ background: none;}
    .window_bottom_wrapper1{ background: none;}
    .window_bottom_wrapper2{ background: none;}
    .window_tabs{ background: none;}

     

    Ce qui est en rose et que ce qui est de cette couleur dans le code , vous le remplacer par l'url de l'image que vous voulez mettre ^^ 

     Si vous voulez le meme que moi voici mon code CSS : ( rien besoin de changer )

    .window {backgroundurl("http://photo.ma-bimbo.com/fr/22/10982/moy/8784939.jpg")border-radius15pxtext-aligncenter;}
    .window_content {backgroundurl("http://ekladata.com/FlKvhKN_kL3apeJD9krRywrcu4k/background2.png")border-radius15px;}
    .window_handle_content {backgroundnone;
    .window_handle_leftbackgroundnone;
    .window_handle_rightbackground:none;}
    .window_content_wrapper1backgroundnone;}
    .window_content_wrapper2backgroundnone;}
    .window_bottombackgroundnone;}
    .window_bottom_wrapper1backgroundnone;}
    .window_bottom_wrapper2backgroundnone;}
    .window_tabsbackgroundnone;}

    Cet article vous as aidé ? Laissez votre avis dans les commentaires !

    Partager via Gmail Yahoo! Pin It

    3 commentaires
  • C'est simple , déja allez dans "Apparence" >> "Modifier le thème" >> "Ajouter du CSS" .

    Vous y etes ? Parfait .

    Je vais vous donnez quelques codes ( copiez celui qui vous plait et mettez le dans la case CSS )

    Comment installer un curseur ?

     

    /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/toons/too-10/too1030.cur), progress !important;} /* End http://www.cursors-4u.com */

    Comment installer un curseur ?/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/nature/nat-10/nat943.cur), progress !important;} /* End http://www.cursors-4u.com */

     

    Comment installer un curseur ?/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/anime/ani-1/ani195.ani), url(http://cur.cursors-4u.net/anime/ani-1/ani195.png), progress !important;} /* End http://www.cursors-4u.com */

    Comment installer un curseur ?

    /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://ani.cursors-4u.net/others/oth-9/oth836.cur), progress !important;} /* End http://www.cursors-4u.com */

    Comment installer un curseur ?

     

    /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/symbols/sym-8/sym719.cur), progress !important;} /* End http://www.cursors-4u.com */

     

    Comment installer un curseur ?

     

    /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/people/peo-8/peo1003.cur), progress !important;} /* End http://www.cursors-4u.com */

     

     

    Partager via Gmail Yahoo! Pin It

    2 commentaires