CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Problème encadrement du forum. | |
| Invité Invité
| Bonjour à tous !
Voici mon problème :
Adresse du forum : http://deardexter.forumactif.com/forum.htm
Problème : comme vous pouvez le voir, la PA et le reste du forum est encadré de manière assez étrange, et ce depuis le début du forum : en effet, les traits ne se rejoignent pas en vas, et sont assez épais, c'est la même chose pour les textes soulignés ... ainsi, j'aimerai savoir comment changer le style de l'encadrement du forum.
Merci :! |
Dernière édition par -Tib- le Sam 13 Fév 2010, 12:57, édité 1 fois | |
| | | Invité Invité
| Tu as du mettre un effet arrondi quelque part à ce que je peux voir. Montre nous ton CSS pour voir. Et pour changer l'encadrement du forum c'est - Code:
-
.forumline { TES PROPRIETES CSS } | | |
| | | Invité Invité
| Voilà mon CSS : - Code:
-
background-attachement: fixed body { cursor: crosshair } body{margin-top: 0px;} .bordercolor { border-style: solid ; border-color: #000000 ; } border-style: solid;
.quote { background-image: url('http://i45.tinypic.com/qqvma8.jpg') !important; background-repeat: no-repeat !important; background-position: left top !important; padding-left: 20px; }
u{border-bottom: 2px solid;border-color:#000000;text-decoration: none; -moz-border-radius:6px;}
I{border-bottom:none; color:#000000;text-decoration: none }
.bodylinewidth { width:70%}
a.forumlink:hover, a.forumlink:hover:visited{ background-color: #b02a2a; border-left: 7px solid #b02a2a; border-right: 7px solid #b02a2a; -moz-border-radius:6px;}
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; }
.quote{ font-family: Tahoma; font-size: 12px; color: #000000; line-height: 125%; background-color: #FCD972; border: #FCD972; border-style: solid; border: 1px #FCD972; dotted; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; -moz-border-radius:6px;}
.code{ font-family: Courier,Courier New,sans-serif; font-size: 11px; color: #000000; background-color: #FCD972; border: #FCD972; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px border: 1px #FCD972; dotted; -moz-border-radius:6px;}
input,textarea, select { -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px; }
.statistiques{ border:0px; background-image: url("http://i50.tinypic.com/2udzskm.png"); background-repeat: no-repeat; background-position: center; height:270px;}
.groupes{ background-color:#ffffff;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:17px;font-weight: bold;text-align:center; text-decoration: none !important;}
a {font-variant: small-caps;} .forumline{-moz-border-radius:6px;} .bodyline {-moz-border-radius:20px;}
.forumline{ background-color: #000000; -moz-border-radius: 0px 0px 14px 14px ; border-bottom: 2px #000000 solid; border-top: 1px #000000 dotted; border-right: 1px #000000 dotted; border-left: 1px #000000 dotted;}
.vignettes {-moz-border-radius:7px; background-color: #ffffff; padding-right:10px; padding-left:10px; padding-bottom: 3px; padding-top:3px;}
.decoliens { padding-left: 15%; }
.titre1 { vertical-align: top; border: 1px solid #000000; -moz-border-radius: 20px; padding: 0.5%; }
.titre { background-image: url('http://i65.servimg.com/u/f65/13/35/49/12/1_210.jpg'); -moz-border-radius-topleft: 20px; -webkit-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-radius-topright: 20px; text-align: center; }
| | |
| | | Invité Invité
| Tu as mis des - Code:
-
-moz-border-radius: XXpx; un peu partout c'est normal que tu es tant d'arrondi ^^" Pour le contour du forum et le soulignement des textes soulignés je te les ai enlevé (normalement) C'est bon comme ça ? - Code:
-
background-attachement: fixed body { cursor: crosshair } body{margin-top: 0px;} .bordercolor { border-style: solid ; border-color: #000000 ; } border-style: solid;
.quote { background-image: url('http://i45.tinypic.com/qqvma8.jpg') !important; background-repeat: no-repeat !important; background-position: left top !important; padding-left: 20px; }
u{border-bottom: 2px solid;border-color:#000000;text-decoration: none; }
I{border-bottom:none; color:#000000;text-decoration: none }
.bodylinewidth { width:70%}
a.forumlink:hover, a.forumlink:hover:visited{ background-color: #b02a2a; border-left: 7px solid #b02a2a; border-right: 7px solid #b02a2a; -moz-border-radius:6px;}
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; }
.quote{ font-family: Tahoma; font-size: 12px; color: #000000; line-height: 125%; background-color: #FCD972; border: #FCD972; border-style: solid; border: 1px #FCD972; dotted; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; -moz-border-radius:6px;}
.code{ font-family: Courier,Courier New,sans-serif; font-size: 11px; color: #000000; background-color: #FCD972; border: #FCD972; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px border: 1px #FCD972; dotted; -moz-border-radius:6px;}
input,textarea, select { -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px; }
.statistiques{ border:0px; background-image: url("http://i50.tinypic.com/2udzskm.png"); background-repeat: no-repeat; background-position: center; height:270px;}
.groupes{ background-color:#ffffff;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:17px;font-weight: bold;text-align:center; text-decoration: none !important;}
a {font-variant: small-caps;}
.bodyline {-moz-border-radius:20px;}
.forumline{ background-color: #000000; border-bottom: 2px #000000 solid; border-top: 1px #000000 dotted; border-right: 1px #000000 dotted; border-left: 1px #000000 dotted;}
.vignettes {-moz-border-radius:7px; background-color: #ffffff; padding-right:10px; padding-left:10px; padding-bottom: 3px; padding-top:3px;}
.decoliens { padding-left: 15%; }
.titre1 { vertical-align: top; border: 1px solid #000000; -moz-border-radius: 20px; padding: 0.5%; }
.titre { background-image: url('http://i65.servimg.com/u/f65/13/35/49/12/1_210.jpg'); -moz-border-radius-topleft: 20px; -webkit-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -webkit-border-radius-topright: 20px; text-align: center; } | | |
| | | Invité Invité
| C'est parfait, merci ! Juste, j'aurais une dernière question si ça ne t'embête pas, quand je fais des citations, le fond est jaune, et je ne sais pas comment le changer, aurais-tu une solution? | | |
| | | Invité Invité
| Oui c'est ce bout là qui faut modifier : - Code:
-
.quote{ font-family: Tahoma; font-size: 12px; color: #000000; line-height: 125%; background-color: #FCD972; border: #FCD972; border-style: solid; border: 1px #FCD972; dotted; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; -moz-border-radius:6px;} Le background-color | | |
| | | Invité Invité
| | | | Invité Invité
| En fait, j'aurais une dernière question : comment enlever le cadre autour de mon en-tête ? | | |
| | | Invité Invité
| C'est quoi que tu appelles en-tête toi ? | | |
| | | Invité Invité
| Le cadre du tableau en fait. | | |
| | | Invité Invité
| Le cadre noir autour de ta PA ? Si c'est ça il faut modifier ici - Code:
-
.forumline{ background-color: #000000; border-bottom: 2px #000000 solid; border-top: 1px #000000 dotted; border-right: 1px #000000 dotted; border-left: 1px #000000 dotted;} Mais si tu l'enlèves tu n'auras plus les contours de tes forums non plus | | |
| | | Invité Invité
| Ah ... Bon je vais éviter alors, merci en tout cas de toute l'aide que tu m'a apportée ! | | |
| | | U L I X E S ♪
{ Membre }
Messages : 280
| Bonsoir ! Ton problème est-il résolu ? As-tu d'autres questions ? | | |
| | | Contenu sponsorisé
| | | | | Problème encadrement du forum. | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|