Maguitte2008
{ Membre }
Messages : 151
| Coucou, Je m'en sors plus avec mon qeel : J'ai fait un tableau pour faire deux partie différentes. Comment je peux faire pour que seulement le cadre soit rond. Faut que je mette dans mon CSS ceux qu'il faut, mais je n'arrive pas à définir seulement le cadre... Ensuite, j'aimerai que a barre du centre soit transparente, là aussi je dois définir dans mon CSS juste la barre du centre. En conclusion : Comment définir uniquement le cadre puis uniquement la barre au milieux ? Je vous donne 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 --> <br /><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><br /> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br /> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a> <!-- BEGIN switch_on_index --> <!-- BEGIN switch_delete_cookies --> <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a> <!-- END switch_delete_cookies --> <!-- END switch_on_index --> </span> </td> </tr> </table>
<!-- BEGIN switch_user_login_form_footer --> <form action="{S_LOGIN_ACTION}" method="post" name="form_login"> <!-- BEGIN switch_fb_connect_no --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td class="row1" align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed">{L_USERNAME}:</span> </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 --> <!-- ======================================================= MISE EN FORME PERSONNALISEE DU QUI EST EN LIGNE Code proposé par Miki sur CSSActif Correction par CSSActif - http://www.css-actif.com ======================================================= DEBUT DU CODE PARTIE 1 &amp;amp;amp; 2 ======================================================= --> <center><table style="border: 2px solid black; height: 200px; width: 600px; overflow: auto"> <tr> <td style="border-right: 2px solid black; padding: 2px; width: 300px; height: 200px"> <div class="LesStatistiques"><span class="gensmall"><span id="TotalMessages">{TOTAL_POSTS}</span>. <span id="TotalMembres">{TOTAL_USERS}</span></span> <br /> <span class="gensmall"><span id="DernierInscrit">{NEWEST_USER}</span></span> </div> <div class="MembresOnline"> <span class="gensmall"><span id="TotalUsersOnline">{TOTAL_USERS_ONLINE}</span></span> <br /> <span class="gensmall">{LOGGED_IN_USER_LIST}</span> </div> </div> <div class="Historique"><table class="Liste24h">{L_CONNECTED_MEMBERS}</table></div> <img src="URL_IMG_BAS" alt="" /> </div></td>
<td style="padding: 2px; width: 150px; height: 200px"><!--Infobulle administrateurs--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g1-administrateurs" class="groupe1">Administrateurs</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcRTL00vsgFXgbsqlAx7xQ4aM8iemUz5mxbPOMJ7yqQQx2dWuspy" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=1">Envoie un message au responsabe du groupe !</a> <a href="mailto:lorraine.clement@yahoo.fr">Envoie un mail au responsabe du groupe !</a></br></div> </div> <!--Infobulle modérateurs--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g2-moderateurs" class="groupe2">Modérateurs</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/77081612modo.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=1">Envoie un message au responsabe du groupe !</a> </br></div> </div> <!--Infobulle ciel--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g3-clan-du-ciel" class="groupe3">Clan du Ciel</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/26757112ciel.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=3">Envoie un message au responsabe du groupe !</a> </br></div> </div>
<!--Infobulle terre--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g4-clan-de-la-terre" class="groupe4">Clan de la Terre</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/70506112terre.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=4">Envoie un message au responsabe du groupe !</a> </br></div> </div>
<!--Infobulle sable--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g5-clan-du-sable" class="groupe5">Clan du Sable</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/12157712sable.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=1">Envoie un message au responsabe du groupe !</a> </br></div> </div> </td>
<td style="padding: 2px; width: 150px; height: 200px"><!--Infobulle roc--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g8-clan-des-rocs" class="groupe6">Clan du Roc</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/35676112roc.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=1">Envoie un message au responsabe du groupe !</a> </br></div> </div> <!--Infobulle étoile--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g9-clan-des-étoiles" class="groupe7">Clan des Etoiles</a> <img src="URL_IMG_SEPARATION" alt="" /> <div><img src="http://img15.hostingpics.net/pics/21963512etoile.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=8">Envoie un message au responsabe du groupe !</a> </br></div> </div>
<!--Infobulle solitaires--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g6-solitaires" class="groupe8">Solitaires </a> <div><img src="http://img15.hostingpics.net/pics/78896712sol.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=2">Envoie un message au responsabe du groupe !</a> </br></div> </div> <!--Infobulle domestiques--> <div class="infobulle"> <a href="http://forum-guerredesclans.forumactif.com/g7-domestiques" class="groupe9">Domestiques</a> <div><img src="http://img15.hostingpics.net/pics/22324612dom.jpg" alt="nom de l'image" /> <br><a href="http://forum-guerredesclans.forumactif.com/privmsg?mode=post&u=8">Envoie un message au responsabe du groupe !</a> </br></div> </div></td></tr></table></center>
<!-- ======================================================= MISE EN FORME PERSONNALISEE DU QUI EST EN LIGNE (END) PARTIE 1 ======================================================= --> <script type="text/javascript"> document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/utilisateur en ligne/,"chat présent sur le forum"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/utilisateurs en ligne/,"chats présents sur le forum"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Enregistré/,"chat"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Enregistrés/,"chats"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invisible et/,"solitaire,"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invisibles et /,"solitaires,"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invité/,"humain"); document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invités/,"humains"); document.getElementById('TotalMembres').innerHTML=document.getElementById('TotalMembres').innerHTML.replace(/Nous avons/,"Notre forum compte"); document.getElementById('TotalMembres').innerHTML=document.getElementById('TotalMembres').innerHTML.replace(/membre enregistré/,"chat inscrit"); document.getElementById('DernierInscrit').innerHTML=document.getElementById('DernierInscrit').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier chaton est"); document.getElementById('TotalMessages').innerHTML=document.getElementById('TotalMessages').innerHTML.replace(/Nos membres ont posté un total de/,"Nous comptons déjà un total de"); </script> <!-- ======================================================= MISE EN FORME PERSONNALISEE DU QUI EST EN LIGNE (END) PARTIE 2 ======================================================= --> <!-- 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> </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 -->
<p class="mes-credits">(c) La Guerre des Clans | Codage Maguitte2008 et Sugarbuse | Reproduction Interdite !</p> Mon CSS : Merci de m'aider ^^ |
Dernière édition par Maguitte2008 le Dim 16 Déc 2012, 11:45, édité 1 fois | |
|
Décodeur
{ Membre }
Messages : 203
| Bonjour, je me permet de poster pour voir ton CSS afin de t'aider au plus vite j'espère que cela te dérange pas. A bientôt Edit: Donc pour le cadre du QEEL sa se trouve dans ton Templates à la ligne 185 c'est la ou tu devras faire les modifications. Pour la barre du milieu c'est deux lignes juste en dessous. | | |
|
Maguitte2008
{ Membre }
Messages : 151
| Merci de cette première aide... Je pense que je vais enlever les propriétés du template pour mettre une class et le mettre dans le CSS...
EDDIT : J'ai mis tout cà avec des Class et çà marche très bien ! J'ai terminé, merci de ton aide | | |
|
Décodeur
{ Membre }
Messages : 203
| Pas de quoi au plaisir de t'avoir aider A bientôt | | |
|
Psycho
Psychopathe
Messages : 3407
| Hello ! Est-ce que cela signifie que ton problème est entièrement résolu ? Merci d'avance de ta réponse | | |
|
Maguitte2008
{ Membre }
Messages : 151
| Coucou, Honte à moi, je mets un petit résolu dans le titre | | |
|
Murtagh
{ Modérateur }
Messages : 1492
| Parfait Du coup, je déplace dans les archives. A bientôt. | | |
|