CSS Barre de naviguation
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
CSS Barre de naviguation
Bonjour a tous,
Voici mon problème :
Lorsque j'ai téléchargé un nouveau thème, une barre y etait associée.
Depuis, j'ai changé ma barre mais des éléments contenus dans un code sont restés ce qui donne ceci :
J'ai repéré un long code d'ailleurs qui pourra vous être utile :
Merci d'avance ^^
Voici mon problème :
Lorsque j'ai téléchargé un nouveau thème, une barre y etait associée.
Depuis, j'ai changé ma barre mais des éléments contenus dans un code sont restés ce qui donne ceci :
- Spoiler:
J'ai repéré un long code d'ailleurs qui pourra vous être utile :
- Code:
/* DANS LES MESSAGES */
.code {
border:1px #ffffff dashed;
-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;}
.quote {
border:1px #ffffff dashed;
-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;}
.spoiler_closed{
border:1px #ffffff dashed;
-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;}
.spoiler_content{
border:1px #ffffff dashed;
-border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;}
/* LES LIENS */
a { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
/* CATÉGORIES */
a.forumlink {
text-decoration: none;
background-color: #A19477;
border-bottom: 2px double #858277;
border-top: 2px double #858277;
-moz-border-radius: 10px ;
border-right: 5px solid #858277;
-moz-border-radius: 10px ;
border-left: 5px
solid #403E35;
display:block;
text-align: center;}
a.forumlink:hover {
text-decoration: none;
background-color: #FFFFFF;
border-bottom:2px double #FFFFFF;
border-top: 2px double #FFFFFF;
-moz-border-radius: 10px ;
border-right: 5px solid #FFFFFF;
-moz-border-radius: 10px ;
border-left: 5px solid #11171F;
display:block;
text-align: center;}
.postbody, td.row1 span.gensmall {
text-align: justify !important;
display: block;}
.titre {
font-family: impact, serif;
font-size: 110%;
text-transform: uppercase;
background-image: URL("http://obsession27.free.fr/divers/fonds/grossf6.jpg");
border-bottom: 1px dashed #COULEUR;
color: #FFFFFF;
text-align: center;
border-left: 5px solid #11171F;
border-right: 5px solid #11171F;}
.categorie{
margin: 10px 0px;
border: 3px solid #FFF;
border-radius: 15px:
-moz-border-radius: 15px;
-webkit-border-radius: 15px;}
.titrecategorie{
margin-left: 15px;
padding: 3px;
display: block;
width: 150px;
margin-top: -15px;
border-top: 2px solid #FFF;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
background-color: #
color: #000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-align: center}
.vignettes
{-moz-border-radius:7px;
background-color: #ffffff;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;}
/* STRUCTURE */
a.mainmenu {
background-color: #A19477;
text-align: center;
padding-right: 10px;
padding-left: 5px;
font-size: 12px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
font-variant: small-caps;}
a.mainmenu:hover {
background-color: #A19477;
text-align: center;
padding-right: 10px;
padding-left: 5px;
font-size: 12px;
-moz-box-shadow: 1px 1px 12px #000000;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;}
body{margin-top: -20px;
margin-bottom: -27px;
background-repeat: no-repeat;
background-position: center;
background-position: top;}
.navbar ul{border-color:#ff0000;}
/*QEEL*/
.statistiques{
border:0px;
background-image: url("http://i66.servimg.com/u/f66/12/16/28/86/qeellb11.png");
background-repeat: no-repeat;
background-position: center;
height:270px;}
.groupes{
background-color:#0000;border: 1px #D0D0D0 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;}
Merci d'avance ^^
Dernière édition par Louxx le Mar 24 Mai 2011 - 18:12, édité 1 fois
Re: CSS Barre de naviguation
Bonjour,
Il n'y a rien dans ton spoiler c'est normal ?
Amicalement.
Il n'y a rien dans ton spoiler c'est normal ?
Amicalement.
Re: CSS Barre de naviguation
Bonjour,
Essayez en retirant tout ceci:
Cordialement.
Essayez en retirant tout ceci:
- Code:
a.mainmenu {
background-color: #A19477;
text-align: center;
padding-right: 10px;
padding-left: 5px;
font-size: 12px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
font-variant: small-caps;}
a.mainmenu:hover {
background-color: #A19477;
text-align: center;
padding-right: 10px;
padding-left: 5px;
font-size: 12px;
-moz-box-shadow: 1px 1px 12px #000000;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;}
Cordialement.
Invité- Invité
Re: CSS Barre de naviguation
Ca a super bien marché, merci beaucouup !!
Sujets similaires
» Problème avec une barre sur la barre de naviguation
» Barre naviguation
» CSS Barre de naviguation
» barre de naviguation
» Barre naviguation
» Barre naviguation
» CSS Barre de naviguation
» barre de naviguation
» Barre naviguation
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