Test-test
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le Deal du moment :
Elden Ring Shadow Of The Erdtree édition ...
Voir le deal

QEEL 2ème!!!!!!

Aller en bas

QEEL 2ème!!!!!! Empty QEEL 2ème!!!!!!

Message par Admin Lun 18 Aoû - 9:54

QEEEL 2 bloc côté et séparations plusieurs blocs
CSS
Code:
/* ===============================================
PERSONNALISATION DU QUI EST EN LIGNE
==================================================
Début du code
================================================== */

/* Conteneur du Qeel */
.QeelPerso {
   width:100%; /* Largeur du QEEL */
   border: 1px solid #000;
   background-color: #D1B988;  
   border-radius: 10px;
   padding-bottom:10px;
}

/* Titres des boîtes */
.QeelPerso h1 {
   font-family: Arial;
   text-align: center;
   color: #FFFFFF;
   text-transform: capitalize;
   letter-spacing: 5px;
   font-size: 12px;
   margin:2px;
   padding:2px;
  width:100%;
}


/* Mise en forme commune des boîtes de contenu */
.QeelPerso .Boites {
   box-shadow: 2px 2px 4px black;
   font-size: 10px;
   overflow : auto;
   width: 850px;
   background-color: #FFFFFF;
  border-radius: 10px;
}
/* Mise en forme boîtes ligne, hauteur max */
.QeelPerso .Ligne1, .QeelPerso .Ligne2, .QeelPerso .Ligne3, .QeelPerso .Ligne4, .QeelPerso .Ligne5{
   min-height: 30px;
   max-height: auto-size;
}

/* Mise en forme contenu boîte des membres en ligne */
.QeelPerso .Ligne1 {
   font-size:10px;
   padding:10px;
}

/* Mise en forme contenu boîte des membres connectés récemment */
.QeelPerso .Ligne2 {
   font-size:12px;
   padding:10px;
}

/* Mise en forme contenu boîte des statistiques du forum */
.QeelPerso .Ligne3{
   font-size:12px;
   padding:10px;
 }
/* Mise en forme contenu boîte des anniversaires */
.QeelPerso .Ligne4 {
   font-size: 12px;
   padding:10px;
}
/* Mise en forme contenu boîte des groupes */
.QeelPerso .Ligne5 {
   font-size: 12px;
   padding:10px;
}
/* Debuggage fond anniversaires et liste 24h */
.DeBug td.row1{
   background:none;
}
div#blocgauche {
   float:left;
   width:120px;
   min-height:400px;
        max-height-max: auto-size;
   background-color:#FFFFFF;
        padding:10px;
        margin:10px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px black;
        background-image: url("http://nsm02.casimages.com/img/2009/12/22//091222015940551575107628.png");
   }
div#blocdroite {
   float:right;
   width:120px;
   min-height:400px;
        max-height: auto-size;
   background-color:#FFFFFF;
        border-radius: 10px;
        padding:10px;
        margin:10px;
        box-shadow: 2px 2px 4px black;
        background-image: url("http://nsm02.casimages.com/img/2009/12/22//091222015940551575107628.png");
   }
/* ===============================================
PERSONNALISATION DU QUI EST EN LIGNE
==================================================
Fin du code
================================================== */
Template
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>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.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">{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>
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}|</a>
            <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">{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>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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'" v="2" 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 -->
<!--
==================================================
PERSONNALISATION DU QUI EST EN LIGNE
==================================================
Début du code
==================================================
-->
<div class="QeelPerso">
   <table cellpadding="0" cellspacing="0" align="center">
      <tr><td width="100%">
         <h1>Qui est là ?</h1>
        <div class="Boites Ligne1"><a href="{U_VIEWONLINE}" rel="nofollow">Voir toute la liste</a><br />{LOGGED_IN_USER_LIST}
          <br /><a href="http://www.manga-info.net/forum" rel="nofollow">Adnihilis, Aokiji', Ayme, Azul, Biboub, Black Aburame, blackberry, blagleg, Cygheks, Dada, Dada Kaboom, daoudienforce, darkpotatoes, defjohn, DiaboloDrake, Edward.Shirohige.Newgate, Eishi, Ernie-sama, everworld, Freaky, G-rome974, Gear 2nd, Gohanssj3, Haru-Natsu, HashiRonan, Hisa, inuyasha190, Jaaws, jacksMannequin, Journey, Kaisen, Kakashi D Reborn, Kefou, Kenjie, Keren, kevv, Kizaru-chan, Kptain-Ussopeuh, KURAMA-Naruto, L'étrangleur, LeBaka*, Little D.Tartine, Lucifer, luffy_13, lynfirmhood, marcoz, Master of Madness, Mayoua, mizu D. leader, Mokey D Dragon, Monkey D. Julio, Monkey D.Kendal, Monkey.D Tôshiro, Lapinou, natsu45, Nicozeyo, Nnameir, ojin, Phantom, ribaksb, rikudou, Rmanga, roronoa zoro 57, Sadra, Saeba 91, Sakigami Toto, Samael, Sangoku.D.Junior, Santarashi, Sarus, Shika', Silvers D rayleigh, Skull_joke, smiley-man, Spongebob, Strix, Sun guardian, tarras doberg, Tensa Laxus, TheNaLu, totor92, Ultear, Unholyscream, Usshoup, Volesprit, warcraftkennyzen, Wendy Marvel, Zefira, ZulficFK</a>
        </div></td>
        </tr>
 
           <tr><td width="100%">
         <h1>Statistiques</h1>
         <div class="Boites Ligne2">
           {TOTAL_USERS_ONLINE} <br /> {NEWEST_USER} <br /> {TOTAL_USERS} <br /> {TOTAL_POSTS} <br />  {RECORD_USERS}
         </div></td>
      </tr>
    
      <tr><td width="100%">
         <h1>Qui était là ?</h1>
        <div class="Boites Ligne3"><table class="DeBug">{L_CONNECTED_MEMBERS}</table></div></td>
      </tr>
  
  
      <tr><td width="100%">
         <h1>Anniversaires</h1>
         <div class="Boites Ligne4">
           <table class="DeBug">{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</table>
        </div></td>
     </tr>
  
      <tr><td width="100%">
         <h1>Groupes du forum</h1>
         <div class="Boites Ligne5"><span class="gensmall">{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</span>
        </div></td>
     </tr>
     <div id="blocgauche"></div>
     <div id="blocdroite"></div>
</table>
</div>

<!--
==================================================
PERSONNALISATION DU QUI EST EN LIGNE
==================================================
Fin du code
==================================================
-->


<!-- END disable_viewonline -->
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp; {CHATTERS_LIST}<br />
      
         </span>
      </td>
   </tr>
{CHATBOX_BOTTOM}</table>
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="0" 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;&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 type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Admin
Super
Super

Masculin
Messages : 35
Date d'inscription : 04/09/2011

https://testhunhun.forumgratuit.org

Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum