|
|
Maeva2012
{ Membre }
Messages : 45
| Bonjour J'aimerais avoir le code pour souligné le nom des catégories, et en majuscule quand la souris ce pose . comme ici http://sweet-art.forumactif.fr/ Merci d'avance |
Dernière édition par Maeva2012 le Ven 27 Juil 2012, 08:11, édité 2 fois | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Salut Alors déjà un bonjour / Merci ne serait pas de trop, On est pas des robots Ensuite pour ce que tu demande ce sont des codes, je vais te les donner mais tu pouvais chercher avec l'ami Google, beaucoup de site peuvent te les donner. Pour mettre en pointillé ou autre - Code:
-
border-bottom: XXpx #Couleur FORME Cours : bottom => cela signifie que le trait va être en bas XXpx => c'est la hauteur du trait, à toi de mettre les pixel 1, 2 ou 100 #Couleur => Tu mets la couleur que tu veux FORME => Il existe divers forme : un trait = solid, trait en pointillé long = dashed, trait pointillé = dotted, etc Pour mettre un majuscule - Code:
-
text-transform: uppercase C'est tous | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Oui excusée moi je devais aller me coucher donc j'ai fais vite Sinon ça je le place dans style CSS ? par que je copie colle je remplis comme tu me dis mais ça marche pas | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Alors es ce que tu as déjà toucher ta page CSS ? Si oui es ce que tu as un nom de CSS de ce type ? - Code:
-
a.forumlink C'est cette partie qui permet de toucher au titre du forum, le a signifie que cela s'applique seulement à un lien, t'es pas obliger de la garder - Code:
-
a.forumlink:hover Cette partie touche au titre du forum mais seulement quand la souris est dessus Donc maintenant que tu connais les noms il suffit de prendre le nom et rajouter quelque chose à l'intérieur sans oublier de rajouter et fermé les onglets { } En exemple - Code:
-
.NOM { Ce que tu veux } Voila | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Attends .. je comprends rien .. Tu veux pas t'inscrire je te mets admin et tu le fais ? http://swag-graph.forumactif.fr/ | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Non même si tu me mets Admin, je ne vais rien faire c'est ton forum et tu dois apprendre , mais je vais t'aider petit par petit cela te va ? Tu sais ou est ta feuille CSS ? | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Oui je sais | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| dans ta feuille es ce que tu as cela - Code:
-
a.forumlink | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| |
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| alors c'est toi qui va le mettre, tu mets le nom puis tu rajoute les balises, et dans les balises tu mets ce que je donner dans mon tout premier message - Code:
-
a.forumlink { border-bottom: XXpx #Couleur FORME } Ensuite tu dit que tu veux que cela s'agrandit au passage de la souris pour cela tu utilise :hover derrière le nom comme cela - Code:
-
a.forumlink:hover et tu fais comme je te l'ai dit, tu mets le nom, les balise et tu rajoute le text-transform: uppercase à l’intérieur - Code:
-
a.forumlink:hover { text-transform: uppercase } Tu as compris ? | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Ca fait pour le texte en majuscule, mais pour faire ça - Spoiler:
| | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| c'est normal tu as mis un point à la fin de forumlink regard - Code:
-
a.forumlink. { border-bottom: 10px #000000 solid} Enlève le et tu verras ^^ | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Je l'ai enlevé ça fais rien .. Pour les majuscules c'est bon Mais je veux ça en plus - Spoiler:
les tiret que tu vois - - - - Comme ça c'est ça que je veux .. | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Oui j'avais compris
Tu pourrais le passer ta feuille CSS s'il te plait ^^ ? | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Voilà ma feuille de CSS | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Tu aurais pu faire copier coller puis tu entoures d'un code Tu as mis deux fois background-repeat tu peux en elever un, s'il te plait Ensuite j'ai fait un test chez moi et normalement cela marche - Code:
-
a.forumlink{ border-bottom: 10px #000000 solid; } a.forumlink:hover { text-transform: uppercase; } Es ce que cela marche chez toi ? Si non es ce que tu as toucher au template index_box ? | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Oui j'ai toucher à index_box | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Tu pourrais me le passer, s'il te plait ? En faisant copier/ coller ici et an l'entourant de [ code] [/ code] | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| - 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"> <!-- 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><br /> </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> | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Tu m'as tout donner il manque la fin ^^ | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Voici la fin - Code:
-
</td> <td class="row3 over" align="center" valign="middle" whidth="100" height="50"> <span class="gensmall"><div class="codage">{catrow.forumrow.POSTS} messages | {catrow.forumrow.TOPICS} sujets <br> {catrow.forumrow.LAST_POST} </br> </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="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Même avec ton template, cela marche chez moi ^^ | | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Pour aller plus vite tu veux pas me donner tout le code ? que j'ai juste à le copier\coller ? T.T | | |
|
| |
Faucon
{ Membre hyper-actif }
Messages : 1757
| Ok voici le template, enfin le tient - 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"> <!-- 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"> <div class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </div> </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> <td class="row3 over" align="center" valign="middle" whidth="100" height="50"> <span class="gensmall"><div class="codage">{catrow.forumrow.POSTS} messages | {catrow.forumrow.TOPICS} sujets <br> {catrow.forumrow.LAST_POST} </br> </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="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Et voici le CSS - Code:
-
body{ background-color : #a6e2b5; background-image:url(http://i50.tinypic.com/1erhc9.png); background-repeat:no-repeat; background-position: top-center; background-attachment: scroll;}
.forumlink{ border-bottom: 10px #000000 solid; text-decoration: underline; } .forumlink:hover { text-transform: uppercase; } Si après cela rien ne change, j’appellerais quelqu'un ^^ |
Dernière édition par Faucon le Ven 27 Juil 2012, 10:34, édité 1 fois | |
|
| |
Maeva2012
{ Membre }
Messages : 45
| Ca souligne le titre des catégories mais ça mets pas de - - - - - en dessous .. des catés .. T.T Merci. | | |
|
| |
Contenu sponsorisé
| |
| |
|