Coucou \0/ !
Patte Molle a écrit:
J'espère qu'Hallow sera pas fâchée, je sais qu'elle aurait fait également un travail aussi génial ! °°
Non t'inquiète pas, c'est elle qui m'a dit de poster, je suis allé consulter la citrouille avant ^^
Patte Molle a écrit:
L'espace vide blanc sera bien là où il y aura l'image nouveau message hein ? Je pourrais l'insérer ? o:Ah et .. de combien est la largeur des catégories ?
Oui c'est ça, dans l'espace blanc, les dimensions de l'images seraient (selon l'image) : 251*48 (à peu près ^^)
Pour l'insérer, tu as juste à le faire via PA>>Affichage>>Gestion des images
Enfin, la largeur de la catégorie est de 600px (comme tu l'avais suggestionné //Néologismoverbo//)
Si tout te va, voici les codes :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="categorie_background" valign="top" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><div class="categorie_title">{catrow.tablehead.L_FORUM}</div></td>
</tr>
<tr>
<td valign="top" width="100%">
<div class="spaces_categorie"></div>
</td>
</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>
<td valign="top" width="100%">
<table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td valign="middle" width="50%">
<a class="forum_title" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</td>
<td valign="middle" width="50%">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
</tr>
<tr>
<td valign="middle" width="50%">
<div class="genmed forum_description">{catrow.forumrow.FORUM_DESC}</div>
</td>
<td valign="middle" width="50%">
<div class="gensmall forum_stats">
{catrow.forumrow.TOPICS} sujets, {catrow.forumrow.POSTS} messages<br /><br />
{catrow.forumrow.LAST_POST}
</div>
</td>
</tr>
<tr>
<td colspan="2" valign="top" width="100%">
<div class="gensmall forum_sous">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</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>
<!-- END tablefoot -->
<!-- END catrow -->
CSS : - Code:
/********** Début CATEGORIES (Never.Utopia) **********/
/* Fond de catégorie */
.categorie_background
{
background-color: #fff;
width: 600px;
color: #fff;
margin: auto;
margin-top: 5px;
padding: 0px;
}
/* Titre de catégorie */
.categorie_title
{
background-color: #ddd9aa;
width: 600px;
height: 48px;
text-shadow: 1px 1px 1px #4b4b4b;
text-align: center;
margin-top: -32px;
}
.categorie_title h2
{
/* Police d'écriture à mettre à la place de Times New Roman */
font: 38px 'Times New Roman', serif bold;
color: #fff;
}
/* Espace marron */
.spaces_categorie
{
background-color: #d5b88e;
width: 600px;
height: 25px;
}
/* Titre de forum */
.forum_title
{
display: block;
background-color: #ffcca0;
width: 314px;
height: 40px;
/* Police d'écriture à mettre à la place de Times New Roman */
font-family: 'Times New Roman', serif;
font-size: 22px;
text-align: center;
margin: 5px;
padding-top: 10px;
}
a.forum_title
{
color: #fff !important;
}
/* Description du forum */
.forum_description
{
overflow: auto;
background-color: #dccaad;
width: 304px;
height: 110px;
color: #fcfbf8;
text-align: justify;
padding: 5px;
margin: 5px;
}
/* Statistiques du forum (Sujets/Messages/LastPost) */
.forum_stats
{
background-color: #a18867;
width: 251px;
height: 90px;
color: #fcfbf8;
text-align: center;
padding-top: 30px;
margin: 5px;
}
/* Sous-forum */
.forum_sous
{
overflow: auto;
background-color: #ddd9aa;
width: 568px;
height: 30px;
margin: 5px;
padding: 5px;
}
/********** Fin CATEGORIES (Never.Utopia) **********/
Essaies tout ça et dis-moi ce qu'il en est