Annive et membres conecté ces dernieres heures

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 18:11

Bonjour!

J’ai un problème tout simple que pourtant je n'arrive pas a résoudre : Je n'arrive pas a changer la taille de la police dans les tableau "les derniers membres connecté ses dernières 24h" ainsi que dans les anniversaires. j'ai essayer de modifier le template mais sa n veut pas, ni dans le CSS permettant la transparence de ses collones, aurais-je loupé quelque chose?

idée du problème:

Mon 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> </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'" 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>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
     
<a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </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 -->
           
<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> </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'" 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 -->
        <center>
        <table style="background-image:url(http://img11.hostingpics.net/pics/213602chatbox.png); width:700px;height:400px;-moz-border-radius:100px;border:2px solid black;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
        <tr>
        <td colspan="2">
         
          <center>
          <font style="color:white;text-shadow:black 5px 3px 3px;"><img src="http://img11.hostingpics.net/pics/566682ONline.png"> </font><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
        <br />
        <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;padding-top: 5px">
        <span id="tuo">{TOTAL_USERS_ONLINE}</span>
        <script type="text/javascript">document.getElementById('tuo').innerHTML=document.getElementById ('tuo').innerHTML.replace(/Il y a en tout/," Se Balade(nt)").replace(/utilisateur(s?) en ligne :/," Etre$1 de Destels ").replace(/Enregistré(s?)/," Habitant$1 ").replace(/Invisible(s?)/," Fantôme$1 ").replace(/Invité(s?)/," Voyageur$1");</script><br />
        <span id="connectes">{LOGGED_IN_USER_LIST}</span>
        <script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/," Habitants Présents ");</script>
        </div></center></font>
        </td>
        </tr>
       
        <tr>
       
        <td style="padding-left:15px;"  valign="top"> <font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
        <table width="100%" cellpadding="3"><tr>
          <td><a href="http://vampirehostclub.forumactif.com/g3-srf-_-sans-race-fixe";><span class="groupes" style="padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel">SRF<span><IMG SRC="http://img15.hostingpics.net/pics/863712srf.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>SRF</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >Vous êtes SRF? cela veux dire que vous êtes sans race fixe : vous n'avez pas encore fait de fiche d'inscription pour l'une des 3 races.</font></span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g6-noble-romance";><span class="groupes" style="color: #B52D5F;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Noble Romance†</size><span><IMG SRC="http://img15.hostingpics.net/pics/154766nobleromance.png" /><font style="color:#B52D5F;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Noble Romance†</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Shitsuji. Nos Hôtes sont majoritairement des Vampires! Abandonnez-vous aux voluptés et aux plaisirs...</span></div></span></a></td>
          <td><a href="http://vampirehostclub.forumactif.com/g9-blue-moon";><span class="groupes" style="color:  #7664DB;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Blue Moon♕ </size><span><IMG SRC="http://img11.hostingpics.net/pics/937094blueromance.png" /><font style="color:#7664DB;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Blue Moon♕</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Jigaku.Venez essayer de dresser des loups,sous leur caractère le plus sauvage. Les balades magiques au clair de lune sont de mise!</span></div></span></a></td>
        <td><a href="http://vampirehostclub.forumactif.com/g13-zombies";><span class="groupes" style="color: #A7D1B6;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Zombies</size><span><IMG SRC="http://img11.hostingpics.net/pics/322744zombies.png" /><font style="color:#A7D1B6;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Zombies</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Sexy quand ils le veulent...ils ne mordent pas..ou presque! Toujours a la recherche d'un coeur a mang...a aimer!</span></div></span></a></td>
        <td><a href="http://vampirehostclub.forumactif.com/g14-fantomes";><span class="groupes" style="color: white;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Fantômes</size><span><IMG SRC="http://img11.hostingpics.net/pics/920261fantomes.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Fantômes</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">   Invisibles et discret, peut être sont-ils en train de vous espionner? Baigneurs faites attention~~</span></div></span></a></td>
        <td><a href="http://vampirehostclub.forumactif.com/g10-vampires";><span class="groupes" style="color: #AD1111;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Vampires</size><span><IMG SRC="http://img11.hostingpics.net/pics/298268vampires.png" /><font style="color:#AD1111;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Vampires</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Ils ont si soif...toujours a la recherche du sang parfait qui leur fera tourner la tête! Le vôtre serat-il a leur goût?</span></div></span></a></td>
        <td><a href="http://vampirehostclub.forumactif.com/g4-humains";><span class="groupes" style="color: #FFE8A3;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Humains</size><span><IMG SRC="http://img11.hostingpics.net/pics/390407humains.png" /><font style="color:#FFE8A3;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Humains</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Vous êtes des êtres fragiles a la recherche du plaisir que peut vous donner les charmes des créatures de la nuit!</span></div></span></a></td>
        <td><a href="http://vampirehostclub.forumactif.com/g11-lycant";><span class="groupes" style="color: #808FBA;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Lycants</size><span><IMG SRC="http://img11.hostingpics.net/pics/529506loup.png" /><font style="color:#808FBA;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Lycants</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Arriverez vous a les apprivoiser et vous en faire des amis? ou biens des ennemis sauvages? Attention a la plaine Lune!</span></div></span></a></td>
        </tr>
        </table>
        </font>
        </td>
       
       
        <td><center><font color="white"><img src="http://img11.hostingpics.net/pics/882881statistiques.png"> </font></center>
        <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:200px;width:280px;overflow:auto;-moz-border-radius:10px;padding-right:5px;padding-left:5px;padding-top:5px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;"><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
        <span id="messages">{TOTAL_POSTS}</span>
        <script type="text/javascript">document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les Habitants de Destels, en amoureux transit, se sont Envoyé un Total de ");</script><br />
        <span id="users">{TOTAL_USERS}</span>
        <script type="text/javascript">document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/Nous avons/,"Destels Possède ainsi").replace(/membre(s?) enregistré(s?)/,"habitants qui s'aime a chaque coin de rue ");</script><br />
        <span id="newuser">{NEWEST_USER}</span>
        <script type="text/javascript">document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier Amoureux dans Destels est");</script>.<br />
        <span id="record">{RECORD_USERS}</span>
        <script type="text/javascript">document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/," Le jour où tout le Monde est allé au Bal de St Valentin nous étions plus de");</script><br />
        <table id="kaboum">{L_CONNECTED_MEMBERS}</table>
        <script type="text/javascript">jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace('Membres connectés au cours des 24 dernières heures : ','Habitants de Destel n\'ayant pas Dormis ses dernières 24 heures :')); </script>
        </div></font></td>
        </tr>
        <tr>
        <td colspan="2"><center><font color="white"><img src="http://img11.hostingpics.net/pics/483869Anniversaires.png">  </font><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
         
        <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
        <table id="baboum">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>{L_WHOSBIRTHDAY_WEEK}</table><script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun Habitants ne fête son Jour de Naissance").replace(/Aucun membre ne fête son anniversaire dans les ([0-9]+) prochains jours/,"Aucun habitant ne fête son anniversaire dans les 7 prochains jours ou nuit~");</script>
       
        </div></center></td>
        </tr>
        </table></center>
       
        <!-- 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>  </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 -->
         

Mon CSS
Code:

#kaboum .row1 {
                background-color : transparent;
  font-family: times new roman;
  font-size:12px;
                }
        #baboum .row1 {
                background-color : transparent;
  font-family: times new roman;
  font-size:12px;
                }

.opac{
            opacity : 0.60;
            -moz-opacity : 0.60; 
            -ms-filter: "alpha(opacity=10)"; /* IE 8 */
            filter : alpha(opacity=10); /* IE < 8 */
        }
       
        .opac:hover{
            opacity : 1.95;
              -moz-opacity : 01.95;
              -ms-filter: "alpha(opacity=10)"; /* IE 8 */
              filter : alpha(opacity=10); /* IE < 8 */
        }
       
.forumline {
        opacity: 1.00;
        -moz-border-radius:11px;
        -webkit-border-radius:11px;
        -ô-border-radius:11px;
        -khtml-border-radius:11px;
        border-radius:11px;
        border: 1px dashed #000000;
        } 


.bodyline{
  padding-left:2px;
  padding-right:2px;
        border-left: solid 3px #1A1A1A ;
        border-right: solid 3px #1A1A1A ;
  -moz-border-radius: 18px 18px 18px 18px;
       
        -moz-box-shadow: 0px 0px 30px #000000;
          box-shadow: 0px 0px 30px #000000;
        -webkit-box-shadow: 0px 0px 30px #000000;
        }






table.case_stats{
  width:0px; /* largeur */
  height:0px; /* La hauteur */
  margin:right; /* on centre */
  }

table.case_stats td.dernier_msg{
  background-image:url('http://img11.hostingpics.net/pics/721345hautsombre.png');
  background-position: left top;
  background-repeat:no-repeat;
  padding-left:2px;
  padding-right:0px; /* Je déclasse du bord droit de 60px à gauche de ma pate */
  padding-top:5px;
  height:90px; /* mon image fait 85px de haut, mais comme j'ajoute 10px de remplissage, j'impose à ma case une hauteur = hauteur de mon image - padding top */
  }

table.case_stats td.stats_forum{
  background-image:url('http://img11.hostingpics.net/pics/321202bassombre.png');
  background-position: left bottom;
  background-repeat:no-repeat;
  padding-left:2px;
  padding-right:0px;
  }



table.case_stats td.dernier_msg p{
  color:#D15191;
  width:130px; /*la largeur de mon bloc moins la largeur de ma pate */
  padding-top:15px;
  margin:0;
  margin-left:5px; /* Je décalle un peu par rapport aux bords gauche pour éviter que mon texte ne soit en dehors de mon cadre */
  font-size:12px;
  text-align:center;
  text-shadow:2px 2px 2px #000000;
  }
 
table.case_stats td.dernier_msg p a{
  text-decoration:none;
  color:#F2DBD7;
  }
 
table.case_stats td.dernier_msg p a:hover{
  text-decoration:none;
  }


table.case_stats td.stats_forum p{
  color:#E04196;
  width:139px; /*la largeur de mon bloc moins quelques px */
  margin-left:5px;
  font-size:10px;
  font-weight:bold;
  text-align:left;
  padding:0;
  }


.nav img {
        display : none;
        }






 
         

.infobulle_qeel{position: relative;z-index: 0;}
.infobulle_qeel:hover{background-color: transparent;z-index: 50;}
.infobulle_qeel span{
position: absolute;
background-image:url(http://img11.hostingpics.net/pics/7162381021.png);
padding: 5px;
left: 2px;
visibility: hidden;
color: #000;}

.infobulle_qeel span img{border: 1px;padding: 5px;}

        .infobulle_qeel:hover span{
        visibility: visible;
        top: 30px;/*placement par rapport au bord haut de l'image*/
        left: 0px;/*placement par rapport au bord gauche de l'image*/
        right:0px
        width: 330px ;/*largeur*/
    height:210px;
        color:#E04196;/*couleur d"écriture*/
  text-shadow:black 3px 2px 2px
        border:1px solid black;/*apparence des contours*/
        -moz-border-radius: 12px;
        -webkit-border-radius: 20px;/arrondis*/
        border-radius: 12px;
  overflow:auto;}





 .infobulle{position: relative;z-index: 0;}
.infobulle:hover{background-color: transparent;z-index: 50;}
.infobulle span{
position: absolute;
 background-image:url('http://img11.hostingpics.net/pics/767156woodCopie.jpg');
padding: 5px;
left: -1000px;
visibility: hidden;
color: #000;}

.infobulle span img{border: 1px;padding: 5px;}

        .infobulle:hover span{
        visibility: visible;
        top: 20px;/*placement par rapport au bord haut de l'image*/
        left: 48px;/*placement par rapport au bord gauche de l'image*/
        right:50px
        width: 150px ;/*largeur*/
        color:#E04196;/*couleur d"écriture*/
        border: 1px solid black;/*apparence des contours*/
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;/arrondis*/
        border-radius: 12px;}



     
     
     
     
     
        .qeel {
                background-image : url("http://img15.hostingpics.net/pics/564030Online.png");
                background-repeat : no-repeat;
        text-align:left}
     
     
               
     
 
     
       
     
     
        a { text-decoration: none; }
     
     
        #i_icon_mini_index{
          background-image:url('http://img11.hostingpics.net/pics/745672Forumoff.png');
          width:69px;
          height:40px;
        }
        #i_icon_mini_index:hover{
          background-image:url('http://img11.hostingpics.net/pics/832649Forumon.png');
          width:69px;
          height:40px;
        }
     
        #i_icon_mini_faq{
          background-image:url('http://img11.hostingpics.net/pics/423896FAQOFF.png');
          width:53px;
          height:40px;
        }
        #i_icon_mini_faq:hover{
          background-image:url('http://img11.hostingpics.net/pics/513342FAQOn.png');
          width:53px;
          height:40px;
        }
        #i_icon_mini_search{
          background-image:url('http://img11.hostingpics.net/pics/598767rechercheoff.png');
          width:101px;
          height:40px;
        }
        #i_icon_mini_search:hover{
          background-image:url('http://img11.hostingpics.net/pics/394170rechercheon.png');
          width:101px;
          height:40px;
        }
        #i_icon_mini_members{
          background-image:url('http://img11.hostingpics.net/pics/498588membresoff.png');
          width:90px;
          height:40px;
        }
        #i_icon_mini_members:hover{
          background-image:url('http://img11.hostingpics.net/pics/418108membreson.png');
          width:90px;
          height:40px;
        }
     
        #i_icon_mini_groups{
          background-image:url('http://img11.hostingpics.net/pics/618424groupesoff.png');
          width:85px;
          height:40px;
        }
        #i_icon_mini_groups:hover{
          background-image:url('http://img11.hostingpics.net/pics/243767groupeson.png');
          width:85px;
          height:40px;
        }
        #i_icon_mini_profile{
          background-image:url('http://img11.hostingpics.net/pics/859515profiloff.png');
          width:61px;
          height:40px;
        }
        #i_icon_mini_profile:hover{
          background-image:url('http://img11.hostingpics.net/pics/420580profilon.png');
          width:61px;
          height:40px;
        }
        #i_icon_mini_message{
          background-image:url('http://img11.hostingpics.net/pics/227636mpoff.png');
          width:45px;
          height:40px;
        }
        #i_icon_mini_message:hover{
          background-image:url('http://img11.hostingpics.net/pics/603386mpon.png');
          width:45px;
          height:40px;
        }
        #i_icon_mini_new_message{
          background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
          width:89px;
          height:48px;
        }
        #i_icon_mini_new_message:hover{
          background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
          width:89px;
          height:48px;
        }
        #i_icon_mini_login{
          background-image:url('http://img11.hostingpics.net/pics/798645connexionoff.png');
          width:103px;
          height:40px;
        }
        #i_icon_mini_login:hover{
          background-image:url('http://img11.hostingpics.net/pics/491072connexionon.png');
          width:103px;
          height:40px;
        }
     
     
        #i_icon_mini_logout{
          background-image:url('http://img15.hostingpics.net/pics/487077dconnexionoff.png');
          width:123px;
          height:40px;
        }
        #i_icon_mini_logout:hover{
          background-image:url('http://img15.hostingpics.net/pics/671088dconnexionon.png');
          width:123px;
          height:40px;
        }
     
        #i_icon_mini_register{
          background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
          width:141px;
          height:40px;
        }
        #i_icon_mini_register:hover{
          background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
          width:141px;
          height:40px;
        }
     
     
     
        .truc{
        border: 1px solid black;
        -moz-border-radius: 1px;
}
     
        .machin{
        font-size: 15px;
        font-style: italic;
        font-family: Times New Roman;
        text-shadow: grey 2px 2px 2px;

        }

     
a.forumlink {
                        text-decoration: none!important;
                        border-bottom: 3px solid #E3BFD3;                             
                        -moz-border-radius-bottomleft: 15px ;
                        -moz-border-radius-bottomright: 15px;
                        display:block;
                        width:500px;
                        height:25px;
                      margin:auto;
        font-size: 20px;
        font-family: Times New roman;
        text-decoration: blink;
  text-shadow: black 1px 1px 2px;
      -moz-border-radius-bottomleft-shadow: 0px 0px 10px #000000;
        -moz-border-radius-bottomright-shadow: 0px 0px 10px #000000;
                        }
           
     
                a.forumlink:hover {
                        text-decoration: none !important;
                        border-bottom:3px solid #F2DFE9;
                        -moz-border-radius-bottomleft: 15px ;
                        -moz-border-radius-bottomright: 15px;
                        display:block;
                        width:500px;
                        height:25px;
        font-size: 20px;
        font-family: Times New roman;
        text-shadow: #eb6fb1 1px 1px 2px;
      -moz-border-radius-bottomleft-shadow: 0px 0px 10px #000000;
        -moz-border-radius-bottomright-shadow: 0px 0px 10px #000000;
     
                    }

     
               
     
      .mon_onglet{
          float: left;
          padding: 2px 20px;
          margin-right: 15px;
          color: #FFFFFF;
          background: #BECAD4;
          border: 1px solid #BECAD4;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;
 
font-size: 15px;
font-family: Times New roman;
Texte-align: left;
        }
 
 
 
        .mon_onglet:hover{
          background: #FFFFFF;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
font-size: 15px;
font-family: Times New roman;
 
 
 
        }     
        .mon_onglet_selected{
          float: left;
          padding: 2px 20px;
          margin-right: 10px;
          color: #FFFFFF;
          background: #BECAD4;
 
  -moz-border-radius-topright: 15px ;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-bottomleft: 0px ;
        -moz-border-radius-bottomright: 0px;
 
          border-top: 1px solid #BECAD4;
          border-right: 1px solid #BECAD4;
          border-left: 1px solid #BECAD4;
          border-bottom: 1px solid #BECAD4;
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;}       
        .clear{
          clear: both;
 
 
font-size: 15px;
font-family: Times New roman;
 
        }
        .mon_contenu{
          color: #FFFFFF;
          background: #BECAD4;
          border: 1px solid #BECAD4;
          padding: 10px;
          line-height: normal;
          font-size: 11px;}
 
        #mes_contenus, #mes_onglets{
          width: 700px;
          margin: auto;
font-size: 15px;
font-family: Times New roman;
}
     
     
     
     
              .qeel .row1 {
        background-color : transparent;
  font-size:13px;
  font-family:Time New Roman;
  text-shadow:black 2px 3px 3px;
        }
     
               
        .forum-sousforum {
              border: 1px solid black;
              border-top: 0px !important;
              -moz-border-radius-bottomleft: 14px;
              -moz-border-radius-bottomright: 14px;
              -webkit-border-bottom-right-radius: 14px;
              -webkit-border-bottom-left-radius: 14px;
              border-bottom-right-radius: 14px;
              border-bottom-left-radius: 14px;
              margin: auto;
              padding: 4px;
              width: 70%;
              text-align: center;
              background-image : url('http://i48.servimg.com/u/f48/15/58/71/95/wood10.jpg');
              font-size: 11px;
              margin-top: -17px;
              margin-bottom : 10px;
        }
        /* couleur liens sous-forums */
        .forum-sousforum a {
              color: #F2DBD7;
        }
        /* couleur liens sous-forums au survol */
        .forum-sousforum a:hover {
              color: #E04196;
        }


        .secondarytitle{   
              -moz-border-radius-topleft: 14px;
              -moz-border-radius-topright: 14px;
              -webkit-border-top-right-radius: 14px;
              -webkit-border-top-left-radius: 14px;
              border-top-right-radius: 14px;
              border-top-left-radius: 14px;}
       
        .forumline{ border: 1px solid black;
              -moz-border-radius: 14px;
              -webkit-border-radius: 14px;
              border-radius: 14px;}
       
        .titresfora{
              text-align: center;}
       
        .categories{
              text-align: center;}
       
        /*--- Cette partie correspond à la description du forum ---*/
        .forum-description {
              margin: auto;
              padding: 10px;
              color: #000000;
              width: 90%;
              border: 2px solid #fff;
              -moz-border-radius: 14px;
              -webkit-border-radius: 14px;
              border-radius: 14px;
              font-size: 12px;}
       
        /*--- Cette partie correspond à l'onglet "X messages dans X sujets" ---*/
        .forum-stats {
              -moz-border-radius: 20px;
              webkit-border-radius: 20px;
              border-radius: 20px;
              border: 1px solid #fff;
              padding: 3px;
              text-align: center;}
       
        /*--- Cette partie correspond à l'affichage des sous-forums ---*/
        .forum-sousforum {
              font-variant: small-caps;
              text-align: center;}

.qeel .row1 {
        background-color : transparent;
        }

Merci de Votre Aide!


Dernière édition par Satsu Black le Jeu 9 Fév 2012 - 20:27, édité 1 fois
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 18:17

Bonsoir,
Avez vous essayer avec un !important derrière le code css?
Code:
font-size:12px !important;
Ou avec:
Code:
#kaboum span.gensmall{
font-size:12px !important;
}
Code:
#baboum{
font-size:12px !important;
}

_________
<div id="bas"></div> -> #bas -> Un id s'applique à un objet unique : il ne peut pas y avoir deux mêmes id dans une page
<div class="bas"></div> -> .bas -> Une classe peut caractériser plusieurs objets (identiques ou non)

Cordialement Censure.
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 18:25

c'était une bonne idée mais malheureusement sa n'a pas marché D:
Merci d'avoir essayé!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 18:32

Chercher ceci:
(Vous avez entourer les anniv' et les 24heures avec cette balises)
Code:
<font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
Oh !: "font-size:13px" Essayer de la mettre a 12px.
_______________________

Sinon:
Code:
<table id="baboum" style="font-size:12px">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>{L_WHOSBIRTHDAY_WEEK}</table>
Et
Code:
<table id="kaboum" style="font-size:12px;">{L_CONNECTED_MEMBERS}</table>
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 18:38

toujours rien >< désolé
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 18:45

Et avec:
Code:
#anniv{font-size:10px;}
#kaboum{font-size:10px;}
(Essayer avec une police plus petite, peut-être que écritures est déjà a 12px..)

Reprenez les codes précédent, et mettez une police plus petites: 10px?

Regarder aussi, si toutes les balises <font></font> sont bien fermes.
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 18:54

Sa ne marche pas >< quand il s'agit de changer de police sa marche mais la taille de celle-ci ne veut pas bouger! que je mettre 4px ou 30px! et je croit que tout les balises <font> sont fermées ><
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:01

rebonsoir,
Dernière solution:
Code:
 <table id="kaboum"><font size="10px">{L_CONNECTED_MEMBERS}</font></table>
Code:
<table id="baboum"><font size="10px">{L_WHOSBIRTHDAY_TODAY}</font><span id="anniv"></span><font size="10px">{L_WHOSBIRTHDAY_WEEK}</font></table>
______________
A quoi vous sert:
Code:
 <span id="anniv"></span>
je pense qu'ici il est inutile.

Cordialement.
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 19:12

ah! sa a marché pour le {L_WHOSBIRTHDAY_WEEK} Smile
mais les autres reste inchangé ):
Mais c'est déjà sa!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:14

Pourrais-je avoir le lien de votre forum? Razz
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 19:19

oui bien sur! le voila =>http://forumtestvhc.forumgratuit.org/
C'est mon forum test!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:24

Essayer quand même:
Code:
#kaboum .row1 {
    font-family: times new roman;
    font-size: 12px !important;
}
Ce que je voit, c'est qu'une balise <font>n'est pas fermer elle prend donc le dessus sur "Membres connectés au cours des dernières 24 heures":S
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 19:32

je ne comprend pas Sad je vient de mettre des balise </font> un peu partout autour de ses codes-ci et pourtant aucun changement, même avec le "!important", cela ne viendrait pas d'un code dans le CSS?
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:34

Je vais voir tous ça. Je vous tient au courant.
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:38

J'ai virer un "font-size:13px" a la base des anniversaire.
Essayer avec:
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'" 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>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_delete_cookies -->
       
    <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
            <!-- END switch_delete_cookies -->
            </span>
          </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 -->
             
    <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> </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'" 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 -->
            <center>
            <table style="background-image:url(http://img11.hostingpics.net/pics/213602chatbox.png); width:700px;height:400px;-moz-border-radius:100px;border:2px solid black;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
            <tr>
            <td colspan="2">
           
              <center>
              <font style="color:white;text-shadow:black 5px 3px 3px;"><img src="http://img11.hostingpics.net/pics/566682ONline.png"> </font><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
            <br />
            <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;padding-top: 5px">
            <span id="tuo">{TOTAL_USERS_ONLINE}</span>
            <script type="text/javascript">document.getElementById('tuo').innerHTML=document.getElementById ('tuo').innerHTML.replace(/Il y a en tout/," Se Balade(nt)").replace(/utilisateur(s?) en ligne :/," Etre$1 de Destels ").replace(/Enregistré(s?)/," Habitant$1 ").replace(/Invisible(s?)/," Fantôme$1 ").replace(/Invité(s?)/," Voyageur$1");</script><br />
            <span id="connectes">{LOGGED_IN_USER_LIST}</span>
            <script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/," Habitants Présents ");</script>
            </div></center></font>
            </td>
            </tr>
         
            <tr>
         
            <td style="padding-left:15px;"  valign="top"> <font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
            <table width="100%" cellpadding="3"><tr>
              <td><a href="http://vampirehostclub.forumactif.com/g3-srf-_-sans-race-fixe";><span class="groupes" style="padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel">SRF<span><IMG SRC="http://img15.hostingpics.net/pics/863712srf.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>SRF</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >Vous êtes SRF? cela veux dire que vous êtes sans race fixe : vous n'avez pas encore fait de fiche d'inscription pour l'une des 3 races.</font></span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g6-noble-romance";><span class="groupes" style="color: #B52D5F;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Noble Romance†</size><span><IMG SRC="http://img15.hostingpics.net/pics/154766nobleromance.png" /><font style="color:#B52D5F;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Noble Romance†</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Shitsuji. Nos Hôtes sont majoritairement des Vampires! Abandonnez-vous aux voluptés et aux plaisirs...</span></div></span></a></td>
              <td><a href="http://vampirehostclub.forumactif.com/g9-blue-moon";><span class="groupes" style="color:  #7664DB;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Blue Moon? </size><span><IMG SRC="http://img11.hostingpics.net/pics/937094blueromance.png" /><font style="color:#7664DB;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Blue Moon?</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Jigaku.Venez essayer de dresser des loups,sous leur caractère le plus sauvage. Les balades magiques au clair de lune sont de mise!</span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g13-zombies";><span class="groupes" style="color: #A7D1B6;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Zombies</size><span><IMG SRC="http://img11.hostingpics.net/pics/322744zombies.png" /><font style="color:#A7D1B6;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Zombies</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Sexy quand ils le veulent...ils ne mordent pas..ou presque! Toujours a la recherche d'un coeur a mang...a aimer!</span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g14-fantomes";><span class="groupes" style="color: white;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Fantômes</size><span><IMG SRC="http://img11.hostingpics.net/pics/920261fantomes.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Fantômes</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">  Invisibles et discret, peut être sont-ils en train de vous espionner? Baigneurs faites attention~~</span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g10-vampires";><span class="groupes" style="color: #AD1111;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Vampires</size><span><IMG SRC="http://img11.hostingpics.net/pics/298268vampires.png" /><font style="color:#AD1111;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Vampires</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Ils ont si soif...toujours a la recherche du sang parfait qui leur fera tourner la tête! Le vôtre serat-il a leur goût?</span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g4-humains";><span class="groupes" style="color: #FFE8A3;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Humains</size><span><IMG SRC="http://img11.hostingpics.net/pics/390407humains.png" /><font style="color:#FFE8A3;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Humains</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Vous êtes des êtres fragiles a la recherche du plaisir que peut vous donner les charmes des créatures de la nuit!</span></div></span></a></td>
            <td><a href="http://vampirehostclub.forumactif.com/g11-lycant";><span class="groupes" style="color: #808FBA;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Lycants</size><span><IMG SRC="http://img11.hostingpics.net/pics/529506loup.png" /><font style="color:#808FBA;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Lycants</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Arriverez vous a les apprivoiser et vous en faire des amis? ou biens des ennemis sauvages? Attention a la plaine Lune!</span></div></span></a></td>
            </tr>
            </table>
            </font>
            </td>
         
         
            <td><center><font color="white"><img src="http://img11.hostingpics.net/pics/882881statistiques.png"> </font></center>
            <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:200px;width:280px;overflow:auto;-moz-border-radius:10px;padding-right:5px;padding-left:5px;padding-top:5px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;"><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
            <span id="messages">{TOTAL_POSTS}</span>
            <script type="text/javascript">document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les Habitants de Destels, en amoureux transit, se sont Envoyé un Total de ");</script><br />
            <span id="users">{TOTAL_USERS}</span>
            <script type="text/javascript">document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/Nous avons/,"Destels Possède ainsi").replace(/membre(s?) enregistré(s?)/,"habitants qui s'aime a chaque coin de rue ");</script><br />
            <span id="newuser">{NEWEST_USER}</span>
            <script type="text/javascript">document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier Amoureux dans Destels est");</script>.<br />
            <span id="record">{RECORD_USERS}</span>
            <script type="text/javascript">document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/," Le jour où tout le Monde est allé au Bal de St Valentin nous étions plus de");</script><br />
            <table id="kaboum">{L_CONNECTED_MEMBERS}</table>
            <script type="text/javascript">jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace('Membres connectés au cours des 24 dernières heures : ','Habitants de Destel n\'ayant pas Dormis ses dernières 24 heures :')); </script>
            </div></font></td>
            </tr>
            <tr>
            <td colspan="2"><center><font color="white"><img src="http://img11.hostingpics.net/pics/483869Anniversaires.png">  </font><font style="font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
           
            <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
            <table id="baboum">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>{L_WHOSBIRTHDAY_WEEK}</table><script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun Habitants ne fête son Jour de Naissance").replace(/Aucun membre ne fête son anniversaire dans les ([0-9]+) prochains jours/,"Aucun habitant ne fête son anniversaire dans les 7 prochains jours ou nuit~");</script>
         
            </div></center></td></font>
            </tr>
            </table></center>
         
            <!-- 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>  </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 -->
             
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 19:45

sa ne marche pas >< retour au point de départ pour {L_WHOSBIRTHDAY_WEEK} :/
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:47

Pour le css j'ai trouver 2 erreurs (Mais pas celle que j’espérais trouver Very Happy):
Code:

    #kaboum .row1 {
      background-color : transparent;
      font-family: times new roman;
      font-size:12px !important;
                    }
               
    #baboum .row1 {
      background-color : transparent;
      font-family: times new roman;
      font-size:12px !important;
                    }

    .opac{
    opacity : 0.60;
    -moz-opacity : 0.60;
    -ms-filter: "alpha(opacity=10)"; /* IE 8 */
    filter : alpha(opacity=10); /* IE < 8 */
            }
         
    .opac:hover{
    opacity : 1.95;
    -moz-opacity : 01.95;
    -ms-filter: "alpha(opacity=10)"; /* IE 8 */
    filter : alpha(opacity=10); /* IE < 8 */
            }
         
    .forumline {
    opacity: 1.00;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    -khtml-border-radius:11px;
    border-radius:11px;
    border: 1px dashed #000000;
            }


    .bodyline{
      padding-left:2px;
      padding-right:2px;
      border-left: solid 3px #1A1A1A ;
      border-right: solid 3px #1A1A1A ;
      -moz-border-radius: 18px 18px 18px 18px;
      -moz-box-shadow: 0px 0px 30px #000000;
      box-shadow: 0px 0px 30px #000000;
      -webkit-box-shadow: 0px 0px 30px #000000;
            }






    table.case_stats{
      width:0px; /* largeur */
      height:0px; /* La hauteur */
      margin:right; /* on centre */
      }

    table.case_stats td.dernier_msg{
      background-image:url('http://img11.hostingpics.net/pics/721345hautsombre.png');
      background-position: left top;
      background-repeat:no-repeat;
      padding-left:2px;
      padding-right:0px; /* Je déclasse du bord droit de 60px à gauche de ma pate */
      padding-top:5px;
      height:90px; /* mon image fait 85px de haut, mais comme j'ajoute 10px de remplissage, j'impose à ma case une hauteur = hauteur de mon image - padding top */
      }

    table.case_stats td.stats_forum{
      background-image:url('http://img11.hostingpics.net/pics/321202bassombre.png');
      background-position: left bottom;
      background-repeat:no-repeat;
      padding-left:2px;
      padding-right:0px;
      }



    table.case_stats td.dernier_msg p{
      color:#D15191;
      width:130px; /*la largeur de mon bloc moins la largeur de ma pate */
      padding-top:15px;
      margin:0;
      margin-left:5px; /* Je décalle un peu par rapport aux bords gauche pour éviter que mon texte ne soit en dehors de mon cadre */
      font-size:12px;
      text-align:center;
      text-shadow:2px 2px 2px #000000;
      }
   
    table.case_stats td.dernier_msg p a{
      text-decoration:none;
      color:#F2DBD7;
      }
   
    table.case_stats td.dernier_msg p a:hover{
      text-decoration:none;
      }


    table.case_stats td.stats_forum p{
      color:#E04196;
      width:139px; /*la largeur de mon bloc moins quelques px */
      margin-left:5px;
      font-size:10px;
      font-weight:bold;
      text-align:left;
      padding:0;
      }


    .nav img {
    display : none;
            }

    .infobulle_qeel{position: relative;z-index: 0;}
    .infobulle_qeel:hover{background-color: transparent;z-index: 50;}
    .infobulle_qeel span{
    position: absolute;
    background-image:url(http://img11.hostingpics.net/pics/7162381021.png);
    padding: 5px;
    left: 2px;
    visibility: hidden;
    color: #000;}

    .infobulle_qeel span img{border: 1px;padding: 5px;}

            .infobulle_qeel:hover span{
            visibility: visible;
            top: 30px;/*placement par rapport au bord haut de l'image*/
            left: 0px;/*placement par rapport au bord gauche de l'image*/
            right:0px
            width: 330px ;/*largeur*/
            height:210px;
            color:#E04196;/*couleur d"écriture*/
            text-shadow:black 3px 2px 2px
            border:1px solid black;/*apparence des contours*/
            -moz-border-radius: 12px;
            -webkit-border-radius: 20px;/arrondis*/
            border-radius: 12px;
            overflow:auto;}





    .infobulle{position: relative;z-index: 0;}
    .infobulle:hover{background-color: transparent;z-index: 50;}
    .infobulle span{
    position: absolute;
    background-image:url('http://img11.hostingpics.net/pics/767156woodCopie.jpg');
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: #000;}

    .infobulle span img{border: 1px;padding: 5px;}

            .infobulle:hover span{
            visibility: visible;
            top: 20px;/*placement par rapport au bord haut de l'image*/
            left: 48px;/*placement par rapport au bord gauche de l'image*/
            right:50px
            width: 150px ;/*largeur*/
            color:#E04196;/*couleur d"écriture*/
            border: 1px solid black;/*apparence des contours*/
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;/arrondis*/
            border-radius: 12px;}


       
            .qeel {
                    background-image : url("http://img15.hostingpics.net/pics/564030Online.png");
                    background-repeat : no-repeat;
            text-align:left}
       

            a { text-decoration: none; }
       
       
            #i_icon_mini_index{
              background-image:url('http://img11.hostingpics.net/pics/745672Forumoff.png');
              width:69px;
              height:40px;
            }
            #i_icon_mini_index:hover{
              background-image:url('http://img11.hostingpics.net/pics/832649Forumon.png');
              width:69px;
              height:40px;
            }
       
            #i_icon_mini_faq{
              background-image:url('http://img11.hostingpics.net/pics/423896FAQOFF.png');
              width:53px;
              height:40px;
            }
            #i_icon_mini_faq:hover{
              background-image:url('http://img11.hostingpics.net/pics/513342FAQOn.png');
              width:53px;
              height:40px;
            }
            #i_icon_mini_search{
              background-image:url('http://img11.hostingpics.net/pics/598767rechercheoff.png');
              width:101px;
              height:40px;
            }
            #i_icon_mini_search:hover{
              background-image:url('http://img11.hostingpics.net/pics/394170rechercheon.png');
              width:101px;
              height:40px;
            }
            #i_icon_mini_members{
              background-image:url('http://img11.hostingpics.net/pics/498588membresoff.png');
              width:90px;
              height:40px;
            }
            #i_icon_mini_members:hover{
              background-image:url('http://img11.hostingpics.net/pics/418108membreson.png');
              width:90px;
              height:40px;
            }
       
            #i_icon_mini_groups{
              background-image:url('http://img11.hostingpics.net/pics/618424groupesoff.png');
              width:85px;
              height:40px;
            }
            #i_icon_mini_groups:hover{
              background-image:url('http://img11.hostingpics.net/pics/243767groupeson.png');
              width:85px;
              height:40px;
            }
            #i_icon_mini_profile{
              background-image:url('http://img11.hostingpics.net/pics/859515profiloff.png');
              width:61px;
              height:40px;
            }
            #i_icon_mini_profile:hover{
              background-image:url('http://img11.hostingpics.net/pics/420580profilon.png');
              width:61px;
              height:40px;
            }
            #i_icon_mini_message{
              background-image:url('http://img11.hostingpics.net/pics/227636mpoff.png');
              width:45px;
              height:40px;
            }
            #i_icon_mini_message:hover{
              background-image:url('http://img11.hostingpics.net/pics/603386mpon.png');
              width:45px;
              height:40px;
            }
            #i_icon_mini_new_message{
              background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
              width:89px;
              height:48px;
            }
            #i_icon_mini_new_message:hover{
              background-image:url('http://img11.hostingpics.net/pics/911689Newmp.gif');
              width:89px;
              height:48px;
            }
            #i_icon_mini_login{
              background-image:url('http://img11.hostingpics.net/pics/798645connexionoff.png');
              width:103px;
              height:40px;
            }
            #i_icon_mini_login:hover{
              background-image:url('http://img11.hostingpics.net/pics/491072connexionon.png');
              width:103px;
              height:40px;
            }
       
       
            #i_icon_mini_logout{
              background-image:url('http://img15.hostingpics.net/pics/487077dconnexionoff.png');
              width:123px;
              height:40px;
            }
            #i_icon_mini_logout:hover{
              background-image:url('http://img15.hostingpics.net/pics/671088dconnexionon.png');
              width:123px;
              height:40px;
            }
       
            #i_icon_mini_register{
              background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
              width:141px;
              height:40px;
            }
            #i_icon_mini_register:hover{
              background-image:url('http://img15.hostingpics.net/pics/939674incrivezvous.gif');
              width:141px;
              height:40px;
            }
       
       
       
            .truc{
            border: 1px solid black;
            -moz-border-radius: 1px;
    }
       
            .machin{
            font-size: 15px;
            font-style: italic;
            font-family: Times New Roman;
            text-shadow: grey 2px 2px 2px;

            }

       
    a.forumlink {
            text-decoration: none!important;
            border-bottom: 3px solid #E3BFD3;                           
            -moz-border-radius-bottomleft: 15px ;
            -moz-border-radius-bottomright: 15px;
                            display:block;
                            width:500px;
            height:25px;
            margin:auto;
            font-size: 20px;
            font-family: Times New roman;
            text-decoration: blink;
            text-shadow: black 1px 1px 2px;
            -moz-border-radius-bottomleft-shadow: 0px 0px 10px #000000;
            -moz-border-radius-bottomright-shadow: 0px 0px 10px #000000;
                            }
             
       
                    a.forumlink:hover {
            text-decoration: none !important;
            border-bottom:3px solid #F2DFE9;
            -moz-border-radius-bottomleft: 15px ;
            -moz-border-radius-bottomright: 15px;
            display:block;
            width:500px;
            height:25px;
            font-size: 20px;
            font-family: Times New roman;
            text-shadow: #eb6fb1 1px 1px 2px;
            -moz-border-radius-bottomleft-shadow: 0px 0px 10px #000000;
            -moz-border-radius-bottomright-shadow: 0px 0px 10px #000000;
       
                        }

       
                 
       
          .mon_onglet{
            float: left;
            padding: 2px 20px;
            margin-right: 15px;
            color: #FFFFFF;
            background: #BECAD4;
            border: 1px solid #BECAD4;
            -moz-border-radius-topright: 15px ;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-bottomleft: 0px ;
            -moz-border-radius-bottomright: 0px;
            cursor: pointer;
            margin-bottom: -1px;
            list-style: none;
            font-size: 15px;
            font-family: Times New roman;
            text-align: left;
            }
   
   
   
            .mon_onglet:hover{
            background: #FFFFFF;
            -moz-border-radius-topright: 15px ;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-bottomleft: 0px ;
            -moz-border-radius-bottomright: 0px;
            font-size: 15px;
            font-family: Times New roman;
            }   
         
            .mon_onglet_selected{
              float: left;
              padding: 2px 20px;
              margin-right: 10px;
              color: #FFFFFF;
              background: #BECAD4;
            -moz-border-radius-topright: 15px ;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-bottomleft: 0px ;
            -moz-border-radius-bottomright: 0px;
              border-top: 1px solid #BECAD4;
              border-right: 1px solid #BECAD4;
              border-left: 1px solid #BECAD4;
              border-bottom: 1px solid #BECAD4;
              cursor: pointer;
              margin-bottom: -1px;
              list-style: none;} 
          
            .clear{
              clear: both;
              font-size: 15px;
              font-family: Times New roman;
            }
            .mon_contenu{
              color: #FFFFFF;
              background: #BECAD4;
              border: 1px solid #BECAD4;
              padding: 10px;
              line-height: normal;
              font-size: 11px;}
   
            #mes_contenus, #mes_onglets{
              width: 700px;
              margin: auto;
              font-size: 15px;
              font-family: Times New roman;
    }
       
       
       
       
                  .qeel .row1 {
            background-color : transparent;
            font-size:13px;
            font-family:Time New Roman;
            text-shadow:black 2px 3px 3px;
            }
       
                 
            .forum-sousforum {
                  border: 1px solid black;
                  border-top: 0px !important;
                  -moz-border-radius-bottomleft: 14px;
                  -moz-border-radius-bottomright: 14px;
                  -webkit-border-bottom-right-radius: 14px;
                  -webkit-border-bottom-left-radius: 14px;
                  border-bottom-right-radius: 14px;
                  border-bottom-left-radius: 14px;
                  margin: auto;
                  padding: 4px;
                  width: 70%;
                  text-align: center;
                  background-image : url('http://i48.servimg.com/u/f48/15/58/71/95/wood10.jpg');
                  font-size: 11px;
                  margin-top: -17px;
                  margin-bottom : 10px;
            }
            /* couleur liens sous-forums */
            .forum-sousforum a {
                  color: #F2DBD7;
            }
            /* couleur liens sous-forums au survol */
            .forum-sousforum a:hover {
                  color: #E04196;
            }


            .secondarytitle{ 
                  -moz-border-radius-topleft: 14px;
                  -moz-border-radius-topright: 14px;
                  -webkit-border-top-right-radius: 14px;
                  -webkit-border-top-left-radius: 14px;
                  border-top-right-radius: 14px;
                  border-top-left-radius: 14px;}
         
            .forumline{
               border: 1px solid black;
                  -moz-border-radius: 14px;
                  -webkit-border-radius: 14px;
                  border-radius: 14px;}
         
            .titresfora{
                  text-align: center;}
         
            .categories{
                  text-align: center;}
         
            /*--- Cette partie correspond à la description du forum ---*/
            .forum-description {
                  margin: auto;
                  padding: 10px;
                  color: #000000;
                  width: 90%;
                  border: 2px solid #fff;
                  -moz-border-radius: 14px;
                  -webkit-border-radius: 14px;
                  border-radius: 14px;
                  font-size: 12px;}
         
            /*--- Cette partie correspond à l'onglet "X messages dans X sujets" ---*/
            .forum-stats {
                  -moz-border-radius: 20px;
                  webkit-border-radius: 20px;
                  border-radius: 20px;
                  border: 1px solid #fff;
                  padding: 3px;
                  text-align: center;}
         
            /*--- Cette partie correspond à l'affichage des sous-forums ---*/
            .forum-sousforum {
                  font-variant: small-caps;
                  text-align: center;}

    .qeel .row1 {
            background-color : transparent;
            }
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 19:53

