| titre et description catégorie [TERMINE] | |
|
w.disney
{ Membre }
Messages : 27
| |
Dernière édition par w.disney le Mar 03 Avr 2012, 13:04, édité 1 fois | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| Fais un petit tour dans Codes à copier/coller dans la section Mise en forme. Il s'y trouve pas mal de codes qui peuvent t'aider. Les mots-clefs sont catégorie et sous-forum.
Je suis certaine qu'avec un minimum de connaissances en HTML/CSS, tu arriveras à bidouiller ces codes et leur donner l'apparence que tu veux! ^^ |
Dernière édition par Nyo The Neko le Lun 02 Avr 2012, 14:46, édité 2 fois | |
|
| |
w.disney
{ Membre }
Messages : 27
| Merci de t'es conseil mais déjà essayer et a vrai dire je n'arrive a rien :'( | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Hop'
peux t-on voir le code que tu as mis s'il te plaît ? | | |
|
| |
w.disney
{ Membre }
Messages : 27
| Actuellement j'ai tout enlevé, mais j'en ai essayé plusieurs: http://www.css-actif.com/t4460-agrementer-la-description-de-ses-categories-et-sous-forums http://www.css-actif.com/t7063-des-categories-retractables - Code:
-
/* TITRE CATEGORIE */ .titrecat { text-align: center; padding-top: -15px; padding-bottom: 15px; display: block; width: 80%; border-top: 5px solid #EDC5AC; border-right: 5px solid #EDC5AC; border-left: 5px solid #EDC5AC; background-color: #874E61; color: #FFF; -moz-border-radius-topleft: 60px; -moz-border-radius-topright: 60px; margin-top: 12px; height: 30px; font-family: Chopinscript; font-size: 40px; color: white; } /* FIN */
| | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| Et dans tes templates, tu as mis quoi? Parce que ce CSS ne marche pas sans avoir modifié les templates, hein!
Edit: sinon, tu peux simplement modifier le .titrecat en .forumlink, mais ton code donne un truc un peu dégueulasse ([lien]). D'ailleurs, pour te donner un commentaire supplémentaire, l'écriture "Chopinscript" n'est pas sur les ordinateurs de tout le monde. Tu devrais utiliser une écriture plus générique, comme Verdana, ou Times New Roman. |
Dernière édition par Nyo The Neko le Lun 02 Avr 2012, 14:52, édité 2 fois | |
|
| |
w.disney
{ Membre }
Messages : 27
| Voici mon template, il me semble que je n'ai rien mis pour les descriptions je ne sais pas trop étant donné que j'ai fais d'autre manipulation entre temps : - 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 --> <div class="cattitle">{catrow.tablehead.L_FORUM}</div> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="70" /></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="150%" height="50"> <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}> <td width=100%" valign="top"> <table><tr> <td width="80%"> <div class="descrip"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div> </td> <td width="20%"> <div id="subforums" class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> <script type="text/javascript"> jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br>')).removeAttr('id'); </script> </td> </tr></table> </td> <td class="row3 over" align="center" valign="middle" height="100"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span> </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="http://img11.hostingpics.net/pics/865592bascatgories.png" alt="" height="142px" width="700px" /><br><br><!-- END tablefoot --><!-- END catrow --> | | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| Juste pour te dire que j'ai édité.
Oh, et pis, je pourrais avoir un petit lien vers ton forum où tu fais tout ça? | | |
|
| |
w.disney
{ Membre }
Messages : 27
| Oui bien sur mais j'ai tout enlevé donc je suis pas sur que sa t'aide | | |
|
| |
Nyo The Neko
{ Spécialiste }
Messages : 245
| Ah ouais ok. Du coup ça m'aide pas du tout.
Bah écoute, réessaye de mettre quelque chose. Bidouille un peu le CSS de ton .forumlink, puis reviens vers nous. Je pense que tu as tous les éléments en mains pour faire ce que tu veux! | | |
|
| |
w.disney
{ Membre }
Messages : 27
| J'ai trouvé mon bonheur finalement ^^ merci tout de même ! A ARCHIVER | | |
|
| |
Murtagh
{ Modérateur }
Messages : 1492
| A ta demande, je classe. =) Merci d'avoir prévenu, à bientôt ! | | |
|
| |
Contenu sponsorisé
| |
| |
| titre et description catégorie [TERMINE] | |
|