Supprimer l'entour autour du forum et des derniers messages

2 participants

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

Résolu Supprimer l'entour autour du forum et des derniers messages

Message par cbdb Lun 22 Aoû 2011 - 10:26

Bien le bonjour à tous,

merci par avance de vous intéresser à mon problème. alors voila, j'ai modifié mon index_box et depuis je n'arrive plus à "enlever" l'entour des tables qui encadrent forum et derniers messages. Voila une capture d'écran pour vous montrer exactement ce que j'entends par là.

Spoiler:

Je vous fournis l'adresse du forum test : http://testvapore.superforum.fr/

Le CSS
Code:
  /* CODE DE BASE DU FORUM */

/* Menu navigation */

a.mainmenu img {
display:none; } /* enlève les images du menu */

a.mainmenu {
color: #F8A862;
text-shadow: #F8A862 0px 0px 3px;
text-transform: uppercase;
font-family:Lucida Handwriting;
}

a.mainmenu:hover {
color: #E7B468;
text-shadow: #E7B468 0px 0px 3px;
text-transform: lowercase;
font-family:Lucida Handwriting;
}


/* ENLEVER ESPACE AU SOMMET ET BAS DE PAGE */

body {
margin-top:-5px;
margin-bottom:-10px; }

/* ENLEVER TOUS LES SOULIGNEMENTS */

a:hover{text-decoration: none !important;}
a {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}

/* JUSTIFIER LES MESSAGES*/

.postbody, td.row1 span.gensmall {
text-align: justify !important;
display: block; }

/* JUSTIFICATION ET MARGE AUTO */

.postbody {
    padding-left: 15px;
    padding-right: 15px; }

                                                        /* CODE MODIFIABLE A CHAQUE VERSION */

/* HEADER DE FOND CODAGE */

body {
background-color: #E5DEC4;
background-image: url("http://img718.imageshack.us/img718/3922/cittaeterna.jpg");
background-repeat:no-repeat
}

/* TITRE CATEGORIE*/

.titrecat {
background-color: #DBDBDB;
font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
border-top-right-radius: 80px;
-moz-border-radius-topright: 80px;
-webkit-border-top-right-radius: 80px;
-webkit-border-top-left-radius: 80px;
border-top-left-radius: 80px;
-moz-border-radius-topleft: 80px;
-webkit-border-top-left-radius: 80px;
-webkit-border-top-right-radius: 80px;
}

/*FORUM TITRE */

a.forumlink {
margin-bottom:-1px;
color: #f8a862 !important;
text-shadow; #f8a862 0px 0px 4px;
font-family: freestyle script;
font-weight: bold;
letter-spacing:-2px;
text-transform:lowercase;
cursor:pointer;
text-decoration: underline;
padding-left: 15px;
font-size: 48px;
}

a.forumlink:hover{
margin-bottom:-1px;
color: #E85050  !important;
text-shadow: #E85050 0px 0px 4px;
font-family: freestyle script;
font-weight: bold;
letter-spacing:-2px;
text-transform:lowercase;
cursor:pointer;
text-decoration: underline;
padding-left: 15px;
 font-weight: italic;
font-size: 48px;
}

/*FORUM DERNIER MESSAGES */

.derniermessage {
text-align: center;
background-color: #F3ECE4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
line-height: 10px;
width: 150px;
-moz-box-shadow: 1px 1px 0px #f2e8d3;
-webkit-box-shadow: 1px 1px 0px #f2e8d3;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 20px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: -20px;
}

.lol  {
color: white;
font-family: times new roman;
font-size: 20px;
font-style: italic;
text-transform: lowercase;
text-decoration: none;
letter-spacing: -3px;
font-weight: bold;}

/* SOUSFORUM */

.liensousforum a {
text-align: center;
color: #CECAA5;
font-family: Tahoma;
font-size: 11px;
text-shadow: #CBCACA 1px 1px 2px;
font-stretch: ultra-condensed;
letter-spacing: -1px;
text-transform: uppercase;
font-style: normal;
}

.liensousforum a:hover {
color: white;
letter-spacing: 0px;
font-weight: bold;}

/* DESCRIPTION */

.description {
font-size: 11px;
text-align: justify;
line-height: 11px;
background: #F1EFE3;
float: center;
border-right: 5px solid #D4CA16;
border-left: 5px solid #D4CA16;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 25px;
padding-right: 25px;
margin-right: 30px;
margin-left: 30px;
margin-top: 0px;
-moz-box-shadow: 6px 6px 12px #71726F;
-webkit-box-shadow: 6px 6px 12px #71726F;
box-shadow: 6px 6px 12px #71726F;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#848282', Direction=140, Strength=12);
zoom: 1;
height: 110px;
overflow: auto;
overflow-x: auto;
overflow-y: auto;}

/* QEEL */

.tableauqueel {
background-color: #F9F5F2;
border: solid 3px #AAC3B0;
border-radius: 20px; }

.groupes{
font-family: courier new;
text-align:center; 
font-size: 26px;
font-weight: bold;
letter-spacing : -4px;
text-decoration: none !important;}


L'indexbox
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 class="categorie" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
  <th nowrap="nowrap" width="150"><div style="width:150px;"><div class ="lol">{L_LASTPOST}</div></div></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">
       
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="middle" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
      <center>      <span class="forumlink">
        <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
                  </h{catrow.forumrow.LEVEL}></center>
        <div class ="description"><center><div class="liensousforum">  {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> </center> <br></span>

{catrow.forumrow.FORUM_DESC}<td class="row2 over" valign="middle "width="46" height="70"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
<div class="derniermessage">  <span class="gensmall"><b>{catrow.forumrow.TOPICS} discussioni </b>con <b>{catrow.forumrow.POSTS} notizie</b><br>
  {catrow.forumrow.LAST_POST}</span></div>
</div>  </td> </td> 
  </tr></center>
  <!-- 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 -->


Si vous avez besoin d'autre chose dites le et merci par avance de l'aide que vous pourriez m'apporter (ah j'oubliais j'ai déjà tenté de passer par les "contours" de la feuille de couleur)


Dernière édition par cbdb le Lun 22 Aoû 2011 - 16:24, édité 1 fois
avatar

cbdb
Nouveau membre

Messages : 27
Inscrit(e) le : 06/08/2011

http://vapore-dei-sospiri.bbactif.com/
cbdb a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'entour autour du forum et des derniers messages

Message par SoraNoHime Lun 22 Aoû 2011 - 12:56

Bonjour

repérez ceci dans votre template :
Code:
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="categorie" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
et changez y le cellspacing="1" par cellspacing="0".

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Supprimer l'entour autour du forum et des derniers messages

Message par cbdb Lun 22 Aoû 2011 - 16:24

C'est parfais merci ! Problème résolu !
avatar

cbdb
Nouveau membre

Messages : 27
Inscrit(e) le : 06/08/2011

http://vapore-dei-sospiri.bbactif.com/
cbdb 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