|
Caroo'
{ Membre actif }
Messages : 493
| Bonjour à tous, alors voila j'ai modifier un template sur mon forum que voici: www.royalholloway.forumactif.org Pour mettre les petits verres de café au dessus de chaque catégorie, sauf que en modifiant le template et en y mettant son CSS mon colonnes de dernier message et de nombres de messages ect.. On diminuer de grosseur et je ne sais pas quesque je dois rajouter ou modifier pour le mettre à jour et que tout redevienne de bonne grosseur tout en gardant mon codage. 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 class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <div style="background-image : url(http://i26.tinypic.com/vsp5rs.jpg) ; background-repeat : no-repeat ; width : 450px ; height : 50px"><div class="catégoz">{catrow.tablehead.L_FORUM}</div></div> </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" align="center" valign="middle" height="50" width="12%"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50" width="12%"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50" width="18%"> <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 mon code CSS: - Code:
-
.catégoz { /* Code CSS pour les images des titres des catégories */ text-align : center ; position : relative ; top : 20px ; text-transform : uppercase ; letter-spacing : 2px ;} Merci énormément de votre aide. |
Dernière édition par Caroo' le Mar 07 Sep 2010, 10:17, édité 1 fois | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| A mon avis, il suffit que tu modifies cette partie: - Code:
-
<td class="row3" align="center" valign="middle" height="50" width="12%"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50" width="12%"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50" width="18%"> Les width je pense ._. Bisous~ | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Je vien d'essayer, rien n'as changer. | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Hum...Bon, essaye d'ajouter ceci à ton css alors: - Code:
-
.forumline .row2, .forumline .row3, .forumline .row3Right{padding:15px 15px;} Il faut que tu règles les valeurs que tu souhaites, mais celle qui t'intéresse le plus est la deuxième. Mais il faut comme même que tu règles la première au cas où elle déformerait ._. Bisous~ | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Ohh merci pour la 2ième valeur j'ai mis 25 et tout est redevenu normal comme je le souhaitais. Seulement si tu va voir sur le forum dans la catégorie ♣ STANFORD UNIVERSITY qui n'as eu aucun message dans sa cette section les grandeurs ne sont pas comme dans la catégorie ♣ POUR COMMENCER comme je le souhaite. Alors j'imagine que si sa tombe 0 messages la aussi sa ne seras plus comme je le souhaite. | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Eh bien, si ça tombe à 0 message dans ♣ POUR COMMENCER, la colonne restera comme même de la même taille, car les autres de la même colonne n'auront pas 0 messages eux.
Si ça te pose comme même problème, je n'ai pas vraiment de solution à ta réponse, à moins de changer de place derniers messages et de supprimer la colonne ._. mais bon xD
Bisous~ | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Bien en fait tu ma grandement aider. Sans toi je n'en serais tout simplement pas la. Et je te suis très reconnaissante. Cependant c'est comme si la valeur ne s'appliquais pas aux sections sans messages. Je vais attendre peut-être qu'un codeur CSS seras me donner une réponse. Mais je te remercie énormément. | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Si tu regardes bien, on voit très bien qu'elle s'applique xD Mais de rien, j'aime bien aider les gens quand je le peux, en tout cas ça fait plaisir ces remerciements ._.
Bisous~ | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Je ne te contredirai pas elle s'applique déjà franchement plus qu'au début avant ton aide. Que je considère de très précieuse. Cependant elle ne s'applique pas autant qu'aux sections avec des messages. Et c'est cela qui me cause problème maintenant. | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Oui, je comprends bien ton problème ._. bonne continuation ;3 | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Encore une fois merci à toi :-) | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Contenu sponsorisé
| |
| |
|