Message d'erreur avec mes codes css.

2 participants

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

Résolu Message d'erreur avec mes codes css.

Message par Invité Lun 4 Juil 2016 - 12:03

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Personnes concernées par le problème : Moi uniquement
Lien du forum : http://dedepub.forumactif.org/

Description du problème

Bonjour je viens vers vous, car depuis ce matin je mais du css et j'ai un message d'erreur qui s'affiche dans le css :


Erreur détectée
Nous avons compté un nombre différent de "{" et de "}". Cela signifie que votre CSS risque de ne pas être valide et ne sera pas affiché correctement sur votre forum.

Nous vous conseillons de relire votre code.


Pouvez vous m'aider svp? Merci à vous. Dede
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par MlleAlys Lun 4 Juil 2016 - 14:36

Bonjour,
Il faudrait pour cela qu'on puisse voir la feuille css pour trouver l'erreur... Pourriez vous la fournir entre balises code ?
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par Invité Lun 4 Juil 2016 - 14:56

Oui bien sur la voici:

Code:
        body
        {
        background-color: #e8f0f4;
        background-position: top center;
      background-repeat:repeat;
        }
       
        a
        {
        outline: none;
        }
       
        a:link
        {
        text-decoration: none !important;
        }
       
        a:hover
        {
        text-decoration: underline overline !important;
        }
       
        .bodylinewidth
        {
        width: 900px;
        }
       
        #i_logo
        {
        margin-top: -18px;
        }
       
        .mainmenu
        {
        padding-top: 4px;
        padding-bottom: 10px;
        padding-right: 4px;
        }
       
        a.mainmenu
        {
        background-color: #d3e4ec;
        background-image: url(http://host.image.files.free.fr/host/4c4d23ff36ca3fond-mainmenu.jpg);
        background-position: top;
        background-repeat: repeat-x;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-radius: 6px 6px 0px 0px;
        border-top: 1px solid #8dbcdd;
        border-left: 1px solid #8dbcdd;
        border-right: 1px solid #8dbcdd;
        font-weight: bold;
        color: #468bb1;
        font-variant: small-caps;
        font-size: 10px;
        }
       
        a.mainmenu:hover
        {
        text-decoration: none !important;
        background-image: url(http://host.image.files.free.fr/host/4c4d245d9837ffond-mainmenu-hover.jpg);
        color: #468bb1;
        }
       
        #page-body
        {
        background-color: #d3e4ec;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 2px 2px 2px #a1b6c5;
        -moz-box-shadow: 2px 2px 2px #a1b6c5;
        border: 1px solid #a1b6c5;
        padding-top: 20px;
        margin-top: 8px;
        margin-bottom: 50px;
        }
       
        .forumline
        {
        max-width: 890px;
        margin: auto;
        background-image: url(http://host.image.files.free.fr/host/4c4d2752ed261fond-forumline.jpg);
        background-position: top;
        background-repeat: repeat-x;
        background-color: #8dbcdd;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 5px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        }
       
        table
        {
        max-width: 890px;
        margin: auto;
        }
       
        .row1, .row2, .row3, .row3Right
        {
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding4px;
        border: none !important;
        }
       
        .thHead
        {
        border: none !important;
        }
       
        .thCornerL, .thCornerR, .thTop
        {
        border: none !important;
        }
       
        .thLeft, .thRight
        {
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #73a2c3 !important;
        }
       
        .catLeft, .catRight
        {
        border: none! important;
        }
       
        th
        {
        color: #3C627D;
        font-variant: small-caps;
        letter-spacing: 1px;
        text-shadow: 1px 1px 2px #4b6b81;
        }
       
        .catHead
        {
        border: none !important;
        }
       
        .catBottom
        {
        border: none !important;
        }
       
        .cattitle
        {
        margin-left: 20px;
        font-variant: small-caps;
        }
       
        a.forumlink
        {
        letter-spacing: 2px;
        font-variant: small-caps;
        }
       
        a.forumlink:hover
        {
        text-decoration: none !important;
        }
       
       
        .code
        {
        border: 2px inset #8dbcdd;
        padding: 5px;
        background-color: #d3e4ec;
        color: #507c9b;
        }
       
        .quote
        {
        border-radius: 6px;
        -moz-border-radius: 6px;
        padding: 5px;
        background-color: #d3e4ec;
        -moz-box-shadow: 3px 3px 3px #7597af;
        box-shadow: 3px 3px 3px #7597af;
        color: #507c9b;
        }
       
        .spoiler_closed
        {
        background-color: #d3e4ec;
        border-radius: 6px;
        -moz-border-radius: 6px;
        border: 2px solid #8dbcdd;
        }
       
        .spoiler_content
        {
        background-color: #d3e4ec;
        border-radius: 6px;
        -moz-border-radius: 6px;
        border: 2px solid #8dbcdd;
        color: #507c9b;
        padding: 4px;
        }
       
        .postbody
        {
        text-align: justify;
        padding: 3px;
        font-size: 11px;
        line-height: 16px;
        }
       
       
       
       
       
       
        #page-footer
        {
        background-image: url(http://host.image.files.free.fr/host/4c4d25f59c2c1footer_02.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 980px;
        height: 120px;
        margin-bottom: -18px;
        }
       
        #page-footer a
        {
        font-size: 10px;
        text-decoration: none !important;
        }
       
                /*--- Retirer le soulignement des pseudos sur vos forums ---*/
             
                a { text-decoration: none; }
             
                /*--- Enlever le soulignement d'absolument tous les liens ---*/
             
                a:hover {
                text-decoration: none !important;
                }
             

       
        /*--- Autres divers du forum ---*/
       
        body { cursor: crosshair }
        a:hover { cursor:crosshair; }
       
        a.mainmenu {font-variant: small-caps;}
       
        a,a:hover{
        text-decoration: none ;
        text-shadow: # 1px 1px 1px;
        font-variant: small-caps;
        }
       
        .maintitle{
        padding-top: 15px;
        }
       
        a.mainmenu{
        text-shadow: #FFFFFF 2px 2px 2px;
        font-family: Verdana;
        font-weight:bold;
        font-size: 12px;
        }
       
        .bodyline {
        border: 7px solid #000000;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        }
       
        input,textarea,select {
        border: 1px #0270BF solid;}
       
        .forumline{
        border-left: 3px solid #0270BF;
        border-right: 3px solid #0270BF;
        border-top: 5px solid #0270BF;
        border-bottom: 5px solid #0270BF;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        }
       
        a:hover{
          text-decoration: none !important;
          }
       
        a.forumlink{
        display: block;
        text-shadow: #0270BF 1px 1px 1px;
        font-family: comic sans ms ;
        font-size: 15px;
        text-align : left;
        text-decoration:none;
        border-bottom: 1px dashed #0270BF;
        font-style: oblique;
        }
       
        a.forumlink:hover{
        display: block;
        text-shadow: #000000 2px 2px 2px;
        font-family: comic sans ms;
        text-align: left;
        font-size: 13px;
        text-decoration:none;
        border-bottom: 1 px dashed #0270BF;
        font-style: oblique;
        }
       
        .postbody {
        font-size: 12px;
        }
       
        .hidden .spoiler_content {
          display: none;
        }
       
        .catHead
        {text-align: center;}
       
        a.cattitle, table.secondarytitle,.cattitle{
        text-decoration: none;
        text-decoration: none !important;
        text-align : center;
        border-color: transparent;
        color: #000000
        }
       
        .cattitle{
        color: #000000
        }
       
        .postbody {
        text-align: justify
        }
       
        .quote,.code {
        -moz-border-radius: 0px 15px 0px 15px;
        -webkit-border-radius: 0px 15px 0px 15px;
        border-radius: 0px 15px 0px 15px;
        border-left: 3px solid #0270BF;
        border-right: 3px solid #0270BF;
        border-top: 1px solid #0270BF;
        border-bottom: 1px solid #0270BF;
        padding-left: 10px;
        padding-right: 10px;
        }
       
        textarea {
        font-family: Verdana,;
        font-size: 12px;
        }
       
        .forabg .corners-bottom { display: none; }
        .forabg { padding: 0 0; }
       
       
       
       
        /*--- Généralité ---*/
        body { cursor: crosshair; padding-top: 30px;}
        text-shadow: 1px 1px 2px #7DACCD;}
       
        /*--- Bordures Générales ---*/
        .forumline{-moz-border-radius: 7px 7px 7px 7px ;
        border-bottom: 2px #0270BF solid;
        border-top: 2px #0270BF solid;
        border-left: 1px #0270BF dashed;
        border-right: 1px #0270BF dashed;}
       
        /*--- Contours des Avatars ---*/
        .postdetails.poster-profile a img
        {-moz-border-radius:7px;
        padding: 8px; height-max: 220px;
        border-bottom: 5px #000000 solid;
        background: #000000;
        border-top: 2px #000000 solid;
        border-left: 1px #000000 solid;
        border-right: 1px #000000 solid;}
       
        /*--- Arrondis des Zones de Saisies ---*/
        input, textarea, select {-moz-border-radius: 7px 7px 7px 7px ;
        border-bottom: 3px #0270BF double;
        border-top: 3px #0270BF double;
        border-left: 2px #0270BF dashed;
        border-right: 2px #0270BF dashed;}
       
        /*--- Entête des Catégories ---*/
        td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.cathead
        {text-align:center; -moz-border-radius: 7px 7px 7px 7px ;
        border-bottom: 2px #FFFFFF solid;
        bo
        rder-top: 2px #000000 solid;
        border-left: 1px #0270BF dashed;
        border-right: 1px #0270BF dashed;}
       
        /*--- Caractéristique des Liens ---*/
        a {font-variant: small-caps; text-decoration: none !important; border-bottom : 1px dotted #000000; text-shadow: 1px 1px 2px #ff0000;}
        a:hover{cursor:crosshair; text-decoration: none !important; border-bottom: 1px dashed #ff0000; background-color:#;}
       
        /*--- Titres des Catégories ---*/
        a.forumlink, a.forumlink:visited
        {font-family: Verdana; text-align: center;
        text-transform : uppercase; font-size: 12px;
        border-bottom: 2px solid #FFFFFF; -moz-border-radius:12px;
        color: #0270BF; display: block;}
       
        a.forumlink:hover, a.forumlink:hover:visited
        {background-image: url("");
        font-family: Verdana; text-align: center;
        text-transform : uppercase; font-size: 12px;
        border-bottom: 2px solid #0270BF; -moz-border-radius:12px;
        color: #FFFFFF; display: block; }
       
        .vignettes
        {-moz-border-radius:7px;
        background-color: #0270BF;
        padding-right:20px;
        padding-left:20px;
        padding-bottom: 3px;
        padding-top:3px;}
       
        .postdetails.poster-profile a img {
        margin: auto;
        display: block;
        margin-bottom: -10px;
        }
       
        *::-moz-selection {
        background:#0270BF none repeat scroll 0 0;
        }
       
        tr.post td {padding-left: 20px;}
       
        #topbar {
          position: fixed;
          top: 0;
          left: 0;
          width : 100%;
          border-bottom: 2px solid #7DACCD;
          background-color: #7DACCD;
          color: #7DACCD;
        }
       
       
       
        .groupes{
        background-color:#7DACCD;border: 1px #7DACCD 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;}
       
        div.background
        {width:500px;
        height:250px;
        border:2px solid black;}
       
        div.transbox
        {width:400px;
        height:180px;
        margin:30px 50px;
        background-color:#0270BF;
        border:1px solid black;
        filter:alpha(opacity=60);
        opacity:0.6;}
       
        div.transbox p
        {margin:30px 40px;
        font-weight:bold;
        color:#000000;}
       
        .forum_blabla{text-shadow: black 1px 1px 2px;}
       
        .opacity img {filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;}
        .opacity img:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity: 1;}
       
       
       
       
        .postbody, td.row1 span.gensmall {
        text-align: justify !important;
        display: block;
        }
        table.bodylinewidth
        {
        position: relative;
        top: -9px;
        }
       
       
       
        a.imginfo {
        border-bottom:0 solid #couleur;
        color:#couleur;
        position:relative;
        text-decoration:none;
        }
        a.imginfo span {
        display:none;
        }
        a.imginfo:hover {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent none repeat scroll 0 0;
        cursor:help;
        z-index: 999;
        }
        a.imginfo:hover span {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:white none repeat scroll 0 0;
        border-color:#couleur;
        border-style:solid;
        border-width:3px 3px 5px 5px;
        display:inline;
        left:20px;
        padding:3px;
        position:absolute;
        top:15px;
        white-space:nowrap;
        }
       
        /*--- Modifier l'organisation des sujets et messages dans un sous-forum ---*/
       
        .mystats_fa{
            padding: 5px;
            float:right;
          font-family: verdana;
          font-size: 10px;
          font-weight: bold;
        }
       
        .mystats_fa{
            padding: 5px;
            float:right;
          font-family: verdana;
          font-size: 10px;
          font-weight: bold;
        }
        .titre_pa
        {
        padding: 5px;
        font-size: 15px;
        color : #ff0000;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        background-color: #ff0000;
        text-align: center;
        display: bloc;
        }
       
        .corps_pa
        {
        padding: 10px;
        color: #0270BF;
        }
       
        .fond_pa
        {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        }
       
        /* INFOBULLES */
       
        div.imginfo {
          position: relative;
          text-decoration: none;
        }
       
        div.imginfo {
          position: relative;
          text-decoration: none;
        }
       
        div.imginfo span {
          display: none; /* on masque l'infobulle */
        }
       
        div.imginfo:hover {
          background: none; /* correction d'un bug IE */
          z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
        }
       
        div.imginfo:hover span {
        display: inline; /* on affiche l'infobulle */
          position: absolute;
          white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
          top: 30px; /* on positionne notre infobulle */
          left: 20px;
        background-color: #0270BF;
        color: #0270BF;
          padding: 3px;
          border: 1px solid #fff;
        }
       
        /*----------------- Ma g?n?ral ----------------- */
       
       
        /* Pour les défilement */
        #scroller_container
        {
        padding-top: 15px;
        overflow: hidden;
        }
        /* CSS Hack Safari */
        #dummy
        {
        ;#
        }
        #scroller_container
        {
        overflow: auto;
        }
       
       
        /*le tableau invisible */
       
        .table25
        {
        border: none ;
        }
       
       
        /* Liens */
       
        .a2
        {
        display: block;
        width: 130px;
        color: #0270BF;
        text-align:center;
        border: 1px solid black;
        -moz-border-radius: 5px;
        height: 30px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        }
       
       
        .a2:hover
        {
       
        background-color: #0270BF;
        color: #0270BF;
        }
       
       
       
        #table22 /* fond du ma */
        {
        width: 770px;
        background-color: #0270BF;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
        }
       
       
       
       
        /*-----------------Titre----------------- */
       
       
        /* Le titre special pour le texte de bienvenu */
       
        .h2_themebienvenu
        {
        font-size: 14px;
        background-color: #0270BF;
        padding: 6px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        color: white;
        text-align: center;
        margin: 10px;
        /max-width: 367px;
        }
       
       
        /* le titre special pour les credits */
       
       
        .h2_themecredit
        {
        font-size: 14px;
        background-color: #0270BF;
        padding: 6px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        color: white;
        text-align: center;
        margin: 10px;
        /max-width: 160px;
        }
       
        /* le titre pour les autres boites */
       
       
       
        .h2_theme
        {
        font-size: 14px;
        background-color: #0270BF;
        padding: 6px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        color: white;
        text-align: center;
        margin: 10px;
       
        }
       
       
        /* effet de transparance FF */
       
        .transparence {
        background-color: transparent;
        border: none;
        opacity: 0.5;
        }
       
        .transparence:hover{
        background-color: transparent;
        border: none;
        opacity: 2;
        }
       
        /*-----------------Les boites contenant les textes----------------- */
       
       
       
       
       
        /* Navigation */
       
        .navi_ma
        {
          background-color:#000000;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: black;
        font-size: 16px;
        height: 300px;
        margin: 10px;
        width: 130px;
        padding: 5px;
        line-height:34px;
       
        padding-top: 20px;
       
        }
       
       
        /* News  */
       
        .news
        {
        background-color: #000000;
          -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: #0270BF;
        font-size: 14px;
        height: 120px;
        width: 160px;
        margin: 10px;
        overflow-y: auto;
        overflow-x: visible;
        padding: 5px;
       
        }
       
        /* Partenaires */
       
        .partenaire_test
        {
        background-color: #000000;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: #0270BF;
        font-size: 14px;
        height: 105px;
        width: 160px;
        margin: 10px;
        padding: 5px;
       
        padding-top: 20px;
       
        }
       
       
        /* message de bienvenu */
       
       
        #bienvenu_ma
        {
        background-color: #000000;
          -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: #0270BF;
        font-size: 14px;
        height: 120px;
        margin: 10px;
        overflow-y: auto;
        overflow-x: visible;
        padding: 5px;
       
        width: 370px;
        }
       
        /* membres staffs */
       
       
       
        .staff
        {
        background-color: #0270BF;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: #0270BF;
        font-size: 10px;
        height: 105px;
        width: 180px;
        margin: 10px;
        padding: 5px;
        font-size: 14px;
        padding-top: 20px;
        }
       
       
        /*crédits */
       
       
        .credits
        {
        background-color: #000000;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        color: #0270BF;
        font-size: 14px;
        height: 105px;
        width: 160px;
        margin: 10px;
        padding: 5px;
       
        padding-top: 20px;
       
        }
       
       
       
       
        /*-----------------inffobulles----------------- */
       
       
        div.infobulle
        {
        position: relative;
        float: left;
        color: black;
        }
       
        div.infobulle span
        {
        display: none; /* ceci masque l'infobulle */
        }
        div.infobulle:hover
        {
          background: none; /* correction d'un bug IE */
          z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
          color: black;
        }
       
       
        /* style de l infobulle */
       
        div.infobulle:hover span
        {
        display: inline; /* on affiche l'infobulle */
        position: absolute;
        top: 10px; /* on positionne notre infobulle */
        background-color: #0270BF;
        color: black;
        padding: 3px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
        text-align: center;
        font-size: 14px;
        }
       
       
       
        /*-- Pour la description des catégories --*
       
        /*--- Cette partie correspond à la description du forum ---*/
        .forum-description {
              margin: auto;
              padding: 10px;
              color: #000000;
              width: 80%;
              border: 3px solid #000000;
              -moz-border-radius: 14px;
              -webkit-border-radius: 14px;
              font-size: 12px;
        }
       
        /*--- Cette partie correspond à l'onglet "X messages dans X sujets" ---*/
        .forum-stats {
              -moz-border-radius-topleft: 20px;
              -moz-border-radius-topright: 20px;
              -webkit-border-top-right-radius: 20px;
              -webkit-border-top-left-radius: 20px;
              border-top-right-radius: 20px;
              border-top-left-radius: 20px;
              border-bottom: 0 none !important;
              border-left: 3px solid #000000;
              border-right: 3px solid #000000;
              border-top: 3px solid #000000;
              color: #000000;
              font-size: 11px;
              font-style: italic;
              height: 14px;
              left: 280px;
              padding: 3px;
              position: relative;
              text-align: center;
              width: 200px;
        }
       
        /*--- Cette partie correspond à l'affichage des sous-forums ---*/
        .forum-sousforum {
              color: #000000;
              border: 3px solid #000000;
              border-top: 0px !important;
              -moz-border-radius-bottomleft: 14px;
              -moz-border-radius-bottomright: 14px;
              -webkit-border-bottom-right-radius: 14px;
              -webkit-border-bottom-left-radius: 14px;
              border-bottom-right-radius: 14px;
              border-bottom-left-radius: 14px;
              margin: auto;
              padding: 4px;
              color: #000000;
              width: 50%;
              text-align: center;
              height: 14px;
              font-size: 11px;
        }
        .mon_onglet{
          float: left;
          padding: 2px 10px;
          margin-right: 5px;
          color: #000;
          background: #fff;
          border: 1px solid #000;
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;
        }
        .mon_onglet:hover{
          background: #b8efa1;
        }     
        .mon_onglet_selected{
          float: left;
          padding: 2px 10px;
          margin-right: 5px;
          color: #000;
          background: #fff;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-left: 1px solid #000;
          border-bottom: 1px solid #fff;
          cursor: pointer;
          margin-bottom: -1px;
          list-style: none;}       
        .clear{
          clear: both;
        }
        .mon_contenu{
          color: #000;
          background: #fff;
          border: 1px solid #000;
          padding: 10px;
          line-height: normal;
          font-size: 11px;}
        #mes_contenus, #mes_onglets{
          width: 400px;
          margin: auto;}
                #menu ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
                }
             
                #menu dl {
                width: 150px;
                margin: 1px;
                padding: 0;
                list-style-type: none;}
             
                #menu dt {
                cursor: pointer;
                margin: 2px 0;;
                height: 20px;
                line-height: 20px;
                text-align: center;
                font-weight: bold;
                border: 1px solid gray;
                background: #ccc;
                margin: 0;
                padding: 0;
                list-style-type: none;}
             
                #menu dd {
                border: 1px solid gray;
                margin: 0;
                padding: 0;
                list-style-type: none;}
             
                #menu li {
                text-align: center;
                background: #fff;
                margin: 0;
                padding: 0;
                list-style-type: none;}
             
                #menu li a, #menu dt a {
                color: #000;
                text-decoration: none;
                display: block;
                height: 100%;
                margin: 0;
                padding: 0;
                list-style-type: none;}
             
                #menu li a:hover, #menu dt a:hover {
                background: #eee;
                margin: 0;
                padding: 0;
                list-style-type: none;}
             
        #chatbox_header .catBottom .cattitle {Joyeux Noël
                    color: #0270BF;
                }
        /*DEBUT NOUVELLE PAGE D'ACCUEIL*/
       
        .fond2 {
       
        border: 1px solid #0270BF;
        font-size: 11px;
        text-align : center;
       
        }
       
        .cadre1 {
       
            overflow : auto;
        border: 1px solid #B7E1EF;
        font-size: 11px;
        text-align : center;
          height: 100px;
        }
       
        .fond1 {
       
          overflow : auto;
        background-color: #D3E3E8;
        font-size: 11px;
        text-align : center;
          height: 250px;
        }
       
        .titre2 {
          text-align:center;
          margin-bottom: -5px;
          text-transform : capitalize ;
          color:#000;
        text-shadow: 2px 2px 2px #B7E1EF;
          font-size:12px;
        }
       
        /*FIN NOUVELLE PAGE D'ACCUEIL*/

/*---Autre Diverti ---*/

body { cursor: crosshair }
a:hover { cursor:crosshair; }

a.mainmenu {font-variant: small-caps;}

a,a:hover{
text-decoration: none ;
text-shadow: #FFFFFF 1px 1px 1px;
font-variant: small-caps;
}

.maintitle{
padding-top: 15px;
}

a.mainmenu{
text-shadow: #c4c4c4 2px 2px 2px;
font-family: Verdana;
font-weight:bold;
font-size: 12px;
}

.bodyline {
 border: 7px solid #1C8CAC;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

input,textarea,select {
border: 1px #B0A2AE solid;}

.forumline{
border-left: 3px solid #5FA7C2;
border-right: 3px solid #5FA7C2;
border-top: 5px solid #5FA7C2;
border-bottom: 5px solid #5FA7C2;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
 }

a:hover{
  text-decoration: none !important;
  }

a.forumlink{
display: block;
text-shadow: #000000 1px 1px 1px;
font-family: Verdana;
font-size: 12px;
text-align : Center;
text-decoration:none;
border-bottom: 5px SOLID #4E97B8;
font-style: oblique;
}

.postbody {
 font-size: 12px;
 }

.hidden .spoiler_content {
  display: none;
}

.catHead
{text-align: center;}

a.cattitle, table.secondarytitle,.cattitle{
 text-decoration: none;
 text-decoration: none !important;
 text-align : center;
 border-color: transparent;
 color: #FFFFFF
 }

.cattitle{
color: #FFFFFF
}

.postbody {
 text-align: justify
 }

.quote,.code {
-moz-border-radius: 0px 15px 0px 15px;
-webkit-border-radius: 0px 15px 0px 15px;
border-radius: 0px 15px 0px 15px;
border-left: 3px solid #5E2A54;
border-right: 3px solid #5E2A54;
border-top: 1px solid #5E2A54;
border-bottom: 1px solid #5E2A54;
padding-left: 10px;
padding-right: 10px;
 }

textarea {
font-family: Verdana,;
font-size: 12px;
 }

.forabg .corners-bottom { display: none; }
.forabg { padding: 0 0; }




/*--- Généralité ---*/
body { cursor: crosshair; padding-top: 30px;}
body text-shadow: 1px 1px 2px #8A8686;}

/*--- Bordures Générales ---*/
.forumline{-moz-border-radius: 7px 7px 7px 7px ;
border-bottom: 5px #4A4A4A solid;
border-top: 5px #4A4A4A solid;
border-left: 1px #8A8686 dashed;
border-right: 1px #8A8686 dashed;}

/*--- Contours des Avatars ---*/
.postdetails.poster-profile a img
{-moz-border-radius:7px;
padding: 8px; height-max: 220px;
border-bottom: 5px #3C627D solid;
background: #FFFFFF;
border-top: 5px #000000 solid;
border-left: 1px #000000 dashed;
border-right: 1px #000000 dashed;}

/*--- Arrondis des Zones de Saisies ---*/
input, textarea, select {-moz-border-radius: 7px 7px 7px 7px ;
border-bottom: 3px #4A4A4A solid;
border-top: 3px #4A4A4A solid;
border-left: 2px #8A8686 dashed;
border-right: 2px #8A8686 dashed;}

/*--- Entête des Catégories ---*/
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.cathead
{text-align:center; -moz-border-radius: 7px 7px 7px 7px ;
border-bottom: 5px #4A4A4A solid;
bo
rder-top: 5px #4A4A4A solid;
border-left: 1px #8A8686 dashed;
border-right: 1px #8A8686 dashed;}

/*--- Caractéristique des Liens ---*/
a {font-variant: small-caps; text-decoration: none !important; border-bottom : 1px dotted #000000; text-shadow: 1px 1px 2px #FFFFFF;}
a:hover{cursor:crosshair; text-decoration: none !important; border-bottom: 1px dashed #FFFFFF; background-color:#ffffff;}

/*--- Titres des Catégories ---*/
a.forumlink, a.forumlink:visited
{font-family: georgia; text-align: center;
text-transform : uppercase; font-size: 100%;
border-bottom: 3px solid #8A8686; -moz-border-radius:10px;
color: #000000; display: block;}

 .vignettes
{-moz-border-radius:7px;
background-color: #C6F7B7;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;}

.postdetails.poster-profile a img {
margin: auto;
display: block;
margin-bottom: -10px;
}

*::-moz-selection {
background:#C6F7B7 none repeat scroll 0 0;
}

tr.post td {padding-left: 20px;}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width : 100%;
  border-bottom: 2px solid #330000;
  background-color: #660000;
  color: #aaffff;
}



.groupes{
background-color:#FFFFFF;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;}

div.background
{width:500px;
height:250px;
border:2px solid black;}

div.transbox
{width:400px;
height:180px;
margin:30px 50px;
background-color:#ffffff;
border:1px solid black;
filter:alpha(opacity=60);
opacity:0.6;}

div.transbox p
{margin:30px 40px;
font-weight:bold;
color:#000000;}

.forum_blabla{text-shadow: black 1px 1px 2px;}

.opacity img {filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;}
.opacity img:hover {filter:alpha(opacity=100);-moz-opacity:1;opacity: 1;}




.postbody, td.row1 span.gensmall {
text-align: justify !important;
display: block;
}
table.bodylinewidth
{
position: relative;
top: -9px;
}



a.imginfo {
border-bottom:0 solid #couleur;
color:#couleur;
position:relative;
text-decoration:none;
}
a.imginfo span {
display:none;
}
a.imginfo:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
cursor:help;
z-index: 999;
}
a.imginfo:hover span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border-color:#couleur;
border-style:solid;
border-width:3px 3px 5px 5px;
display:inline;
left:20px;
padding:3px;
position:absolute;
top:15px;
white-space:nowrap;
}

/*--- Modifier l'organisation des sujets et messages dans un sous-forum ---*/

.mystats_fa{
    padding: 5px;
    float:right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.mystats_fa{
    padding: 5px;
    float:right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}
.titre_pa
{
padding: 5px;
font-size: 15px;
color : #ffffff;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
background-color: #56919A;
text-align: center;
display: bloc;
}

.corps_pa
{
padding: 10px;
color: #009ABD;
}

.fond_pa
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
 
/*--- Cette partie correspond à l'affichage des sous-forums ---*/
.forum-sousforum {
      color: #000000;
      border: 3px solid #000000;
      border-top: 0px !important;
      -moz-border-radius-bottomleft: 14px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px;
      margin: auto;
      padding: 4px;
      color: #000000;
      width: 50%;
      text-align: center;
      height: 14px;
      font-size: 11px;
}

        a:hover {
        background-color: transparent;
        border-bottom: 1px dashed white;
        cursor: crosshair;
        cursor: crosshair;
        text-decoration: none!important;
        }
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par MlleAlys Lun 4 Juil 2016 - 15:07

Il y avait deux accolades } en trop. Voilà votre code corrigé et rangé pour l'occasion :
Code:
body {
  background-color: #e8f0f4;
  background-position: top center;
  background-repeat: repeat;
}

a {
  outline: none;
}

a:link {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline overline !important;
}

.bodylinewidth {
  width: 900px;
}

#i_logo {
  margin-top: -18px;
}

.mainmenu {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
}

a.mainmenu {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #8dbcdd;
  border-right: 1px solid #8dbcdd;
  border-left: 1px solid #8dbcdd;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  font-size: 10px;
  font-variant: small-caps;
  font-weight: bold;
  color: #468bb1;
  background-color: #d3e4ec;
  background-image: url(http://host.image.files.free.fr/host/4c4d23ff36ca3fond-mainmenu.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

a.mainmenu:hover {
  text-decoration: none !important;
  color: #468bb1;
  background-image: url(http://host.image.files.free.fr/host/4c4d245d9837ffond-mainmenu-hover.jpg);
}

#page-body {
  margin-top: 8px;
  margin-bottom: 50px;
  padding-top: 20px;
  border: 1px solid #a1b6c5;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #d3e4ec;
  -moz-box-shadow: 2px 2px 2px #a1b6c5;
  box-shadow: 2px 2px 2px #a1b6c5;
}

.forumline {
  margin: auto;
  margin-bottom: 10px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  max-width: 890px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #8dbcdd;
  background-image: url(http://host.image.files.free.fr/host/4c4d2752ed261fond-forumline.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

table {
  margin: auto;
  max-width: 890px;
}

.row1, .row2, .row3, .row3Right {
padding4px;
  border: none !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.thHead {
  border: none !important;
}

.thCornerL, .thCornerR, .thTop {
  border: none !important;
}

.thLeft, .thRight {
  border-top: 1px solid #73a2c3 !important;
  border-right: none !important;
  border-left: none !important;
}

.catLeft, .catRight {
  border: none! important;
}

th {
  text-shadow: 1px 1px 2px #4b6b81;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: #3C627D;
}

.catHead {
  border: none !important;
}

.catBottom {
  border: none !important;
}

.cattitle {
  margin-left: 20px;
  font-variant: small-caps;
}

a.forumlink {
  font-variant: small-caps;
  letter-spacing: 2px;
}

a.forumlink:hover {
  text-decoration: none !important;
}

.code {
  padding: 5px;
  border: 2px inset #8dbcdd;
  color: #507c9b;
  background-color: #d3e4ec;
}

.quote {
  padding: 5px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #507c9b;
  background-color: #d3e4ec;
  -moz-box-shadow: 3px 3px 3px #7597af;
  box-shadow: 3px 3px 3px #7597af;
}

.spoiler_closed {
  border: 2px solid #8dbcdd;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #d3e4ec;
}

.spoiler_content {
  padding: 4px;
  border: 2px solid #8dbcdd;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #507c9b;
  background-color: #d3e4ec;
}

.postbody {
  padding: 3px;
  text-align: justify;
  font-size: 11px;
  line-height: 16px;
}

#page-footer {
  width: 980px;
  height: 120px;
  margin-bottom: -18px;
  background-image: url(http://host.image.files.free.fr/host/4c4d25f59c2c1footer_02.png);
  background-position: top center;
  background-repeat: no-repeat;
}

#page-footer a {
  text-decoration: none !important;
  font-size: 10px;
}

/*--- Retirer le soulignement des pseudos sur vos forums ---*/

a {
  text-decoration: none;
}

/*--- Enlever le soulignement d'absolument tous les liens ---*/

a:hover {
  text-decoration: none !important;
}

/*--- Autres divers du forum ---*/

body {
  cursor: crosshair;
}

a:hover {
  cursor: crosshair;
}

a.mainmenu {
  font-variant: small-caps;
}

a, a:hover {
  text-decoration: none;
  text-shadow: # 1px 1px 1px;
  font-variant: small-caps;
}

.maintitle {
  padding-top: 15px;
}

a.mainmenu {
  text-shadow: #FFFFFF 2px 2px 2px;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

.bodyline {
  border: 7px solid #000000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

input, textarea, select {
  border: 1px #0270BF solid;
}

.forumline {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-top: 5px solid #0270BF;
  border-right: 3px solid #0270BF;
  border-bottom: 5px solid #0270BF;
  border-left: 3px solid #0270BF;
}

a:hover {
  text-decoration: none !important;
}

a.forumlink {
  display: block;
  border-bottom: 1px dashed #0270BF;
  text-align: left;
  text-decoration: none;
  text-shadow: #0270BF 1px 1px 1px;
  font-family: comic sans ms;
  font-size: 15px;
  font-style: oblique;
}

a.forumlink:hover {
  display: block;
  border-bottom: 1 px dashed #0270BF;
  text-align: left;
  text-decoration: none;
  text-shadow: #000000 2px 2px 2px;
  font-family: comic sans ms;
  font-size: 13px;
  font-style: oblique;
}

.postbody {
  font-size: 12px;
}

.hidden .spoiler_content {
  display: none;
}

.catHead {
  text-align: center;
}

a.cattitle, table.secondarytitle, .cattitle {
  border-color: transparent;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  color: #000000;
}

.cattitle {
  color: #000000;
}

.postbody {
  text-align: justify;
}

.quote, .code {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-border-radius: 0 15px 0 15px;
  -moz-border-radius: 0 15px 0 15px;
  border-radius: 0 15px 0 15px;
  border-top: 1px solid #0270BF;
  border-right: 3px solid #0270BF;
  border-bottom: 1px solid #0270BF;
  border-left: 3px solid #0270BF;
}

textarea {
  font-family: Verdana,;
  font-size: 12px;
}

.forabg .corners-bottom {
  display: none;
}

.forabg {
  padding: 0 0;
}

/*--- Généralité ---*/

body {
  padding-top: 30px;
  cursor: crosshair;
}

/*--- Bordures Générales ---*/

.forumline {
  -moz-border-radius: 7px 7px 7px 7px;
  border-top: 2px #0270BF solid;
  border-right: 1px #0270BF dashed;
  border-bottom: 2px #0270BF solid;
  border-left: 1px #0270BF dashed;
}

/*--- Contours des Avatars ---*/

.postdetails.poster-profile a img {
  padding: 8px;
  -moz-border-radius: 7px;
  border-top: 2px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 5px #000000 solid;
  border-left: 1px #000000 solid;
  background: #000000;
  height-max: 220px;
}

/*--- Arrondis des Zones de Saisies ---*/

input, textarea, select {
  -moz-border-radius: 7px 7px 7px 7px;
  border-top: 3px #0270BF double;
  border-right: 2px #0270BF dashed;
  border-bottom: 3px #0270BF double;
  border-left: 2px #0270BF dashed;
}

/*--- Entête des Catégories ---*/

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, td.cathead {
  -moz-border-radius: 7px 7px 7px 7px;
  border-right: 1px #0270BF dashed;
  border-bottom: 2px #FFFFFF solid;
  border-left: 1px #0270BF dashed;
  text-align: center;
  bo rder-top: 2px #000000 solid;
}

/*--- Caractéristique des Liens ---*/

a {
  border-bottom: 1px dotted #000000;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px #ff0000;
  font-variant: small-caps;
}

a:hover {
  border-bottom: 1px dashed #ff0000;
  text-decoration: none !important;
  background-color: #;
  cursor: crosshair;
}

/*--- Titres des Catégories ---*/

a.forumlink, a.forumlink:visited {
  display: block;
  -moz-border-radius: 12px;
  border-bottom: 2px solid #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 12px;
  color: #0270BF;
}

a.forumlink:hover, a.forumlink:hover:visited {
  display: block;
  -moz-border-radius: 12px;
  border-bottom: 2px solid #0270BF;
  text-align: center;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  background-image: url("");
}

.vignettes {
  padding: 3px 20px 3px 20px;
  -moz-border-radius: 7px;
  background-color: #0270BF;
}

.postdetails.poster-profile a img {
  display: block;
  margin: auto;
  margin-bottom: -10px;
}

*::-moz-selection {
  background: #0270BF none repeat scroll 0 0;
}

tr.post td {
  padding-left: 20px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #7DACCD;
  color: #7DACCD;
  background-color: #7DACCD;
}

.groupes {
  height: 40px;
  padding-right: 12px;
  padding-bottom: 3px;
  padding-left: 14px;
  border: 1px #7DACCD dotted;
  -moz-border-radius: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: bold;
  background-color: #7DACCD;
}

div.background {
  width: 500px;
  height: 250px;
  border: 2px solid black;
}

div.transbox {
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  border: 1px solid black;
  opacity: 0.6;
  background-color: #0270BF;
  filter: alpha(opacity=60);
}

div.transbox p {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}

.forum_blabla {
  text-shadow: black 1px 1px 2px;
}

.opacity img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.opacity img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.postbody, td.row1 span.gensmall {
  display: block;
  text-align: justify !important;
}

table.bodylinewidth {
  position: relative;
  top: -9px;
}

a.imginfo {
  position: relative;
  border-bottom: 0 solid #couleur;
  text-decoration: none;
  color: #couleur;
}

a.imginfo span {
  display: none;
}

a.imginfo:hover {
  z-index: 999;
  background: transparent none repeat scroll 0 0;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  cursor: help;
  -moz-background-inline-policy: continuous;
}

a.imginfo:hover span {
  display: inline;
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 3px;
  border: 3px 3px 5px 5px solid #couleur;
  white-space: nowrap;
  background: white none repeat scroll 0 0;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
}

/*--- Modifier l'organisation des sujets et messages dans un sous-forum ---*/

.mystats_fa {
  float: right;
  padding: 5px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.mystats_fa {
  float: right;
  padding: 5px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.titre_pa {
  display: bloc;
  padding: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  text-align: center;
  font-size: 15px;
  color: #ff0000;
  background-color: #ff0000;
}

.corps_pa {
  padding: 10px;
  color: #0270BF;
}

.fond_pa {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* INFOBULLES */

div.imginfo {
  position: relative;
  text-decoration: none;
}

div.imginfo {
  position: relative;
  text-decoration: none;
}

div.imginfo span {
  display: none; /* on masque l'infobulle */
}

div.imginfo:hover {
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  background: none; /* correction d'un bug IE */
}

div.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  top: 30px; /* on positionne notre infobulle */
  left: 20px;
  padding: 3px;
  border: 1px solid #fff;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  color: #0270BF;
  background-color: #0270BF;
}

/*----------------- Ma g?n?ral ----------------- */

/* Pour les défilement */

#scroller_container {
  padding-top: 15px;
  overflow: hidden;
}

#scroller_container {
  overflow: auto;
}

/*le tableau invisible */

.table25 {
  border: none;
}

/* Liens */

.a2 {
  display: block;
  width: 130px;
  height: 30px;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: center;
  color: #0270BF;
}

.a2:hover {
  color: #0270BF;
  background-color: #0270BF;
}

#table22 /* fond du ma */

{
  width: 770px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  background-color: #0270BF;
}

/*-----------------Titre----------------- */

/* Le titre special pour le texte de bienvenu */

.h2_themebienvenu {
  margin: 10px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: #0270BF;
  /max-width: 367px;
}

/* le titre special pour les credits */

.h2_themecredit {
  margin: 10px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: #0270BF;
  /max-width: 160px;
}

/* le titre pour les autres boites */

.h2_theme {
  margin: 10px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: #0270BF;
}

/* effet de transparance FF */

.transparence {
  border: none;
  opacity: 0.5;
  background-color: transparent;
}

.transparence:hover {
  border: none;
  opacity: 2;
  background-color: transparent;
}

/*-----------------Les boites contenant les textes----------------- */

/* Navigation */

.navi_ma {
  width: 130px;
  height: 300px;
  margin: 10px;
  padding: 5px;
  padding-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 34px;
  color: black;
  background-color: #000000;
}

/* News  */

.news {
  width: 160px;
  height: 120px;
  margin: 10px;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  overflow-x: visible;
  overflow-y: auto;
  font-size: 14px;
  color: #0270BF;
  background-color: #000000;
}

/* Partenaires */

.partenaire_test {
  width: 160px;
  height: 105px;
  margin: 10px;
  padding: 5px;
  padding-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #0270BF;
  background-color: #000000;
}

/* message de bienvenu */

#bienvenu_ma {
  width: 370px;
  height: 120px;
  margin: 10px;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  overflow-x: visible;
  overflow-y: auto;
  font-size: 14px;
  color: #0270BF;
  background-color: #000000;
}

/* membres staffs */

.staff {
  width: 180px;
  height: 105px;
  margin: 10px;
  padding: 5px;
  padding-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-size: 10px;
  font-size: 14px;
  color: #0270BF;
  background-color: #0270BF;
}

/*crédits */

.credits {
  width: 160px;
  height: 105px;
  margin: 10px;
  padding: 5px;
  padding-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #0270BF;
  background-color: #000000;
}

/*-----------------inffobulles----------------- */

div.infobulle {
  float: left;
  position: relative;
  color: black;
}

div.infobulle span {
  display: none; /* ceci masque l'infobulle */
}

div.infobulle:hover {
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  color: black;
  background: none; /* correction d'un bug IE */
}

/* style de l infobulle */

div.infobulle:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  top: 10px; /* on positionne notre infobulle */
  padding: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  color: black;
  background-color: #0270BF;
}

/*-- Pour la description des catégories --*
       
        /*--- Cette partie correspond à la description du forum ---*/

.forum-description {
  width: 80%;
  margin: auto;
  padding: 10px;
  border: 3px solid #000000;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  font-size: 12px;
  color: #000000;
}

/*--- Cette partie correspond à l'onglet "X messages dans X sujets" ---*/

.forum-stats {
  position: relative;
  left: 280px;
  width: 200px;
  height: 14px;
  padding: 3px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 0 none !important;
  border-left: 3px solid #000000;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  color: #000000;
}

/*--- Cette partie correspond à l'affichage des sous-forums ---*/

.forum-sousforum {
  width: 50%;
  height: 14px;
  margin: auto;
  padding: 4px;
  border: 3px solid #000000;
  border-top: 0 !important;
  -webkit-border-bottom-left-radius: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}

.mon_onglet {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
  padding: 2px 10px;
  border: 1px solid #000;
  list-style: none;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.mon_onglet:hover {
  background: #b8efa1;
}

.mon_onglet_selected {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
  padding: 2px 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  list-style: none;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.clear {
  clear: both;
}

.mon_contenu {
  padding: 10px;
  border: 1px solid #000;
  font-size: 11px;
  line-height: normal;
  color: #000;
  background: #fff;
}

#mes_contenus, #mes_onglets {
  width: 400px;
  margin: auto;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu dl {
  width: 150px;
  margin: 1px;
  padding: 0;
  list-style-type: none;
}

#menu dt {
  height: 20px;
  margin: 2px 0;
  margin: 0;
  padding: 0;
  border: 1px solid gray;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  list-style-type: none;
  background: #ccc;
  cursor: pointer;
}

#menu dd {
  margin: 0;
  padding: 0;
  border: 1px solid gray;
  list-style-type: none;
}

#menu li {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  background: #fff;
}

#menu li a, #menu dt a {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  color: #000;
}

#menu li a:hover, #menu dt a:hover {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #eee;
}

#chatbox_header .catBottom .cattitle {
  Joyeux Noël color: #0270BF;
}

/*DEBUT NOUVELLE PAGE D'ACCUEIL*/

.fond2 {
  border: 1px solid #0270BF;
  text-align: center;
  font-size: 11px;
}

.cadre1 {
  height: 100px;
  border: 1px solid #B7E1EF;
  overflow: auto;
  text-align: center;
  font-size: 11px;
}

.fond1 {
  height: 250px;
  overflow: auto;
  text-align: center;
  font-size: 11px;
  background-color: #D3E3E8;
}

.titre2 {
  margin-bottom: -5px;
  text-align: center;
  text-shadow: 2px 2px 2px #B7E1EF;
  text-transform: capitalize;
  font-size: 12px;
  color: #000;
}

/*FIN NOUVELLE PAGE D'ACCUEIL*/

/*---Autre Diverti ---*/

body {
  cursor: crosshair;
}

a:hover {
  cursor: crosshair;
}

a.mainmenu {
  font-variant: small-caps;
}

a, a:hover {
  text-decoration: none;
  text-shadow: #FFFFFF 1px 1px 1px;
  font-variant: small-caps;
}

.maintitle {
  padding-top: 15px;
}

a.mainmenu {
  text-shadow: #c4c4c4 2px 2px 2px;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

.bodyline {
  border: 7px solid #1C8CAC;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

input, textarea, select {
  border: 1px #B0A2AE solid;
}

.forumline {
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-top: 5px solid #5FA7C2;
  border-right: 3px solid #5FA7C2;
  border-bottom: 5px solid #5FA7C2;
  border-left: 3px solid #5FA7C2;
}

a:hover {
  text-decoration: none !important;
}

a.forumlink {
  display: block;
  border-bottom: 5px SOLID #4E97B8;
  text-align: Center;
  text-decoration: none;
  text-shadow: #000000 1px 1px 1px;
  font-family: Verdana;
  font-size: 12px;
  font-style: oblique;
}

.postbody {
  font-size: 12px;
}

.hidden .spoiler_content {
  display: none;
}

.catHead {
  text-align: center;
}

a.cattitle, table.secondarytitle, .cattitle {
  border-color: transparent;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  color: #FFFFFF;
}

.cattitle {
  color: #FFFFFF;
}

.postbody {
  text-align: justify;
}

.quote, .code {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-border-radius: 0 15px 0 15px;
  -moz-border-radius: 0 15px 0 15px;
  border-radius: 0 15px 0 15px;
  border-top: 1px solid #5E2A54;
  border-right: 3px solid #5E2A54;
  border-bottom: 1px solid #5E2A54;
  border-left: 3px solid #5E2A54;
}

textarea {
  font-family: Verdana,;
  font-size: 12px;
}

.forabg .corners-bottom {
  display: none;
}

.forabg {
  padding: 0 0;
}

/*--- Généralité ---*/

body {
  padding-top: 30px;
  cursor: crosshair;
}

/*--- Bordures Générales ---*/

.forumline {
  -moz-border-radius: 7px 7px 7px 7px;
  border-top: 5px #4A4A4A solid;
  border-right: 1px #8A8686 dashed;
  border-bottom: 5px #4A4A4A solid;
  border-left: 1px #8A8686 dashed;
}

/*--- Contours des Avatars ---*/

.postdetails.poster-profile a img {
  padding: 8px;
  -moz-border-radius: 7px;
  border-top: 5px #000000 solid;
  border-right: 1px #000000 dashed;
  border-bottom: 5px #3C627D solid;
  border-left: 1px #000000 dashed;
  background: #FFFFFF;
  height-max: 220px;
}

/*--- Arrondis des Zones de Saisies ---*/

input, textarea, select {
  -moz-border-radius: 7px 7px 7px 7px;
  border-top: 3px #4A4A4A solid;
  border-right: 2px #8A8686 dashed;
  border-bottom: 3px #4A4A4A solid;
  border-left: 2px #8A8686 dashed;
}

/*--- Entête des Catégories ---*/

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, td.cathead {
  -moz-border-radius: 7px 7px 7px 7px;
  border-top: 5px #4A4A4A solid;
  border-right: 1px #8A8686 dashed;
  border-bottom: 5px #4A4A4A solid;
  border-left: 1px #8A8686 dashed;
  text-align: center;
}

/*--- Caractéristique des Liens ---*/

a {
  border-bottom: 1px dotted #000000;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px #FFFFFF;
  font-variant: small-caps;
}

a:hover {
  border-bottom: 1px dashed #FFFFFF;
  text-decoration: none !important;
  background-color: #ffffff;
  cursor: crosshair;
}

/*--- Titres des Catégories ---*/

a.forumlink, a.forumlink:visited {
  display: block;
  -moz-border-radius: 10px;
  border-bottom: 3px solid #8A8686;
  text-align: center;
  text-transform: uppercase;
  font-family: georgia;
  font-size: 100%;
  color: #000000;
}

.vignettes {
  padding: 3px 10px 3px 10px;
  -moz-border-radius: 7px;
  background-color: #C6F7B7;
}

.postdetails.poster-profile a img {
  display: block;
  margin: auto;
  margin-bottom: -10px;
}

*::-moz-selection {
  background: #C6F7B7 none repeat scroll 0 0;
}

tr.post td {
  padding-left: 20px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #330000;
  color: #aaffff;
  background-color: #660000;
}

.groupes {
  height: 40px;
  padding-right: 12px;
  padding-bottom: 3px;
  padding-left: 14px;
  border: 1px #D0D0D0 dotted;
  -moz-border-radius: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
}

div.background {
  width: 500px;
  height: 250px;
  border: 2px solid black;
}

div.transbox {
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  border: 1px solid black;
  opacity: 0.6;
  background-color: #ffffff;
  filter: alpha(opacity=60);
}

div.transbox p {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}

.forum_blabla {
  text-shadow: black 1px 1px 2px;
}

.opacity img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.opacity img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.postbody, td.row1 span.gensmall {
  display: block;
  text-align: justify !important;
}

table.bodylinewidth {
  position: relative;
  top: -9px;
}

a.imginfo {
  position: relative;
  border-bottom: 0 solid #couleur;
  text-decoration: none;
  color: #couleur;
}

a.imginfo span {
  display: none;
}

a.imginfo:hover {
  z-index: 999;
  background: transparent none repeat scroll 0 0;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  cursor: help;
  -moz-background-inline-policy: continuous;
}

a.imginfo:hover span {
  display: inline;
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 3px;
  border: 3px 3px 5px 5px solid #couleur;
  white-space: nowrap;
  background: white none repeat scroll 0 0;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
}

/*--- Modifier l'organisation des sujets et messages dans un sous-forum ---*/

.mystats_fa {
  float: right;
  padding: 5px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.mystats_fa {
  float: right;
  padding: 5px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.titre_pa {
  display: bloc;
  padding: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #56919A;
}

.corps_pa {
  padding: 10px;
  color: #009ABD;
}

.fond_pa {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/*--- Cette partie correspond à l'affichage des sous-forums ---*/

.forum-sousforum {
  width: 50%;
  height: 14px;
  margin: auto;
  padding: 4px;
  border: 3px solid #000000;
  border-top: 0 !important;
  -webkit-border-bottom-left-radius: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  text-align: center;
  font-size: 11px;
  color: #000000;
}

a:hover {
  border-bottom: 1px dashed white;
  text-decoration: none!important;
  background-color: transparent;
  cursor: crosshair;
}
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par Invité Lun 4 Juil 2016 - 15:10

Coucou,

j'ai toujours le message d'erreur j'ai actuellement cherchée mais je ne vois pas ou.... Sad
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par MlleAlys Lun 4 Juil 2016 - 15:35

Le css que j'ai rendu dans mon message précédent ne provoque pas de message d'erreur sur mon forum test. Prenez peut être garde à bien vider complètement la zone de saisie de la feuille de style avant de coller la nouvelle.
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par Invité Lun 4 Juil 2016 - 16:12

Re désolé j'avais pas fait attention à votre message, j'avais pas pris tout le css entier lol. Sa fonctionne !! Merciii Very Happy Very Happy Very Happy Very Happy Very Happy
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Message d'erreur avec mes codes css.

Message par Chacha Lun 4 Juil 2016 - 19:36

Dedepub a écrit:Re désolé j'avais pas fait attention à votre message, j'avais pas pris tout le css entier lol. Sa fonctionne !! Merciii Very Happy Very Happy Very Happy Very Happy Very Happy
Message d'erreur avec mes codes css. MHDoUixBonjour,

Afin de faciliter la gestion des problèmes, si le vôtre est résolu, pensez à :
  • éditer votre premier message,
  • cocher l'icône résolu et enregistrer
Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Message d'erreur avec mes codes css. UsrblLM
Chacha

Chacha
Modéractif
Modéractif

Masculin
Messages : 69301
Inscrit(e) le : 21/08/2010

https://forum.forumactif.com/
Chacha 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