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 du moment :
Manga Chainsaw Man : où acheter le Tome 17 ...
Voir le deal
19.99 €

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



    Kaimie
    Kaimie
    FémininAge : 25Messages : 68

    Dim 7 Jan 2018 - 23:46

    merci
    defenrir
    defenrir
    MasculinAge : 41Messages : 105

    Dim 28 Jan 2018 - 17:33

    merci =)
    Alice's Substitute
    Alice's Substitute
    FémininAge : 28Messages : 12

    Mar 30 Jan 2018 - 3:56

    Merci pour le partage !
    Lisou
    Lisou
    FémininAge : 23Messages : 351

    Sam 3 Fév 2018 - 15:43

    Merci !
    Carly
    Carly
    FémininAge : 27Messages : 134

    Mar 6 Fév 2018 - 11:27

    Super, j'emprunte, merci !
    Evil Queen 4ever
    Evil Queen 4ever
    FémininAge : 31Messages : 64

    Sam 21 Avr 2018 - 5:59

    superbe Very Happy Merci du partage




    QEEL post-apocalyptique - Page 4 478753Chantal
    Argimpasa
    Argimpasa
    FémininAge : 32Messages : 100

    Dim 22 Avr 2018 - 13:12

    Magnifique, merci Very Happy
    Lone wanderer
    Lone wanderer
    MasculinAge : 31Messages : 176

    Lun 9 Nov 2020 - 17:39

    EEEEEEETTTTTTTTTTTT rethankyou, je vais le réutiliser, encore ! Razz
    Contenu sponsorisé


      La date/heure actuelle est Jeu 28 Mar 2024 - 11:10