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 :
Cartes Pokémon 151 : où trouver le ...
Voir le deal

    QEEL Gris/Rose

    Henrykiki
    Henrykiki
    MasculinAge : 31Messages : 576

    Mar 30 Déc 2014 - 2:34

    Rappel du premier message :

    Bonjour tout le monde,

    Voici un LS de QEEL aux couleurs Gris/Rose.
    Elle vous est proposée suite à la demande de Madii-x. Vous avez également la PA ainsi que les catégories qui vont avec ce qeel.


    Aperçus : www - phpbb2 Exclamation


    L'installation

    Un simple merci envers le demandeur et le codeur dans une réponse est un petit cadeau que nous apprécions beaucoup ^^


    Dans Affichage > Templates > Index_body ...


    Tu trouves ce code-là, que tu supprimes.

    Code:
    <!-- BEGIN disable_viewonline -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="catHead" colspan="2" height="28">
          <!-- BEGIN switch_viewonline_link -->
          <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
          <!-- END switch_viewonline_link -->

          <!-- BEGIN switch_viewonline_nolink -->
          <span class="cattitle">{L_WHO_IS_ONLINE}</span>
          <!-- END switch_viewonline_nolink -->
          </td>
      </tr>
      <tr>
          <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
          <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
          {TOTAL_USERS}<br />
          {NEWEST_USER}</span></td>
      </tr>
      <tr>
          <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
          {RECORD_USERS}<br />
          <br />
          {LOGGED_IN_USER_LIST}</span></td>
      </tr>
      {L_CONNECTED_MEMBERS}
      {L_WHOSBIRTHDAY_TODAY}
      {L_WHOSBIRTHDAY_WEEK}
      <tr>
          <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
      </tr>
      <!-- BEGIN switch_chatbox_activate -->
      <tr>
          <td class="row1">
            <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
                <!-- BEGIN switch_chatbox_popup -->
                <div id="chatbox_popup"></div>
                <script type="text/javascript">
                //<![CDATA[
                insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                //]]>
                </script>
                <!-- END switch_chatbox_popup -->
            </span>
          </td>
      </tr>
      <!-- END switch_chatbox_activate -->
    </table>
    <!-- END disable_viewonline -->

    Ensuite, au même endroit (pour remplacer donc) tu mets celui-ci :

    Code:
    <div id="qeel">
          <h1>Qui se promène ?</h1>
          <table width="800px" cellspacing="15px" cellpadding="10px" id="contenu-general">
            <tr>
              <td rowspan="2" class="withbg">
                <h2>Statistiques</h2>
                <p><span class="gensmall">{TOTAL_POSTS}<br /><br />
                  {TOTAL_USERS}<br /><br />
                  {NEWEST_USER}</span></p>
                </td>
              <td class="withbg">
                <h2>Les membres en ligne</h2>
                          <p><table>{L_CONNECTED_MEMBERS}</table>
                              <span class="gensmall">{TOTAL_USERS_ONLINE}<br />
                  {RECORD_USERS}<br />
                  {LOGGED_IN_USER_LIST}</span></p>
              </td>
            </tr>
            <tr>
              <td class="withbg">
                <h2>Anniversaires</h2>
                <table class="annifs">
                   
                  {L_WHOSBIRTHDAY_TODAY}
                  {L_WHOSBIRTHDAY_WEEK}
                </table>
              </td>
            </tr>
            <tr>
              <td colspan="2" class="withbg groups">
                <!-- <h2>Groupes</h2> -->
                <p><span class="gensmall"><!-- {LEGEND} :&nbsp; -->{GROUP_LEGEND}</span></p>
              </td>
            </tr>
          </table>

      <div id="credits">QEEL by <a href="http://www.never-utopia.com">Never-Utopia</a></div>
      </div>

    Affichage > Couleurs > Feuille de Style ...


    Tu colles ces codes-ci (qui se réfèreront donc à ton QEEL !

    Code:
    /* CODES POUR LE QEEL */

    #qeel h1, #qeel h2, #qeel h3, #qeel p {
            margin: 0; padding: 0; font-weight: normal;
          }

          #qeel {
            width: 800px;
            min-height: 200px;
            border-radius: 10px;
            background: #fff;
            margin: 75px auto 20px;
            position: relative;
            padding-top: 50px;
            font-family: "abeatbykai", sans-serif;
            font-size: 12px;
            letter-spacing: 1px;
            color: gray;
          }

          #qeel a {
            color: darkgray;
            text-decoration: none;
          }

          #qeel a, #qeel h2 {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
          }

          #qeel a:hover {
            color: #d74e77;
          }
         
          #qeel h1 {
            width: 328px;
            height: 83px;
            background: url("http://i39.servimg.com/u/f39/19/07/10/81/qeel-m10.jpg") no-repeat;
            position: absolute;
            top: -58px;
            left: 50%;
            margin-left: -164px;
            text-indent: -9999px;
          }

          #qeel td {
            vertical-align: top;
          }

          #qeel td p .gensmall, #qeel td.row1 .gensmall, #qeel .gensmall {
            font-family: "century gothic", sans-serif;
            color: #F54DA0;
            font-size: 10px;
          }

          #qeel table td {
            border-radius: 10px;
            position: relative;
            padding-top: 25px;
            min-height: 50px;
          }

          #qeel table td.withbg {
            background: #e4e1e2;
          }

          #qeel h2 {
            /*height: 34px;*/
            position: absolute;
            top: -12px;
            z-index: 3;
            font-size: 24px;
            font-family: 'Covered By Your Grace', cursive;
            color: #808080;
          }

          #qeel h2:hover {
            color: rgba(209,42,97,1);
          }

          #qeel td.row1, td.row3.over:hover {
            background-color: transparent !important;
          }

          #qeel table.annifs {
            margin-top: -30px !important;
          }

          table.annifs tbody tr:nth-child(2) td {
            padding-top: 0px !important;
          }

          .groups {padding: 10px !important; text-align: center; }

    /* CREDITS */

          #credits {
            position: absolute;
            padding: 0px 10px;
            bottom: -20px;
            right: 0px;
            height: 20px;
            line-height: 20px;
            font-size: 8px;
            color: gray;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #ffffff;
          }

    Merci de conserver les crédits envers Never-Utopia


    Une question ? Un souci avec le code ?


    Rendez-vous dans la zone appropriée : c'est par ici !


    Dernière édition par Henrykiki le Jeu 15 Jan 2015 - 13:21, édité 2 fois



    Des bisous !
    dishonorableHighblood
    dishonorableHighblood
    FémininAge : 27Messages : 31

    Jeu 22 Oct 2015 - 0:31

    Merci! Very Happy



    •♐♐♐♐♐♐♐♐♐• dishonorable yet fabulous •♐♐♐♐♐♐♐♐♐•
    ~Nodoka~
    ~Nodoka~
    FémininAge : 27Messages : 185

    Ven 23 Oct 2015 - 14:45

    merci
    alysia
    alysia
    MasculinAge : 32Messages : 33

    Ven 23 Oct 2015 - 19:06

    Merci
    Ab0utxMe
    Ab0utxMe
    FémininAge : 29Messages : 186

    Dim 25 Oct 2015 - 10:30

    Merci ^^



    QEEL Gris/Rose - Page 11 878302signaturevegeta
    patriciadpt30
    patriciadpt30
    FémininAge : 61Messages : 240

    Lun 26 Oct 2015 - 10:37

    merci



    Patricia :)
    Yasashi
    Yasashi
    FémininAge : 28Messages : 74

    Lun 26 Oct 2015 - 18:08

    Merci !
    Ivelyne
    Ivelyne
    FémininAge : 31Messages : 45

    Ven 30 Oct 2015 - 15:38

    Merci pour ce partage Very Happy
    Clynn~
    Clynn~
    FémininAge : 26Messages : 9

    Sam 31 Oct 2015 - 18:04

    Magnifique *^* Merci de ce partage ^^
    Ah-l3x
    Ah-l3x
    MasculinAge : 28Messages : 437

    Dim 1 Nov 2015 - 23:49

    Merci.




    QEEL Gris/Rose - Page 11 568633BANN
    Wiss
    Wiss
    FémininAge : 19Messages : 53

    Mer 4 Nov 2015 - 16:30

    Merci ^^



    QEEL Gris/Rose - Page 11 Wiss11
    Autre signa:
    Coldness
    Coldness
    FémininAge : 20Messages : 54

    Jeu 5 Nov 2015 - 16:19

    Merci ! ^^
    Amychan
    Amychan
    FémininAge : 46Messages : 16

    Ven 6 Nov 2015 - 7:44

    merci bien pour ce joli queel
    Inoue Musaki
    Inoue Musaki
    FémininAge : 34Messages : 147

    Dim 8 Nov 2015 - 17:03

    merci ^^
    Banhjo
    Banhjo
    MasculinAge : 26Messages : 76

    Jeu 12 Nov 2015 - 0:10

    merci
    Elelia
    Elelia
    FémininAge : 28Messages : 45

    Jeu 12 Nov 2015 - 12:55

    Super QEEL, merci beaucoup !
    Tiika
    Tiika
    MasculinAge : 32Messages : 5

    Jeu 12 Nov 2015 - 17:04

    Parfait, c'est ce que je cherchais, merci.



    QEEL Gris/Rose - Page 11 1442417698-rider
    liliebia
    liliebia
    FémininAge : 36Messages : 68

    Sam 14 Nov 2015 - 11:53

    Merci ♥
    Hayate kimitsu
    Hayate kimitsu
    MasculinAge : 30Messages : 30

    Sam 14 Nov 2015 - 23:21

    merci x)
    Mousstery
    Mousstery
    MasculinAge : 23Messages : 44

    Dim 15 Nov 2015 - 0:23

    Merci ! :)
    Demily
    Demily
    FémininAge : 37Messages : 52

    Lun 16 Nov 2015 - 18:01

    Merci beaucoup du partage
    Rhoswen Fay
    Rhoswen Fay
    FémininAge : 37Messages : 66

    Sam 21 Nov 2015 - 1:28

    merci
    Anonymous
    Invité

    Dim 22 Nov 2015 - 21:28

    Merci !
    Skyleen
    Skyleen
    FémininAge : 31Messages : 476

    Lun 23 Nov 2015 - 18:22

    Oh quelque chose de simple. J'adore ! Merci beaucoup



    2013 ▬
    Commandes en cours : 0    ▬ Commandes finis : 2
    lilissa
    lilissa
    FémininAge : 30Messages : 31

    Mar 24 Nov 2015 - 3:17

    merciii j'adore ♥
    Lone wanderer
    Lone wanderer
    MasculinAge : 32Messages : 176

    Dim 29 Nov 2015 - 21:44

    merci =}
    Contenu sponsorisé


      La date/heure actuelle est Sam 27 Avr 2024 - 4:35