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.

-15%
Le deal à ne pas rater :
(Adhérents Fnac) LEGO® Star Wars™ 75367 Le croiseur d’assaut de ...
552.49 € 649.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 !
    Adrosh
    Adrosh
    MasculinAge : 22Messages : 17

    Dim 20 Sep 2015 - 9:33

    Merci
    Elwing
    Elwing
    FémininAge : 32Messages : 86

    Lun 21 Sep 2015 - 18:38

    Super mignon, je veux tester :p
    Merci !!
    Sakura Yuuki
    Sakura Yuuki
    FémininAge : 23Messages : 78

    Lun 21 Sep 2015 - 19:55

    Merci!



    QEEL Gris/Rose - Page 10 4njt
    zbou
    zbou
    FémininAge : 29Messages : 83

    Mar 22 Sep 2015 - 9:38

    Merci à vous deux !
    Myfanwi
    Myfanwi
    FémininAge : 26Messages : 97

    Sam 26 Sep 2015 - 14:44

    Merci Very Happy
    Margeary
    Margeary
    FémininAge : 35Messages : 14

    Sam 26 Sep 2015 - 23:08

    Encore un grand merci!
    Mellister
    Mellister
    FémininAge : 29Messages : 17

    Dim 27 Sep 2015 - 11:20

    Merci
    Chhaya
    Chhaya
    FémininAge : 38Messages : 1213

    Dim 27 Sep 2015 - 19:03

    Merci du partage ^^



    QEEL Gris/Rose - Page 10 200412081714641513

      Merci Sparrow :3
    Nelia
    Nelia
    FémininAge : 26Messages : 10

    Lun 28 Sep 2015 - 21:31

    Merci ! Ton travail est magnifique *-*
    RainboWolf
    RainboWolf
    FémininAge : 27Messages : 102

    Mer 30 Sep 2015 - 10:17

    Merciii ! J'adore vraiment tes créations !
    Aynam
    Aynam
    FémininAge : 27Messages : 73

    Mer 30 Sep 2015 - 23:25

    Merci !




    Dreamyland
    Dreamyland
    FémininAge : 26Messages : 88

    Jeu 1 Oct 2015 - 13:35

    Merci !
    Dragonia
    Dragonia
    FémininAge : 35Messages : 24

    Jeu 1 Oct 2015 - 23:32

    Merci ^^
    Nartiifiice
    Nartiifiice
    FémininAge : 26Messages : 88

    Ven 2 Oct 2015 - 13:40

    thnx
    Ancolie
    Ancolie
    FémininAge : 26Messages : 33

    Dim 4 Oct 2015 - 20:49

    très joli ! merci :)
    Chanel.♥
    Chanel.♥
    FémininAge : 23Messages : 42

    Sam 10 Oct 2015 - 16:03

    Merci!
    Sneakazuha
    Sneakazuha
    FémininAge : 28Messages : 34

    Lun 12 Oct 2015 - 18:26

    J'adore *-* merci
    Orkais
    Orkais
    FémininAge : 30Messages : 118

    Mer 14 Oct 2015 - 12:07

    Merci à vous :)



    "A lot of people say you need love to live. Oxygen is even more important..."
    yukiyuki
    yukiyuki
    FémininAge : 29Messages : 89

    Mer 14 Oct 2015 - 21:04

    merci
    Dixy
    Dixy
    FémininAge : 30Messages : 234

    Jeu 15 Oct 2015 - 14:12

    Merci beaucoup !



    QEEL Gris/Rose - Page 10 ?c=isi&im=%2F8762%2F84558762%2Fpics%2F3210667051_1_13_DkYrqtSL
    Rubis-Hope
    Rubis-Hope
    FémininAge : 31Messages : 46

    Jeu 15 Oct 2015 - 20:10

    Merci du partage
    Raymanou
    Raymanou
    MasculinAge : 31Messages : 49

    Dim 18 Oct 2015 - 15:17

    merci
    Sorako
    Sorako
    FémininAge : 26Messages : 94

    Dim 18 Oct 2015 - 21:41

    Merci du partage !
    lulunoir
    lulunoir
    FémininAge : 21Messages : 15

    Lun 19 Oct 2015 - 11:15

    Merci ♥
    Anéa
    Anéa
    FémininAge : 34Messages : 157

    Mer 21 Oct 2015 - 18:19

    C'est très joli en restant simple, merci pour ce partage !



    QEEL Gris/Rose - Page 10 305535lulupsdcopie
    Contenu sponsorisé


      La date/heure actuelle est Jeu 28 Mar 2024 - 14:24