| Supprimer la vilaine colonne de gauche | |
|
Lola_A
{ Membre }
Messages : 26
| Bonjour/Bonsoir, J'ai à nouveau besoin de votre aide chers amis codeurs *-* ^^ Alors voilà mon problème : J'aimerais supprimer la colonne de gauche (juste celle là) Celle la : https://2img.net/r/hpimg11/pics/138863fofo04.png Pour aide, voici mon template index-box : - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE} {CURRENT_TIME} </span> <!-- END switch_user_logged_in --> <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> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="80%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td> </tr> <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <!-- 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"> <div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td> </tr> <!-- 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="20" width="1" /><!-- END tablefoot --><!-- END catrow --> Je ne sais pas si il vous faut la feuille CSS, au pire je vous la fournis : - Code:
-
/**--- Code général ---*/
a:link { text-decoration:none; }
a:hover {text-decoration: none !important}
.forumlink:hover { margin-left: 50px; } a.forumlink { -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s: ; }
.forumline { background-color:#242424; border:0px solid;
-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;} td.catHead, th.thHead { -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0;} td.catBottom, th.thBottom { -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; }
.pseudo { display: block; font-family: Georgia; background-color: #2F262B; text-align: center; font-size: 12px; margin-bottom: 15px; letter-spacing:5px; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; }
/*--- Cadre Avatar ---*/ { background-color: #2F262B; margin-top: 5px; border: 5px #2F262B solid; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; }
/*--- Info Profil ---*/ { background-color: #2F262B; text-align: center; padding-top: 30px; padding-bottom: 15px; color:white; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; margin-bottom:5px; }
/*--- Image Info Profil ---*/ { margin-bottom: -84px; }
/**--- Barre de Navigation ---*/ a.mainmenu { font-family: Georgia; font-size: 12px; } .navig { position: fixed; top: 0px; left:0px; width: 100%; background-color: #000000; border-bottom: 1px dotted #FFFFFF; }
/*--- Emplacement de la Bannière ---*/ body { background-repeat: no-repeat; background-position: top center; background-attachment: scroll, fixed ; }
/*--- QEEL ---*/ .rightpart { font-size : 12px ; /*grandeur du texte*/ border-left : 2px solid #ffffff ; /*séparation du tableau de gauche et du tableau de droite par une ligne, peu être changé en DOTTED, SOLID, DOUBLE, etc*/ padding-left : 2px } /*veuillez ne pas toucher à cette partie*/
.groups{ background-color:#E7EBEE ; /*peut-être un fond de couleur ?*/ border: 1px color #000000 ; /*contour du QEEL*/ -moz-border-radius : 8px 8px8px8px; /*pour arrondir les bords*/ height:40px; *pas touche padding-right:12px; *pas touche padding-left:14px; *pas touche padding-bottom : 3px; /*pas touche*/ font-size: 14px; /*grandeur du texte*/ font-weight: bold; /*texte en gras*/ text-align:center; /*texte aligné au milieu*/ font-color : #000000 ; *couleur du texte text-decoration: none !important; *pas touche }
/*--- Headers aléatoires ---*/ .ban1 { background-image: url('http://img190.imageshack.us/img190/8597/fonddebannirerpublic.jpg'); } .ban2 { background-image: url('http://img844.imageshack.us/img844/7729/fonddebannireempire.jpg'); } .ban3 { background-image: url('http://img577.imageshack.us/img577/1416/fonddebannirehllcdp.jpg'); }
/*--- Apparence catégories/forum ---*/ /*coller le forum au cadre*/ .bodyline { padding-left : 0px!important; padding-right : 0px!important; }
a.forumlink{ display: block; text-align: center; padding-bottom: 3px; margin: 3px; }
.cadrefo{ background-color:#000000; padding: 5px; border: 1px solid #696969; margin: 4px; margin-bottom: 0px !important; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; -webkit-border-top-left-radius: 30px; -webkit-border-top-right-radius: 30px; border-top-left-radius: 30px; -moz-border-radius-bottomright: 30px; -moz-border-radius-bottomleft: 30px; -webkit-border-bottom-right-radius: 30px; -webkit-border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .stats{ text-align: center; background-color: #000000; border: 1px solid #696969; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; } .lastm{ text-align: center; background-color: #000000; border: 1px solid #696969; margin-top: 2px; -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; } .sousfo{ background-color:#000000; padding: 1px; border: 1px solid #696969; border-top: none !important; width:75%; margin: auto; -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; } .secondarytitle{ width: 80%; height : 25px; background-color: #000000; border: 1px solid #242424; padding-left: 50px; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; } Merci de votre aide si précieuse, Je reste à disposition pour des questions ^^ Cordialement, Lola | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Hop'
Quand tu parles de colonne, c'est la colonne entière que tu veux supprimer ou seulement ce contour ? | | |
|
| |
Lola_A
{ Membre }
Messages : 26
| Bonjour, ^^
En fait ce n'est pas très compliqué, j'aimerais passer de ça : https://2img.net/r/hpimg11/pics/138863fofo04.png A ça : https://2img.net/r/hpimg11/pics/641631fofo.png
C'est juste la ligne de séparation, la ligne de la colonne en somme ^^ Désolée si je me suis mal exprimée u.u
Merci de ton aide, Cordialement, Lola | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Merci n_n Alors remplace tout ton template index_box, par celui-ci : - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE} {CURRENT_TIME} </span> <!-- END switch_user_logged_in --> <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> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="80%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td> </tr> <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <!-- 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"> <div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td> </tr> <!-- 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="20" width="1" /><!-- END tablefoot --><!-- END catrow --> | | |
|
| |
Lola_A
{ Membre }
Messages : 26
| Petit problème u.u La en fait ça me supprimer toutes mes bordures, pas juste la ligne de séparation entre "nouveaux messages"/"anciens messages" et ma description :S | | |
|
| |
Sandra
{ Membre }
Messages : 40
| J'ai peut-être une idée, mais malheureusement, je ne connais pas encore suffisamment ce template pour te le faire... Je pense qu'il doit y avoir un tableau.... si tu mettais tout dans la même case du tableau, il n'y aurait peut-être plus la ligne au milieu... car il y a une case au lieu d'une... Donc mettre le logo no new, new, lock avec la boite description de la catégorie... Je sais pas si je me suis fais comprendre Je vais essayer de regarder si je trouve le code sur ton template | | |
|
| |
Tchi
{ Membre }
Messages : 47
| En Effet il faudrait tout mettre dans la même "case" comme l'a dit Sandra, si jamais tu n'y arrive pas Sandra je pourrais proposer quelques chose :3 | | |
|
| |
Sandra
{ Membre }
Messages : 40
| Non je n'y arrive pas... j'ai bien trouvé dans le code la description de la catégorie... etc Mais je ne trouve pas le code où on peut voir les images... Du coup je te laisse faire, j'ai déjà donné l'idée ^^ après faut voir si cela marché | | |
|
| |
Tchi
{ Membre }
Messages : 47
| Je vais tester sur mon forum test et j'éditerais mon poste au besoin. | | |
|
| |
Sandra
{ Membre }
Messages : 40
| J'ai trouvé où étais l'image, mais je n'arrive pas à mieux... et même en mettant tous les codes, ça n'apparait pas comme sur l'image, ça me perturbe, je n'ai pas les mêmes couleurs | | |
|
| |
Tchi
{ Membre }
Messages : 47
| J'ai réussi (: voilà ce que j'obtiens : - Spoiler:
Voilà le Template index_box : - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE} {CURRENT_TIME} </span> <!-- END switch_user_logged_in --> <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> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="80%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td> </tr> <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <!-- 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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <table><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td> <td><div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td></tr></table></td> </tr> <!-- 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="20" width="1" /><!-- END tablefoot --><!-- END catrow --> et le css : - Code:
-
/**--- Code général ---*/
a:link { text-decoration:none; }
a:hover {text-decoration: none !important}
.forumlink:hover { margin-left: 50px; } a.forumlink { -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s: ; }
.forumline { background-color:#242424; border:0px solid;
-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;} td.catHead, th.thHead { -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0;} td.catBottom, th.thBottom { -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; }
.pseudo { display: block; font-family: Georgia; background-color: #2F262B; text-align: center; font-size: 12px; margin-bottom: 15px; letter-spacing:5px; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; }
/*--- Cadre Avatar ---*/ { background-color: #2F262B; margin-top: 5px; border: 5px #2F262B solid; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; }
/*--- Info Profil ---*/ { background-color: #2F262B; text-align: center; padding-top: 30px; padding-bottom: 15px; color:white; box-shadow: 0px 0px 4px #555; webkit-box-shadow: 0px 0px 4px #555; moz-box-shadow: 0px 0px 4px #555; margin-left: 5px; margin-right: 5px; margin-bottom:5px; }
/*--- Image Info Profil ---*/ { margin-bottom: -84px; }
/**--- Barre de Navigation ---*/ a.mainmenu { font-family: Georgia; font-size: 12px; } .navig { position: fixed; top: 0px; left:0px; width: 100%; background-color: #000000; border-bottom: 1px dotted #FFFFFF; }
/*--- Emplacement de la Bannière ---*/ body { background-repeat: no-repeat; background-position: top center; background-attachment: scroll, fixed ; }
/*--- QEEL ---*/ .rightpart { font-size : 12px ; /*grandeur du texte*/ border-left : 2px solid #ffffff ; /*séparation du tableau de gauche et du tableau de droite par une ligne, peu être changé en DOTTED, SOLID, DOUBLE, etc*/ padding-left : 2px } /*veuillez ne pas toucher à cette partie*/
.groups{ background-color:#E7EBEE ; /*peut-être un fond de couleur ?*/ border: 1px color #000000 ; /*contour du QEEL*/ -moz-border-radius : 8px 8px8px8px; /*pour arrondir les bords*/ height:40px; *pas touche padding-right:12px; *pas touche padding-left:14px; *pas touche padding-bottom : 3px; /*pas touche*/ font-size: 14px; /*grandeur du texte*/ font-weight: bold; /*texte en gras*/ text-align:center; /*texte aligné au milieu*/ font-color : #000000 ; *couleur du texte text-decoration: none !important; *pas touche }
/*--- Headers aléatoires ---*/ .ban1 { background-image: url('http://img190.imageshack.us/img190/8597/fonddebannirerpublic.jpg'); } .ban2 { background-image: url('http://img844.imageshack.us/img844/7729/fonddebannireempire.jpg'); } .ban3 { background-image: url('http://img577.imageshack.us/img577/1416/fonddebannirehllcdp.jpg'); }
/*--- Apparence catégories/forum ---*/ /*coller le forum au cadre*/ .bodyline { padding-left : 0px!important; padding-right : 0px!important; }
a.forumlink{ display: block; text-align: center; padding-bottom: 3px; margin: 3px; }
.cadrefo{ background-color:#000000; padding: 5px; border: 1px solid #696969; margin: 4px; margin-bottom: 0px !important; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; -webkit-border-top-left-radius: 30px; -webkit-border-top-right-radius: 30px; border-top-left-radius: 30px; -moz-border-radius-bottomright: 30px; -moz-border-radius-bottomleft: 30px; -webkit-border-bottom-right-radius: 30px; -webkit-border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; width: 700px; } .stats{ text-align: center; background-color: #000000; border: 1px solid #696969; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; } .lastm{ text-align: center; background-color: #000000; border: 1px solid #696969; margin-top: 2px; -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; } .sousfo{ background-color:#000000; padding: 1px; border: 1px solid #696969; border-top: none !important; width:75%; margin: auto; -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; } .secondarytitle{ width: 80%; height : 25px; background-color: #000000; border: 1px solid #242424; padding-left: 50px; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-left-radius: 20px; } Dans la Template j'ai remplacé ça - Code:
-
<!-- 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"> <div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td> par - Code:
-
<!-- END inc --> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <table><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td> <td><div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td></tr></table></td> et dans la feuille de style j'ai simplement délimiter la largeur de .cadrefo à 700px - Code:
-
.cadrefo{ background-color:#000000; padding: 5px; border: 1px solid #696969; margin: 4px; margin-bottom: 0px !important; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; -webkit-border-top-left-radius: 30px; -webkit-border-top-right-radius: 30px; border-top-left-radius: 30px; -moz-border-radius-bottomright: 30px; -moz-border-radius-bottomleft: 30px; -webkit-border-bottom-right-radius: 30px; -webkit-border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; width: 700px; } Tu peux changer les 700px à ta guise, c'était juste histoire que ça n'élargisse pas le forum , à toi de voir~ J'espère avoir pu te rendre service :3 Si jamais il y a un soucis, just ask | | |
|
| |
Sandra
{ Membre }
Messages : 40
| lol on est synchro, j'avais réussis aussi ^^ enfin je crois... Le template modifié que j'ai à la fin : - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE} {CURRENT_TIME} </span> <!-- END switch_user_logged_in --> <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> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table width="80%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="6%"></td><td width="80%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </td> </tr> <!-- END tablehead --></table><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <!-- 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> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr> <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"> <div class="cadrefo"><h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <table width="100%"><tr><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td> <td width="180"><div class="stats"><span class="gensmall">{catrow.forumrow.TOPICS}sujets & {catrow.forumrow.POSTS} messages </span></div><div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div></td></tr></table><span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --></span></div> <div class="sousfo"><span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div></td> </tr> <!-- 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="20" width="1" /><!-- END tablefoot --><!-- END catrow --> | | |
|
| |
Haldira
{ Membre actif }
Messages : 981
| Lola_A tu n'as pas donné de réponse, peut-on dire que le sujet est résolu ? | | |
|
| |
Haldira
{ Membre actif }
Messages : 981
| Bonjour,
N'ayant pas eu de nouvelle réponse de votre part, je considère donc le problème comme résolu et déplace le sujet.
Si toutefois ce n'est pas le cas, il vous faudra poster une nouvelle demande.
Merci beaucoup./div> | | |
|
| |
Contenu sponsorisé
| |
| |
| Supprimer la vilaine colonne de gauche | |
|