Miyuki
{ Membre }
Messages : 10
| Bonjour! Alors, j'ai un tout petit problème avec mes sous forums, je voudrais enlever le " 0 messages dans 0 sujets " pour le remplacer par celui du tutoriel dans le forum mais je ne sais pas où il est dans ma fiche CSS... la voici d'ailleurs : - Code:
-
.forumline{ border: 1px #8d8d8d dashed; }
.bodyline{ background-color: #transp; border: 1px #8d8d8d dotted; } u{border-bottom: 1px dotted;border-color:#a9b841;text-decoration: none }
I{border-bottom:none; color:#a9b841;text-decoration: none }
a:hover { text-decoration: none ; color: black ; border-bottom: 1px dotted #758219; }
.bodylinewidth { width:60%}
a img { border: none; }
a.cattitle{ text-decoration: none; color : #a9b841; } a.cattitle:hover{ text-decoration: none; } .forumlink{ font-weight: bold; font-size: 12px; color : #a9b841; } a.forumlink { text-decoration: none; color : #a9b841; } a.forumlink:hover{ text-decoration: none; color : #9f6a37; } a.nav{ text-decoration: none; color : #9f6a37; } a.nav:hover{ text-decoration: none; } a.topictitle:visited{ text-decoration: none; color : #a9b841; } a.topictitle:hover{ text-decoration: none; color : #9f6a37; } a.postlink:hover{ text-decoration: none; color : #a9b841} a.gen:hover,a.genmed:hover,a.gensmall:hover{ color: #a9b841; text-decoration: none; } a.mainmenu{ text-decoration: none; color : #000000; } a.mainmenu:hover{ text-decoration: none; color : #383838; } a.copyright:hover { color: #dba1c1; text-decoration: none; } a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; } a:link {text-decoration: none;} a:hover{text-decoration: none !important;} a { text-decoration: none; } a:link { text-decoration: none; } a:hover { text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { background-color: #d4d4d2; } a:hover{text-transform:uppercase;}
.quote{ font-family: Tahoma; font-size: 12px; color: #9b6b6b; line-height: 125%; background-color: #E6E6E6; border: #cfcdce; border-style: solid; border: 1px #a08491 dotted; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px}
.code{ font-family: Courier,Courier New,sans-serif; font-size: 11px; color: #9b6b6b; background-color: #E6E6E6; border: #cfcdce; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px border: 1px #a08491 dotted;} Et voici un aperçu du "problème" : - Spoiler:
|
Dernière édition par Miyuki le Dim 06 Juin 2010, 12:04, édité 1 fois | |
|
Kimy
{ Membre actif }
Messages : 1190
| Bonjour, Si tu veux enlever ce que tu as encadré c'est dans le template que cela se passe et non le CSS | | |
|
Miyuki
{ Membre }
Messages : 10
| Ah d'accord...mais dans lequel? Pourrais-tu me donner juste le début du code ou au moins un "indice" pour que je puisse le trouver moi même? Merci d'avoir proposer ton aide | | |
|
Kimy
{ Membre actif }
Messages : 1190
| Dans index_box ce sont - Citation :
- {catrow.forumrow.TOPICS} et {catrow.forumrow.POSTS}
qui génèrent les chiffres que tu as devant "messages" et "sujets" | | |
|
Miyuki
{ Membre }
Messages : 10
| D'accord, merci beaucoup ! | | |
|