Bug navigateur

2 participants

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

Résolu Bug navigateur

Message par Eden. Ven 13 Jan 2012 - 20:32

Bonsoir,

Alors enfaite je viens de m'en apercevoir d'habitude je suis sous GOOGLE CHROME et la j'ai testé avec mozilla et enfaite avec mozilla je ne vois pas du tout la meme chose qu'avec CHROME, tout est arrondis sur MOZILLA (plus joli) et pas sur CHROME , mais sur Mozilla il y'a des petits points blancs a chaque angle sur le corps du forum...Je sais pas comment faire, d'ou sa vient...
Lien du forum : http://playit.forumactif.org/


Dernière édition par Eden. le Sam 14 Jan 2012 - 13:02, édité 1 fois
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Ven 13 Jan 2012 - 20:33

Bonjour,

Il faudrait que vous me donniez la CSS personnalisé de votre forum (couleur > onglet Feuille de style CSS).

Cordialement.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Ven 13 Jan 2012 - 20:40

Okay Smile Le voila

Code:
body {
background-repeat: no-repeat;
}

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


 /**SOULIGNEMENT EN POINTILLÉ**/
      u {
        border-bottom: 1px dotted black;
        text-decoration: none !important;
        }
 
/**ILLUMINE**/
        a img {
        opacity: 0.8;
        }
        a:hover img {
        opacity: 10.0;
        }
     
     
/* QEEL */
 
.qeel {
text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-family: georgia;
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 2px;
}
 
.surtexte {
text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-family: georgia;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 2px;
}
 
body {
background-repeat: no-repeat;
  background-position: none;
}
 
 
/* DESCRIPTION DES CATEGORIE */
 
.boitehaut{
width: 600px;
color: #1C1B2B;
-moz-border-radius:7px;
background-color: #C9D7FF;
padding-right:10px;
padding-bottom: 3px;
padding-top:3px;
}
 
.boitebas{
color: #1C1B2B;
-moz-border-radius:7px;
background-color: #C9D7FF;
padding-right:10px;
padding-bottom: 3px;
padding-top:3px;
}
 
.vignettes
{-moz-border-radius:7px;
background-color: #C9D7FF;
color: #1C1B2B;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;
}
 
/* TITRES DES CATEGORIE */
 
a.forumlink:link, a.forumlink:visited {
background-image: url("http://img841.imageshack.us/img841/183/hom8.gif");
font-family: georgia;
text-transform : uppercase;
text-align: center;
font-size: 100%;
border-bottom: 5px solid #ffffff;
color: #1C1B2B;
letter-spacing: 1px;
display: block;
-moz-border-radius:10px;
}
a.forumlink:hover, a.forumlink:hover:visited {
background-image: url("http://img822.imageshack.us/img822/6414/pattern2b.png");
color: #1C1B2B;
text-align: center;
display: block;
border-bottom: 5px solid #couleur;
-moz-border-radius:10px;
}
 
/* CODE POUR OPACITER */
 
.pastaff {
filter:alpha(opacity=50);
-moz-opacity:0.5;opacity: 0.5;
padding:4px;
background-color:#97ACDE;
margin:3px;
-moz-border-radius:10px;
border:2px solid #FFFFFF;
}
.pastaff:hover {
filter:alpha(opacity=100);
-moz-opacity:6;opacity: 1;
}
 
/* BARRE DE NAVIGATION */
 
  a.mainmenu
{
  font-family: Century Gothic, serif;
  font-size: 70%;
  color: #1C1B2B;
  text-align: center;
  -moz-border-radius-bottomleft:12px;
  -moz-border-radius-bottomright:12px;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  background-color:#338496;
  padding-left: 2px;
  padding-right: 2px;
  }
 
  a.mainmenu:hover
{
  font-family: Century Gothic, serif;
  font-size: 70%;
  color: #1C1B2B;
  text-align: center;
  -moz-border-radius-bottomleft:12px;
  -moz-border-radius-bottomright:12px;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  background-color:#C2C2C2;
  padding-left: 2px;
  padding-right: 2px;
  }
 
/* PAGE D ACCUEIL */
 
a:link {text-decoration: none; border: none;}
a:visited {text-decoration: none; border: none;}
a:hover {text-decoration: none; border: none;}
a:active {text-decoration: none;border: none;}
a {text-decoration: none; border: none;}
 
.MENU {
text-transform:normal;
text-align:center;
background-color: #C9D7FF;
border-left:7px double #5D7B9E;
border-right:7px double #5D7B9E;
}
 
 
.MENU:hover {
text-align:center;
text-transform:uppercase;
background-color: #71A8DE;
border-left:7px double #5D7B9E;
border-right:7px double #5D7B9E;
 
}
 
.titre {
text-align: left;
color: #3964B0;
font-size: 16px;
font-family: georgia;
font-weight:bold;
font-style:italic;
padding: 1px;
margin-bottom : 2px;
padding-left: 10px;
border-bottom: 3px solid #FFFFFF;
}
 
#subnav A:link, #subnav A:visited, #subnav A:active {
 
font-family: georgia;
font-size: 13px;
font-style:italic;
text-align: center;
padding: 2px;
color: #8C83DE;
background-color: transparent;
line-height: 10px;
display: block;
}
 
#subnav A:hover {
color: #3964B0;
background-color: #C9D7FF;
letter-spacing: 2px;
font-shadow: #C9D7FF 1px 1px 1px;}
 
/* INFOBULLE STAFF */
 
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;
}
 
/* TEXTE */
        a:hover{
        text-decoration: none !important;
        }
     
        a {
        text-decoration: none !important;
        }
     
        a:link {
        text-decoration: none;
        }
     
 a:visited {
        text-decoration: none;
        }
 
a:hover{
letter-spacing : 2px; }
 
a {
text-shadow: 1px 1px 1px #364E57;
}
 
.forumline, td.row1, td.row2, td.row3 {
      -moz-border-radius: 2px;
}
 
a {border-bottom: 1px #000000 dotted;}
 
.description
{
background#1C1B2B;
color:green;
padding:8px;
-moz-border-radius:4px;
font-size:10px;
font-weight:bold;
}

 
a { text-decoration: none; }
a:hover{text-transform:uppercase;}
 
a:hover {
 cursor: ne-resize;
}
 
 
.forumline{
border: 2px #1C1B2Bdashed;
}
 
a.forumlink{
-moz-border-radius: 10px 10px 10px 10px;
border-bottom: 10px double;
display:block;
text-align: right;
}
 
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #1C1B2B;
}
 

 
 
