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.

-23%
Le deal à ne pas rater :
EVGA SuperNOVA 650 G6 – Alimentation PC 100% modulaire 650W, 80+ ...
77.91 € 100.91 €
Voir le deal

    QEEL post-apocalyptique

    NyoTheNeko
    NyoTheNeko
    FémininAge : 30Messages : 5683

    Dim 27 Déc 2015 - 14:06

    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 ^^



    Camomille
    Camomille
    FémininAge : 19Messages : 62

    Dim 27 Déc 2015 - 14:07

    ça m'a l'air vraiment joli ! Merci ! ♥
    Anonymous
    Invité

    Dim 27 Déc 2015 - 14:18

    Merci pour le partage ! (^~^)
    Asriel
    Asriel
    FémininAge : 28Messages : 134

    Ven 8 Jan 2016 - 12:23

    merci



    QEEL post-apocalyptique Fullmetal-alchemist
    Angie Harkness
    Angie Harkness
    FémininAge : 40Messages : 725

    Mar 19 Jan 2016 - 14:10

    merci Nyo il est génial ^^
    Bunny Lune
    Bunny Lune
    FémininAge : 34Messages : 145

    Mer 9 Mar 2016 - 21:59

    Merci pour le partage
    Lovelymp
    Lovelymp
    FémininAge : 44Messages : 113

    Dim 20 Mar 2016 - 16:52

    Merci du partage
    Depp
    Depp
    FémininAge : 32Messages : 300

    Mar 22 Mar 2016 - 15:33

    merci :)



    QEEL post-apocalyptique Tumblr_nenygwIlcz1s4u464o1_500
    .pinkrocks
    .pinkrocks
    FémininAge : 33Messages : 41

    Mar 22 Mar 2016 - 21:10

    C'est juste parfait pour mon forum! Simple, mais beau. Merci beaucoup du partage! :hug2:
    crash_
    crash_
    FémininAge : 28Messages : 50

    Sam 26 Mar 2016 - 17:45

    merci pour ce code fort sympathique !
    missphan
    missphan
    FémininAge : 41Messages : 156

    Mar 29 Mar 2016 - 16:21

    superbe merci



    + my personal brand of heroin
    You’re none of them because you’re all of them. Now that we found each other, you’ve given my past and future meaning. You are the sixth. You are the last. ©️endlesslove.
    Unleash
    Unleash
    MasculinAge : 24Messages : 85

    Mar 5 Avr 2016 - 0:33

    ty
    Saphira
    Saphira
    FémininAge : 27Messages : 72

    Ven 22 Avr 2016 - 16:26

    Merci ^^
    bubulle
    bubulle
    FémininAge : 36Messages : 76

    Sam 23 Avr 2016 - 13:07

    Merci
    Nyusu97
    Nyusu97
    FémininAge : 26Messages : 60

    Mar 26 Avr 2016 - 11:02

    Merci !



    QEEL post-apocalyptique 974744Signa
    Ganta
    Ganta
    MasculinAge : 31Messages : 69

    Mer 27 Avr 2016 - 0:06

    Merci !
    Kira de Shola
    Kira de Shola
    FémininAge : 26Messages : 60

    Lun 2 Mai 2016 - 20:36

    merci
    Geekoupa
    Geekoupa
    MasculinAge : 36Messages : 20

    Mar 3 Mai 2016 - 16:53

    Ca me parait vraiment pas mal, à tester :) Merci
    Hana Evali
    Hana Evali
    FémininAge : 33Messages : 195

    Lun 16 Mai 2016 - 17:22

    Merci !



    QEEL post-apocalyptique Ye49
    Chaos
    Chaos
    FémininAge : 30Messages : 4

    Mar 17 Mai 2016 - 15:02

    merci
    Anonymous
    Invité

    Mer 18 Mai 2016 - 21:09

    :)
    Aynam
    Aynam
    FémininAge : 27Messages : 73

    Jeu 26 Mai 2016 - 15:52

    merci




    Deed01
    Deed01
    MasculinAge : 46Messages : 343

    Dim 29 Mai 2016 - 9:12

    merci Very Happy
    Colorful
    Colorful
    MasculinAge : 34Messages : 15

    Lun 30 Mai 2016 - 8:39

    Cool c'est ce que je cherchais merci
    Dacina moe
    Dacina moe
    FémininAge : 45Messages : 171

    Mar 31 Mai 2016 - 22:28

    Merci trop mignon Very Happy
    Contenu sponsorisé


      La date/heure actuelle est Mar 19 Mar 2024 - 5:23