Problème avec l'affichage du CSS
+3
Hime Tina
Tech
Neptunia
7 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 2 • Partagez
Page 1 sur 2 • 1, 2
Problème avec l'affichage du CSS
Bonjour,
Je ne sais pas si ceci est un bug général mais c'est la deuxième fois que cet incident se produit sur mon forum : le CSS cesse d'être actif; tous les codes ne semblent plus être pris en compte donc le forum s'affiche n'importe comment. La première fois, il suffisait que je re-enregistre mon CSS pour résoudre le problème mais cette fois ci ça ne semble plus marcher donc je viens solliciter de l'aide.
Merci d'avance de votre aide ^^
Je ne sais pas si ceci est un bug général mais c'est la deuxième fois que cet incident se produit sur mon forum : le CSS cesse d'être actif; tous les codes ne semblent plus être pris en compte donc le forum s'affiche n'importe comment. La première fois, il suffisait que je re-enregistre mon CSS pour résoudre le problème mais cette fois ci ça ne semble plus marcher donc je viens solliciter de l'aide.
Merci d'avance de votre aide ^^
Re: Problème avec l'affichage du CSS
Bonsoir
Il se peut qu'il y ait une erreur dans votre CSS.
Un commentaire par exemple.
Il a été mis en place un minimiseur de CSS qui vérifie la validité.
Contrôlez votre CSS en vérifiant les commentaires qui commencent pas /* et se terminent par */
Ge
Il se peut qu'il y ait une erreur dans votre CSS.
Un commentaire par exemple.
Il a été mis en place un minimiseur de CSS qui vérifie la validité.
Contrôlez votre CSS en vérifiant les commentaires qui commencent pas /* et se terminent par */
Ge
Re: Problème avec l'affichage du CSS
Bonsoir,
Pourriez vous nous placer votre feuille css entre balises [code] ?
Pourriez vous nous placer votre feuille css entre balises [code] ?
Re: Problème avec l'affichage du CSS
Moi aussi mon CSS ne fonctionne plus ><
Re: Problème avec l'affichage du CSS
est-ce un bogue général ou le même problème d'erreur de Css ?
Vous pouvez mettre votre css entre balises code pour un contrôle rapide d' Aof-neptune ou de moi...
Vous pouvez mettre votre css entre balises code pour un contrôle rapide d' Aof-neptune ou de moi...
Re: Problème avec l'affichage du CSS
Je dirais un bug général parce que j'ai 4 forums et le même problème sur les quatre !
- Code:
/* Profil Masqué */
.profilmasque /*c'est juste le css du bouton*/
{
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: 1px dashed #BC9F8A; /* en pointillée et en gris*/
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-top-left-radius:20px;
-khtml-border-bottom-right-radius:20px;
-khtml-border-top-left-radius:20px;
font-size: 12px; /*taille de la police*/
letter-spacing: 1px;
}
.profil1/*c'est le css de l'ensemble bouton+profil*/
{
width: 100px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: none;
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;
}
body.chatbox {
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
background-repeat:repeat;
}
.droite{
padding-left:20px;
}
body { cursor: url("http://www.patmax.info/curseurs/baguetteHP.cur"); }
a:hover { cursor: url("http://www.patmax.info/curseurs/plume2.cur"); }
.sousfofo span {
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
padding: 3px 7px 3px 7px;
text-align: center;
color: #AE8C76;
Font-weight: bold;
}
.sousfofo span:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.name a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0;
-webkit-border-bottom-left-radius : 0px;
-webkit-border-top-right-radius : 0px;
-webkit-border-top-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-khtml-border-bottom-left-radius : 0px;
-khtml-border-top-right-radius : 0px;
-khtml-border-top-left-radius : 5px;
-khtml-border-bottom-right-radius : 5px;
background:#1D0B06 none repeat scroll 0 0;
display:block;
font-style:normal;
font-variant:normal;
letter-spacing:1px;
text-align:center;
text-shadow:1px 1px 2px ;
}
.postdetails.poster-profile a img {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
-khtml-border-radius : 10px;
border: 5px solid #AE8C76;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center;
color: #AE8C76;
background-color:#020202;
background-image:url(http://i37.servimg.com/u/f37/11/97/94/33/header11.jpg);
background-repeat:no-repeat;
background-position: top center; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink {
display: block;
text-align: center; /* c'est ça qui centre ton texte */
border-bottom: 4px double #AE8C76; /* c'est la bordure */
}
tr.post span.gensmall { display: none; }
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none; /* on masque l'infobulle */
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
.statistiques{
border:0px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
background-repeat: repeat;
height:50px;
color:#AE8C76;
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-family:"Times New Roman";
font-size:10px;
text-align:center;
}
.groupes{
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:12px;
font-weight: normal;
text-align:center;
text-decoration: none;}
.sujets_messages
{margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");}
.derniers_sujets
{margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
Font-weight: bold;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius : 10px;
-webkit-border-bottom-right-radius : 10px;
-khtml-border-top-left-radius : 10px;
-khtml-border-bottom-right-radius : 10px;
}
/*B. Arrondis du forum*/
.forumline{
-moz-border-radius: 0px;
border-width:0px;
}
.nomdecategorie
{background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: 1px #AE8C76 dotted;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-top-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
letter-spacing: 4px;
font-size:18px;
font-weight: normal;
text-align:center;
text-decoration: none;}
.groupes {
text-transform: uppercase;
}
a.mainmenu:hover{
border-left:4px inset #663F25;
font-variant : small-caps;}
/*Page d'Accueil*/
.navigation{
list-style-type: none;
text-align: center;
display: inline;
text-align: center;
margin: 0 15px 0 0;
padding: 3px 8px 3px 8px;
color: #AE8C76;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
border: 1px solid #BC9F8A;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
text-decoration: none;
}
.navigation:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.onglet
{
display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border: 1px dashed #AE8C76;
background-image: url ;
color: #663F25;
cursor:pointer;
}
.onglet_0
{
background:#1D0C05;
border-bottom:1px solid black;
}
.onglet_1
{
background:#1D0C05;
border-bottom:0px solid black;
padding-bottom:4px;
}
.contenu_onglet
{
background-color: #1D0C05;
border: 1px dashed #AE8C76;
-moz-border-radius : 5px;
margin-top:-1px;
padding:5px;
display:none;
}
ul
{
margin-top:0px;
margin-bottom:0px;
margin-left:-10px
}
h1
{
margin:0px;
padding:0px;
}
#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu li { float:left; margin:auto; padding:0; background-color: #443535; }
#menu li a { display:block; width:100px; color: #D3C0A3; text-decoration:none; padding:5px; }
#menu li a:hover { color: #8E7144; background-color: #B49E9E; }
#menu ul li ul { display:none; }
#menu ul li:hover ul { display:block; }
#menu li:hover ul li { float:none; }
#menu li ul { position:absolute; }
.imagepa {
opacity : 0.5 }
.imagepa:hover{
opacity : 1 }
.titre{
display:block;
border-bottom:4px double #4EA8AB;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
* a.info {
position: relative;
color: white;
text-decoration: none;
}
a.info span {
display: none; /* on masque l'infobulle */
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: normal
top: 50px;
left: 20px;
background-color: black;
color: #4A2113;
-moz-border-radius : 5px 5px 5px 5px;
padding: 3px;
border: 1px dashed #BF9867 ;
width: 150px;}
#navigation ul{
list-style-type: none;
text-align: center;
}
#navigation li{
display: inline;
text-align: center;
margin: 0 10px 0 0;
}
#navigation li a {
padding: 7px 16px 7px 16px;
color: #FFF;
background-color: black;
border: 1px dashed #BF9867 ;
-moz-border-radius : 5px 5px 5px 5px;
text-decoration: none;
}
#navigation li a:hover{
background-color: black;
color: #ffffff;
}
/***** Infobulle *****/
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none; /* on masque l'infobulle */
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
/*****Infobulle avatars et patronus*****/
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none; /* on masque l'infobulle */
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
.titre{
display:block;
border-bottom:3px solid #AE8C76;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
a.info2 {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info2 span {
display: none; /* on masque l'infobulle */
font-size: 12px;
}
a.info2:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info2:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: normal
top: 5px;
left: 5px;
background-image: url("http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg");
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;;
}
Re: Problème avec l'affichage du CSS
ge80 a écrit:Bonsoir
Il se peut qu'il y ait une erreur dans votre CSS.
Un commentaire par exemple.
Il a été mis en place un minimiseur de CSS qui vérifie la validité.
Contrôlez votre CSS en vérifiant les commentaires qui commencent pas /* et se terminent par */
Ge
Je n'ai aucun commentaire de ce genre dans mon CSS et je précise qu'il fonctionnait correctement jusqu'à cet après-midi ^^"
AoF-Neptune a écrit:Bonsoir,
Pourriez vous nous placer votre feuille css entre balises "code"?
Voilà mon CSS complet ^^
- Spoiler:
- Code:
body {background-repeat: no-repeat; background-position: center; background-position: top;}
a.mainmenu{font-size: 14px; font-variant: small-caps; text-decoration: none;
background-color: #5EB6DD; -moz-border-radius: 15px 15px 0px 0px; padding-right: 10px}
a.mainmenu:hover{font-size: 14px; color: black; font-variant: small-caps; text-decoration: none;
background-color: #C4D7ED;}
a {text-decoration: none; text-shadow: black 1px 1px 0px; font-variant: small-caps; border-bottom : 1px dotted #5EB6DD}
a:hover {font-variant: small-caps; text-decoration: none !important; text-shadow: white 1px 1px 0px;}
a.forumlink { text-align: center; text-decoration: none; color: black; font-family: Arial Black; text-shadow: #ABC8E2 3px 0px 2px;
background-color: #5EB6DD; border-bottom: 0px solid #5EB6DD; border-top: 0px solid #5EB6DD; -moz-border-radius: 5px 5px 0px 0px; border-right: 0px solid #5EB6DD; border-left: 0px solid #5EB6DD;
display:block;}
a.forumlink:hover {text-align: center; text-decoration: none; color: black; text-shadow: #ABC8E2 3px 0px 2px;
background-color: #ABC8E2; border-bottom: 0px solid #5EB6DD; border-top: 0px solid #5EB6DD;
-moz-border-radius: 5px 5px 0px 0px; border-right: 0px solid #5EB6DD; border-left: 0px solid #5EB6DD;
display:block;}
textarea, .textarea.post, input.post {
-moz-border-radius:10px;}
.quote, .code{background-color: #ABC8E2;
-moz-border-radius:10px; padding-right:10px; padding-left:10px; padding-bottom: 3px; padding-top:3px;
border-width: 1px 2px 5px 1px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 10px;}
.codebox dd {max-height:100% !important;}
.statistiques {background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondon12.png'); background-repeat: no-repeat; background-position: center; height:350px; }
.statistiques:hover {background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondon12.png'); background-repeat: no-repeat; background-position: center; height:350px; -moz-transform: rotate(5deg); -o-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
.groupes{background-color: transparent;
-moz-border-radius : 5px 5px 5px 5px; padding-right:12px; padding-left:12px; padding-bottom:1px; padding-top:0px;
font-size:15px; text-align:center; text-decoration: none !important;}
.name a {text-shadow: black 1px 1px 1px;
background-color: #5EB6DD;
-moz-border-radius: 15px ;display:block;}
.postdetails.poster-profile a img {opacity: 1; background-color: transparent; -moz-border-radius : 10px;
border-bottom: 10px solid #5EB6DD; border-top: 10px solid #5EB6DD; border-left: 2px solid #5EB6DD; border-right: 2px solid #5EB6DD;}
.postdetails.poster-profile a img:hover {opacity:0.5; background-color: transparent; -moz-border-radius : 10px;
border-bottom: 10px solid #5EB6DD; border-top: 10px solid #5EB6DD; border-left: 2px solid #5EB6DD; border-right: 2px solid #5EB6DD;}
.tstaff{font-size:1em;
background-color: #C4D7ED;
border: 0px solid black;
-moz-border-radius: 10px;}
.thumbnail{position: relative;z-index: 0;}
.thumbnail:hover{background-color: transparent;z-index: 50;}
.thumbnail span{
position: absolute;
background-color : #E1E6FA;
border-width: 5px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 5px 5px 5px 5px; padding: 5px 10px;
visibility: hidden;
color: black;
font-family: trebuchet MS;}
.thumbnail:hover span{
visibility: visible;
top: 80px;
left: 10px;
width: 150;}
.vignettes{-moz-border-radius:7px; border: 0px solid #ABC8E2;
background-color : #5EB6DD;
padding-right:10px;
padding-left:10px;
padding-bottom: 2px;
padding-top:2px;}
tr.post span.gensmall { display: none; }
/* Profil Masqué */
.profilmasque /*c'est juste le css du bouton*/
{background-color: transparent;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border: 0px solid black; /* en pointillée et en gris*/
font-size: 13px; /*taille de la police*/
letter-spacing: 0px;
padding: 0px 0px;}
.profil1/*c'est le css de l'ensemble bouton+profil*/
{width: 200px;
background-color: #5EB6DD;
border: 0px solid #5EB6DD;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
font-size: 15px;
color : white;
font-family: eurostile;
letter-spacing: 1px;
font-weight: bold;}
u {text-decoration: none;
border-bottom: 1px #5EB6DD dashed;
-moz-border-radius: 0px;}
div.background {background-color: #ABC8E2;
text-align: justify;
border-bottom: 2px solid #5EB6DD;
border-top: 0px solid #5EB6DD;
border-left: 2px solid #5EB6DD;
border-right: 2px solid #5EB6DD;
-moz-border-radius: 5px 5px 5px 5px;
padding: 5px 15px;}
div.background00 {background-color: #5EB6DD; font-weight: bold; font-size: 12px;
text-align: center; -moz-border-radius: 5px 5px 0px 0px; padding:2px; text-shadow: 1px 0px 1px #C4D7ED; }
div.background01 {text-align: center; background-color : #ABC8E2;
border-width: 0px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 5px 10px;}
div.background02 {text-align: center; background-color: #C4D7ED;
border-width: 5px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 5px 5px 5px 5px; padding: 3px 10px;}
.imagepa { background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondte11.jpg'); background-repeat: no-repeat; background-position: center; }
.row3 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.row2 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.row1 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.accueilperso { background-color:#ABC8E2; text-align: center; border-width: 0px 0px 1px 5px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 2px 5px;}
.accueilperso:hover { background-color:#ABC8E2; text-align: center; border-width: 0px 0px 1px 5px; border-style: solid; border-color: black; -moz-border-radius: 0px 0px 5px 5px; padding: 2px 5px;}
imguser {border: none; opacity: 0.5; background-color: transparent;}
imguser:hover {border: none; opacity: 1; background-color: transparent;}
a imguser {border: none; opacity: 0.5; background-color: transparent;}
a:hover imguser {border: none; opacity: 0.5; background-color: transparent;}
.limitation-signature img {max-width: 500px;max-height: 300px; _width: expression((this.offsetWidth>=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 300 ) : true); _height: expression((this.offsetHeight>this.offsetWidth) ? Math.min(parseInt(this.offsetHeight), 300 ) : true);}
.onglet {display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 2px 10px;
border:0px solid #5EB6DD;
cursor:pointer; }
.onglet_0 {background-color: #5EB6DD;
text-align: center;
-moz-border-radius: 5px 5px 0px 0px;
text-shadow: 1px 0px 1px #C4D7ED;
font-size: 12px;}
.onglet_1 {background-color: #5EB6DD; font-weight: bold;
text-align: center;
-moz-border-radius: 5px 5px 0px 0px;
text-shadow: 1px 0px 1px #C4D7ED;
font-size: 12px;}
.contenu_onglet {text-align: center; background-color: #ABC8E2;
height: 125px; border-width: 0px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 5px 2px; display:none; }
#chatbox_members ul li, body.chatbox { background-image: url(http://ddata.over-blog.com/xxxyyy/0/38/51/02/mmm/scan-bleach-291.png);}
.widget_flottant {width: 120px; position:fixed; top: 100px; right: 10px; text-align: center; background-color: white; -moz-border-radius: 5px; padding: 5px 2px; }
.description { -moz-border-radius: 10px; border-radius: 10px; padding: 10px; display: block; text-align: justify;
border-top: 1px solid white; border-bottom: 4px solid white; border-left: 2px solid white; border-right: 4px solid white;
margin-right: 30px; margin-left: 30px; background-color: #ABC8E2}
.illustration {float: right;}
.rotate {-moz-transform: rotate(7.5deg); -o-transform: rotate(7.5deg); -webkit-transform: rotate(7.5deg); transform: rotate(7.5deg); }
Re: Problème avec l'affichage du CSS
Vous avez des commentaires dans votre CSS
Essai 1°) avant
Après
Enregistrer puis CTRL-F5 sur votre forum sur l'onglet de votre forum.
Essai 1°) avant
- Code:
#chatbox_members ul li, body.chatbox { background-image: url(http://ddata.over-blog.com/xxxyyy/0/38/51/02/mmm/scan-bleach-291.png);}
Après
- Code:
#chatbox_members ul li, body.chatbox { background-image: url('http://ddata.over-blog.com/xxxyyy/0/38/51/02/mmm/scan-bleach-291.png');}
Enregistrer puis CTRL-F5 sur votre forum sur l'onglet de votre forum.
Re: Problème avec l'affichage du CSS
Effectivement, je viens de remarqué que j'en ai au niveau de la personnalisation du profil ^^" Sinon, la modification n'a rien donné
Re: Problème avec l'affichage du CSS
Pas de panique
J'ai enlevé tous les commentaires
Sauvegarder votre cSS dans un fichier texte.
Remplacer votre CSS par ceci
J'ai enlevé tous les commentaires
Sauvegarder votre cSS dans un fichier texte.
Remplacer votre CSS par ceci
- Code:
body {background-repeat: no-repeat; background-position: center; background-position: top;}
a.mainmenu{font-size: 14px; font-variant: small-caps; text-decoration: none;
background-color: #5EB6DD; -moz-border-radius: 15px 15px 0px 0px; padding-right: 10px}
a.mainmenu:hover{font-size: 14px; color: black; font-variant: small-caps; text-decoration: none;
background-color: #C4D7ED;}
a {text-decoration: none; text-shadow: black 1px 1px 0px; font-variant: small-caps; border-bottom : 1px dotted #5EB6DD}
a:hover {font-variant: small-caps; text-decoration: none !important; text-shadow: white 1px 1px 0px;}
a.forumlink { text-align: center; text-decoration: none; color: black; font-family: Arial Black; text-shadow: #ABC8E2 3px 0px 2px;
background-color: #5EB6DD; border-bottom: 0px solid #5EB6DD; border-top: 0px solid #5EB6DD; -moz-border-radius: 5px 5px 0px 0px; border-right: 0px solid #5EB6DD; border-left: 0px solid #5EB6DD;
display:block;}
a.forumlink:hover {text-align: center; text-decoration: none; color: black; text-shadow: #ABC8E2 3px 0px 2px;
background-color: #ABC8E2; border-bottom: 0px solid #5EB6DD; border-top: 0px solid #5EB6DD;
-moz-border-radius: 5px 5px 0px 0px; border-right: 0px solid #5EB6DD; border-left: 0px solid #5EB6DD;
display:block;}
textarea, .textarea.post, input.post {
-moz-border-radius:10px;}
.quote, .code{background-color: #ABC8E2;
-moz-border-radius:10px; padding-right:10px; padding-left:10px; padding-bottom: 3px; padding-top:3px;
border-width: 1px 2px 5px 1px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 10px;}
.codebox dd {max-height:100% !important;}
.statistiques {background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondon12.png'); background-repeat: no-repeat; background-position: center; height:350px; }
.statistiques:hover {background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondon12.png'); background-repeat: no-repeat; background-position: center; height:350px; -moz-transform: rotate(5deg); -o-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
.groupes{background-color: transparent;
-moz-border-radius : 5px 5px 5px 5px; padding-right:12px; padding-left:12px; padding-bottom:1px; padding-top:0px;
font-size:15px; text-align:center; text-decoration: none !important;}
.name a {text-shadow: black 1px 1px 1px;
background-color: #5EB6DD;
-moz-border-radius: 15px ;display:block;}
.postdetails.poster-profile a img {opacity: 1; background-color: transparent; -moz-border-radius : 10px;
border-bottom: 10px solid #5EB6DD; border-top: 10px solid #5EB6DD; border-left: 2px solid #5EB6DD; border-right: 2px solid #5EB6DD;}
.postdetails.poster-profile a img:hover {opacity:0.5; background-color: transparent; -moz-border-radius : 10px;
border-bottom: 10px solid #5EB6DD; border-top: 10px solid #5EB6DD; border-left: 2px solid #5EB6DD; border-right: 2px solid #5EB6DD;}
.tstaff{font-size:1em;
background-color: #C4D7ED;
border: 0px solid black;
-moz-border-radius: 10px;}
.thumbnail{position: relative;z-index: 0;}
.thumbnail:hover{background-color: transparent;z-index: 50;}
.thumbnail span{
position: absolute;
background-color : #E1E6FA;
border-width: 5px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 5px 5px 5px 5px; padding: 5px 10px;
visibility: hidden;
color: black;
font-family: trebuchet MS;}
.thumbnail:hover span{
visibility: visible;
top: 80px;
left: 10px;
width: 150;}
.vignettes{-moz-border-radius:7px; border: 0px solid #ABC8E2;
background-color : #5EB6DD;
padding-right:10px;
padding-left:10px;
padding-bottom: 2px;
padding-top:2px;}
tr.post span.gensmall { display: none; }
.profilmasque {
background-color: transparent;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border: 0px solid black;
font-size: 13px;
letter-spacing: 0px;
padding: 0px 0px;}
.profil1{
width: 200px;
background-color: #5EB6DD;
border: 0px solid #5EB6DD;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
font-size: 15px;
color : white;
font-family: eurostile;
letter-spacing: 1px;
font-weight: bold;
}
u {
text-decoration: none;
border-bottom: 1px #5EB6DD dashed;
-moz-border-radius: 0px;}
div.background {background-color: #ABC8E2;
text-align: justify;
border-bottom: 2px solid #5EB6DD;
border-top: 0px solid #5EB6DD;
border-left: 2px solid #5EB6DD;
border-right: 2px solid #5EB6DD;
-moz-border-radius: 5px 5px 5px 5px;
padding: 5px 15px;}
div.background00 {background-color: #5EB6DD; font-weight: bold; font-size: 12px;
text-align: center; -moz-border-radius: 5px 5px 0px 0px; padding:2px; text-shadow: 1px 0px 1px #C4D7ED; }
div.background01 {text-align: center; background-color : #ABC8E2;
border-width: 0px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 5px 10px;}
div.background02 {text-align: center; background-color: #C4D7ED;
border-width: 5px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 5px 5px 5px 5px; padding: 3px 10px;}
.imagepa { background-image: url('http://i38.servimg.com/u/f38/14/18/24/11/fondte11.jpg'); background-repeat: no-repeat; background-position: center; }
.row3 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.row2 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.row1 { border-width: 5px 1px 1px 1px; border-style: solid; border-color: white; -moz-border-radius: 5px 5px 5px 5px;}
.accueilperso { background-color:#ABC8E2; text-align: center; border-width: 0px 0px 1px 5px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 2px 5px;}
.accueilperso:hover { background-color:#ABC8E2; text-align: center; border-width: 0px 0px 1px 5px; border-style: solid; border-color: black; -moz-border-radius: 0px 0px 5px 5px; padding: 2px 5px;}
imguser {border: none; opacity: 0.5; background-color: transparent;}
imguser:hover {border: none; opacity: 1; background-color: transparent;}
a imguser {border: none; opacity: 0.5; background-color: transparent;}
a:hover imguser {border: none; opacity: 0.5; background-color: transparent;}
.limitation-signature img {max-width: 500px;max-height: 300px; _width: expression((this.offsetWidth>=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 300 ) : true); _height: expression((this.offsetHeight>this.offsetWidth) ? Math.min(parseInt(this.offsetHeight), 300 ) : true);}
.onglet {display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 2px 10px;
border:0px solid #5EB6DD;
cursor:pointer; }
.onglet_0 {background-color: #5EB6DD;
text-align: center;
-moz-border-radius: 5px 5px 0px 0px;
text-shadow: 1px 0px 1px #C4D7ED;
font-size: 12px;}
.onglet_1 {background-color: #5EB6DD; font-weight: bold;
text-align: center;
-moz-border-radius: 5px 5px 0px 0px;
text-shadow: 1px 0px 1px #C4D7ED;
font-size: 12px;}
.contenu_onglet {text-align: center; background-color: #ABC8E2;
height: 125px; border-width: 0px 0px 5px 0px; border-style: solid; border-color: #5EB6DD; -moz-border-radius: 0px 0px 5px 5px; padding: 5px 2px; display:none; }
#chatbox_members ul li, body.chatbox { background-image: url(‘http://ddata.over-blog.com/xxxyyy/0/38/51/02/mmm/scan-bleach-291.png’);}
.widget_flottant {width: 120px; position:fixed; top: 100px; right: 10px; text-align: center; background-color: white; -moz-border-radius: 5px; padding: 5px 2px; }
.description { -moz-border-radius: 10px; border-radius: 10px; padding: 10px; display: block; text-align: justify;
border-top: 1px solid white; border-bottom: 4px solid white; border-left: 2px solid white; border-right: 4px solid white;
margin-right: 30px; margin-left: 30px; background-color: #ABC8E2}
.illustration {float: right;}
.rotate {-moz-transform: rotate(7.5deg); -o-transform: rotate(7.5deg); -webkit-transform: rotate(7.5deg); transform: rotate(7.5deg); }
Dernière édition par ge80 le Mer 22 Sep 2010 - 18:32, édité 1 fois
Re: Problème avec l'affichage du CSS
je me permets de poster à la suite car j'ai le même problème. Les codes s'effacent petit à petit ( plus de qeel puis plus de fiche de présentation des prédefs qui fonctionnent et derniere heure, plus d'opacité) Je n'ai rien touché du tout et poups plus rien
Est ce un bug généralisé et nous devons éventuellement patienter jusqu'à réparation?
Est ce un bug généralisé et nous devons éventuellement patienter jusqu'à réparation?
Re: Problème avec l'affichage du CSS
Bonjour,
Il semblerait que la feuille de style CSS ai reçu un bug.
Moi même, j'ai eu un nom changé ce qui a provoqué une erreur pour l'affichage.
Pouvez-vous vérifier si votre problème est toujours présent après avoir fait CTRL + F5 ?
Cordialement.
Il semblerait que la feuille de style CSS ai reçu un bug.
Moi même, j'ai eu un nom changé ce qui a provoqué une erreur pour l'affichage.
Pouvez-vous vérifier si votre problème est toujours présent après avoir fait CTRL + F5 ?
Cordialement.
Re: Problème avec l'affichage du CSS
Oui dans ce cas, cela ressemble à un bogue touchant plusieurs forums.
Il se peut que le serveur est un problème dans la lecture de votre css.
Le forum est-il celui de votre profil ?
Il se peut que le serveur est un problème dans la lecture de votre css.
Le forum est-il celui de votre profil ?
Re: Problème avec l'affichage du CSS
Ça marche \O/ Merci beaucoup
Alors c'était bien les commentaires la cause du problème ? C'est vraiment étrange car ça fait un moment que mon CSS est affiché ainsi et ça déconne que maintenant ^^"
Alors c'était bien les commentaires la cause du problème ? C'est vraiment étrange car ça fait un moment que mon CSS est affiché ainsi et ça déconne que maintenant ^^"
Re: Problème avec l'affichage du CSS
CQFD !
Entre temps la mise en place du minimiseur.
A quel moment entre-t-il en action ?
Cool
et Alec Turner ?
Entre temps la mise en place du minimiseur.
A quel moment entre-t-il en action ?
Cool
et Alec Turner ?
Re: Problème avec l'affichage du CSS
Pour moi ça fonctionne toujours pas ><
Re: Problème avec l'affichage du CSS
Désolé.
Je vous ai oublié
Je regarde
Je vous ai oublié
Je regarde
Re: Problème avec l'affichage du CSS
cela ne fonctionne toujours pas. Heureusement nous sommes en maintenance ^-^ donc c'est moindre mal mais non toujours rien. Maintenant s'il faut attendre je n'en mourrai pas hein
Re: Problème avec l'affichage du CSS
ge80 a écrit:Désolé.
Je vous ai oublié
Je regarde
Arf -_-'
C'est pas la première fois que ça m'arrive ...
Sinon, moi ça pose problème, sur le forum principal, j'ai plus de 100 membres ><
Re: Problème avec l'affichage du CSS
J'ai enlevé tous les commentaires et réorganisé les liens url.
Une url sans rien... qui peut poser problème.
Nous verrons après ce test
Sauvegarder votre cSS dans un fichier texte .
Remplacer votre CSS par ceci
Enregistrer puis rafraichir votre onglet forum par un CTRL-F5 sous firefox ou IE.
Une url sans rien... qui peut poser problème.
Nous verrons après ce test
Sauvegarder votre cSS dans un fichier texte .
Remplacer votre CSS par ceci
- Code:
.profilmasque {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px dashed #BC9F8A;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-top-left-radius:20px;
-khtml-border-bottom-right-radius:20px;
-khtml-border-top-left-radius:20px;
font-size: 12px;
letter-spacing: 1px;
}
.profil1{
width: 100px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: none;
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;
}
body.chatbox {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat:repeat;
}
.droite{
padding-left:20px;
}
body { cursor: url(‘http://www.patmax.info/curseurs/baguetteHP.cur’); }
a:hover { cursor: url(‘http://www.patmax.info/curseurs/plume2.cur’); }
.sousfofo span {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
padding: 3px 7px 3px 7px;
text-align: center;
color: #AE8C76;
Font-weight: bold;
}
.sousfofo span:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.name a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0;
-webkit-border-bottom-left-radius : 0px;
-webkit-border-top-right-radius : 0px;
-webkit-border-top-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-khtml-border-bottom-left-radius : 0px;
-khtml-border-top-right-radius : 0px;
-khtml-border-top-left-radius : 5px;
-khtml-border-bottom-right-radius : 5px;
background:#1D0B06 none repeat scroll 0 0;
display:block;
font-style:normal;
font-variant:normal;
letter-spacing:1px;
text-align:center;
text-shadow:1px 1px 2px ;
}
.postdetails.poster-profile a img {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
-khtml-border-radius : 10px;
border: 5px solid #AE8C76;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center;
color: #AE8C76;
background-color:#020202;
background-image:url(‘http://i37.servimg.com/u/f37/11/97/94/33/header11.jpg’);
background-repeat:no-repeat;
background-position: top center; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink {
display: block;
text-align: center;
border-bottom: 4px double #AE8C76;
}
tr.post span.gensmall { display: none; }
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
.statistiques{
border:0px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat: repeat;
height:50px;
color:#AE8C76;
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-family:"Times New Roman";
font-size:10px;
text-align:center;
}
.groupes{
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:12px;
font-weight: normal;
text-align:center;
text-decoration: none;}
.sujets_messages{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
}
.derniers_sujets{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
Font-weight: bold;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius : 10px;
-webkit-border-bottom-right-radius : 10px;
-khtml-border-top-left-radius : 10px;
-khtml-border-bottom-right-radius : 10px;
}
.forumline{
-moz-border-radius: 0px;
border-width:0px;
}
.nomdecategorie {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-top-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
letter-spacing: 4px;
font-size:18px;
font-weight: normal;
text-align:center;
text-decoration: none;
}
.groupes {
text-transform: uppercase;
}
a.mainmenu:hover{
border-left:4px inset #663F25;
font-variant : small-caps;
}
.navigation{
list-style-type: none;
text-align: center;
display: inline;
text-align: center;
margin: 0 15px 0 0;
padding: 3px 8px 3px 8px;
color: #AE8C76;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px solid #BC9F8A;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
text-decoration: none;
}
.navigation:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.onglet {
display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border: 1px dashed #AE8C76;
background-image: url ;
color: #663F25;
cursor:pointer;
}
.onglet_0 {
background:#1D0C05;
border-bottom:1px solid black;
}
.onglet_1{
background:#1D0C05;
border-bottom:0px solid black;
padding-bottom:4px;
}
.contenu_onglet{
background-color: #1D0C05;
border: 1px dashed #AE8C76;
-moz-border-radius : 5px;
margin-top:-1px;
padding:5px;
display:none;
}
ul {
margin-top:0px;
margin-bottom:0px;
margin-left:-10px
}
h1 {
margin:0px;
padding:0px;
}
#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu li { float:left; margin:auto; padding:0; background-color: #443535; }
#menu li a { display:block; width:100px; color: #D3C0A3; text-decoration:none; padding:5px; }
#menu li a:hover { color: #8E7144; background-color: #B49E9E; }
#menu ul li ul { display:none; }
#menu ul li:hover ul { display:block; }
#menu li:hover ul li { float:none; }
#menu li ul { position:absolute; }
.imagepa {
opacity : 0.5 }
.imagepa:hover{
opacity : 1 }
.titre{
display:block;
border-bottom:4px double #4EA8AB;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
* a.info {
position: relative;
color: white;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 20px;
background-color: black;
color: #4A2113;
-moz-border-radius : 5px 5px 5px 5px;
padding: 3px;
border: 1px dashed #BF9867 ;
width: 150px;
}
#navigation ul{
list-style-type: none;
text-align: center;
}
#navigation li{
display: inline;
text-align: center;
margin: 0 10px 0 0;
}
#navigation li a {
padding: 7px 16px 7px 16px;
color: #FFF;
background-color: black;
border: 1px dashed #BF9867 ;
-moz-border-radius : 5px 5px 5px 5px;
text-decoration: none;
}
#navigation li a:hover{
background-color: black;
color: #ffffff;
}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
.titre{
display:block;
border-bottom:3px solid #AE8C76;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
a.info2 {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info2 span {
display: none;
font-size: 12px;
}
a.info2:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info2:hover span {
display: inline;
position: absolute;
white-space: normal
top: 5px;
left: 5px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;;
}
Enregistrer puis rafraichir votre onglet forum par un CTRL-F5 sous firefox ou IE.
Re: Problème avec l'affichage du CSS
J'ai récupérer une partie mais pas tout ><
Et sur mes autres forums, c'est toujours le même soucis.
Et sur mes autres forums, c'est toujours le même soucis.
Re: Problème avec l'affichage du CSS
Ça doit vraiment être un bug générale de FA je pense ^^"
Re: Problème avec l'affichage du CSS
Je le pense aussi mais il faut attendre le passage d'un dévactif pour confirmation.Hime Tina a écrit:Ça doit vraiment être un bug générale de FA je pense ^^"
Anahys vous devez une propriété qui ne passe pas.
Je re-regarde si je n'ai rien oublié car votre CSS est longue
Re: Problème avec l'affichage du CSS
C'est vrai qu'il est long ^^
Je viens de regarde le plus petit CSS de mes 4 forums et je ne vois pas de soucis ><
Je viens de regarde le plus petit CSS de mes 4 forums et je ne vois pas de soucis ><
Re: Problème avec l'affichage du CSS
J'ai effacé un point virgule
après le normal...
Je continue la vérification
encore un
Le code complet.
J'espère q'e je n'ai pas fait d'autres erreurs sinon re-contrôle
- Code:
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
après le normal...
Je continue la vérification
encore un
- Code:
a.info2:hover span {
display: inline;
position: absolute;
white-space: normal;
Le code complet.
J'espère q'e je n'ai pas fait d'autres erreurs sinon re-contrôle
- Code:
.profilmasque {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px dashed #BC9F8A;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-top-left-radius:20px;
-khtml-border-bottom-right-radius:20px;
-khtml-border-top-left-radius:20px;
font-size: 12px;
letter-spacing: 1px;
}
.profil1{
width: 100px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: none;
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;
}
body.chatbox {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat:repeat;
}
.droite{
padding-left:20px;
}
body { cursor: url(‘http://www.patmax.info/curseurs/baguetteHP.cur’); }
a:hover { cursor: url(‘http://www.patmax.info/curseurs/plume2.cur’); }
.sousfofo span {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
padding: 3px 7px 3px 7px;
text-align: center;
color: #AE8C76;
Font-weight: bold;
}
.sousfofo span:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.name a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0;
-webkit-border-bottom-left-radius : 0px;
-webkit-border-top-right-radius : 0px;
-webkit-border-top-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-khtml-border-bottom-left-radius : 0px;
-khtml-border-top-right-radius : 0px;
-khtml-border-top-left-radius : 5px;
-khtml-border-bottom-right-radius : 5px;
background:#1D0B06 none repeat scroll 0 0;
display:block;
font-style:normal;
font-variant:normal;
letter-spacing:1px;
text-align:center;
text-shadow:1px 1px 2px ;
}
.postdetails.poster-profile a img {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
-khtml-border-radius : 10px;
border: 5px solid #AE8C76;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center;
color: #AE8C76;
background-color:#020202;
background-image:url(‘http://i37.servimg.com/u/f37/11/97/94/33/header11.jpg’);
background-repeat:no-repeat;
background-position: top center; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink {
display: block;
text-align: center;
border-bottom: 4px double #AE8C76;
}
tr.post span.gensmall { display: none; }
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
.statistiques{
border:0px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat: repeat;
height:50px;
color:#AE8C76;
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-family:"Times New Roman";
font-size:10px;
text-align:center;
}
.groupes{
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:12px;
font-weight: normal;
text-align:center;
text-decoration: none;}
.sujets_messages{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
}
.derniers_sujets{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
Font-weight: bold;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius : 10px;
-webkit-border-bottom-right-radius : 10px;
-khtml-border-top-left-radius : 10px;
-khtml-border-bottom-right-radius : 10px;
}
.forumline{
-moz-border-radius: 0px;
border-width:0px;
}
.nomdecategorie {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-top-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
letter-spacing: 4px;
font-size:18px;
font-weight: normal;
text-align:center;
text-decoration: none;
}
.groupes {
text-transform: uppercase;
}
a.mainmenu:hover{
border-left:4px inset #663F25;
font-variant : small-caps;
}
.navigation{
list-style-type: none;
text-align: center;
display: inline;
text-align: center;
margin: 0 15px 0 0;
padding: 3px 8px 3px 8px;
color: #AE8C76;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px solid #BC9F8A;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
text-decoration: none;
}
.navigation:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.onglet {
display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border: 1px dashed #AE8C76;
background-image: url ;
color: #663F25;
cursor:pointer;
}
.onglet_0 {
background:#1D0C05;
border-bottom:1px solid black;
}
.onglet_1{
background:#1D0C05;
border-bottom:0px solid black;
padding-bottom:4px;
}
.contenu_onglet{
background-color: #1D0C05;
border: 1px dashed #AE8C76;
-moz-border-radius : 5px;
margin-top:-1px;
padding:5px;
display:none;
}
ul {
margin-top:0px;
margin-bottom:0px;
margin-left:-10px
}
h1 {
margin:0px;
padding:0px;
}
#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu li { float:left; margin:auto; padding:0; background-color: #443535; }
#menu li a { display:block; width:100px; color: #D3C0A3; text-decoration:none; padding:5px; }
#menu li a:hover { color: #8E7144; background-color: #B49E9E; }
#menu ul li ul { display:none; }
#menu ul li:hover ul { display:block; }
#menu li:hover ul li { float:none; }
#menu li ul { position:absolute; }
.imagepa {
opacity : 0.5; }
.imagepa:hover{
opacity : 1; }
.titre{
display:block;
border-bottom:4px double #4EA8AB;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
* a.info {
position: relative;
color: white;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 20px;
background-color: black;
color: #4A2113;
-moz-border-radius : 5px 5px 5px 5px;
padding: 3px;
border: 1px dashed #BF9867 ;
width: 150px;
}
#navigation ul{
list-style-type: none;
text-align: center;
}
#navigation li{
display: inline;
text-align: center;
margin: 0 10px 0 0;
}
#navigation li a {
padding: 7px 16px 7px 16px;
color: #FFF;
background-color: black;
border: 1px dashed #BF9867 ;
-moz-border-radius : 5px 5px 5px 5px;
text-decoration: none;
}
#navigation li a:hover{
background-color: black;
color: #ffffff;
}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
.titre{
display:block;
border-bottom:3px solid #AE8C76;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
a.info2 {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info2 span {
display: none;
font-size: 12px;
}
a.info2:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info2:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 5px;
left: 5px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
Re: Problème avec l'affichage du CSS
Merci de tes corrections.
J'ai trouvé aussi deux ou trois erreurs que j'ai corrigé mais ça change rien, ça fonctionne pas.
Mais de toute façon, je ne pense pas que mes erreurs soient la cause du bug, puisque nous n'avions pas toucher le CSS depuis un peu plus d'un mois.
J'ai trouvé aussi deux ou trois erreurs que j'ai corrigé mais ça change rien, ça fonctionne pas.
Mais de toute façon, je ne pense pas que mes erreurs soient la cause du bug, puisque nous n'avions pas toucher le CSS depuis un peu plus d'un mois.
Re: Problème avec l'affichage du CSS
Nous aurons la réponse demain en laissant le sujet ouvert.
Vérifiez les ; à la fin de ligne, j'en ai certainement oublié d'autres.
J'ai mal à la tête :lol!: avec votre méga CSS
A demain avec l'esprit plus clair.
Vérifiez les ; à la fin de ligne, j'en ai certainement oublié d'autres.
J'ai mal à la tête :lol!: avec votre méga CSS
A demain avec l'esprit plus clair.
Re: Problème avec l'affichage du CSS
mdr ^^
Que veux-tu, on adore le CSS
J'ai vérifier, il en manquait d'autre que j'ai ajouté aussi.
Mais bon, mon forum bugue toujours.
Heureusement, ça n'empêche pas les membres de s'inscrire ^^
Que veux-tu, on adore le CSS
J'ai vérifier, il en manquait d'autre que j'ai ajouté aussi.
Mais bon, mon forum bugue toujours.
Heureusement, ça n'empêche pas les membres de s'inscrire ^^
Re: Problème avec l'affichage du CSS
mdr ^^
C'est reparti.
Je "recontrôle"
Je suis reparti du début.
Je pensai que les erreurs de ; venaient de moi mais non elles sont dans votre CSS de départ.
Trop mal à la tête hier soir
J'ai redisposé, effacé quelques caractères bizarres et mis en commentaire la ligne UR vide...
A tester cette nouvelle version.
Je "recontrôle"
Je suis reparti du début.
Je pensai que les erreurs de ; venaient de moi mais non elles sont dans votre CSS de départ.
Trop mal à la tête hier soir
J'ai redisposé, effacé quelques caractères bizarres et mis en commentaire la ligne UR vide...
A tester cette nouvelle version.
- Code:
.profilmasque {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px dashed #BC9F8A;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-top-left-radius:20px;
-khtml-border-bottom-right-radius:20px;
-khtml-border-top-left-radius:20px;
font-size: 12px;
letter-spacing: 1px;
}
.profil1{
width: 100px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: none;
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;
}
body.chatbox {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat:repeat;
}
.droite{
padding-left:20px;
}
body { cursor: url(‘http://www.patmax.info/curseurs/baguetteHP.cur’); }
a:hover { cursor: url(‘http://www.patmax.info/curseurs/plume2.cur’); }
.sousfofo span {
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
padding: 3px 7px 3px 7px;
text-align: center;
color: #AE8C76;
Font-weight: bold;
}
.sousfofo span:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.name a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0;
-webkit-border-bottom-left-radius : 0px;
-webkit-border-top-right-radius : 0px;
-webkit-border-top-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-khtml-border-bottom-left-radius : 0px;
-khtml-border-top-right-radius : 0px;
-khtml-border-top-left-radius : 5px;
-khtml-border-bottom-right-radius : 5px;
background:#1D0B06 none repeat scroll 0 0;
display:block;
font-style:normal;
font-variant:normal;
letter-spacing:1px;
text-align:center;
text-shadow:1px 1px 2px ;
}
.postdetails.poster-profile a img {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
-khtml-border-radius : 10px;
border: 5px solid #AE8C76;
}
body {
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top center;
color: #AE8C76;
background-color:#020202;
background-image:url(‘http://i37.servimg.com/u/f37/11/97/94/33/header11.jpg’);
background-repeat:no-repeat;
background-position: top center; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink {
display: block;
text-align: center;
border-bottom: 4px double #AE8C76;
}
tr.post span.gensmall { display: none; }
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
.statistiques{
border:0px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
background-repeat: repeat;
height:50px;
color:#AE8C76;
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-family:"Times New Roman";
font-size:10px;
text-align:center;
}
.groupes{
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
font-size:12px;
font-weight: normal;
text-align:center;
text-decoration: none;
}
.sujets_messages{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
}
.derniers_sujets{
margin-top: 3px;
padding: 3px;
color: #AE8C76;
border: 1px #AE8C76 dotted;
Font-weight: bold;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius : 10px;
-webkit-border-bottom-right-radius : 10px;
-khtml-border-top-left-radius : 10px;
-khtml-border-bottom-right-radius : 10px;
}
.forumline{
-moz-border-radius: 0px;
border-width:0px;
}
.nomdecategorie{
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px #AE8C76 dotted;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-top-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
height:30px;
padding-right:12px;
padding-left:14px;
padding-bottom:3px;
letter-spacing: 4px;
font-size:18px;
font-weight: normal;
text-align:center;
text-decoration: none;
}
.groupes {
text-transform: uppercase;
}
a.mainmenu:hover{
border-left:4px inset #663F25;
font-variant : small-caps;
}
.navigation{
list-style-type: none;
text-align: center;
display: inline;
text-align: center;
margin: 0 15px 0 0;
padding: 3px 8px 3px 8px;
color: #AE8C76;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
border: 1px solid #BC9F8A;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-top-right-radius:20px;
-khtml-border-bottom-left-radius:20px;
-khtml-border-top-right-radius:20px;
text-decoration: none;
}
.navigation:hover{
background-color: #1D0B06;
color: #AE8C76;
}
.onglet {
display:inline-block;
margin-left:3px;
margin-right:3px;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border: 1px dashed #AE8C76;
/* background-image: url ; */
color: #663F25;
cursor:pointer;
}
.onglet_0 {
background:#1D0C05;
border-bottom:1px solid black;
}
.onglet_1 {
background:#1D0C05;
border-bottom:0px solid black;
padding-bottom:4px;
}
.contenu_onglet {
background-color: #1D0C05;
border: 1px dashed #AE8C76;
-moz-border-radius : 5px;
margin-top:-1px;
padding:5px;
display:none;
}
ul {
margin-top:0px;
margin-bottom:0px;
margin-left:-10px
}
h1 {
margin:0px;
padding:0px;
}
#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu li { float:left; margin:auto; padding:0; background-color: #443535; }
#menu li a { display:block; width:100px; color: #D3C0A3; text-decoration:none; padding:5px; }
#menu li a:hover { color: #8E7144; background-color: #B49E9E; }
#menu ul li ul { display:none; }
#menu ul li:hover ul { display:block; }
#menu li:hover ul li { float:none; }
#menu li ul { position:absolute; }
.imagepa {
opacity : 0.5 }
.imagepa:hover{
opacity : 1 }
.titre{
display:block;
border-bottom:4px double #4EA8AB;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
* a.info {
position: relative;
color: white;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 20px;
background-color: black;
color: #4A2113;
-moz-border-radius : 5px 5px 5px 5px;
padding: 3px;
border: 1px dashed #BF9867 ;
width: 150px;
}
#navigation ul{
list-style-type: none;
text-align: center;
}
#navigation li{
display: inline;
text-align: center;
margin: 0 10px 0 0;
}
#navigation li a {
padding: 7px 16px 7px 16px;
color: #FFF;
background-color: black;
border: 1px dashed #BF9867 ;
-moz-border-radius : 5px 5px 5px 5px;
text-decoration: none;
}
#navigation li a:hover{
background-color: black;
color: #ffffff;
}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
* a.info {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info span {
display: none;
}
a.info:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 50px;
left: 50px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
.titre{
display:block;
border-bottom:3px solid #AE8C76;
padding-bottom:10px;
font-weight:bold;
font-size:14px;
text-align:center;
}
a.info2 {
position: relative;
color: #AE8C76;
text-decoration: none;
}
a.info2 span {
display: none;
font-size: 12px;
}
a.info2:hover {
background: none;
z-index: 999;
cursor: help;
}
a.info2:hover span {
display: inline;
position: absolute;
white-space: normal;
top: 5px;
left: 5px;
background-image: url(‘http://i37.servimg.com/u/f37/11/97/94/33/fonds_10.jpg’);
color: #AE8C76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-top-right-radius : 20px;
-khtml-border-bottom-left-radius : 20px;
-khtml-border-top-right-radius : 20px;
padding: 3px;
border: 1px dotted #AE8C76;
border-left: 1px dotted #AE8C76;
width: 150px;
}
Re: Problème avec l'affichage du CSS
Bon ben ce matin ça ne fonctionne pas non plus ^-^. J'ai refait ce que vous aviez demandé sans succès.Dois-je faire une autre opération?
Page 1 sur 2 • 1, 2
Sujets similaires
» problème avec affichage parfois du forum et problème avec mes mp...
» probleme avec CSS pour une barre de navigation avec boutons reactifs
» Problème avec les options des messages & cadrage du forum avec le fond
» Problème avec l'apparence de mon forum. Changement de thème avec l'actualisation
» Problème avec postbody avec dans les messages
» probleme avec CSS pour une barre de navigation avec boutons reactifs
» Problème avec les options des messages & cadrage du forum avec le fond
» Problème avec l'apparence de mon forum. Changement de thème avec l'actualisation
» Problème avec postbody avec dans les messages
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 2
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum