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.

-20%
Le deal à ne pas rater :
-20% Récupérateur à eau mural 300 litres (Anthracite)
79 € 99 €
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 !
    xToshi-Shûx
    xToshi-Shûx
    Autre / Ne pas divulguerAge : 32Messages : 39

    Mar 2 Juin 2015 - 14:18

    Merci :)



    avatar
    Psiconda
    FémininAge : 39Messages : 18

    Jeu 4 Juin 2015 - 16:30

    Merci du partage =)
    Brume Sauvage
    Brume Sauvage
    FémininAge : 31Messages : 35

    Ven 5 Juin 2015 - 23:58

    Merci :3
    Panddora
    Panddora
    FémininAge : 25Messages : 25

    Dim 7 Juin 2015 - 19:38

    Merci du partage :)




    QEEL Gris/Rose - Page 7 112194spaceship
    Jawilsia
    Jawilsia
    FémininAge : 32Messages : 143

    Mer 10 Juin 2015 - 10:19

    Merci o/
    Kimberlay *
    Kimberlay *
    FémininAge : 34Messages : 161

    Mer 10 Juin 2015 - 19:23

    Mercii
    ninoute3012
    ninoute3012
    FémininAge : 30Messages : 82

    Jeu 11 Juin 2015 - 12:03

    Je te l'emprunte il est magnifique merci beaucoup
    Vixinte
    Vixinte
    FémininAge : 26Messages : 90

    Jeu 11 Juin 2015 - 20:24

      Merci ! ♥
    Carcajou
    Carcajou
    FémininAge : 34Messages : 59

    Ven 12 Juin 2015 - 16:36

    C'est très beau ! Merci !
    Laetizya
    Laetizya
    FémininAge : 26Messages : 54

    Sam 13 Juin 2015 - 0:49

    Merci beaucoup, c'est parfait !
    SweetYoshi
    SweetYoshi
    FémininAge : 25Messages : 18

    Sam 13 Juin 2015 - 19:34

    Merci! (a)
    Wolfstar
    Wolfstar
    FémininAge : 29Messages : 13

    Dim 14 Juin 2015 - 1:27

    Merci ! Very Happy
    missphan
    missphan
    FémininAge : 41Messages : 156

    Mer 17 Juin 2015 - 10:46

    merci superbe ^^



    + 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.
    Wonder
    Wonder
    FémininAge : 25Messages : 20

    Jeu 18 Juin 2015 - 0:48

    Merci ♥
    Mimi1405
    Mimi1405
    FémininAge : 40Messages : 20

    Jeu 18 Juin 2015 - 1:25

    Merci pour le partage :)
    Féhéla
    Féhéla
    FémininAge : 50Messages : 238

    Ven 19 Juin 2015 - 3:20

    merci du partage :)
    picka234
    picka234
    FémininAge : 59Messages : 636

    Ven 19 Juin 2015 - 11:47

    merci
    L0une
    L0une
    FémininAge : 33Messages : 802

    Ven 19 Juin 2015 - 16:40

    Merci ! Superbe =).




    QEEL Gris/Rose - Page 7 854973Sanstitre12

    Les cadeaux !:


    Les Aëro !:


    Alaynna
    Alaynna
    FémininAge : 31Messages : 77

    Dim 21 Juin 2015 - 15:22

    Merci pour ce code, il est superbe =)



    -- If we don't have the key we can't open we can't open whatever it is, we don't have, that it unlocks, so what purpose would be served in finding whatever need be unlocked, which we don't have, without first having found the key that unlocks it?
    -- So we're going after this key?
    -- You're not making any sense at all.
    Milaow
    Milaow
    FémininAge : 24Messages : 71

    Dim 21 Juin 2015 - 22:15

    Merci du partage ♥
    Haniwa
    Haniwa
    FémininAge : 29Messages : 206

    Dim 21 Juin 2015 - 23:21

    Merci
    picka234
    picka234
    FémininAge : 59Messages : 636

    Mer 24 Juin 2015 - 14:09

    merci
    rom4ne
    rom4ne
    FémininAge : 23Messages : 16

    Jeu 25 Juin 2015 - 17:35

    Merciiiii! ♥
    MxPrime2
    MxPrime2
    MasculinAge : 30Messages : 81

    Sam 27 Juin 2015 - 19:49

    Merci, je cherchais justement un qeel qui n'a pas des proportions énormes !
    Fame
    Fame
    MasculinAge : 34Messages : 240

    Dim 28 Juin 2015 - 18:09

    merci :)
    Contenu sponsorisé


      La date/heure actuelle est Sam 27 Avr 2024 - 6:54