/**CADRE DES AVATAR**/
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border: 5px solid #1C1B2B;
}
 
/**DESCRIPTION DES CATÉGORIES**/
        .descript {
        background-color: #111111 ;
        border: 3px #121212 solid;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius-topleft: 20px;
        -webkit-border-radius-topright: 0px;
        -webkit-border-radius-bottomright: 20px;
        -webkit-border-radius-bottomleft: 0px;
        }
/**COULEUR DES MESSAGES**/
                .colorpicker {
                  width: 356px;
                  height: 176px;
                  overflow: hidden;
                  position: absolute;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_background.png);
                  font-family: Arial, Helvetica, sans-serif;
                  display: none;
                }
                .colorpicker_color {
                  width: 150px;
                  height: 150px;
                  left: 14px;
                  top: 13px;
                  position: absolute;
                  background: #f00;
                  overflow: hidden;
                  cursor: crosshair;
                }
                .colorpicker_color div {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 150px;
                  height: 150px;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_overlay.png);
                }
                .colorpicker_color div div {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 11px;
                  height: 11px;
                  overflow: hidden;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_select.gif);
                  margin: -5px 0 0 -5px;
                }
                .colorpicker_hue {
                  position: absolute;
                  top: 13px;
                  left: 171px;
                  width: 35px;
                  height: 150px;
                  cursor: n-resize;
                }
                .colorpicker_hue div {
                  position: absolute;
                  width: 35px;
                  height: 9px;
                  overflow: hidden;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_indic.gif) left top;
                  margin: -4px 0 0 0;
                  left: 0px;
                }
                .colorpicker_new_color {
                  position: absolute;
                  width: 60px;
                  height: 30px;
                  left: 213px;
                  top: 13px;
                  background: #f00;
                }
                .colorpicker_current_color {
                  position: absolute;
                  width: 60px;
                  height: 30px;
                  left: 283px;
                  top: 13px;
                  background: #f00;
                }
                .colorpicker input {
                  background-color: transparent;
                  border: 1px solid transparent;
                  position: absolute;
                  font-size: 10px;
                  font-family: Arial, Helvetica, sans-serif;
                  color: #898989;
                  top: 4px;
                  right: 11px;
                  text-align: right;
                  margin: 0;
                  padding: 0;
                  height: 11px;
                }
                .colorpicker_hex {
                  position: absolute;
                  width: 72px;
                  height: 22px;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_hex.png) top;
                  left: 212px;
                  top: 142px;
                }
                .colorpicker_hex input {
                  right: 6px;
                }
                .colorpicker_field {
                  height: 22px;
                  width: 62px;
                  background-position: top;
                  position: absolute;
                }
                .colorpicker_field span {
                  position: absolute;
                  width: 12px;
                  height: 22px;
                  overflow: hidden;
                  top: 0;
                  right: 0;
                  cursor: n-resize;
                }
                .colorpicker_rgb_r {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_r.png);
                  top: 52px;
                  left: 212px;
                }
                .colorpicker_rgb_g {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_g.png);
                  top: 82px;
                  left: 212px;
                }
                .colorpicker_rgb_b {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_b.png);
                  top: 112px;
                  left: 212px;
                }
                .colorpicker_hsb_h {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_h.png);
                  top: 52px;
                  left: 282px;
                }
                .colorpicker_hsb_s {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_s.png);
                  top: 82px;
                  left: 282px;
                }
                .colorpicker_hsb_b {
                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_b.png);
                  top: 112px;
                  left: 282px;
                }
                .colorpicker_submit {
                  position: absolute;
                  width: 22px;
                  height: 22px;
                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_submit.png) top;
                  left: 322px;
                  top: 142px;
                  overflow: hidden;
                }
                .colorpicker_focus {
                  background-position: center;
                }
                .colorpicker_hex.colorpicker_focus {
                  background-position: bottom;
                }
                .colorpicker_submit.colorpicker_focus {
                  background-position: bottom;
                }
                .colorpicker_slider {
                  background-position: bottom;
                }

/* DESCRIPTION CATÉGORIE */
-moz-box-shadow: #FFFFFF 5px 5px 10px;
-webkit-box-shadow: #FFFFFF 5px 5px 10px;
box-shadow: #FFFFFF 5px 5px 10px;
.descript {
        background-color: #E0E9FC ;
        border: 3px #ffffff solid;
        -moz-border-radius: 20px 0px 20px 0px;
        -webkit-border-radius: 20px 0px 20px 0px;
        border-radius: 20px 0px 20px 0px;
 
        -moz-box-shadow: #FFFFFF 5px 5px 10px;
        -webkit-box-shadow: #FFFFFF 5px 5px 10px;
          box-shadow: #FFFFFF 5px 5px 10px;
}

table.forumline{
background-color: #fffff4;
border: 2px #619FAD solid;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-border-radius:8px;
-khtml-border-radius:8px;
margin-bottom:20px;
}

