AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le deal à ne pas rater :
Bon plan achat en duo : 2ème robot cuiseur Moulinex Companion ...
600 €
Voir le deal

    QEEL post-apocalyptique

    NyoTheNeko
    NyoTheNeko
    FémininAge : 30Messages : 5683

    Dim 27 Déc 2015 - 14:06

    Rappel du premier message :

    QEEL



    Ceci est un code de profil crée suite à la Demande de Lone Wanderer, ici.

    Pour PHPBB2 ▬ CSS3 & HTML5 & jQuery ▬ Ce que ça donne


    Les effets et images


    Il n'y a aucun effet.
    L'image de QEEL doit faire 260px de large pour 265px de haut et est l'image de QEEL de votre forum.
    Les polices utilisées sont Six Caps et Rokkit. Il est conseillé de mettre leur link dans votre template overall_header.
    Code:
    <link href='https://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
    Vous pouvez bien sûr ne pas les utiliser, mais alors pensez à retirer toutes leurs mentions dans le CSS (sous forme de font-family: 'Six Caps'; et font-family: 'Rokkit';

    PHPBB2: Le code


    Code HTML à placer dans Affichage -> Page d'accueil -> Templates -> Général -> index_body /!\ Attention!: C'est le template en entier! /!\ :

    Code:
    {JAVASCRIPT}
    <!-- BEGIN message_admin_index -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
       <!-- BEGIN message_admin_titre -->
       <tr>
          <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
       </tr>
       <!-- END message_admin_titre -->
       <!-- BEGIN message_admin_txt -->
       <tr>
          <td class="row1" rowspan="3" align="center" valign="middle">
          <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
          </td>
       </tr>
       <!-- END message_admin_txt -->
    </table>
    <!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
       <!-- BEGIN switch_fb_connect_no -->
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
             <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                   <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                         <span class="gensmall">{L_AUTO_LOGIN}</span> 
                      </td>
                   </tr>

                   <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                   </tr>
                </table>
             </td>
          </tr>
       </table>
       <!-- END switch_fb_connect_no -->

       <!-- BEGIN switch_fb_connect -->
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
             <td valign="top" width="100%" class="row1" align="center">
                <table width="100%">
                   <tr>
                      <td width="55%" valign="middle" align="right">
                         <table class="right">
                            <tr>
                               <td><span class="genmed">{L_USERNAME}:</span> </td>
                               <td><input class="post" type="text" size="10" name="username"/> </td>
                               <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span> 
                               </td>
                            </tr>

                            <tr>
                               <td><span class="genmed">{L_PASSWORD}:</span> </td>
                               <td><input class="post" type="password" size="10" name="password"/> </td>
                               <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                         </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                         <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                   </tr>
                </table>
             </td>
          </tr>
       </table>
       <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_header -->
    {CHATBOX_TOP}
    {BOARD_INDEX}
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
          <td width="50%" valign="top">
             <!-- BEGIN switch_user_logged_in -->
             <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
             <!-- END switch_user_logged_in -->
             <!-- BEGIN switch_delete_cookies -->
             <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
             <!-- END switch_delete_cookies -->
          </td>
          <td width="50%" align="right">
             <span class="gensmall">
                <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
                <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
                <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                <!-- BEGIN switch_on_index -->
                   <!-- BEGIN switch_delete_cookies -->
                   <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                   <!-- END switch_delete_cookies -->
                <!-- END switch_on_index -->
             </span>
          </td>
       </tr>
    </table>

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
       <!-- BEGIN switch_fb_connect_no -->
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
             <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                   <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                         <span class="gensmall">{L_AUTO_LOGIN}</span> 
                      </td>
                   </tr>

                   <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                   </tr>
                </table>
             </td>
          </tr>
       </table>
       <!-- END switch_fb_connect_no -->

       <!-- BEGIN switch_fb_connect -->
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
             <td valign="top" width="100%" class="row1" align="center">
                <table width="100%">
                   <tr>
                      <td width="55%" valign="middle">
                         <table class="right">
                            <tr>
                               <td><span class="genmed">{L_USERNAME}:</span> </td>
                               <td><input class="post" type="text" size="10" name="username"/> </td>
                               <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span> 
                               </td>
                            </tr>

                            <tr>
                               <td><span class="genmed">{L_PASSWORD}:</span> </td>
                               <td><input class="post" type="password" size="10" name="password"/> </td>
                               <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                         </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                         <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                   </tr>
                </table>
             </td>
          </tr>
       </table>
       <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_footer -->

    <!-- BEGIN disable_viewonline -->
    <div id="qeel">
      <div id="title_qeel">Qui est de passage ?</div>
      <hr id="separation_qeel" />
      <div id="gauche_qeel"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></div>
      <div id="droite_qeel">
        <div class="cadre_qeel">
          <span class="gensmall">
            Nos survivants ont vécu <span class="no_blah">{TOTAL_POSTS}</span> aventures.<br />
            Les TD abritent <span class="no_blah">{TOTAL_USERS}</span> survivants.<br />
            Le nouvel arrivant est <span class="no_blah">{NEWEST_USER}</span>.
          </span>
        </div>
        <div class="cadre_qeel">
          <span class="gensmall">
            <span id="tous_la_now">{TOTAL_USERS_ONLINE}</span>.<br />
            <span id="record_utilisat">{RECORD_USERS}</span>.<br />
            <br />
            Survivants présents : <span class="no_blah">{LOGGED_IN_USER_LIST}</span>
          </span>
          <table id="connectes_avant">
            {L_CONNECTED_MEMBERS}
          </table>
          <script type="text/javascript">
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Il y a en tout ','Il y a '));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('utilisateurs en ligne :: ','survivants dans les TD en ce moment : '));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Enregistré','tête connue'));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Enregistrés','têtes connues'));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Invisible','fantôme'));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Invisibles','fantômes'));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Invité','étranger'));
            jQuery('#tous_la_now').html(jQuery('#tous_la_now').html().replace('Invités','étrangers'));
            jQuery('#record_utilisat').html(jQuery('#record_utilisat').html().replace('Le record du nombre d\'utilisateurs en ligne est de','Le record de population des TD est de'));
            jQuery('#record_utilisat').html(jQuery('#record_utilisat').html().replace(' le ',' habitants le '));
            jQuery('#connectes_avant').html(jQuery('#connectes_avant').html().replace('Membres connectés au cours des 24 dernières heures ','Survivants de passage aujourd\'hui '));
           
          </script>
        </div>
        <div class="cadre_qeel" id="groupes">
          {GROUP_LEGEND}
        </div>
      </div>
    </div>
    <!-- END disable_viewonline -->
    {CHATBOX_BOTTOM}
    <br clear="all" />
    <!-- BEGIN switch_legend -->
    <table border="0" cellspacing="3" cellpadding="0" align="center">
       <tr>
          <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NEW_POSTS}</span></td>
          <td></td>
          <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
          <td> &nbsp;</td>
          <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
          <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
       </tr>
    </table>
    <!-- END switch_legend -->

    {AUTO_DST}

    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script>
        FB.init({
          appId      : {switch_fb_index_login.FACEBOOK_APP_ID},
          cookie    : true,
          xfbml      : true,
          oauth      : true,
          version    : 'v2.3'
        });

      (function(d, s, id){
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) {return;}
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/sdk.js";
        fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));
    </script>
    <!-- END switch_fb_index_login -->


    Le CSS:

    Code:
    /************************************************ QEEL ************************************************/
    #qeel, #qeel * { box-sizing: border-box; }

    /* Mise en place du QEEL et de sa couleur de fond */
    #qeel {
      width: 93%;
      margin: auto;
      padding: 20px;
      background: #1A240C;
      text-align: center;
    }

    /* On retire le sous-lignement des liens dans le QEEL */
    #qeel a, #qeel a:hover { text-decoration: none !important; }

    /* Mise en place et forme du titre du QEEL */
    #qeel #title_qeel {
      margin-bottom: 20px;
      text-align: center;
      font-size: 28px;
      font-weight: 400;
      padding-bottom: 2px;
      color: #6a706a;
      text-shadow: 1px 1px 0 #1f1e1d;
      border-bottom: 1px solid #444341;
      font-family: "Six Caps";
    }

    /* Mise en forme de la séparation sous le titre dun QEEL */
    #qeel hr#separation_qeel {
      width: 765px;
      /* Doivent avoir la même valeur les trois: changent la couleur pour des navigateurs différents. */
      background: #565C4C;
      border-color: #565C4C;
      color: #565C4C;
    }

    /* Mise ne place des deux aprties du QEEL */
    #qeel #droite_qeel, #qeel #gauche_qeel {
      display: inline-block;
      vertical-align: top;
      height: 265px;
    }

    /* Mise en palce de la aprtie de droite du QEEL contenant les 3 cadres. */
    #qeel #droite_qeel {
      width: 490px;
      margin-left: 15px;
    }


    /* Mise en forme de tous les cadres de droite */
    #qeel #droite_qeel .cadre_qeel {
      width: 490px;
      height: 80px;
      padding: 10px;
      background: #565C4C;
      overflow: auto;
      text-align: left;
    }

    /* Pour le cadre du centr eon ajoute des marges de haut et bas. */
    #qeel #droite_qeel .cadre_qeel:nth-of-type(2) {
      margin-top: 13px;
      margin-bottom: 13px;
    }

    /* Mise en forme du texte dans les cadre et le texte gensmall dans les cadre. */
    #qeel #droite_qeel .cadre_qeel, #qeel #droite_qeel .cadre_qeel .gensmall {
      color: #444341;
      line-height: 10px;
      font-size: 12px;
      letter-spacing: 2px;
      font-family: 'Rokkitt';
    }

    /* Permet de retirer les crochets des groupes */
    #qeel #droite_qeel .cadre_qeel#groupes { font-size: 0px; }

    /* MEt en forme les liens des groupes */
    #qeel #droite_qeel .cadre_qeel#groupes a {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      margin-left: 10px;
    }

    /* Mise ne forme de la table des connectés dernières 24h. Fait en sorte qu'il n'y ait pas de marges. */
    #qeel #droite_qeel .cadre_qeel #connectes_avant { border-collapse: collapse; background: none; }
    #qeel #droite_qeel .cadre_qeel #connectes_avant td.row1 { border: none; padding: 0; background: none; }

    /* Pour le texte qui n'est pas remplacé en Javascript, on met à 0 pour retirer le texte de base,
    puis mets une taille correcte au texte que l'on veut (donc els choiffres, l'utilisateur enregistré */
    #qeel #droite_qeel .cadre_qeel .no_blah { font-size: 0px; letter-spacing: 0px; line-height: 0px; }
    /*  On emt aussi une couleur spéciale aux infors importantes/en gras. */
    #qeel #droite_qeel .cadre_qeel .gensmall .no_blah > strong { color: #1a230c; font-size: 12px; }
    #qeel #droite_qeel .cadre_qeel .gensmall .no_blah > a { font-size: 12px; }

    Mettre un crédit vers Never-Utopia est obligatoire. Retirer un crédit est interdit.
    Si vous avez des problèmes avec ce LS, venez poster ici.
    Merci de laisser un message pour donner vos impressions, commentaires et/ou remerciements ^^



    GuillaumeBETA
    GuillaumeBETA
    MasculinAge : 27Messages : 17

    Mer 1 Juin 2016 - 10:22

    Merci !!
    Scratpub
    Scratpub
    FémininAge : 39Messages : 145

    Mar 19 Juil 2016 - 14:45

    merci
    Hancok
    Hancok
    FémininAge : 39Messages : 1476

    Sam 6 Aoû 2016 - 18:45

    Coucou, merci pour le code :)




    QEEL post-apocalyptique - Page 2 A67g
    Nardzer
    Nardzer
    FémininAge : 25Messages : 22

    Lun 8 Aoû 2016 - 15:22

    Merci !
    Djeina
    Djeina
    FémininAge : 27Messages : 233

    Jeu 11 Aoû 2016 - 2:23

    Merci du partage ^^
    Ohana Firefly
    Ohana Firefly
    FémininAge : 29Messages : 43

    Dim 18 Sep 2016 - 0:39

    Merci Very Happy
    KimmyKinder
    KimmyKinder
    FémininAge : 22Messages : 181

    Lun 3 Oct 2016 - 17:44

    Merciii
    Leelo
    Leelo
    FémininAge : 32Messages : 157

    Mer 19 Oct 2016 - 15:36

    Très jolie merci
    Aile de l'Ange
    Aile de l'Ange
    FémininAge : 25Messages : 110

    Jeu 20 Oct 2016 - 18:51

    merci du partage !
    teteaclaquefr
    teteaclaquefr
    MasculinAge : 33Messages : 39

    Mer 26 Oct 2016 - 19:26

    Merci !
    SuperSpaceCab
    SuperSpaceCab
    MasculinAge : 39Messages : 36

    Jeu 27 Oct 2016 - 6:39

    Merci !
    Deran
    Deran
    MasculinAge : 29Messages : 10

    Dim 30 Oct 2016 - 2:23

    Merci :)
    Crystal ZA
    Crystal ZA
    FémininAge : 27Messages : 32

    Dim 30 Oct 2016 - 18:39

    Merci beaucoup :)
    Waize
    Waize
    FémininAge : 26Messages : 34

    Dim 6 Nov 2016 - 22:19

    Merci :ange:
    xJokerxG
    xJokerxG
    MasculinAge : 29Messages : 12

    Sam 24 Déc 2016 - 1:58

    Merci beaucoup
    Pikabouh
    Pikabouh
    FémininAge : 22Messages : 123

    Ven 30 Déc 2016 - 21:21

    Merci du partage :)
    Cornelia
    Cornelia
    FémininAge : 35Messages : 118

    Jeu 5 Jan 2017 - 13:57

    merci
    Nyotengu
    Nyotengu
    FémininAge : 29Messages : 85

    Lun 9 Jan 2017 - 19:24

    merci
    Callisto
    Callisto
    FémininAge : 27Messages : 45

    Mar 31 Jan 2017 - 13:16

    merci beaucoup pour le partage !
    slithy toves.
    slithy toves.
    FémininAge : 27Messages : 2

    Mar 31 Jan 2017 - 23:15

    Merci du partage !
    Yuuki
    Yuuki
    Age : 29Messages : 26

    Ven 3 Fév 2017 - 18:59

    Très simple c'est nickel Very Happy Merci Very Happy
    avatar
    Lupa
    FémininAge : 27Messages : 183

    Lun 6 Fév 2017 - 1:19

    Superbe ! *O*



    To die would be an awfully big adventure... ~ Peter Pan, James M. Berrie.
    mijako
    mijako
    FémininAge : 31Messages : 83

    Mar 14 Fév 2017 - 5:40

    merci
    Crazy-Sweet
    Crazy-Sweet
    FémininAge : 32Messages : 131

    Lun 20 Mar 2017 - 12:52

    Marchiiii :3 <3




    Our ice hearts beat
    Voir le monde dans un grain de sable. Et le paradis dans une fleur sauvage. Tenir l'infini dans le creux de sa main. Et l'éternité dans une heure - SIR WILLIAM BLAKE

    Ennie
    Ennie
    FémininAge : 60Messages : 101

    Jeu 30 Mar 2017 - 22:49

    Merci
    Contenu sponsorisé


      La date/heure actuelle est Dim 19 Mai 2024 - 9:33