toujours rien >< je vais finir par croire que ces tableaux son maudits XD
merci a vous! c'est très gentils de prendre du temps la dessus!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 19:55

Template 2 (Test taille d’écritures 18px !)
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'" 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>
                <!-- END switch_user_logged_in -->
                <!-- BEGIN switch_delete_cookies -->
         
        <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
                <!-- END switch_delete_cookies -->
                </span>
              </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 -->
               
        <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> </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'" 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 -->
                <center>
                <table style="background-image:url(http://img11.hostingpics.net/pics/213602chatbox.png); width:700px;height:400px;-moz-border-radius:100px;border:2px solid black;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
                <tr>
                <td colspan="2">
             
                  <center>
                  <font style="color:white;text-shadow:black 5px 3px 3px;"><img src="http://img11.hostingpics.net/pics/566682ONline.png"> </font><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
                <br />
                <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;padding-top: 5px">
                <span id="tuo">{TOTAL_USERS_ONLINE}</span>
                <script type="text/javascript">document.getElementById('tuo').innerHTML=document.getElementById ('tuo').innerHTML.replace(/Il y a en tout/," Se Balade(nt)").replace(/utilisateur(s?) en ligne :/," Etre$1 de Destels ").replace(/Enregistré(s?)/," Habitant$1 ").replace(/Invisible(s?)/," Fantôme$1 ").replace(/Invité(s?)/," Voyageur$1");</script><br />
                <span id="connectes">{LOGGED_IN_USER_LIST}</span>
                <script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/," Habitants Présents ");</script>
                </div></center></font>
                </td>
                </tr>
           
                <tr>
           
                <td style="padding-left:15px;"  valign="top"> <font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                <table width="100%" cellpadding="3"><tr>
                  <td><a href="http://vampirehostclub.forumactif.com/g3-srf-_-sans-race-fixe";><span class="groupes" style="padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel">SRF<span><IMG SRC="http://img15.hostingpics.net/pics/863712srf.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>SRF</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >Vous êtes SRF? cela veux dire que vous êtes sans race fixe : vous n'avez pas encore fait de fiche d'inscription pour l'une des 3 races.</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g6-noble-romance";><span class="groupes" style="color: #B52D5F;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Noble Romance†</size><span><IMG SRC="http://img15.hostingpics.net/pics/154766nobleromance.png" /><font style="color:#B52D5F;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Noble Romance†</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Shitsuji. Nos Hôtes sont majoritairement des Vampires! Abandonnez-vous aux voluptés et aux plaisirs...</span></div></span></a></td>
                  <td><a href="http://vampirehostclub.forumactif.com/g9-blue-moon";><span class="groupes" style="color:  #7664DB;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Blue Moon? </size><span><IMG SRC="http://img11.hostingpics.net/pics/937094blueromance.png" /><font style="color:#7664DB;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Blue Moon?</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Jigaku.Venez essayer de dresser des loups,sous leur caractère le plus sauvage. Les balades magiques au clair de lune sont de mise!</span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g13-zombies";><span class="groupes" style="color: #A7D1B6;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Zombies</size><span><IMG SRC="http://img11.hostingpics.net/pics/322744zombies.png" /><font style="color:#A7D1B6;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Zombies</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Sexy quand ils le veulent...ils ne mordent pas..ou presque! Toujours a la recherche d'un coeur a mang...a aimer!</span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g14-fantomes";><span class="groupes" style="color: white;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Fantômes</size><span><IMG SRC="http://img11.hostingpics.net/pics/920261fantomes.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Fantômes</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">  Invisibles et discret, peut être sont-ils en train de vous espionner? Baigneurs faites attention~~</span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g10-vampires";><span class="groupes" style="color: #AD1111;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Vampires</size><span><IMG SRC="http://img11.hostingpics.net/pics/298268vampires.png" /><font style="color:#AD1111;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Vampires</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Ils ont si soif...toujours a la recherche du sang parfait qui leur fera tourner la tête! Le vôtre serat-il a leur goût?</span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g4-humains";><span class="groupes" style="color: #FFE8A3;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Humains</size><span><IMG SRC="http://img11.hostingpics.net/pics/390407humains.png" /><font style="color:#FFE8A3;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Humains</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Vous êtes des êtres fragiles a la recherche du plaisir que peut vous donner les charmes des créatures de la nuit!</span></div></span></a></td>
                <td><a href="http://vampirehostclub.forumactif.com/g11-lycant";><span class="groupes" style="color: #808FBA;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Lycants</size><span><IMG SRC="http://img11.hostingpics.net/pics/529506loup.png" /><font style="color:#808FBA;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Lycants</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Arriverez vous a les apprivoiser et vous en faire des amis? ou biens des ennemis sauvages? Attention a la plaine Lune!</span></div></span></a></td>
                </tr>
                </table>
                </font>
                </td>
           
           
                <td><center><font color="white"><img src="http://img11.hostingpics.net/pics/882881statistiques.png"> </font></center>
            <font style="font-size:18px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:200px;width:280px;overflow:auto;-moz-border-radius:10px;padding-right:5px;padding-left:5px;padding-top:5px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;"><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
                <span id="messages">{TOTAL_POSTS}</span>
                <script type="text/javascript">document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les Habitants de Destels, en amoureux transit, se sont Envoyé un Total de ");</script><br />
                <span id="users">{TOTAL_USERS}</span>
                <script type="text/javascript">document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/Nous avons/,"Destels Possède ainsi").replace(/membre(s?) enregistré(s?)/,"habitants qui s'aime a chaque coin de rue ");</script><br />
                <span id="newuser">{NEWEST_USER}</span>
                <script type="text/javascript">document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier Amoureux dans Destels est");</script>.<br />
                <span id="record">{RECORD_USERS}</span>
                <script type="text/javascript">document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/," Le jour où tout le Monde est allé au Bal de St Valentin nous étions plus de");</script><br />
                <table id="kaboum" style="font-size:18px">{L_CONNECTED_MEMBERS}</table>
                <script type="text/javascript">jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace('Membres connectés au cours des 24 dernières heures : ','Habitants de Destel n\'ayant pas Dormis ses dernières 24 heures :')); </script>
                </div></font></td>
                </tr>
                <tr>
                <td colspan="2"><center><font color="white"><img src="http://img11.hostingpics.net/pics/483869Anniversaires.png"></font>
            <font style="font-size:18px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
                <table id="baboum" style="font-size:18px">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>{L_WHOSBIRTHDAY_WEEK}</table><script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun Habitants ne fête son Jour de Naissance").replace(/Aucun membre ne fête son anniversaire dans les ([0-9]+) prochains jours/,"Aucun habitant ne fête son anniversaire dans les 7 prochains jours ou nuit~");</script>
           
                </div></center></td></font>
                </tr>
                </table></center>
           
                <!-- 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>  </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 -->
                 
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 20:00

