Arrondi, oui mais pas tous !

2 participants

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

  • 0

Résolu Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 17:47

Bonjour à vous cher Forumactifien !
Voilà mon souci c'est que je voudrais gérer l'arrondi de façon meilleur que celle qui est actuellement sur mon forum ! En rouge, ceux que je veux enlever, en Bleu la ou je veux les mettre...

Spoiler:


Dernière édition par Lehault le Mar 14 Mai 2013 - 19:11, édité 1 fois
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 17:54

Bonjour,

Quel est le forum concerné ?
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:00

Celui-ci:

Forum

C'est vrai que j'ai mis mon forum de test dans mon pseudo, je corrige cela de suite !
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:03

Merci bien Smile

Dans Panneau d'admin > Affichage > Couleurs > Feuille de styles CSS, tu devrais avoir un code similaire à celui-ci :
Code:
td.row1 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
Si tu le trouves, supprime-le.

Et ajoute celui-ci à la place :
Code:
.forumline {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;}
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:07

Je viens de la faire mais cela à supprimé tous mes arrondis, je te donne mon CSS au cas ou Wink!

Code:
        td.row3.over {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row2 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row3 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row1 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
body{

}
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:09

Ce n'est pas ce que tu voulais faire ?

Code:
        td.row3.over {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row2 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row3 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
td.row1 {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
        }
Tout ce que tu as là, ça correspond aux arrondis que tu as entouré en rouge sur ta capture d'écran Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:10

Bah, je veux supprimer ceux en rouge, laisser ceux sans rien et ajouter ceux en bleu en fait, si c'est possible bien sur !
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:12

Hé bien fais comme je t'ai dit, supprime la partie donnée là, puis ajoute ceci à la place :
Code:
.forumline {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;}
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:15

Je viens de le faire, et cela me supprime tous les arrondi, sans en laisser aucun.
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:16

C'est normal, ça n'est pas le seul code à insérer.

Ajoute celui-ci :
Code:
th.secondarytitle {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;}
Qui permet d'arrondir le haut.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:19

avatar arrondi - Arrondi, oui mais pas tous ! Captur10

Voilà ce que j'ai actuellement !
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:20

Oups excuse-moi :
Code:
th.secondarytitle {
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;}
Si c'est bon, on arrondit alors le reste.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:22

C'est parfait ! Y'a pas à dire vous êtes vraiment des pro !

Pour le reste j'ajoute quoi?
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:23

Hé bien, pour le reste, il va falloir qu'on passe par le template index_box. D'après moi, tu l'as déjà modifié… Pourrais-tu me l'envoyer sous balises code ? Wink
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:26

Effectivement c'est modifié ^^, j'aime bidouiller même si je comprend pas tous ^^ !
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="4" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>
        </h{catrow.forumrow.LEVEL}></td><td style="padding-left: 40px; text-align: right;" class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</td></tr></tbody></table>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
   
              <td style="min-width: 150px;" class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
   
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:31

Parfait je te remercie Smile

Localise cette partie dans ton template :
Code:
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
Remplace-la par :
Code:
<td id="rowradiusleft" class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>

Même chose avec cette partie :
Code:
<td style="min-width: 150px;" class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
Que tu remplaces par :
Code:
<td id="rowradiusright" style="min-width: 150px;" class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>

Une fois que c'est fait et bien publié, tu peux ajouter ceci dans ton CSS :

Code:
#rowradiusleft {
-webkit-border-radius:0 0 0 20px;
-moz-border-radius:0 0 0 20px;
border-radius:0 0 0 20px;}
Code:
#rowradiusright {
-webkit-border-radius:0 0 20px 0;
-moz-border-radius:0 0 20px 0;
border-radius:0 0 20px 0;}

Pour t'expliquer : en gros, on ajoute un id spécifique à la cellule "dernier message" et à celle qui indique le statut du forum via l'image (nouveau, ancien, verrouillé…). Ce qui permet par la suite, depuis le CSS de personnaliser ces cellules en évitant que le reste ne soit également touché.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:39

J'ai envie de dire Merci Wink Vous êtes vraiment des pro...
Un grand merci même ! Je voudrais faire pareil pour le WhoIsOnline et le Message d'introduction, c'est possible?
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 18:55

Oui bien sûr. On va commencer avec le message d'accueil. Dans ton template index_body, trouve cette partie :
Code:
<!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
Là, même chose, on ajoute un id :
Code:
<!-- BEGIN message_admin_txt -->
   <tr>
      <td id="welcomerowradius" class="row1" rowspan="3" align="center" valign="middle">
Pour ajouter dans le CSS :
Code:
#welcomerowradius {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;}

Pour le qui est en ligne, je vais juste te demander ton template index_body complet, vu que tu l'as modifié Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 18:59

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 id="welcomerowradius" 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 -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </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 -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
                  <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><center>{L_WHO_IS_ONLINE}</center></a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle"><center>{L_WHO_IS_ONLINE}</center></span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
      <td class="row1" width="100%"><span class="gensmall"><center>{TOTAL_POSTS}</center><br />
      </span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">
      <center>{LOGGED_IN_USER_LIST}</center></span></td>
   </tr>
   <center>{L_CONNECTED_MEMBERS}</center>
   <tr>
      <td class="row1"><span class="gensmall"><center>{LEGEND} : {GROUP_LEGEND}</center></span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall"><center>{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}</center><br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{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 -->

Super pour l'accueil cela fonctionne !

Oui, j'ai modifié ^^, du coup j'en profite pour savoir si c'est possible de tous mettre en 1 seul bloc pour éviter les trais de séparation dans le WhoIsOnline?
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Matriochka Mar 14 Mai 2013 - 19:05

Oui pas de problème pour les traits.

Trouve :
Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
Remplace-le par :
Code:
<!-- BEGIN disable_viewonline -->
<table id="onlinestats" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
Puis dans le CSS :
Code:
#onlinestats {border-collapse:collapse;}

Ça, c'est juste pour retirer les traits de séparation.

Maintenant pour l'arrondi, ajoute ceci dans ton CSS :
Code:
td.catHead, th.thHead {
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;}
Ça, c'est pour le haut du qui est en ligne.

Et pour le bas, dans ton template, trouve :
Code:
<td class="row1"><span class="gensmall"><center>{LEGEND} : {GROUP_LEGEND}</center></span></td>
Remplace par :
Code:
<td id="legendrowradius" class="row1"><span class="gensmall"><center>{LEGEND} : {GROUP_LEGEND}</center></span></td>
Puis dans le CSS :
Code:
#legendrowradius {
-webkit-border-radius: 0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;}
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Arrondi, oui mais pas tous !

Message par Lehault Mar 14 Mai 2013 - 19:11

Et bien voilà... Merci pour les longs moment que vous avez passé à vous embêter pour moi et mon forum ! Un grand merci à vous et à Forum actif Smile !
avatar

Lehault
*

Messages : 32
Inscrit(e) le : 12/02/2013

http://www.the-darth-order.com/
Lehault 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