.test
{
width: 500px;
height:70px;
border-right:5px solid white;
background-color: #297080;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}

/* couleur de fond titre des catégories */
.secondarytitle
{
background-color: #297080;
}

th
{
background-color: #297080;
}
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Ven 13 Jan 2012 - 20:51

Replacez votre CSS par celui-ci :
Code:
        body {
        background-repeat: no-repeat;
        }
       
        a{text-decoration:none!important;}
        a:hover {text-decoration: none !important;}
       
       
        /**SOULIGNEMENT EN POINTILLÉ**/
              u {
                border-bottom: 1px dotted black;
                text-decoration: none !important;
                }
       
        /**ILLUMINE**/
                a img {
                opacity: 0.8;
                }
                a:hover img {
                opacity: 10.0;
                }
           
           
        /* QEEL */
       
        .qeel {
        text-shadow: 1px 1px 1px #000000;
          font-weight: bold;
          font-family: georgia;
          font-size: 25px;
          font-weight: lighter;
          letter-spacing: 2px;
        }
       
        .surtexte {
        text-shadow: 1px 1px 1px #000000;
          font-weight: bold;
          font-family: georgia;
          font-size: 14px;
          font-weight: lighter;
          letter-spacing: 2px;
        }
       
        body {
        background-repeat: no-repeat;
          background-position: none;
        }
       
       
        /* DESCRIPTION DES CATEGORIE */
       
        .boitehaut{
        width: 600px;
        color: #1C1B2B;
        -moz-border-radius:7px;
   -webkit-border-radius:7px;
   -ô-border-radius:7px;
   -khtml-border-radius:7px;
   border-radius:7px;
        background-color: #C9D7FF;
        padding-right:10px;
        padding-bottom: 3px;
        padding-top:3px;
        }
       
        .boitebas{
        color: #1C1B2B;
        -moz-border-radius:7px;
   -webkit-border-radius:7px;
   -ô-border-radius:7px;
   -khtml-border-radius:7px;
   border-radius:7px;
        background-color: #C9D7FF;
        padding-right:10px;
        padding-bottom: 3px;
        padding-top:3px;
        }
       
        .vignettes
        {-moz-border-radius:7px;
   -webkit-border-radius:7px;
   -ô-border-radius:7px;
   -khtml-border-radius:7px;
   border-radius:7px;
        background-color: #C9D7FF;
        color: #1C1B2B;
        padding-right:10px;
        padding-left:10px;
        padding-bottom: 3px;
        padding-top:3px;
        }
       
        /* TITRES DES CATEGORIE */
       
        a.forumlink:link, a.forumlink:visited {
        background-image: url("http://img841.imageshack.us/img841/183/hom8.gif");
        font-family: georgia;
        text-transform : uppercase;
        text-align: center;
        font-size: 100%;
        border-bottom: 5px solid #ffffff;
        color: #1C1B2B;
        letter-spacing: 1px;
        display: block;
        -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ô-border-radius:10px;
   -khtml-border-radius:10px;
   border-radius:10px;
        }
        a.forumlink:hover, a.forumlink:hover:visited {
        background-image: url("http://img822.imageshack.us/img822/6414/pattern2b.png");
        color: #1C1B2B;
        text-align: center;
        display: block;
        border-bottom: 5px solid #couleur;
        -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ô-border-radius:10px;
   -khtml-border-radius:10px;
   border-radius:10px;
        }
       
        /* CODE POUR OPACITER */
       
        .pastaff {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;opacity: 0.5;
        padding:4px;
        background-color:#97ACDE;
        margin:3px;
        -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ô-border-radius:10px;
   -khtml-border-radius:10px;
   border-radius:10px;
        border:2px solid #FFFFFF;
        }
        .pastaff:hover {
        filter:alpha(opacity=100);
        -moz-opacity:6;opacity: 1;
        }
       
        /* BARRE DE NAVIGATION */
       
          a.mainmenu
        {
          font-family: Century Gothic, serif;
          font-size: 70%;
          color: #1C1B2B;
          text-align: center;
          -moz-border-radius:12px;
     -webkit-border-radius:12px;
     -ô-border-radius:12px;
     -khtml-border-radius:12px;
     border-radius:12px;
          background-color:#338496;
          padding-left: 2px;
          padding-right: 2px;
          }
       
          a.mainmenu:hover
        {
          font-family: Century Gothic, serif;
          font-size: 70%;
          color: #1C1B2B;
          text-align: center;
          -moz-border-radius:12px;
     -webkit-border-radius:12px;
     -ô-border-radius:12px;
     -khtml-border-radius:12px;
     border-radius:12px;
          background-color:#C2C2C2;
          padding-left: 2px;
          padding-right: 2px;
          }
       
        /* PAGE D ACCUEIL */
       
        a:link {text-decoration: none; border: none;}
        a:visited {text-decoration: none; border: none;}
        a:hover {text-decoration: none; border: none;}
        a:active {text-decoration: none;border: none;}
        a {text-decoration: none; border: none;}
       
        .MENU {
        text-transform:normal;
        text-align:center;
        background-color: #C9D7FF;
        border-left:7px double #5D7B9E;
        border-right:7px double #5D7B9E;
        }
       
       
        .MENU:hover {
        text-align:center;
        text-transform:uppercase;
        background-color: #71A8DE;
        border-left:7px double #5D7B9E;
        border-right:7px double #5D7B9E;
       
        }
       
        .titre {
        text-align: left;
        color: #3964B0;
        font-size: 16px;
        font-family: georgia;
        font-weight:bold;
        font-style:italic;
        padding: 1px;
        margin-bottom : 2px;
        padding-left: 10px;
        border-bottom: 3px solid #FFFFFF;
        }
       
        #subnav A:link, #subnav A:visited, #subnav A:active {
       
        font-family: georgia;
        font-size: 13px;
        font-style:italic;
        text-align: center;
        padding: 2px;
        color: #8C83DE;
        background-color: transparent;
        line-height: 10px;
        display: block;
        }
       
        #subnav A:hover {
        color: #3964B0;
        background-color: #C9D7FF;
        letter-spacing: 2px;
        font-shadow: #C9D7FF 1px 1px 1px;}
       
        /* INFOBULLE STAFF */
       
        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;
        }
       
        /* TEXTE */
                a:hover{
                text-decoration: none !important;
                }
           
                a {
                text-decoration: none !important;
                }
           
                a:link {
                text-decoration: none;
                }
           
        a:visited {
                text-decoration: none;
                }
       
        a:hover{
        letter-spacing : 2px; }
       
        a {
        text-shadow: 1px 1px 1px #364E57;
        }
       
        .forumline, td.row1, td.row2, td.row3 {
        -moz-border-radius:2px;
   -webkit-border-radius:2px;
   -ô-border-radius:2px;
   -khtml-border-radius:2px;
   border-radius:2px;px;
        }
       
        a {border-bottom: 1px #000000 dotted;}
       
        .description
        {
        background#1C1B2B;
        color:green;
        padding:8px;
        -moz-border-radius:4px;
   -webkit-border-radius:4px;
   -ô-border-radius:4px;
   -khtml-border-radius:4px;
   border-radius:4px;
        font-size:10px;
        font-weight:bold;
        }
       
       
        a { text-decoration: none; }
        a:hover{text-transform:uppercase;}
       
        a:hover {
        cursor: ne-resize;
        }
       
       
        .forumline{
        border: 2px #1C1B2Bdashed;
        }
       
        a.forumlink{
        -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ô-border-radius:10px;
   -khtml-border-radius:10px;
   border-radius:10px;
        border-bottom: 10px double;
        display:block;
        text-align: right;
        }
       
        .postdetails.poster-profile a img {
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        border: 5px solid #1C1B2B;
        }
       
       
       
       
        /**CADRE DES AVATAR**/
        .postdetails.poster-profile a img {
        -moz-border-radius-bottomleft:8px;
        -moz-border-radius-bottomright:8px;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
        border: 5px solid #1C1B2B;
        }
       
        /**DESCRIPTION DES CATÉGORIES**/
                .descript {
                background-color: #111111 ;
                border: 3px #121212 solid;
                -moz-border-radius-topleft: 20px;
                -moz-border-radius-topright: 0px;
                -moz-border-radius-bottomright: 20px;
                -moz-border-radius-bottomleft: 0px;
                -webkit-border-radius-topleft: 20px;
                -webkit-border-radius-topright: 0px;
                -webkit-border-radius-bottomright: 20px;
                -webkit-border-radius-bottomleft: 0px;
                }
        /**COULEUR DES MESSAGES**/
                        .colorpicker {
                          width: 356px;
                          height: 176px;
                          overflow: hidden;
                          position: absolute;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_background.png);
                          font-family: Arial, Helvetica, sans-serif;
                          display: none;
                        }
                        .colorpicker_color {
                          width: 150px;
                          height: 150px;
                          left: 14px;
                          top: 13px;
                          position: absolute;
                          background: #f00;
                          overflow: hidden;
                          cursor: crosshair;
                        }
                        .colorpicker_color div {
                          position: absolute;
                          top: 0;
                          left: 0;
                          width: 150px;
                          height: 150px;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_overlay.png);
                        }
                        .colorpicker_color div div {
                          position: absolute;
                          top: 0;
                          left: 0;
                          width: 11px;
                          height: 11px;
                          overflow: hidden;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_select.gif);
                          margin: -5px 0 0 -5px;
                        }
                        .colorpicker_hue {
                          position: absolute;
                          top: 13px;
                          left: 171px;
                          width: 35px;
                          height: 150px;
                          cursor: n-resize;
                        }
                        .colorpicker_hue div {
                          position: absolute;
                          width: 35px;
                          height: 9px;
                          overflow: hidden;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_indic.gif) left top;
                          margin: -4px 0 0 0;
                          left: 0px;
                        }
                        .colorpicker_new_color {
                          position: absolute;
                          width: 60px;
                          height: 30px;
                          left: 213px;
                          top: 13px;
                          background: #f00;
                        }
                        .colorpicker_current_color {
                          position: absolute;
                          width: 60px;
                          height: 30px;
                          left: 283px;
                          top: 13px;
                          background: #f00;
                        }
                        .colorpicker input {
                          background-color: transparent;
                          border: 1px solid transparent;
                          position: absolute;
                          font-size: 10px;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #898989;
                          top: 4px;
                          right: 11px;
                          text-align: right;
                          margin: 0;
                          padding: 0;
                          height: 11px;
                        }
                        .colorpicker_hex {
                          position: absolute;
                          width: 72px;
                          height: 22px;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_hex.png) top;
                          left: 212px;
                          top: 142px;
                        }
                        .colorpicker_hex input {
                          right: 6px;
                        }
                        .colorpicker_field {
                          height: 22px;
                          width: 62px;
                          background-position: top;
                          position: absolute;
                        }
                        .colorpicker_field span {
                          position: absolute;
                          width: 12px;
                          height: 22px;
                          overflow: hidden;
                          top: 0;
                          right: 0;
                          cursor: n-resize;
                        }
                        .colorpicker_rgb_r {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_r.png);
                          top: 52px;
                          left: 212px;
                        }
                        .colorpicker_rgb_g {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_g.png);
                          top: 82px;
                          left: 212px;
                        }
                        .colorpicker_rgb_b {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_b.png);
                          top: 112px;
                          left: 212px;
                        }
                        .colorpicker_hsb_h {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_h.png);
                          top: 52px;
                          left: 282px;
                        }
                        .colorpicker_hsb_s {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_s.png);
                          top: 82px;
                          left: 282px;
                        }
                        .colorpicker_hsb_b {
                          background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_b.png);
                          top: 112px;
                          left: 282px;
                        }
                        .colorpicker_submit {
                          position: absolute;
                          width: 22px;
                          height: 22px;
                          background: url(http://tinyurl.com/colorpickerimg/colorpicker_submit.png) top;
                          left: 322px;
                          top: 142px;
                          overflow: hidden;
                        }
                        .colorpicker_focus {
                          background-position: center;
                        }
                        .colorpicker_hex.colorpicker_focus {
                          background-position: bottom;
                        }
                        .colorpicker_submit.colorpicker_focus {
                          background-position: bottom;
                        }
                        .colorpicker_slider {
                          background-position: bottom;
                        }
       
        /* DESCRIPTION CATÉGORIE */
        -moz-box-shadow: #FFFFFF 5px 5px 10px;
        -webkit-box-shadow: #FFFFFF 5px 5px 10px;
        box-shadow: #FFFFFF 5px 5px 10px;
        .descript {
                background-color: #E0E9FC ;
                border: 3px #ffffff solid;
                -moz-border-radius: 20px 0px 20px 0px;
                -webkit-border-radius: 20px 0px 20px 0px;
                border-radius: 20px 0px 20px 0px;
       
                -moz-box-shadow: #FFFFFF 5px 5px 10px;
                -webkit-box-shadow: #FFFFFF 5px 5px 10px;
                  box-shadow: #FFFFFF 5px 5px 10px;
        }
       
        table.forumline{
        background-color: #fffff4;
        border: 2px #619FAD solid;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        -border-radius:8px;
        -khtml-border-radius:8px;
        margin-bottom:20px;
        }
       
        .test
        {
        width: 500px;
        height:70px;
        border-right:5px solid white;
        background-color: #297080;
        margin-top:10px;
        margin-left:auto;
        margin-right:auto;
        }
       
        /* couleur de fond titre des catégories */
        .secondarytitle
        {
        background-color: #297080;
        }
       
        th
        {
        background-color: #297080;
        }

.forumline
{
  padding: 3px;
}
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Ven 13 Jan 2012 - 22:44

Ow sa marche ! Parcontre je vois toujours ces petits points blancs a chaque angle c'est bizarre...
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Ven 13 Jan 2012 - 22:57

Code:
        body {
                background-repeat: no-repeat;
                }
           
                a{text-decoration:none!important;}
                a:hover {text-decoration: none !important;}
           
           
                /**SOULIGNEMENT EN POINTILLÉ**/
                      u {
                        border-bottom: 1px dotted black;
                        text-decoration: none !important;
                        }
           
                /**ILLUMINE**/
                        a img {
                        opacity: 0.8;
                        }
                        a:hover img {
                        opacity: 10.0;
                        }
               
               
                /* QEEL */
           
                .qeel {
                text-shadow: 1px 1px 1px #000000;
                  font-weight: bold;
                  font-family: georgia;
                  font-size: 25px;
                  font-weight: lighter;
                  letter-spacing: 2px;
                }
           
                .surtexte {
                text-shadow: 1px 1px 1px #000000;
                  font-weight: bold;
                  font-family: georgia;
                  font-size: 14px;
                  font-weight: lighter;
                  letter-spacing: 2px;
                }
           
                body {
                background-repeat: no-repeat;
                  background-position: none;
                }
           
           
                /* DESCRIPTION DES CATEGORIE */
           
                .boitehaut{
                width: 600px;
                color: #1C1B2B;
                -moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                padding-right:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
           
                .boitebas{
                color: #1C1B2B;
                -moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                padding-right:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
           
                .vignettes
                {-moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                color: #1C1B2B;
                padding-right:10px;
                padding-left:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
           
                /* TITRES DES CATEGORIE */
           
                a.forumlink:link, a.forumlink:visited {
                background-image: url("http://img841.imageshack.us/img841/183/hom8.gif");
                font-family: georgia;
                text-transform : uppercase;
                text-align: center;
                font-size: 100%;
                border-bottom: 5px solid #ffffff;
                color: #1C1B2B;
                letter-spacing: 1px;
                display: block;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                }
                a.forumlink:hover, a.forumlink:hover:visited {
                background-image: url("http://img822.imageshack.us/img822/6414/pattern2b.png");
                color: #1C1B2B;
                text-align: center;
                display: block;
                border-bottom: 5px solid #couleur;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                }
           
                /* CODE POUR OPACITER */
           
                .pastaff {
                filter:alpha(opacity=50);
                -moz-opacity:0.5;opacity: 0.5;
                padding:4px;
                background-color:#97ACDE;
                margin:3px;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                border:2px solid #FFFFFF;
                }
                .pastaff:hover {
                filter:alpha(opacity=100);
                -moz-opacity:6;opacity: 1;
                }
           
                /* BARRE DE NAVIGATION */
           
                  a.mainmenu
                {
                  font-family: Century Gothic, serif;
                  font-size: 70%;
                  color: #1C1B2B;
                  text-align: center;
                  -moz-border-radius:12px;
            -webkit-border-radius:12px;
            -ô-border-radius:12px;
            -khtml-border-radius:12px;
            border-radius:12px;
                  background-color:#338496;
                  padding-left: 2px;
                  padding-right: 2px;
                  }
           
                  a.mainmenu:hover
                {
                  font-family: Century Gothic, serif;
                  font-size: 70%;
                  color: #1C1B2B;
                  text-align: center;
                  -moz-border-radius:12px;
            -webkit-border-radius:12px;
            -ô-border-radius:12px;
            -khtml-border-radius:12px;
            border-radius:12px;
                  background-color:#C2C2C2;
                  padding-left: 2px;
                  padding-right: 2px;
                  }
           
                /* PAGE D ACCUEIL */
           
                a:link {text-decoration: none; border: none;}
                a:visited {text-decoration: none; border: none;}
                a:hover {text-decoration: none; border: none;}
                a:active {text-decoration: none;border: none;}
                a {text-decoration: none; border: none;}
           
                .MENU {
                text-transform:normal;
                text-align:center;
                background-color: #C9D7FF;
                border-left:7px double #5D7B9E;
                border-right:7px double #5D7B9E;
                }
           
           
                .MENU:hover {
                text-align:center;
                text-transform:uppercase;
                background-color: #71A8DE;
                border-left:7px double #5D7B9E;
                border-right:7px double #5D7B9E;
           
                }
           
                .titre {
                text-align: left;
                color: #3964B0;
                font-size: 16px;
                font-family: georgia;
                font-weight:bold;
                font-style:italic;
                padding: 1px;
                margin-bottom : 2px;
                padding-left: 10px;
                border-bottom: 3px solid #FFFFFF;
                }
           
                #subnav A:link, #subnav A:visited, #subnav A:active {
           
                font-family: georgia;
                font-size: 13px;
                font-style:italic;
                text-align: center;
                padding: 2px;
                color: #8C83DE;
                background-color: transparent;
                line-height: 10px;
                display: block;
                }
           
                #subnav A:hover {
                color: #3964B0;
                background-color: #C9D7FF;
                letter-spacing: 2px;
                font-shadow: #C9D7FF 1px 1px 1px;}
           
                /* INFOBULLE STAFF */
           
                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;
                }
           
                /* TEXTE */
                        a:hover{
                        text-decoration: none !important;
                        }
               
                        a {
                        text-decoration: none !important;
                        }
               
                        a:link {
                        text-decoration: none;
                        }
               
                a:visited {
                        text-decoration: none;
                        }
           
                a:hover{
                letter-spacing : 2px; }
           
                a {
                text-shadow: 1px 1px 1px #364E57;
                }
           
                .forumline, td.row1, td.row2, td.row3 {
                -moz-border-radius:2px;
          -webkit-border-radius:2px;
          -ô-border-radius:2px;
          -khtml-border-radius:2px;
          border-radius:2px;
                }
           
                a {border-bottom: 1px #000000 dotted;}
           
                .description
                {
                background#1C1B2B;
                color:green;
                padding:8px;
                -moz-border-radius:4px;
          -webkit-border-radius:4px;
          -ô-border-radius:4px;
          -khtml-border-radius:4px;
          border-radius:4px;
                font-size:10px;
                font-weight:bold;
                }
           
           
                a { text-decoration: none; }
                a:hover{text-transform:uppercase;}
           
                a:hover {
                cursor: ne-resize;
                }
           
           
                .forumline{
                border: 2px #1C1B2Bdashed;
                }
           
                a.forumlink{
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                border-bottom: 10px double;
                display:block;
                text-align: right;
                }
           
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:10px;
                -moz-border-radius-bottomright:10px;
                -moz-border-radius-topleft:10px;
                -moz-border-radius-topright:10px;
                border: 5px solid #1C1B2B;
                }
           
           
           
           
                /**CADRE DES AVATAR**/
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:8px;
                -moz-border-radius-bottomright:8px;
                -moz-border-radius-topleft:8px;
                -moz-border-radius-topright:8px;
                border: 5px solid #1C1B2B;
                }
           
                /**DESCRIPTION DES CATÉGORIES**/
                        .descript {
                        background-color: #111111 ;
                        border: 3px #121212 solid;
                        -moz-border-radius-topleft: 20px;
                        -moz-border-radius-topright: 0px;
                        -moz-border-radius-bottomright: 20px;
                        -moz-border-radius-bottomleft: 0px;
                        -webkit-border-radius-topleft: 20px;
                        -webkit-border-radius-topright: 0px;
                        -webkit-border-radius-bottomright: 20px;
                        -webkit-border-radius-bottomleft: 0px;
                        }
                /**COULEUR DES MESSAGES**/
                                .colorpicker {
                                  width: 356px;
                                  height: 176px;
                                  overflow: hidden;
                                  position: absolute;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_background.png);
                                  font-family: Arial, Helvetica, sans-serif;
                                  display: none;
                                }
                                .colorpicker_color {
                                  width: 150px;
                                  height: 150px;
                                  left: 14px;
                                  top: 13px;
                                  position: absolute;
                                  background: #f00;
                                  overflow: hidden;
                                  cursor: crosshair;
                                }
                                .colorpicker_color div {
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 150px;
                                  height: 150px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_overlay.png);
                                }
                                .colorpicker_color div div {
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 11px;
                                  height: 11px;
                                  overflow: hidden;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_select.gif);
                                  margin: -5px 0 0 -5px;
                                }
                                .colorpicker_hue {
                                  position: absolute;
                                  top: 13px;
                                  left: 171px;
                                  width: 35px;
                                  height: 150px;
                                  cursor: n-resize;
                                }
                                .colorpicker_hue div {
                                  position: absolute;
                                  width: 35px;
                                  height: 9px;
                                  overflow: hidden;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_indic.gif) left top;
                                  margin: -4px 0 0 0;
                                  left: 0px;
                                }
                                .colorpicker_new_color {
                                  position: absolute;
                                  width: 60px;
                                  height: 30px;
                                  left: 213px;
                                  top: 13px;
                                  background: #f00;
                                }
                                .colorpicker_current_color {
                                  position: absolute;
                                  width: 60px;
                                  height: 30px;
                                  left: 283px;
                                  top: 13px;
                                  background: #f00;
                                }
                                .colorpicker input {
                                  background-color: transparent;
                                  border: 1px solid transparent;
                                  position: absolute;
                                  font-size: 10px;
                                  font-family: Arial, Helvetica, sans-serif;
                                  color: #898989;
                                  top: 4px;
                                  right: 11px;
                                  text-align: right;
                                  margin: 0;
                                  padding: 0;
                                  height: 11px;
                                }
                                .colorpicker_hex {
                                  position: absolute;
                                  width: 72px;
                                  height: 22px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_hex.png) top;
                                  left: 212px;
                                  top: 142px;
                                }
                                .colorpicker_hex input {
                                  right: 6px;
                                }
                                .colorpicker_field {
                                  height: 22px;
                                  width: 62px;
                                  background-position: top;
                                  position: absolute;
                                }
                                .colorpicker_field span {
                                  position: absolute;
                                  width: 12px;
                                  height: 22px;
                                  overflow: hidden;
                                  top: 0;
                                  right: 0;
                                  cursor: n-resize;
                                }
                                .colorpicker_rgb_r {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_r.png);
                                  top: 52px;
                                  left: 212px;
                                }
                                .colorpicker_rgb_g {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_g.png);
                                  top: 82px;
                                  left: 212px;
                                }
                                .colorpicker_rgb_b {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_b.png);
                                  top: 112px;
                                  left: 212px;
                                }
                                .colorpicker_hsb_h {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_h.png);
                                  top: 52px;
                                  left: 282px;
                                }
                                .colorpicker_hsb_s {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_s.png);
                                  top: 82px;
                                  left: 282px;
                                }
                                .colorpicker_hsb_b {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_b.png);
                                  top: 112px;
                                  left: 282px;
                                }
                                .colorpicker_submit {
                                  position: absolute;
                                  width: 22px;
                                  height: 22px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_submit.png) top;
                                  left: 322px;
                                  top: 142px;
                                  overflow: hidden;
                                }
                                .colorpicker_focus {
                                  background-position: center;
                                }
                                .colorpicker_hex.colorpicker_focus {
                                  background-position: bottom;
                                }
                                .colorpicker_submit.colorpicker_focus {
                                  background-position: bottom;
                                }
                                .colorpicker_slider {
                                  background-position: bottom;
                                }
           
                /* DESCRIPTION CATÉGORIE */
                .descript {
                        background-color: #E0E9FC ;
                        border: 3px solid #ffffff;
                        -moz-border-radius: 20px 0px 20px 0px;
                        -webkit-border-radius: 20px 0px 20px 0px;
                        border-radius: 20px 0px 20px 0px;
                }
           
                table.forumline{
                background-color: #fffff4;
                border: 2px #619FAD solid;
                -moz-border-radius:8px;
                -webkit-border-radius:8px;
                -border-radius:8px;
                -khtml-border-radius:8px;
                margin-bottom:20px;
                }
           
                .test
                {
                width: 500px;
                height:70px;
                border-right:5px solid white;
                background-color: #297080;
                margin-top:10px;
                margin-left:auto;
                margin-right:auto;
                }
           
                /* couleur de fond titre des catégories */
                .secondarytitle
                {
                background-color: #297080;
                }
           
                th
                {
                background-color: #297080;
                }
       
        .forumline
        {
          padding: 3px;
        }

Essayez.


Dernière édition par Gorgorbey le Ven 13 Jan 2012 - 23:24, édité 1 fois
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Ven 13 Jan 2012 - 23:04

Hmm sa marche pas toujours :s je sais pas d'ou sa vient ce machin x)
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Ven 13 Jan 2012 - 23:24

Code édité.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Sam 14 Jan 2012 - 0:06

Sa ne marche toujours pas, tant pis je ne vais pas vous ennuyez plus longtemps je suis désolé x)
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Sam 14 Jan 2012 - 0:09

Ça ne me dérange pas Wink
Essayez d'enlever tout la CSS pour voir si le problème est toujours là (être sur que c'est la CSS).
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Sam 14 Jan 2012 - 0:16

Une fois que j'enlève tout le CSS c'est horrible d'un XD et le problème se volatilise en effet ! Donc sa doit venir de la ...
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Sam 14 Jan 2012 - 0:22

Avez-vous touché le template index_box ? Il me le faudrait également.


Dernière édition par Gorgorbey le Sam 14 Jan 2012 - 0:33, édité 1 fois
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Sam 14 Jan 2012 - 0:31

Oui j'ai du y toucher je crois le voila

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
     
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
 
            </span>
        </h{catrow.forumrow.LEVEL}>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
      </td>
     
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->


Dernière édition par Eden. le Sam 14 Jan 2012 - 0:38, édité 1 fois
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Sam 14 Jan 2012 - 0:33

J'ai confondu dsl. Editez votre message c'est le template index_box Wink
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Sam 14 Jan 2012 - 0:45

Code:
body {
                background-repeat: no-repeat;
                }
         
                a{text-decoration:none!important;}
                a:hover {text-decoration: none !important;}
         
         
                /**SOULIGNEMENT EN POINTILLÉ**/
                      u {
                        border-bottom: 1px dotted black;
                        text-decoration: none !important;
                        }
         
                /**ILLUMINE**/
                        a img {
                        opacity: 0.8;
                        }
                        a:hover img {
                        opacity: 10.0;
                        }
             
             
                /* QEEL */
         
                .qeel {
                text-shadow: 1px 1px 1px #000000;
                  font-weight: bold;
                  font-family: georgia;
                  font-size: 25px;
                  font-weight: lighter;
                  letter-spacing: 2px;
                }
         
                .surtexte {
                text-shadow: 1px 1px 1px #000000;
                  font-weight: bold;
                  font-family: georgia;
                  font-size: 14px;
                  font-weight: lighter;
                  letter-spacing: 2px;
                }
         
                body {
                background-repeat: no-repeat;
                  background-position: none;
                }
         
         
                /* DESCRIPTION DES CATEGORIE */
         
                .boitehaut{
                width: 600px;
                color: #1C1B2B;
                -moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                padding-right:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
         
                .boitebas{
                color: #1C1B2B;
                -moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                padding-right:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
         
                .vignettes
                {-moz-border-radius:7px;
          -webkit-border-radius:7px;
          -ô-border-radius:7px;
          -khtml-border-radius:7px;
          border-radius:7px;
                background-color: #C9D7FF;
                color: #1C1B2B;
                padding-right:10px;
                padding-left:10px;
                padding-bottom: 3px;
                padding-top:3px;
                }
         
                /* TITRES DES CATEGORIE */
         
                a.forumlink:link, a.forumlink:visited {
                background-image: url("http://img841.imageshack.us/img841/183/hom8.gif");
                font-family: georgia;
                text-transform : uppercase;
                text-align: center;
                font-size: 100%;
                border-bottom: 5px solid #ffffff;
                color: #1C1B2B;
                letter-spacing: 1px;
                display: block;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                }
                a.forumlink:hover, a.forumlink:hover:visited {
                background-image: url("http://img822.imageshack.us/img822/6414/pattern2b.png");
                color: #1C1B2B;
                text-align: center;
                display: block;
                border-bottom: 5px solid #couleur;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                }
         
                /* CODE POUR OPACITER */
         
                .pastaff {
                filter:alpha(opacity=50);
                -moz-opacity:0.5;opacity: 0.5;
                padding:4px;
                background-color:#97ACDE;
                margin:3px;
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                border:2px solid #FFFFFF;
                }
                .pastaff:hover {
                filter:alpha(opacity=100);
                -moz-opacity:6;opacity: 1;
                }
         
                /* BARRE DE NAVIGATION */
         
                  a.mainmenu
                {
                  font-family: Century Gothic, serif;
                  font-size: 70%;
                  color: #1C1B2B;
                  text-align: center;
                  -moz-border-radius:12px;
            -webkit-border-radius:12px;
            -ô-border-radius:12px;
            -khtml-border-radius:12px;
            border-radius:12px;
                  background-color:#338496;
                  padding-left: 2px;
                  padding-right: 2px;
                  }
         
                  a.mainmenu:hover
                {
                  font-family: Century Gothic, serif;
                  font-size: 70%;
                  color: #1C1B2B;
                  text-align: center;
                  -moz-border-radius:12px;
            -webkit-border-radius:12px;
            -ô-border-radius:12px;
            -khtml-border-radius:12px;
            border-radius:12px;
                  background-color:#C2C2C2;
                  padding-left: 2px;
                  padding-right: 2px;
                  }
         
                /* PAGE D ACCUEIL */
         
                a:link {text-decoration: none; border: none;}
                a:visited {text-decoration: none; border: none;}
                a:hover {text-decoration: none; border: none;}
                a:active {text-decoration: none;border: none;}
                a {text-decoration: none; border: none;}
         
                .MENU {
                text-transform:normal;
                text-align:center;
                background-color: #C9D7FF;
                border-left:7px double #5D7B9E;
                border-right:7px double #5D7B9E;
                }
         
         
                .MENU:hover {
                text-align:center;
                text-transform:uppercase;
                background-color: #71A8DE;
                border-left:7px double #5D7B9E;
                border-right:7px double #5D7B9E;
         
                }
         
                .titre {
                text-align: left;
                color: #3964B0;
                font-size: 16px;
                font-family: georgia;
                font-weight:bold;
                font-style:italic;
                padding: 1px;
                margin-bottom : 2px;
                padding-left: 10px;
                border-bottom: 3px solid #FFFFFF;
                }
         
                #subnav A:link, #subnav A:visited, #subnav A:active {
         
                font-family: georgia;
                font-size: 13px;
                font-style:italic;
                text-align: center;
                padding: 2px;
                color: #8C83DE;
                background-color: transparent;
                line-height: 10px;
                display: block;
                }
         
                #subnav A:hover {
                color: #3964B0;
                background-color: #C9D7FF;
                letter-spacing: 2px;
                font-shadow: #C9D7FF 1px 1px 1px;}
         
                /* INFOBULLE STAFF */
         
                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;
                }
         
               
/* TEXTE */
                        a:hover{
                        text-decoration: none !important;
                        }
             
                        a {
                        text-decoration: none !important;
                        }
             
                        a:link {
                        text-decoration: none;
                        }
             
                a:visited {
                        text-decoration: none;
                        }
         
                a:hover{
                letter-spacing : 2px; }
         
                a {
                text-shadow: 1px 1px 1px #364E57;
                }
         
         
                a {border-bottom: 1px #000000 dotted;}
         
                .description
                {
                background#1C1B2B;
                color:green;
                padding:8px;
                -moz-border-radius:4px;
          -webkit-border-radius:4px;
          -ô-border-radius:4px;
          -khtml-border-radius:4px;
          border-radius:4px;
                font-size:10px;
                font-weight:bold;
                }
         
         
                a { text-decoration: none; }
                a:hover{text-transform:uppercase;}
         
                a:hover {
                cursor: ne-resize;
                }
         
          .forumline{
                border: 2px #1C1B2Bdashed;
                }
               

                a.forumlink{
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                border-bottom: 10px double;
                display:block;
                text-align: right;
                }
         
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:10px;
                -moz-border-radius-bottomright:10px;
                -moz-border-radius-topleft:10px;
                -moz-border-radius-topright:10px;
                border: 5px solid #1C1B2B;
                }

         
                /**CADRE DES AVATAR**/
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:8px;
                -moz-border-radius-bottomright:8px;
                -moz-border-radius-topleft:8px;
                -moz-border-radius-topright:8px;
                border: 5px solid #1C1B2B;
                }
         

/**DESCRIPTION DES CATÉGORIES**/
                        .descript {
                        background-color: #111111 ;
                        border: 3px #121212 solid;
                        -moz-border-radius-topleft: 20px;
                        -moz-border-radius-topright: 0px;
                        -moz-border-radius-bottomright: 20px;
                        -moz-border-radius-bottomleft: 0px;
                        -webkit-border-radius-topleft: 20px;
                        -webkit-border-radius-topright: 0px;
                        -webkit-border-radius-bottomright: 20px;
                        -webkit-border-radius-bottomleft: 0px;
                        }


                /**COULEUR DES MESSAGES**/
                                .colorpicker {
                                  width: 356px;
                                  height: 176px;
                                  overflow: hidden;
                                  position: absolute;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_background.png);
                                  font-family: Arial, Helvetica, sans-serif;
                                  display: none;
                                }
                                .colorpicker_color {
                                  width: 150px;
                                  height: 150px;
                                  left: 14px;
                                  top: 13px;
                                  position: absolute;
                                  background: #f00;
                                  overflow: hidden;
                                  cursor: crosshair;
                                }
                                .colorpicker_color div {
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 150px;
                                  height: 150px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_overlay.png);
                                }
                                .colorpicker_color div div {
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 11px;
                                  height: 11px;
                                  overflow: hidden;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_select.gif);
                                  margin: -5px 0 0 -5px;
                                }
                                .colorpicker_hue {
                                  position: absolute;
                                  top: 13px;
                                  left: 171px;
                                  width: 35px;
                                  height: 150px;
                                  cursor: n-resize;
                                }
                                .colorpicker_hue div {
                                  position: absolute;
                                  width: 35px;
                                  height: 9px;
                                  overflow: hidden;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_indic.gif) left top;
                                  margin: -4px 0 0 0;
                                  left: 0px;
                                }
                                .colorpicker_new_color {
                                  position: absolute;
                                  width: 60px;
                                  height: 30px;
                                  left: 213px;
                                  top: 13px;
                                  background: #f00;
                                }
                                .colorpicker_current_color {
                                  position: absolute;
                                  width: 60px;
                                  height: 30px;
                                  left: 283px;
                                  top: 13px;
                                  background: #f00;
                                }
                                .colorpicker input {
                                  background-color: transparent;
                                  border: 1px solid transparent;
                                  position: absolute;
                                  font-size: 10px;
                                  font-family: Arial, Helvetica, sans-serif;
                                  color: #898989;
                                  top: 4px;
                                  right: 11px;
                                  text-align: right;
                                  margin: 0;
                                  padding: 0;
                                  height: 11px;
                                }
                                .colorpicker_hex {
                                  position: absolute;
                                  width: 72px;
                                  height: 22px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_hex.png) top;
                                  left: 212px;
                                  top: 142px;
                                }
                                .colorpicker_hex input {
                                  right: 6px;
                                }
                                .colorpicker_field {
                                  height: 22px;
                                  width: 62px;
                                  background-position: top;
                                  position: absolute;
                                }
                                .colorpicker_field span {
                                  position: absolute;
                                  width: 12px;
                                  height: 22px;
                                  overflow: hidden;
                                  top: 0;
                                  right: 0;
                                  cursor: n-resize;
                                }
                                .colorpicker_rgb_r {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_r.png);
                                  top: 52px;
                                  left: 212px;
                                }
                                .colorpicker_rgb_g {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_g.png);
                                  top: 82px;
                                  left: 212px;
                                }
                                .colorpicker_rgb_b {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_rgb_b.png);
                                  top: 112px;
                                  left: 212px;
                                }
                                .colorpicker_hsb_h {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_h.png);
                                  top: 52px;
                                  left: 282px;
                                }
                                .colorpicker_hsb_s {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_s.png);
                                  top: 82px;
                                  left: 282px;
                                }
                                .colorpicker_hsb_b {
                                  background-image: url(http://tinyurl.com/colorpickerimg/colorpicker_hsb_b.png);
                                  top: 112px;
                                  left: 282px;
                                }
                                .colorpicker_submit {
                                  position: absolute;
                                  width: 22px;
                                  height: 22px;
                                  background: url(http://tinyurl.com/colorpickerimg/colorpicker_submit.png) top;
                                  left: 322px;
                                  top: 142px;
                                  overflow: hidden;
                                }
                                .colorpicker_focus {
                                  background-position: center;
                                }
                                .colorpicker_hex.colorpicker_focus {
                                  background-position: bottom;
                                }
                                .colorpicker_submit.colorpicker_focus {
                                  background-position: bottom;
                                }
                                .colorpicker_slider {
                                  background-position: bottom;
                                }
         
                /* DESCRIPTION CATÉGORIE */
                .descript {
                        background-color: #E0E9FC ;
                        border: 3px solid #ffffff;
                        -moz-border-radius: 20px 0px 20px 0px;
                        -webkit-border-radius: 20px 0px 20px 0px;
                        border-radius: 20px 0px 20px 0px;
                }
         
                table.forumline{
                background-color: #fffff4;
                border: 2px #619FAD solid;
                -moz-border-radius:8px;
                -webkit-border-radius:8px;
                -border-radius:8px;
                -khtml-border-radius:8px;
                margin-bottom:20px;
                }
         
                .test
                {
                width: 500px;
                height:70px;
                border-right:5px solid white;
                background-color: #297080;
                margin-top:10px;
                margin-left:auto;
                margin-right:auto;
                }
         
                /* couleur de fond titre des catégories */
                .secondarytitle
                {
                background-color: #297080;
                }
         
                th
                {
                background-color: #297080;
                }
     
        .forumline
        {
          padding: 3px;
        }

Voilou ! Wink
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Eden. Sam 14 Jan 2012 - 0:48

Vous êtes sérieusement puissant XDD Merci le problème est enfin résolu ^0^
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Bug navigateur

Message par Gorgorbey Sam 14 Jan 2012 - 0:49

Avec plaisir votre problème m'a fait "suer" Razz
Bonne soirée et bonne continuation !
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey 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