Catégorie Sujet & Message

2 participants

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

Résolu Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 18:59

Bonjour , Je voudrais changer l'apparence de "Sujet & Messages" mais je ne sais pas comment on doit faire. Je ne connais pas le code Css & Html si quelqu'un pourrait m'aider. Je souhaite faire comme dans le Modèle B.


Catégorie Sujet & Message Sans_t13

Merci d'avance.


Dernière édition par Rizzoliandisles le Jeu 11 Aoû 2011 - 23:45, édité 1 fois
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 19:56

Bonsoir

pouvez-vous me fournir votre template index_box s'il vous plait ?

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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 20:08

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}<br />
         {CURRENT_TIME}<br />
         </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><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- 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="forumline" 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;">{L_LASTPOST}</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">
         <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>
      <!-- BEGIN forum_link_no -->
      
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
   </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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Et voila Smile
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 20:25

Repérez ceci :

Code:
{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.

changez le ainsi

Code:
<div class="sjtmsg">{catrow.forumrow.TOPICS} sujets<br/>{catrow.forumrow.POSTS} messages</div>

et dans la css ajoutez :

.sjtmsg {
background-color : #ff0000;
padding : 5px;
text-align : center;
-moz-border-radius: 20px ;
-webkit-border-radius:20px;
-border-radius:20px;
-khtml-border-radius:20px;
}
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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 20:37

Merci beaucoup ça marche Par contre pour faire pareil dans "Dernier message" Je dois changer quoi ? Encore merci de tes réponses.
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 21:02

Repérez :
Code:
{L_LASTPOST}

changez le en
Code:
<div class="dersuj">{L_LASTPOST}</div>

et dans la css :

Code:
.dersuj {
background-color : #ff0000;
padding : 5px;
text-align : center;
-moz-border-radius: 20px ;
-webkit-border-radius:20px;
-border-radius:20px;
-khtml-border-radius:20px;
}
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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 21:21

Catégorie Sujet & Message Sans_t14

Merci j'ai essayé mais je voudrais que ca prenne tout entier "dernier message comme pour "Message & sujets"

et que ca donne comme ca :

Catégorie Sujet & Message Sans_t11
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 21:24

oups Embarassed erreur de la part il s'agit en fait de la balise

Code:
{catrow.forumrow.LAST_POST}

réutérer la manoeuvre inverse pour la balise précédente et refaite la avec celle-ci ^^
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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 22:09

Ca fait toujours pas ce que je veux lol j'ai du faire un truc de travers

Catégorie Sujet & Message Sans_t15

Voici mon 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}<br />
         {CURRENT_TIME}<br />
         </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><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- 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="forumline" 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;">{L_LASTPOST}</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">
         <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"><div class="sjtmsg">{catrow.forumrow.TOPICS} sujets<br/>{catrow.forumrow.POSTS} messages</div></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>
      <!-- BEGIN forum_link_no -->
      
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall"><div class="dersuj">{L_LASTPOST}</div></span>
      </td>
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
   </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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 22:18

Assomé Fatiguée moi ce soir, je viens seulement de percuter l'exactitude de votre demande. Repassez moi votre template complet actuel, ainsi que les modifications css ^^
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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 22:22

C'est pas grave lol.

Css :

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

a { text-decoration: none ; }


a.imginfo {
  position: relative;
  color: #7d7d7d;
  text-decoration: none;
  border-bottom: 0px #7d7d7d solid; /* on souligne le texte */
}

a.imginfo span {
  display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  top: 30px; /* on positionne notre infobulle */
  left: 20px;
  background: white;
  color: 7d7d7d;
  padding: 3px;
  border: 0px solid grey;
  border-left: 5px solid #b6b6b6;
  border-right: 3px solid #b6b6b6;
  border-top: 3px solid #b6b6b6;
  border-bottom: 5px solid #b6b6b6;
}

a.forumlink, a.forumlink:hover{
display: block;
font-weight: bold;
text-decoration:none !important;
text-transform:small-caps;
text-align: center;}

.forumline {
 border: 1px dotted #FFFFFF;
 }

a {font-variant: small-caps;}

