Nombre impairs de guillemets

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Nombre impairs de guillemets

Message par Hestia31 Jeu 4 Avr 2013 - 21:19

Bonjour ! Alors voilà, je viens de rajouter un code dans mon css ( celui de la page d'accueil ) et depuis quand je veux le valider j'ai un message comme quoi mon code contient un nombre impairs de guillemets. J'ai beau relire le code je ne trouve pas donc est-ce que quelqu'un peut m'aider ? Merci !

Code:
/*TRANSITION COULEUR LIENS*/
        .forumlink {
          -webkit-transition: color 1.5s ease-in;
            -moz-transition: color 1.5s ease-in;
            -o-transition: color 1.5s ease-in;
            transition: color 1.5s ease-in;}
        a.forumlink:hover {color: #95B1B4;}
/*FIN TRANSITION COULEUR LIENS*/

/*RETIRER LES BORDURES GENANTES*/
.row3Right{
border: none !important;}
.thHead{
border: none !important;}
.thCornerL, .thCornerR, .thTop{
border: none !important;}
.thLeft, .thRight{
border-left: none !important;
border-right: none !important;}
.catLeft, .catRight{
border: none! important;}
.catHead{
border: none !important;}
.catBottom{
border: none !important;}
/*FIN RETIRER LES BORDURES GENANTES*/

/*SELECTIONNER LE CONTENU MESSAGE CODE*/
        .selectCode { float:right; text-transform: uppercase; cursor:pointer; }
/* FIN SELECTIONNER LE CONTENU MESSAGE CODE*/

/*BORDS ARRONDIS*/
.bodyline {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;}
/*FIN BORDS ARRONDIS*/

/*LIENS GENERAUX*/
a, a:hover {
    text-decoration: none !important;
}
/*FIN LIENS GENERAUX*/

/*LIST ET JUSTIFICATION AUTO*/
.postbody {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
text-align: justify;}
.postbody {
    text-align: justify !important;
}
/*FIN LIST ET JUSTIFICATION AUTO*/

/*CATEGORIES THEME-FA.COM*/
 /* CONFIGURATION DE FORUMLINE  */
.forumline {
  margin-bottom: 15px;
  padding: 10px;
  background: #F9EBCF;
  -moz-box-shadow:  0 0 6px 0 #4A4949;
  -webkit-box-shadow:  0 0 6px 0 #4A4949;
  box-shadow:  0 0 6px 0 #4A4949;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;}
 /* TITRE FORUM  */
span.forumlink {
  line-height: 38px;
  vertical-align: middle;
  display: block;
  margin: 0;
  text-align: center;
  width: 100%;
  min-width: 250px;}
/* LIENS TITRE DU FORUM */
a.forumlink{
  text-shadow: 1px 0px 2px  #000;
  letter-spacing: 6px;
  font-size: 17px;}
 /*  TITRE DE CATEGORIES  */
.secondarytitle, .secondarytitle h2 {
  text-shadow: 0px 0px 1px #000;
  letter-spacing: 3px; 
  font-weight: bold;     
  font-size: 14px;
  position: relative;
  height: 3px;}
.rotat-cat-titre{
  float-left;
  position: absolute;
  width: 300px;
  margin: 0 auto;
  padding: 0;}
/* DIV CONTENANT LE TITRE DE CATEGORIE */
.top_tfa_cat{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;}
/*  TITRE DE CATEGORIE EN FLOTTANT A GAUCHE + ROTATION DU TEXTE  */
.cat_titre{   
  float: left;     
  background: #e1c095;   
  padding: 8px;   
  border-bottom: none;
  border-left: none\9;
  border-bottom: 1px solid #9b9a9a\9;   
  -moz-border-radius: 9px 9px 0px 0px;   
  -webkit-border-radius: 9px 9px 0px 0px;   
  border-radius: 9px 9px 0px 0px; 
  margin: 30px 0 0 -47px;
  z-index: 2; 
  position: absolute;   
  margin-top: 30px;   
  margin-left: -45px; 
  top: 0; 
  left: 0; 
  -webkit-transform: translateX(-100%) rotate(-90deg); 
  -webkit-transform-origin: right top; 
  -moz-transform: translateX(-100%) rotate(-90deg); 
  -moz-transform-origin: right top; 
  -o-transform: translateX(-100%) rotate(-90deg); 
  -o-transform-origin: right top; 
  -ms-transform: translateX(-100%) rotate(-90deg); 
  -ms-transform-origin: right top; 
  transform: translateX(-100%) rotate(-90deg); 
  transform-origin: right top; 
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);}
  /* IE-only DX filter */
  {writing-mode: tb-rl; 
  filter: flipv fliph;}
/* REGLAGES IE7 */
  {margin-left: -11px; }
.cat_titre{ 
  /border-left: none;}
/* DESCRIPTION */
.cell_tfa_des{
  background : #f0e0ca;
  padding:7px;
  margin: 0 auto;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius:  0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;}
.la_description span.genmed img{
  margin: 5px;}
/*  DERNIERS SUJETS */
.dernier_messages{
  background : #F0E0CA;
  background-position: bottom;
  padding: 7px;
  padding-left: 28px;
  margin: 0 auto;
  height: 50px;
  -moz-border-radius: 15px 15px 0px 0px ;
  -webkit-border-radius: 15px 15px 0px 0px ;
  border-radius:  15px 15px 0px 0px ;}
 /* EMPLACEMENT DE L ICONE NEW/NO-NEW/CLOS  */
.icone_cat{
  position: relative;
  float: left;
  margin-left: -10px;
  margin-top: -15px;}
/* TEXTES CELLULES SOUS-FORUMS ET NOMBRE DE SUJETS-MESSAGES */
.text-tfa_cell .gensmall{
  font: 11px Arial;
  color: #851542;}
.text-tfa_cell .gensmall img{
  vertical-align: middle;}
/*FIN CATEGORIES*/


/*LISTE DES SUJETS THEMES-FA.COM*/
/* TITRE GAUCHE ( sujets ) */
.tfa_th1{
  background: #E1C095;
  height : 32px;
  border-right: 0;
  -moz-border-radius: 15px 0 0 0;
  -webkit-border-radius: 15px 0 0 0;
  border-radius:  15px 0 0 0;
}
/* TITRE DROITE (derniers messages) */
.tfa_th2{
  background: #E1C095;
  height : 32px;
  border-left: 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  border-radius:  0 15px 0 0;
}
/* CONTIFURATION DU TEXTE DES TITRES GAUCHE ET DROITE */
.tfa_th1, .tfa_th2{
  color:  #2B0024;
  font: 14px Verdana;
  text-shadow: 0 1px 2px #851542;
}
.tfa_th1:first-letter, .tfa_th2:first-letter{
  color:  #851542;
  font: Italic 18px Verdana;
  text-shadow: 0 1px 1px #000;
}

/* SUPPRESSION D EVENTUEL FOND */
.forumline.tfa .row1, .forumline.tfa .row2, .forumline.tfa .row3, .forumline.tfa .row3Right{
  background-color: transparent;
}
/* DESCRIPTION */
.list_descrip{
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background :#F0E0CA;
  padding: 7px;

}
/* TITRE-LIEN DU TOPIC */
a.topictitle, a.topictitle:link{
  font-size: 11px;
}
/* TEXTE AVANT PSEUDO */
h2.topic-title .name {
  color: #6E5757;
  font-size: 11px;
}
/* CELLULE CONTENANT LES DERNIERS SUJETS */
.row2.tfa{
  border-left: 2px dotted #151114;
  border-right: 1px solid #aeaeae;
  padding-left: 6px;
}
/* DERNIERS SUJETS */
.postdetails.tfa {
  display:block;
  color: #2E2D2D;
  font: normal 11px Arial;
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background : #F0E0CA;
  padding: 3px;
}
/* CHIFFRES DESCRIPTION */
.chiffres{
  color: #851542;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
}
/* BAS DES SUJETS */
.catBottom.tfa{
  height: 26px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
 }
/*FIN LISTE DES SUJETS*/

/*QUEEL THEME-FA.COM PAGE 175 0 371 DANS TEMPLATE*/
/* BLOC PRINCIPAL DU QEEL */
#tfa_qeel{
  width: 96%;
  position: relative;
  margin: 10px auto;
  padding: 5px;
  background: #dce4ec;
  border: 1px solid #fff;
  box-shadow: 0 0 2px #000;
  font: 11px Arial;
  color: #384d60;
}
/*  TITRE DU QEEL */
#tfa_qeel h1{
  width: 100%;
  margin: 0 auto 6px;
  padding: 0;
  text-align: center;
  background: #c7cfd6;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #000;
}
/* LIEN DU TITRE */
a.cattitle_qeel{
  font: Italic 22px Verdana;
  color: #b77942;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
}
/* BLOC CONTENU */
#bloc_tfa{
  position: relative;
  margin: 0;
  padding: 0;
}
/* BLOC GAUCHE CENTRE ET DROITE */
.bloc_qeel{
  position: relative;
  height: 180px;
  margin: 0;
  padding: 0;
  background: #c7cfd6;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #000;
}
/* BLOC GAUCHE ET DROITE */
#gauche_qeel{
  width: 20%;
  float: left;
}
#droite_qeel{
  width: 20%;
  float: right;
}
/* BLOC CENTRE */
#centre_qeel{
  width: 58%;
  margin: 0 0.5%;
  float: left;
}

/* ---- PARTIE GROUPES ---- */
.tfa_groups{
  width: 100%;
  margin: 5px 0 0 0;
  padding:0;
  position: absolute;
  text-align: center;
  z-index: 2;
}

/* BLOC INFOBULLE GROUPE */
.infobul_group{
  width: 90%;
  margin: auto;
  padding: 0;
  position: relative;
}
.in_group{
  display: block;
  background: #556b7f;
  border: 0px solid #0c3f51;
  width: 96%;
  height: 0;
  position: relative;
  bottom: 0;
  left: 2%;
  overflow: hidden;
  z-index: 20;
  text-align: left;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  filter : alpha(opacity=0);
 -webkit-transition: all 1.5s ease; /* pour navigateur webkit */
  -moz-transition: all 1.5s ease; /* pour navigateur mozilla */
  -o-transition: all 1.5s ease; /* pour navigateur opera */
  transition: all 1.5s ease; /* pour les navigateurs récents */
}
.infobul_group:hover .in_group{
  width: 96%;
  height: 50px;
  padding: 0;
  border-width: 1px;
  opacity: 0.9;
  filter : alpha(opacity=90);
}
/* TEXTE GROUPE */
.in_group span{
  display: block;
  width: 98%;
  margin: auto;
  padding: 0;
  color: #aabdcf;
}
/* LIEN GROUPE */
.in_group a{
  color: #ce8d11;
  text-decoration: none;
}
.le_groupe{
  display: block;
  width: 98%;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  font: 15px Arial;
  margin: 2px auto;
  padding: 0;
  background: #899fb3;
  border: 1px solid #e7f2f6;
  box-shadow: 0 0 1px #000;
  text-shadow: 0 1px 0 #000;
}
/* BLOC CONTENANT L IMAGE DU BAS */
.img_g_bas{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* ----- PARTIE STATISTIQUES ----- */
.tfa-stats{
  width: 96%;
  margin: auto;
  padding: 5px 0;
}
/* TITRE STATISTIQUES */
.tfa-stats h2{
  font: Italic 16px Verdana;
  color: #b77942;
  text-shadow: 0 1px 0 #000; 
  width: 100%;
  margin: auto;
  padding: 0;
}
/* BLOC DE CONTENU DES STATISTIQUES */
.in_tfa-content{
  width: 100%;
  margin: auto;
  padding: 5px 0;
}
/* BLOC DU BAS */
#bas_block{
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
/* BLOC DE GAUCHE (en ligne) */
#bas_block_gauche{
  width: 49%;
  float: left;
  margin: 0;
  padding: 0;
}
/* BLOC DE DROITE (anniversaires) */
#bas_block_droite{
  width: 49%;
  float: right;
  margin: 0;
  padding: 0;
}
/* BLOC TRANSITION QEEL */
.bul-qeel{
  width: 98%;
  margin: 2px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #fff;
  background: #a8bbcd;
  border: 1px solid #e7f2f6;
  box-shadow: 0 0 2px #99bdca;
}
.bul_open{
  display: block;
  width: 100%;
  height: 74px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  background: #899fb3;
  text-align: center;
  -webkit-transition: all 1.5s ease; /* pour navigateur webkit */
  -moz-transition: all 1.5s ease; /* pour navigateur mozilla */
  -o-transition: all 1.5s ease; /* pour navigateur opera */
  transition: all 1.5s ease; /* pour les navigateurs récents */
}
.bul-qeel:hover .bul_open{
  left: -100%;
}
.bul_open span{
  display:block;
  padding-top: 10px;
  text-align: center;
}
.in_q_bul{
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  font: 10px Arial;
  width: 100%;
  height: 74px;
}
.haut_bul{
  width: 98%;
  height: 66px;
  font: 11px Arial;
  margin: auto;
  padding: 3px 0;
  overflow-y: auto;
}
.haut_bul .row1, .haut_bul .gensmall, haut_bul .row1 .gensmall{
  font: 11px Arial;
  color: #01435a;
  background: transparent;
  border: none;
}
/* POUR TRANSITION A DROITE */
.buld-qeel{
  width: 98%;
  margin: 2px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #fff;
  background: #a8bbcd;
  border: 1px solid #e7f2f6;
  box-shadow: 0 0 2px #99bdca;
}
.buld_open{
  display: block;
  width: 100%;
  height: 74px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background: #899fb3;
  text-align: center;
  -webkit-transition: all 1.5s ease; /* pour navigateur webkit */
  -moz-transition: all 1.5s ease; /* pour navigateur mozilla */
  -o-transition: all 1.5s ease; /* pour navigateur opera */
  transition: all 1.5s ease; /* pour les navigateurs récents */
}
.buld-qeel:hover .buld_open{
  right: -100%;
}
.buld_open span{
  display:block;
  padding-top: 10px;
  text-align: center;
}
.in_d_bul{
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  font: 10px Arial;
  width: 100%;
  height: 74px;
}
/*FIN QUEEL*/