toujours rien même avec 18px! ><
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 20:04

J'ai trouver: -5 balise <font> non fermer, et j'ai laisser 18px pour voir ><":
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'" 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>
                    <!-- END switch_user_logged_in -->
                    <!-- BEGIN switch_delete_cookies -->
           
            <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
                    <!-- END switch_delete_cookies -->
                    </span>
                  </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 -->
                 
            <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> </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'" 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 -->
                    <center>
                    <table style="background-image:url(http://img11.hostingpics.net/pics/213602chatbox.png); width:700px;height:400px;-moz-border-radius:100px;border:2px solid black;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
                    <tr>
                    <td colspan="2">
               
                      <center>
                      <font style="color:white;text-shadow:black 5px 3px 3px;"><img src="http://img11.hostingpics.net/pics/566682ONline.png"> </font><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >
                    <br />
                    <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;padding-top: 5px">
                    <span id="tuo">{TOTAL_USERS_ONLINE}</span>
                    <script type="text/javascript">document.getElementById('tuo').innerHTML=document.getElementById ('tuo').innerHTML.replace(/Il y a en tout/," Se Balade(nt)").replace(/utilisateur(s?) en ligne :/," Etre$1 de Destels ").replace(/Enregistré(s?)/," Habitant$1 ").replace(/Invisible(s?)/," Fantôme$1 ").replace(/Invité(s?)/," Voyageur$1");</script><br />
                    <span id="connectes">{LOGGED_IN_USER_LIST}</span>
                    <script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/," Habitants Présents ");</script>
                    </div></center></font>
                    </td>
                    </tr>
             
                    <tr>
             
                    <td style="padding-left:15px;"  valign="top"> <font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                    <table width="100%" cellpadding="3"><tr>
                      <td><a href="http://vampirehostclub.forumactif.com/g3-srf-_-sans-race-fixe";><span class="groupes" style="padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel">SRF<span><IMG SRC="http://img15.hostingpics.net/pics/863712srf.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>SRF</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;"  >Vous êtes SRF? cela veux dire que vous êtes sans race fixe : vous n'avez pas encore fait de fiche d'inscription pour l'une des 3 races.</font></span></div></span></a></td>
                        <td><a href="http://vampirehostclub.forumactif.com/g6-noble-romance";><span class="groupes" style="color: #B52D5F;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Noble Romance†</size><span><IMG SRC="http://img15.hostingpics.net/pics/154766nobleromance.png" /><font style="color:#B52D5F;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Noble Romance†</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Shitsuji. Nos Hôtes sont majoritairement des Vampires! Abandonnez-vous aux voluptés et aux plaisirs...</font></span></div></span></a></td>
                      <td><a href="http://vampirehostclub.forumactif.com/g9-blue-moon";><span class="groupes" style="color:  #7664DB;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Blue Moon? </size><span><IMG SRC="http://img11.hostingpics.net/pics/937094blueromance.png" /><font style="color:#7664DB;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Blue Moon?</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">La catégorie Jigaku.Venez essayer de dresser des loups,sous leur caractère le plus sauvage. Les balades magiques au clair de lune sont de mise!</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g13-zombies";><span class="groupes" style="color: #A7D1B6;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Zombies</size><span><IMG SRC="http://img11.hostingpics.net/pics/322744zombies.png" /><font style="color:#A7D1B6;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Zombies</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Sexy quand ils le veulent...ils ne mordent pas..ou presque! Toujours a la recherche d'un coeur a mang...a aimer!</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g14-fantomes";><span class="groupes" style="color: white;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Fantômes</size><span><IMG SRC="http://img11.hostingpics.net/pics/920261fantomes.png" /><font style="color:white;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Fantômes</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">  Invisibles et discret, peut être sont-ils en train de vous espionner? Baigneurs faites attention~~</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g10-vampires";><span class="groupes" style="color: #AD1111;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Vampires</size><span><IMG SRC="http://img11.hostingpics.net/pics/298268vampires.png" /><font style="color:#AD1111;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Vampires</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Ils ont si soif...toujours a la recherche du sang parfait qui leur fera tourner la tête! Le vôtre serat-il a leur goût?</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g4-humains";><span class="groupes" style="color: #FFE8A3;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Humains</size><span><IMG SRC="http://img11.hostingpics.net/pics/390407humains.png" /><font style="color:#FFE8A3;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Humains</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Vous êtes des êtres fragiles a la recherche du plaisir que peut vous donner les charmes des créatures de la nuit!</font></span></div></span></a></td>
                    <td><a href="http://vampirehostclub.forumactif.com/g11-lycant";><span class="groupes" style="color: #808FBA;padding: 5px 5px 5px 5px;"><font size="2" face="Time New Roman" ><div class="infobulle_qeel"><size=14>Lycants</size><span><IMG SRC="http://img11.hostingpics.net/pics/529506loup.png" /><font style="color:#808FBA;text-shadow:black 5px 3px 3px;font-size:13px;font-family:Time New Roman;"><center>Lycants</center></font><p><font style="font-size:13px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">Arriverez vous a les apprivoiser et vous en faire des amis? ou biens des ennemis sauvages? Attention a la plaine Lune!</font></span></div></span></a></td>
                    </tr>
                    </table>
                    </font>
                    </td>
             
             
                    <td><center><font color="white"><img src="http://img11.hostingpics.net/pics/882881statistiques.png"> </font></center>
                    <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:200px;width:280px;overflow:auto;-moz-border-radius:10px;padding-right:5px;padding-left:5px;padding-top:5px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
               <font style="font-size:18px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                    <span id="messages">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les Habitants de Destels, en amoureux transit, se sont Envoyé un Total de ");</script><br />
                    <span id="users">{TOTAL_USERS}</span>
                    <script type="text/javascript">document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/Nous avons/,"Destels Possède ainsi").replace(/membre(s?) enregistré(s?)/,"habitants qui s'aime a chaque coin de rue ");</script><br />
                    <span id="newuser">{NEWEST_USER}</span>
                    <script type="text/javascript">document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier Amoureux dans Destels est");</script>.<br />
                    <span id="record">{RECORD_USERS}</span>
                    <script type="text/javascript">document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/," Le jour où tout le Monde est allé au Bal de St Valentin nous étions plus de");</script><br />
                    <table id="kaboum" style="font-size:18px">{L_CONNECTED_MEMBERS}</table>
                    <script type="text/javascript">jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace('Membres connectés au cours des 24 dernières heures : ','Habitants de Destel n\'ayant pas Dormis ses dernières 24 heures :')); </script>
                    </div></font></td>
                    </tr>
                    <tr>
                    <td colspan="2" style="font-size:18px"><center><font color="white"><img src="http://img11.hostingpics.net/pics/483869Anniversaires.png"></font>
                <font style="font-size:18px;font-family:Time New Roman;text-shadow:black 2px 3px 3px;">
                    <div style="background-image:url(http://img11.hostingpics.net/pics/7162381021.png);border:1px solid black;height:40px;width:480px; overflow:auto;-moz-border-radius:10px;-moz-box-shadow: 0px 0px 5px #000000;box-shadow: 0px 0px 5px #000000;-webkit-box-shadow: 0px 0px 5px #000000;">
                    <table id="baboum" style="font-size:18px">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>{L_WHOSBIRTHDAY_WEEK}</table><script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun Habitants ne fête son Jour de Naissance").replace(/Aucun membre ne fête son anniversaire dans les ([0-9]+) prochains jours/,"Aucun habitant ne fête son anniversaire dans les 7 prochains jours ou nuit~");</script>
             
                    </div></center></td></font>
                    </tr>
                    </table></center>
             
                    <!-- 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>  </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 -->
                     
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 20:08

ah merci! mais le 18px n'a eu effet que sur les textes autres que ceux que je désire agrandir ><
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 20:12

Je sèche la :/, il faudrait qu’une personne plus compétente que moi passe dans le coin ^^'


Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 20:17

moi aussi je sèche >< tu a pourtant vérifié mon template et mon Css plusieurs fois! Peut être n'est-ce pas modifiable ?
En tout cas merci de ton aide!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Censure Jeu 9 Fév 2012 - 20:19

Avez-vous essayer d'augmenter la taille de l’écriture de tous le forum?
Il me semble que cela pourrais agrandir ces 3 phrases.

______
Edit:Taille Police Principale : 12px = modifie les phrases voulus.
Cordialement.
Censure

Censure
****

Masculin
Messages : 218
Inscrit(e) le : 21/12/2010

http://guilde-exode.bbactif.com/
Censure a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Annive et membres conecté ces dernieres heures

Message par Satsu Black Jeu 9 Fév 2012 - 20:26

Merci! c'est bon sa marche finalement!
encore merci d'y avoir pris du temps!
Satsu Black

Satsu Black
***

Messages : 160
Inscrit(e) le : 04/12/2010

http://become-a-master.forumdefan.com
Satsu Black a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

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