a.forumlink:hover{
  text-align: center;
  border-bottom: 1px dashed #baa882;
  border-left: 2px solid #baa882;
  border-right: 2px solid #baa882;
  font-variant: small-caps;
  background-color: #baa882;}

a.forumlink:hover{
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
}

a.forumlink{
  text-align: center;
  border-bottom: 1px dashed #baa882;
  border-left: 2px solid #baa882;
  border-right: 2px solid #baa882;
  font-variant: small-caps;
  background-color: #baa882;}

a.forumlink{
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
}

input,textarea, select {
 background: #EDE9D8;
 border: 1px #baa882 solid;
 border-radius: 9px 9px;
 -moz-border-radius: 9px;}

.categorylink
{border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #baa882;}

.categorylink a
{color: #57441C;}

.categorylink a:hover
{color: #8C7543;}

.onglet
{background-color: #baa882;
padding-right: 8px;
padding-left: 8px;
padding-bottom: 2px;
text-transform: small-caps;
-moz-border-radius:7px 7px 0px 0px;}


.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #8C7543;}

tr.post span.gensmall { display: none; }


.code { background-image:http://nsa15.casimages.com/img/2010/07/02//100702124405266584.jpg; }

.quote{ background-image:http://nsa15.casimages.com/img/2010/07/02//100702124405266584.jpg; }
---------------

tr.post span.gensmall { display: none; }

---
.tableauqueel{
background-color : #COLOR ;
border : solid Xpx #COLOR ;
-moz-border-radius : Xpx Xpx Xpx Xpx}

.partiedroite {
font-size : 12px ;
border-left : Xpx dotted #COLOR ;
padding-left : 10px }


.groupes{
background-color:#COLOR ;
border: 1px color #COLOR  ;
-moz-border-radius : Xpx XpxXpxXpx;
height:40px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:14px
;font-weight: bold;
text-align:center;
font-color : #COLOR  ;
text-decoration: none !important;
}

------

*Categorie *

.haut {width: 20%; margin-left: 70%; margin-bottom: 0px; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topright: 10px; padding: 5px;}
.milieu {width: 98%; margin: 0px; border: 1px solid #8C7543;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px;}
.bas {width: 20%; margin-left: 10%; margin-top: 0px; border-left: 1px solid #8C7543; border-right: 1px solid #8C7543; border-bottom: 1px solid #000000; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-radius-bottomleft: 10px; -webkit-border-radius-bottomright: 10px; padding: 5px;}


--------

*Changer la couleur du carré profil*
input,textarea, select {color : #CC9966;
font: normal 11px Georgia;
border-color : #FFFFFF;
background-color : #CC9966;
border-radius: 10px 10px;}

-----

ul, li{
    list-style: none;
    margin: 0px;
    padding-bottom:2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.sd_onglet{
    float: left;
    border: 1px solid #8c8c8c;
    cursor: pointer;
    margin-bottom: -3px;
    background-color: #b1be46;
text-shadow: #44494a 1px 1px 1px;
font-family:  Arial;
font-size: 15px;
letter-spacing: 3px;
padding-left:10px;
padding-right:10px;
padding-top:4px;
text-align: center;color: #FFFFFF;
height : 20px;
font-weight : bold;


-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;

.sd_onglet:hover{
 
    float: left;
    border: 1px solid #8c8c8c;
    cursor: pointer;
    margin-bottom: -3px;
    background-color: #9e999c;
text-shadow: #44494a 1px 1px 1px;
font-family:  Arial;

letter-spacing: 3px;
padding-left:10px;
padding-right:10px;
padding-top:4px;
text-align: center;color: #FFFFFF;
font-size: 15px;height : 20px;

-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}             


.sd_onglet_selected{
    float: left;
    border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
    cursor: pointer;
    margin-bottom: -3px;
    background-color: #d35d6e;
text-shadow: #44494a 1px 1px 1px;
font-family:  Arial;

letter-spacing: 3px;
padding-left:10px;
padding-right:10px;
padding-top:4px;
text-align: center;color: #FFFFFF;
font-size: 15px;height : 20px;
font-weight : bold;

-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}                 
.clear{
    clear: both;
}
.sd_contenu{
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #8c8c8c;
    padding: 10px;
    background-color: #E7DCC5;
-moz-border-radius:10px;
}
#sd_contenus, #sd_onglets{
    width: 792px;
}

.sjtmsg {
background-color :#787558;
padding : 5px;
text-align : center;
-moz-border-radius: 20px ;
-webkit-border-radius:20px;
-border-radius:20px;
-khtml-border-radius:20px;
}


.dersuj {
background-color : #ff0000;
padding : 5px;
text-align : center;
-moz-border-radius: 20px ;
-webkit-border-radius:20px;
-border-radius:20px;
-khtml-border-radius:20px;
}

et sinon 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}<br />
         {CURRENT_TIME}<br />
         </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><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- 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="forumline" 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;">{L_LASTPOST}</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">
         <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"><div class="sjtmsg">{catrow.forumrow.TOPICS} sujets<br/>{catrow.forumrow.POSTS} messages</div></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>
      <!-- BEGIN forum_link_no -->
      
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall"><div class="dersuj">{L_LASTPOST}</div></span>
      </td>
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
   </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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Catégorie Sujet & Message

Message par SoraNoHime Jeu 11 Aoû 2011 - 23:42

Voici votre 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}<br />
            {CURRENT_TIME}<br />
            </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><br />
            <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
            <!-- 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="forumline" 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;">{L_LASTPOST}</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">
            <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">
            <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}>
            <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>
          <!-- BEGIN forum_link_no -->
         
          <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span><br/><div class="sjtmsg">{catrow.forumrow.TOPICS} sujets<br/>{catrow.forumrow.POSTS} messages</div>
          </td>
          <!-- END forum_link_no -->
          <!-- BEGIN forum_link -->
          <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
          <!-- END forum_link -->
      </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="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

et vous pouvez retirer ceci de la css :

Code:

    .dersuj {
    background-color : #ff0000;
    padding : 5px;
    text-align : center;
    -moz-border-radius: 20px ;
    -webkit-border-radius:20px;
    -border-radius:20px;
    -khtml-border-radius:20px;
    }

Cela devrait etre bon ^^

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: Catégorie Sujet & Message

Message par Rizzoliandisles Jeu 11 Aoû 2011 - 23:45

Merci beaucoup !!! ça marche bonne soirée. cheers
Rizzoliandisles

Rizzoliandisles
*

Féminin
Messages : 37
Inscrit(e) le : 10/08/2011

http://rizzoliandisles.forumactif.com
Rizzoliandisles a été remercié(e) par l'auteur de ce sujet.

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


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