/* PAGE D'ACCUEIL */
.titr {font-family: Codystar; font-weight: bold; font-size: 55px; letter-spacing: -3pt; text-transform: lowercase; text-shadow: 0px 0px 1px; text-align: center; line-height: 16px; color:#f4a082;
}

.titr2 {
  font-family: Times New Roman; line-height: 16px;text-transform: lowercase;
  letter-spacing: -3px;
  font-style: italic;
  text-align: center;
  font-size: 50px;
  color: #f4c7b5; }

.titr2:hover {
  color:indianred; }

.imp {
text-transform: lowercase;
  letter-spacing: -1.5px;
  color: #e0d1bf;}


.q3 {
display: block;
background-image: url(http://s4.noelshack.com/old/up/image_8-813a2f2426.png);
border: 1px solid gainsboro;
text-align:justify;
  padding:1px;
height: 125px;}

.cadre {
  width: 50px;
  height: 50px;
  padding: 2px;
  border: 1px solid gainsboro;
  background-color: white; }



.cadre2 {
  width: 25px;
  height: 25px;
  padding: 2px;
  border: 1px solid gainsboro;
  background-color: white; }

.q4 {
display: block;
background-color: #f7f6f1;
border-left: 3px solid #f4a082;
border-right: 3px solid #f4a082;
text-align:justify;
  padding:1px;
  height: 50px; }


.titr3 {font-family: Codystar; font-weight: bold; font-size: 25px; letter-spacing: -1.5pt; text-transform: lowercase; text-shadow: 0px 0px 1px; text-align: center; line-height: 16px; color:#f4a082;
}
/*FIN PA*/

/*BARRE DE NAVIGATION*/

/* Menu navigation */
a.mainmenu {
padding-right: Xpx;
background-color:#COLOR;
color: #;
font-size:Xpx;
font-variant: small-caps;
text-align: center; }

/* Menu navigation au survol de la souris */
a.mainmenu:hover {
padding-right:Xpx;
background-color:#COLOR;
color: #;
font-size:Xpx;
font-variant: small-caps;
text-align: center;
border: Xpx solid #COLOR; }
/*FIN BARRE DE NAVIGATION*/

/*PROFIL*/
.profil_mess
{
  position: relative;
  z-index: 2;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #333333;
  padding: 4px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -htm-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #5b5b5b;
  box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  -htm-box-shadow: 0px 0px 5px #000000;
  -o-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
}

.nom
{
  display: block;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 14px;
  font-family: arial black;
  text-shadow: 1px 1px 0px #000000;
  padding-bottom: 5px;
  border-bottom: 1px dashed #5b5b5b;
}

.avatar_mess
{
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 320px;
  overflow: hidden;
  border: 5px solid #0d0d0d;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.avatar_mess:hover
{
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}

.profil2_mess
{
  position: relative;
  z-index: 1;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -202px;
  background-color: #141414;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -htm-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #434343;
  box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  -htm-box-shadow: 0px 0px 5px #000000;
  -o-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  color: #434343 !important;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -htm-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -htm-transition: 2s;
  -webkit-transition: 2s;
}
.profil2_mess:hover
{
  margin-top: -42px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -htm-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -htm-transition: 2s;
  -webkit-transition: 2s;
}
.profil2_content
{
  display: block;
  width: 180px;
  height: 200px;
  max-height: 200px;
  overflow: auto;
}
/*FIN PROFIL*/


Dernière édition par Hestia31 le Sam 6 Avr 2013 - 14:47, édité 1 fois
avatar

Hestia31
*

Féminin
Messages : 33
Inscrit(e) le : 22/01/2012

http://learnlivehope.forumactif.org
Hestia31 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Nombre impairs de guillemets

Message par Scoubifitz Jeu 4 Avr 2013 - 21:36

bonsoir,

il suffit d'enlever l'apostrophe du commentaire :

Code:
 /* PAGE D'ACCUEIL */
Scoubifitz

Scoubifitz
Membre actif

Masculin
Messages : 3687
Inscrit(e) le : 18/03/2008

http://scoubidous.superforum.fr/
Scoubifitz a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Nombre impairs de guillemets

Message par Hestia31 Sam 6 Avr 2013 - 14:46

Je ne pensais pas qu'un apostrophe pouvait être comptée comme un guillemet mais merci beaucoup, ça marche !
avatar

Hestia31
*

Féminin
Messages : 33
Inscrit(e) le : 22/01/2012

http://learnlivehope.forumactif.org
Hestia31 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum