Probleme code de ma PA
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Probleme code de ma PA
Bonjour,
j'ai un souci dans ma Pa, j'ai une barre et je ne sais pas d’où elle vient:
Voici ma feuille CSS:
et voici ma page d'accueil:
Merci d'avance pour votre aide.
j'ai un souci dans ma Pa, j'ai une barre et je ne sais pas d’où elle vient:
Voici ma feuille CSS:
- Code:
textarea, .textarea.post, input.post {
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-radius: 10px;}
.bodyline {
-moz-border-radius:10px;
}
.forumline{
background-color: #COULEUR;
-moz-border-radius: 10px ;
border: 3px #COULEUR solid;
}
.accueil-ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}
.accueil-li{
float: left;
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-li:hover{
margin-left:6px;
padding-left:8px;
padding-right:8px;
padding-bottom:5px;
}
.accueil-contenu{
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}
.postdetails.poster-profile a img
{
border: 6px SOLID #FA6C6C; /*La bordure*/
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;}
.ombre
{text-shadow: #000000 1px 1px 1px;}
a:hover {
text-decoration: none !important;
}
a { text-decoration: none; }
a:hover {
text-shadow: 1px 1px 1px #000000;
}
a:hover {
font-variant: small-caps;
}
div.infobulle_avatar em {
display:none;
}
div.infobulle_avatar:hover {
background: none;
z-index: 999;
cursor: hand;
position: relative;
text-decoration:none;
border: 0;
}
.postdetails.poster-profile textarea { background-color:#000000; }
input,textarea, select {
color : CODE COULEUR;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : CODE COULEUR;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
/*DEBUT NOUVELLE PAGE D'ACCUEIL*/
/* effet de transparance image */
.transparence {
background-color: transparent;
border: none;
opacity: 0.5;
}
.transparence:hover{
background-color: transparent;
border: none;
opacity: 2;
}
/*-----------------inffobulles----------------- */
div.infobulle
{
position: relative;
float: left;
color:#a37050;
}
div.infobulle span
{
display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover
{
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
color: black;
}
/* style de l infobulle */
div.infobulle:hover span
{
display: inline; /* on affiche l'infobulle */
position: absolute;
top: 10px; /* on positionne notre infobulle */
background-color: #ffffff; /* couleur du fond de l'infobulle */
color: #FF4545; /* couleur du texte */
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
text-align: center;
font-size: 14px;
border-color:#FF4545; /* couleur des bordures */
border-style:solid;
border-width:1px 1px 1px 1px;
}
/*-----------------Titres----------------- */
.titre{
color:#FF4545; /* couleur de la police */
font-weight: bold; /* épaisseur de la police en gras */
font-size: 14px; /* taille de la police */
text-align : center; /* alignement du texte */
padding: 9px; /* marge intérieur */
margin: 9px; /* marge extérieur */
margin-bottom: 10px; /* marge extérieure pour moi 5px en bas */
border-bottom: 2px dotted #FF4545; /* soulignement en pointillé */
}
/*-----------------Boites----------------- */
.boite{
color:#FF4545; /* couleur de la police */
text-align : center; /* alignement du texte */
font-size: 12px; /* taille de la police */
}
.boite1{
color:#FF4545; /* couleur de la police */
font-size: 12px; /* taille de la police */
}
/*-----------------Navigation----------------- */
.chatling{
padding: 5px; /* marge intérieur */
margin: 4px; /* marge extérieur */
border: 2px dotted #FF4545; /* soulignement en pointillé */
border-left: none;
border-right: none;
width: 190px;/* taille à ne pas toucher */
display : block;
}
.titre {border-bottom: 2px dotted #FF4545;
}
/*-----------------staff----------------- */
.staff{
text-align: right; /* alignement du texte */
border-bottom: 2px solid #FF4545; /* bordure */
display : block;
}
/*FIN NOUVELLE PAGE D'ACCUEIL*/
a.mainmenu:link, a.mainmenu:visited{
background-color: #FFFFFFF;
border-left: 1px solid #FA8525;
border-right: 1px solid #FA8525;
-moz-border-radius:6px;
border: 1px #FA8525
double;
}
a {
outline: none;
}
barre1{
background-color:#ffffff;border: 5px #FF4545 solid;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:left;
text-decoration: none !important;
height:auto}
.statistiques{
border:0px;
background-repeat: no-repeat;
background-position: center;
height:200px;}
.groupes{
background-color:#ffffff;border: 1px #FF4545 dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;
height:auto}
.code {
background-color: #FCD8EA; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.quote {
background-color: #FCD8EA; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_closed{
background-color: #FCD8EA; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.spoiler_content{
background-color: #FCD8EA; /* couleur du fond */
border:1px #7B573D dashed; /* bordure */
-border-radius: 10px; /* tous les côtés sont arrondis */
-moz-border-radius: 10px; /* tous les côtés sont arrondis */
-webkit-border-radius: 10px; /* tous les côtés sont arrondis */
color: #7B573D; /* couleur du texte */
}
.atelierprof {
text-align:center;
padding:9px;
background-color:#FCD8EA;
-moz-border-radius:10px;
border:1px #7B573D dashed; /* bordure */
}
/*contour des catégories*/
.forumline{
border:5px solid #FF6161;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;}
/*titres des forums*/
.titresfora{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #FF6161;
font-size: 11px;
height: 20px;
padding: 5px;
position: relative;
text-align: center;
width: 200px;}
/*description dans les forums*/
.forum-description {
margin: auto;
padding: 10px;
color: #FF6161;
border: 5px solid #FF6161;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
font-size: 12px;
}
/*derniers messages*/
.forum-stats {
-moz-border-radius: 20px;
webkit-border-radius: 20px;
border-radius: 20px;
border: 5px solid #FF6161;
font-size: 11px;
padding: 5px;
text-align: center;
}
.catLeft, th, .catHead, .secondarytitle{
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;}
.catBottom{
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}
td.row1, td.row2, td.row3, td.row3Right{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}
.button2{ -moz-border-radius: 5px;
-webkit-border-radius: 10px;}
body {
cursor: url(' http://d6.e-loader.net/CrOm8FJfxs.cur'),auto;
}
et voici ma page d'accueil:
- Code:
<table width="900px">
<tbody><tr>
<td width="150px"><div class="titre">Top Sites</div></td>
<td width="150px"><div class="titre">Liens Utiles</div></td>
<td colspan="2" width="500px"><div class="titre">Bienvenue sur Graphique de Stars</div></td>
</tr>
<tr>
<td rowspan="3" width="150px"><div class="boite"><span><marquee behavior="scroll" direction="up" scrollamount="1" height="200">
<a href="http://www.root-top.com/topsite/graphix/in.php?ID=1795" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/graphix/banner.gif" alt="" border="0"></a> <a href="http://www.root-top.com/topsite/belette/in.php?ID=2320" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/belette/banner.gif" alt="" border="0"></a> <a href="http://www.root-top.com/topsite/punkee/in.php?ID=150" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/punkee/banner.gif" alt="" border="0"></a> <a href="http://www.root-top.com/topsite/graphxtop/in.php?ID=264" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/graphxtop/banner.gif" alt="" border="0"></a><br>
<a href="http://www.root-top.com/topsite/islemme/in.php?ID=328" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/islemme/banner.gif" alt="" border="0"> </a><a href="http://www.root-top.com/topsite/natou/in.php?ID=730" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/natou/banner.gif" alt="" border="0"></a> <a href="http://www.root-top.com/topsite/callmegod/in.php?ID=256" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/callmegod/banner.gif" alt="" border="0"></a> <a href="http://www.root-top.com/topsite/lumosmaxima/in.php?ID=1224" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/lumosmaxima/banner.gif" alt="" border="0"></a><br>
<a href="http://www.root-top.com/topsite/graphiqueworld/in.php?ID=238" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/graphiqueworld/banner.gif" alt="" border="0"></a><br>
<a href="http://www.root-top.com/topsite/kisswebdesign/in.php?ID=2802" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/kisswebdesign/banner.gif" alt="" border="0"></a><br>
<a href="http://www.root-top.com/topsite/lelylee/in.php?ID=405" class="postlink" target="_blank" rel="nofollow"><img src="http://img.root-top.com/topsite/lelylee/banner.gif" alt="" border="0"></a><br>
<br>
<a href="http://www.boosterforum.com" class="postlink" target="_blank" rel="nofollow"><img src="http://www.boosterforum.com/forum_ban/2_88x31.gif" style="width: 88px;height: 31px" border="0"></a><br><a href="http://graphique-de-stars.boosterforum.com/" class="postlink" graphiques="" de="" stars="" boost="" forums<="" a=""><br>
<br>
</a></marquee></span></div></td>
<td width="100px"><div class="boite">
<span class="chatling"><a href="http://graphique-de-stars.forum-actif.net/f1-reglement" class="postlink">*Règlement*</a></span>
<span class="chatling"><a href="http://graphique-de-stars.forum-actif.net/f4-presentation" class="postlink">*Présentation*</a></span>
<span class="chatling"><a href="http://graphique-de-stars.forum-actif.net/f7-partenariat" class="postlink">*Partenariat*</a></span>
<span class="chatling"><a href="http://graphique-de-stars.forum-actif.net/f15-evaluation" class="postlink">*Evaluation*</a></span>
<span class="chatling"><a href="http://graphique-de-stars.forum-actif.net/f10-tutoriaux" class="postlink">*Tutoriaux*</a></span>
</div></td>
<td colspan="2" width="450px"><div class="boite"><div style="height:150px;overflow:auto;">
Graphique de stars est un Forum de graphisme, qui accueil avec plaisir tout ceux et celles qui veulent partager leurs talents, nous montrer leurs créa's,...
mais aussi ceux et celles qui veulent apprendre, nous avons quelque prof qui pourrons vous donner des cours.
Mais il y a plusieurs activités aussi, comme des concours, battles, défis, duels, jeux,...
Vous pouvez aussi discuter de tout et de rien, de ce que vous aimez ou détestez.
Pour le peux que nous sommes aujourd'hui nous formons une équipe solide, on est presque une famille!
Graphique de stars est né le 5 mai 2010, soit {FORUMAGE} jours. Nous avons actuellement {FORUMCOUNTPOST} messages et {FORUMCOUNTUSER} membres enregistrés.
<br></div></div></td>
</tr><tr>
<td width="150px"><div class="titre">Crédits</div></td>
<td width="200px"><div class="titre">News</div></td>
<td width="300px"><div class="titre">Admin's</div></td>
</tr>
<tr>
<td width="150px"><div class="boite"><div style="height:100px;overflow:auto;">Page d'accueil par Akino de <br> <a href="http://worldhelp.superforum.fr" class="postlink">World help</a><br><br>Design par fifi et les fans de métal</div></div></td>
<td width="200px"><div class="boite"><div style="height:100px;overflow:auto;"><span><marquee behavior="scroll" direction="up" scrollamount="1" height="60"><div style="text-align: center;">*Concours World animals day<br><br>
*Concours: Le retour de Métal vs Pop</center></marquee></span><br>Souhaitons bienvenue à <strong>{FORUMLASTUSER}</strong>
<br> </div></div></td><td width="300px"><div class="boite1"><div class="infobulle"><img src="http://i40.servimg.com/u/f40/09/00/34/04/xf0knr10.png" class="transparence"><span>Titevivi-Loveuse<div>♥ Fondatrice ♥<br><img src="http://i40.servimg.com/u/f40/09/00/34/04/ggava10.png"></div><div><a href="http://graphique-de-stars.forum-actif.net/u1">Profil</a></div><div><a href="http://graphique-de-stars.forum-actif.net/privmsg?mode=post&u=1">MP</a></div></span></div>
<span class="staff"> <div>
<div class="infobulle"> <img src="http://i40.servimg.com/u/f40/09/00/34/04/xf0knr11.png" class="transparence"><span>Tara<div>♣ Admin ♣<br><img src="http://r15.imgfast.net/users/1513/24/24/24/avatars/3-51.jpg"></div><div><a href="http://graphique-de-stars.forum-actif.net/u3">Profil</a></div><div><a href="http://graphique-de-stars.forum-actif.net/privmsg?mode=post&u=3">MP</a></div></span></div>
<br><div>
</div></div></span></div></td></tr>
<tr> <td style="text-align: center;"colspan="5" width="450px"><div class="titre"><div style="margin: auto;width: 100%;">Créa's de la semaine Halloween:</div></div></td>
</tr></tbody></table><div style="text-align: center;"><div style="margin:auto;text-align:center;width:100%">Bravo à Noa:<br><a href="http://www.servimg.com/image_preview.php?i=279&u=11458495" class="postlink" target="_blank" rel="nofollow"><img src="http://i45.servimg.com/u/f45/11/45/84/95/alien_10.jpg" alt="" border="0"></a></div>
<br><div style="text-align: right;">Les anciens Designs <a href="http://graphique-de-stars.forum-actif.net/t741-tous-les-header-des-different-design-du-fofo">ici</a><br></div></div>
Merci d'avance pour votre aide.
Dernière édition par titevivi le Ven 4 Nov 2011 - 17:58, édité 1 fois
Re: Probleme code de ma PA
Bonsoir,
Ici:
Retirez tout ceci:
Cordialement.
Ici:
- Code:
/*-----------------staff----------------- */
.staff{
text-align: right; /* alignement du texte */
border-bottom: 2px solid #FF4545; /* bordure */
display : block;
}
Retirez tout ceci:
- Code:
border-bottom: 2px solid #FF4545; /* bordure */
Cordialement.
Re: Probleme code de ma PA
Merci beaucoup
Sujets similaires
» Problème de code javascript inhérent au code du forum
» Problème avec le code [Sélectionner un code]
» Problème avec le code Javascript pour le feu d'artifice (code pour les fêtes)
» Problème apparence forum & problème code Javascript
» Problème avec mon code de formulaire de problème.
» Problème avec le code [Sélectionner un code]
» Problème avec le code Javascript pour le feu d'artifice (code pour les fêtes)
» Problème apparence forum & problème code Javascript
» Problème avec mon code de formulaire de problème.
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum