Problème de fond de forum

2 participants

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

Résolu Problème de fond de forum

Message par Little_dragon Mar 20 Mai 2014 - 17:15

salut j'ai un problème de fond de mon forum voila le lien blackbuttler.forum-canada.com le fond apparait pas sur tout il apparait juste en haut de la bannière...

Merci beaucoup pour votre aide d'avance


Dernière édition par Little_dragon le Mer 21 Mai 2014 - 1:13, édité 1 fois
Little_dragon

Little_dragon
****

Féminin
Messages : 243
Inscrit(e) le : 04/06/2012

http://www.zen-hotel.forum-canada.com
Little_dragon a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond de forum

Message par Self Mar 20 Mai 2014 - 19:45

Bonjour,

Dans votre CSS vous avez ce passage :
Code:
body {
    background-position: center top;
    background-repeat: no-repeat;
}

Il faut le trouver puis enlever la ligne :
Code:
background-repeat: no-repeat;

Cordialement Smile .
Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond de forum

Message par Little_dragon Mar 20 Mai 2014 - 20:42

coucou

je le trouve pas ce code moi sa dit repeat je le montre

Code:
body { background-attachment: no-fixed; background-repeat: repeat; background-position: top center;}
table.forumline {border:1px dotted;}a:hover{text-transform:uppercase;}


a {color:#D6AA45;text-decoration:none;}
A:link, A:active, A:visited {text-decoration : none;outline: none;}
a:hover {text-decoration : none !important;outline: none; color:#A9CC3F;}

.postbody I {color: #89bab4; letter-spacing: 1px; text-shadow: #FFFFFF 1px 1px 0px;}
U {border-bottom: 1px solid; text-decoration: none;}


.bodylinewidth {
margin-top: 366px;
}
background-size: 100%;
/* GENERAL */


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

.bodylinewidth
{  width: 990px;  margin: auto;}

a.mainmenu
{ text-decoration: none; color : #9A4054; font-size: 22px;
  font-family: Brush Script MT;  text-shadow: 0px 0px 0px #B9AF96;
transition: 1s;  -moz-transition: 1s;  -o-transition: 1s;  -htm-transition: 1s;  -webkit-transition: 1s; }

a.mainmenu:hover
{ text-decoration: none; color : #D4474D;  text-shadow: 0px 2px 2px #EBEAE6;
transition: 1s;  -moz-transition: 1s;  -o-transition: 1s;  -htm-transition: 1s;  -webkit-transition: 1s; }



.bodyline {
  padding : 0;
}

.forumline {
  border-top : 5px solid #EADBDD;
  border-bottom : 5px solid #EADBDD;
}

.bodylinewidth {
margin-top: 366px;
}
.bodylinewidth {
  margin-top: 380px;
}
/* MISE EN FORME DES CATEGORIES ET FORUMS */

.cate_titre
{
  clear: both;
  height: 100px;
  margin-top: 50px;
}
.catetitre_bloc
{
position: relative;
z-index: 1;
display: block;
width: 90%;
height: 20px;
margin-left: auto;
margin-right : auto;
background-color: #a8a8a8;
transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-htm-transform: rotate(5deg);
}
.catetitre_content
{
position: absolute;
z-index: 2;
display: block;
width: 950px;
margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
text-align: center;
padding: 2px;
  border-bottom: 3px dotted #191817;
}
.catetitre
{
color: #454545;
font-family: arial;
font-size: 26px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 0px #000000;
}

.forum_bloc
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.forum
{
float: left;
width: 460px;
height: 250px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 50px;
}
a.forumlink
{
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  color: #454545;
  text-align: center;
font-family: arial;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 0px #000000;
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
a.forumlink:hover
{
  letter-spacing: 4px;
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.forum_contenu
{
  position: relative;
  z-index: 1;
  width: 98%;
  height: 90%;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  background-color: #d9d9d9;
  border-left: 1px dotted #191817;
  border-right: 1px dotted #191817;
  border-bottom: 1px dotted #191817;
  border-top: 5px solid #191817;
}
.description
{
  display: block;
  width: 400px;
  margin: auto;
  height: 100px;
  overflow: hidden;
  border: 2px solid #9c9c9c;
  box-shadow: 1px 1px 1px #191817;
  -moz-box-shadow: 1px 1px 1px #191817;
  -htm-box-shadow: 1px 1px 1px #191817;
  -webkit-box-shadow: 1px 1px 1px #191817;
  -o-box-shadow: 1px 1px 1px #191817;
}
.description_contenu
{
  position: absolute;
  display: block;
  width: 391px;
  height: 91px;
  overflow: auto;
  background-color: #191817;
  font-size: 10px;
  color: #9c9c9c;
  text-align: justify;
  padding: 5px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.description_contenu:hover
{
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: alpha(opacity=80);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.icone_stats
{
  width: 300px;
  margin: auto;
  margin-top: -30px;
}
.stats_lastpost
{
  display: block;
  width: 160px;
  height: 80px;
  margin-left: 10px;
  background-color: #c8c8c8;
  border: 1px solid #b5b5b5;
  padding: 5px;
  text-align: center;
}
.stats
{
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px dotted #b5b5b5;
  padding-bottom: 5px;
  font-size: 10px;
  color: #8f8f8f;
}
.lastpost
{
  display: block;
  font-size: 11px;
}
.sforum
{
  position: relative;
  z-index: 3;
  display: block;
  height: 0;
    background: #191817;
  color: #b5b5b5;
  overflow: hidden;
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.ouverture_sousforum
{
  position: relative;
  z-index: 3;
  display: block;
  float: right;
  width: 120px;
  margin-right: 20px;
  background: #191817;
  color: #b5b5b5;
  font-size: 11px;
  text-align: center;
  padding: 4px;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.sous_forum:hover .sforum
{
  height: 50px;
  background: #191817;
  color: #b5b5b5;
  padding: 4px;
  overflow: auto;
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.sous_forum a
{
  color: #b5b5b5 !important;
  text-shadow: 1px 1px 0px #000000;
}
.sous_forum a:hover
{
  color: #ffffff !important;
}

body {background-repeat: no-repeat;}

a {color:#D6AA45;text-decoration:none;}
A:link, A:active, A:visited {text-decoration : none;outline: none;}
a:hover {text-decoration : none !important;outline: none; color:#A9CC3F;}

.postbody I {color: #89bab4; letter-spacing: 1px; text-shadow: #FFFFFF 1px 1px 0px;}
U {border-bottom: 1px solid; text-decoration: none;}

/* SELECTION RAPIDE */

.selectCode { float:right; text-transform: uppercase; cursor:pointer; }

/* PROFIL DANS LES MESSAGES */

.name {
  font-family: 'Calligraffitti', cursive;
  font-size: 18px;
  word-spacing: 2px;}

/* QUI EST EN LIGNE */

.qeel{
  background-color: #ffffff;
  width:600px;
  height:auto;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  padding-top:15px;
  border-radius: 20px;}

a.kaishou {
  font-family: 'Calligraffitti', cursive;
  font-size: 24px;
  word-spacing: 3px;
  color: #7E2BC2;
  text-shadow: #E8E8E8 1px 1px 0px; }

a.shikaisha {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 24px;
  word-spacing: 3px;
  color: #71B35D;
  text-shadow: #E8E8E8 1px 1px 0px; }

a.yatonin {
  font-family: 'Calligraffitti', cursive;
  font-size: 24px;
  word-spacing: 3px;
  color: #F07313;
  text-shadow: #E8E8E8 1px 1px 0px; }

a.chibis {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 24px;
  word-spacing: 3px;
  color: #E6A500;
  text-shadow: #E8E8E8 1px 1px 0px; }

.qeel_titre_colonne {
  font-family: georgia;
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  letter-spacing:-1px;
  text-align: center;
  text-transform : lowercase;
  text-shadow: #E8E8E8 1px 1px 0px;}

.qeel_colonne{
  text-align:justify;
  font-size:12px;
  vertical-align:top;
  padding: 10px 10px 10px 10px;}


/* BARRE DE NAVIGATION */

.mainmenu {
   
    font-family:georgia;
    font-size:16px;
    text-transform:lowercase;
    letter-spacing:-1px;
    font-style:italic;
    text-shadow:1px 1px 0px #fffff;}

A.mainmenu:link, A.mainmenu:active, A.mainmenu:visited {color:#7498A8;}
A.mainmenu:hover {color:#;}


/* TITRES CATEGORIES & FORUMS */

.secondarytitle {
  font-family: "Courier New", Courier, Monospace;
  letter-spacing:2px;}

a.forumlink {
  border-bottom: 1px dotted;
  font-family:georgia;
  font-style:italic;
  font-size:17px;
  display:block;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left:15px;
  letter-spacing:-1px;
 
  padding-left: -10px;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s; 
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

a.forumlink:hover {
  letter-spacing: 3pt;
  padding-left: 10px;
  transform: all;
  -moz-transform: all;
  -o-transform: all;
  -htm-transform: all;
  -webkit-transform: all;
  transition: 1s; 
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;}

a.forumlink:before {content:"“ ";}

.message_sujet {
  font-size: 9px;}

/* MESSAGES IMPORTANTS */

.t1 {
  display:block;
  font-family:times new roman;
  font-size:35px;
  text-transform:lowercase;
  letter-spacing:-1px;
  font-style:italic;
  font-weight:lighter;
  text-align:center;
  color:#89bab4 ;
  padding-bottom:5px;}

.st1 {
  padding-top:5px;
  font-size:11px;
  font-family:georgia;
  color:#CEB598;
  text-align:center;
  text-transform:lowercase;
  letter-spacing:3px;}

.admin1 {
  background-image:url('http://img11.hostingpics.net/pics/739643vfd.png');
  border-bottom: 3px solid #c0ab98;
  border-top: 3px solid #c0ab98;
  border-left: 1px dotted #c0ab98;
  border-right: 1px dotted #c0ab98;
  border-radius: 15px 15px 15px 15px;
  padding:20px;}

.admin2 {
  background-color: #f6f3ea;
  border-top: 1px dotted #ceb598;
  border-bottom: 1px dotted #ceb598;
  border-left: 3px solid #ceb598;
  border-right: 3px solid #ceb598;
  border-radius: 15px 15px 15px 15px;
  padding: 8px 10px 10px 10px;
  margin : 10px 20px;
  color: #878787;
  font-style:normal;}

/* ARRONDIES GENERAUX */

.forumline {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }

th#thleft {
  -webkit-border-top-left-radius: 15px;
  z-border-radius-topleft: 15px;
  border-top-left-radius: 15px; }

th#thright {
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px; }

td#tdqeel{border-radius:15px 15px 0 0;}


/* TOOLBAR */

.toolbar_avatar {
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border-radius: 3px;
  margin-bottom: -10px;}


/* PAGE D ACCUEIL */

#pa_welcome {
  font-family: 'Calligraffitti', cursive;
  font-size: 30px;
  word-spacing: 3px;
  color: #609AB5;
  text-shadow: #E8E8E8 1px 1px 0px; }

#pa_navigation {
  text-align:center;
  text-transform:lowercase;
  font-size:20px; }

.pa_td {
  vertical-align: top;
  text-align :justify;
  margin-top:2px;
  margin-right:5px;
  margin-bottom:2px;
  margin-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;
  padding-left:5px;
  background-color: white;
  border: 1px solid #E3E3E3;
  border-radius: 8px;}

.pa_titre {
  color:#609AB5;
  font-family: 'Dancing Script', cursive;
  font-size:20px;
  text-align:center;
  border-bottom: 1px solid #609AB5;}

    #nav_barr {
    position: fixed; /*--- Cette ligne permet de toujours afficher la barre ---*/
    width:790px; /*--- pour régler la largeur de la barre ---*/
    background-color: #fff; /*--- On donne une couleur au fond ---*/
    border:1px #fff solid;  /*--- On ajoute une bordure ---*/
    margin-left:-395px; /* pour centrer:  largeur divisée par -2 */
    left:50%;
    opacity: 0.9;
    height: 25px;
    }
    .quote .code {
    width: 500px;
    overflow-x: auto;
    }
    /*** SCROLLBAR ***/

    ::-webkit-scrollbar
    {background-image:url('http://image.noelshack.com/fichiers/2012/36/1346933648-bg.png');
    height:10px;
    width:10px}

    ::-webkit-scrollbar-thumb
    {background:#a5a5a5;
    background-image:url('http://image.noelshack.com/fichiers/2012/36/1346933921-bouton.png');
    border-radius:30px}
    /* chatbox */

    #chatbox_header .cattitle strong { display: none; }
    #chatbox_header .cattitle:before { content: "Oserez-vous parler ?" ; }
    #chatbox_header .catBottom .cattitle {
      color: ;
    } 
    .selectCode {
    float:right;
    text-transform: uppercase;
    cursor:pointer;
    color: blue;}
    .signature_div img {
    max-height:300px;
    max-width:500px;
    }


    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;
    width:150px;
    height:auto;
    top: 115px;
    left:25px; /* on positionne notre infobulle */
    background-color: beige;
    padding: 3px;
    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;
    }

    a.lienpa{
    font-size:30px;
    font-family:Impact;
    color:black;
    letter-spacing:2px;
    }
    a.lienpa:hover{
    font-size:30px;
    font-family:impact;
    color:gray;
    letter-spacing:2px;
    }
    .contourlien{
    width:650px;
    border:2px black solid;
    padding:10px;
    text-align:center;
    background-color:beige;
    float:left;
    margin-bottom:-30px;
    margin-left:60px;
    }
    .contourlien:hover{
    width:650px;
    border:2px black solid;
    padding:10px;
    text-align:center;
    background-color:white;
    float:left;
    margin-bottom:-30px;
    margin-left:60px;
    }

    .contourpa{
    border:2px black solid;
    padding-top:30px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    background-color:beige;
    }

    .presforum{
    text-align:justify;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:beige;
    }
    .presforum:hover{
    text-align:justify;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:white;
    }

    .titre{
    font-size:30px;
    font-family:impact;
    letter-spacing:1px;
    text-align:center;
    color:gray;
    margin-bottom:-7px;
    }

    .actus{
    height:90px;
    overflow:auto;
    text-align:justify;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:beige;
    }
    .actus:hover{
    height:90px;
    overflow:auto;
    text-align:justify;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:white;
    }


    .partenaire{
    height:90px;
    overflow:auto;
    text-align:center;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:beige;
    }

    .partenaire:hover{
    height:90px;
    overflow:auto;
    text-align:center;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:12px;
    font-family:comic sans ms;
    background-color:white;
    }

    .credits{
    text-align:justify;
    border:2px black solid;
    padding:10px;
    color:black;
    font-size:10px;
    font-family:comic sans ms;
    }
    /* CONTENEUR PRINCIPAL */
    #tfa_cycle {
    width: 600px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    }

    /* BLOCS DE CONTENUS */
    .tfa_cycle_content, .tfa_cycle_content1{
    width: 580px;
    height: 200px;
    margin: auto;
    padding: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius:15px ;
    border-radius: 15px ;
    }

    /* FOND 1 - IMAGE DE FOND ET BORDURES */
    .tfa_cycle_content {
    background: url('http://i45.servimg.com/u/f45/11/95/30/70/o110.jpg') #143851;
    border-left: 6px solid #bc0a27;
    border-right: 6px solid #78b8ca;
    }

    /* FOND 2 - IMAGE DE FOND ET BORDURES */
    .tfa_cycle_content1 {
    background: url('http://i45.servimg.com/u/f45/11/95/30/70/o210.jpg') #143851;
    border-left: 6px solid #78b8ca;
    border-right: 6px solid #bc0a27;
    }

    /* -------- PARTIES TEXTES ET IMAGES -------- */

    /* TITRES POUR LE FOND 1 ET 2 */
    .tfa_cycle_content h1, .tfa_cycle_content1 h1{
    width: 580px;
    margin: 5px auto;
    padding: 0;
    color: #7fb7e5;
    text-transform: uppercase;
    text-align: center;
    font: 17px Orbitron;
    text-shadow: 0px 1px 0px #000;
    }
    /* PREMIERE LETTRE DU TIRE SUR LE FOND 1 */
    .tfa_cycle_content h1:first-letter {
    font: 22px Verdana;
    font-weight: bold;
    color: #42b1ff;
    text-shadow: 0px 1px 0px #000;
    }

    /* PREMIERE LETTRE DU TIRE SUR LE FOND 2 */
    .tfa_cycle_content1 h1:first-letter {
    font: 22px Verdana;
    font-weight: bold;
    color: #CC0000;
    text-shadow: 0px 1px 0px #000;
    }

    /* EMPLACEMENT ET BORDURE DES IMAGES */
    .imgix{
    display: block;
    width: 96%;
    margin: auto;
    text-align: center;
    }
    .imgix img{
    border: 2px solid #2c587b;
    }
    /* PARAGRAPHE */
    .my_news p{
    width: 96%;
    margin: 5px auto 0;
    padding: 0;
    font: 12px Arial;
    color: #cbdeee;
    }

    /* ****************************
    INFOBULLES 'DERNIERS MESSAGES'
    ******************************* */

    /* au repos */

    div.bulle_msg {
    position: relative;
    cursor:pointer; /*donne au curseur la forme de petite main, comme sur un lien*/
    }

    div.bulle_msg > div {
    display: none; /* on masque l'infobulle par défaut */
    }

    /* au survol */

    div.bulle_msg:hover {
    background: none; /* correction d'un bug IE */
    z-index: 500; /* on s'assure que l'infobulle est bien par dessus tout */
    }

    div.bulle_msg:hover > div {
    display: block; /* on affiche l'infobulle */
    position: absolute; /* positionnement absolu par rapport au coin supérieur gauche de bulle_msg */
    top: 5px; /* positionnement par rapport au bord haut */
    left: 15px; /* positionnement par rapport au bord gauche */
    white-space: nowrap; /* pas de retour à la ligne non-désiré */
    background: #7498A8; /* couleur d'arrière-plan de l'infobulle */
    color: black; /* couleur du texte dans l'infobulle */
    padding: 3px;
    border: 1px dotted black; /* bordures : épaisseur style couleur */
    }
   

          input.post, textarea.post {
              border-radius: 20px;
          }



    tr.post span.gensmall {display : none;}
    #i_logo {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    }


    /* OPACITY */

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


    .quote{
    font-family: Tahoma;
    font-size: 10px;
    color: #000000;
    line-height: 105%;
    border: #ffffff;
    border-style: solid;
    border: 1px #d1bfa5 solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius:6px;}

    .code{
    font-family: Courier,Courier New,sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1 px#d1bfa5;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius:6px;}

    input,textarea, select {
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    }


    /*---------------- AFFICHAGE DES CATEGORIES ----------------*/
    .categ{
    background-color:#dbcfbc;
    padding:5px;}

    .categcont{
    background-color:#e0d7c9;
    padding:5px;
    border:1px solid #a19787;
    height:100px;
    overflow:auto;
}
    .statistiques{
    border:0px;
    background-image: url("http://i34.servimg.com/u/f34/17/84/83/24/quiest14.png");
    background-repeat: no-repeat;
    background-position: center;
    height:200px;}

    .groupes{
    -moz-border-radius : 8px 8px 8px 8px;
    height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
    font-size:15px;font-weight: bold;text-align:center;
    text-decoration: none !important;}
    .qeel
    {
    background-image: url('IMAGE OF FOOTER');
    width: 800px;
    height: 238px;
    margin: auto;
    }

    .avatar_mess
    {
    display: block;
    width: 200px;
    height: 320px;
    margin-left: -10px;
    margin-right: 10px;
    overflow: hidden;
    background: #272726;
    border: 5px solid #3e1d19;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -htm-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    box-shadow: 0px 0px 6px #000000;
    -moz-box-shadow: 0px 0px 6px #000000;
    -o-box-shadow: 0px 0px 6px #000000;
    -htm-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000000;
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }
    .avatar_mess:hover
    {
    margin-left: 5px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -htm-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }
    .profil_mess
    {
    position: absolute;
    display: block;
    width: 190px;
    height: 310px;
    margin: auto;
    padding: 5px;
    overflow: auto;
    background: #ffffff;
    color: #c5bea0;
    font-size: 11px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }
    .profil_mess:hover
    {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }
    .pseudo_mess
    {
    display: block;
    position: relative;
    z-index: 2;
    width: 190px;
    margin-top: -15px;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    font-family: courier;
    font-weight: bold;
    text-shadow: 0px 0px 3px #c5bea0;
    background: #EADAC6;
    padding-top: 5px;
    border-left: 3px solid #371e1a;
    border-right: 3px solid #371e1a;
    border-top: 1px solid #371e1a;
    border-bottom: 1px solid #371e1a;
    box-shadow: 0px 0px 3px #000000;
    -moz-box-shadow: 0px 0px 3px #000000;
    -o-box-shadow: 0px 0px 3px #000000;
    -htm-box-shadow: 0px 0px 3px #000000;
    -webkit-box-shadow: 0px 0px 3px #000000;
    }
/* PA ONGLETS LATERAUX HOVER */

#nu31_accueil
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 200px;
  padding: 10px;
  background: #d2d6d6;
  border: 1px solid #efefef;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -htm-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px #425e5c;
  -moz-box-shadow: 0px 0px 5px #425e5c;
  -o-box-shadow: 0px 0px 5px #425e5c;
  -htm-box-shadow: 0px 0px 5px #425e5c;
  -webkit-box-shadow: 0px 0px 5px #425e5c;
}
#nu31_content
{
  width: 950px;
  height: 200px;
  overflow: hidden;
}
#nu31_links
{
  float: left;
}
.nu31_link1, .nu31_link2, .nu31_link3, .nu31_link4
{
  width: 150px;
  height: 48px;
  margin-bottom: 2px;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_link1
{
  background: url(http://img15.hostingpics.net/pics/272286bouton1.jpg);
}
.nu31_link2
{
  background: url(http://img15.hostingpics.net/pics/437826bouton2.jpg);
}
.nu31_link3
{
  background: url(http://img15.hostingpics.net/pics/474878bouton3.jpg);
}
.nu31_link4
{
  background: url(http://img15.hostingpics.net/pics/563812bouton4.jpg);
}
.nu31_link1:hover, .nu31_link2:hover, .nu31_link3:hover, .nu31_link4:hover

  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
 
}
.nu31_contenu1
{
  width: 800px;
  height: 200px;
  margin-left: 150px;
  background: #e8e8e8;
  border: 1px solid #cccaca;
}
.nu31_contenu2
{
  position: absolute;
  width: 0px;
  height: 200px;
  margin-left: 150px;
  overflow: hidden;
  background: #e9c8a4;
  border: 1px solid #cccaca;
  color: #8a6c4c;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_contenu3
{
  position: absolute;
  width: 0px;
  height: 200px;
  margin-left: 150px;
  margin-top: -50px;
  overflow: hidden;
  background: #e9c8a4;
  border: 1px solid #cccaca;
  color: #8a6c4c;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_contenu4
{
  position: absolute;
  width: 0px;
  height: 200px;
  margin-left: 150px;
  margin-top: -100px;
  overflow: hidden;
  background: #e9c8a4;
  border: 1px solid #cccaca;
  color: #8a6c4c;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_contenu5
{
  position: absolute;
  width: 0px;
  height: 200px;
  margin-left: 150px;
  margin-top: -150px;
  overflow: hidden;
  background: #e9c8a4;
  border: 1px solid #cccaca;
  color: #8a6c4c;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_link1:hover .nu31_contenu2, .nu31_link2:hover .nu31_contenu3, .nu31_link3:hover .nu31_contenu4,
.nu31_link4:hover .nu31_contenu5
{
  width: 800px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -htm-transition: 1s;
  -webkit-transition: 1s;
}
.nu31_contenu
{
  display: block;
  padding: 5px;
  color: #965423;
  font-size: 10px;
  text-align: justify;
}

/* PAGE ACCUEIL FORME 1 */

#f1_accueil
{
  width: 800px;
  height: 500px;
  margin: auto;
  background: url(http://img15.hostingpics.net/pics/891324imageexemplePA.jpg);
  text-shadow: none !important;
}
#f1_accueil a
{
  color: #ba8550 !important;
  text-shadow: none !important;
}
#f1_accueil a:hover
{
  color: #e58f3a !important;
  text-shadow: none !important;
}
.f1_col1
{
  width: 300px;
  vertical-align: top;
}
.f1_contexte
{
  width: 220px;
  height: 300px;
  overflow: auto;
  margin-top: 100px;
  margin-left: 65px;
  text-align: justify;
  color: #7e6144;
  text-shadow: 1px 1px 0px #ffffff;
}
.f1_bloconglets
{
  margin-top: 80px;
}
.f1_onglet1, .f1_onglet2, .f1_onglet3
{
  display: inline-block;
  width: 110px;
  height: 50px;
}
.f1_onglet1
{
  margin-left: 50px;
  margin-right: 25px;
}
.f1_onglet2
{
  margin-right: 30px;
}
.f1_contenu1, .f1_contenu2, .f1_contenu3
{
  position: absolute;
  width: 0px;
  height: 220px;
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
  font-size: 11px;
  color: #7e6144;
}
.f1_contenu1
{
  margin-left: -10px;
}
.f1_contenu2
{
  margin-left: -149px;
}
.f1_contenu3
{
  margin-left: -294px;
}
.f1_onglet1:hover .f1_contenu1, .f1_onglet2:hover .f1_contenu2, .f1_onglet3:hover .f1_contenu3
{
  width: 400px;
}
.f1_liens
{
  display: block;
  text-align: center;
}
.f1_liens a
{
  font-size: 16px;
  font-weight: bold;
}
.f1_news, .f1_friends
{
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: justify;
}
.f1_credits, .f1_topsites
{
  height: 150px;
  border-left: 1px solid #d19962;
  margin-left: 5px;
  padding: 5px;
  text-align: center;
}
.f1_staff1, .f1_staff2, .f1_staff3
{
  display: block;
  width: 50px;
  height: 50px;
  background: url() #d19962;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #d19962;
}
.f1_staffcontenu1, .f1_staffcontenu2, .f1_staffcontenu3
{
  position: absolute;
  width: 0px;
  height: 150px;
  background: #ffffff;
  margin-left: 80px;
  overflow: hidden;
}
.f1_staffcontenu2
{
  margin-top: -72px;
}
.f1_staffcontenu3
{
  margin-top: -144px;
}
.f1_staff1:hover .f1_staffcontenu1, .f1_staff2:hover .f1_staffcontenu2, .f1_staff3:hover .f1_staffcontenu3
{
  width: 300px;
  border: 1px solid #d19962;
}

Merci ^^
Little_dragon

Little_dragon
****

Féminin
Messages : 243
Inscrit(e) le : 04/06/2012

http://www.zen-hotel.forum-canada.com
Little_dragon a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond de forum

Message par Self Mar 20 Mai 2014 - 20:49

Bonjour,

Il est placé plus bas , cherchez un passage qui ressemble à ça :
Code:
body {background-repeat: no-repeat;}

a {color:#D6AA45;text-decoration:none;}
A:link, A:active, A:visited {text-decoration : none;outline: none;}
a:hover {text-decoration : none !important;outline: none; color:#A9CC3F;}

.postbody I {color: #89bab4; letter-spacing: 1px; text-shadow: #FFFFFF 1px 1px 0px;}
U {border-bottom: 1px solid; text-decoration: none;}

/* SELECTION RAPIDE */

.selectCode { float:right; text-transform: uppercase; cursor:pointer; }

/* PROFIL DANS LES MESSAGES */

.name {
  font-family: 'Calligraffitti', cursive;
  font-size: 18px;
  word-spacing: 2px;}

Et retirez donc cette ligne :
Code:
body {background-repeat: no-repeat;}

EDIT: Il y a pas mal de code qui se répéte dans votre CSS afin d'y mettre un peut d'ordre j'ai minifié et décompressé de nouveau le CSS, si vous souhaitez essayer de le remplacer entièrement par ceci :
Code:
body {

    background-position: top center;
}
table.forumline {
    border: 1px dotted;
}
a:hover {
    text-transform: uppercase;
}
a:hover, a:link {
    text-decoration: none !important;
}
.bodylinewidth {
    width: 990px;
    margin: auto;
    margin-top: 380px;
}
a.mainmenu {
    text-decoration: none;
    color: #9A4054;
    font-size: 22px;
    font-family: Brush Script MT;
    text-shadow: 0 0 0 #B9AF96;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
a.mainmenu:hover {
    text-decoration: none;
    color: #D4474D;
    text-shadow: 0 2px 2px #EBEAE6;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.bodyline {
    padding: 0;
}
.forumline {
    border-top: 5px solid #EADBDD;
    border-bottom: 5px solid #EADBDD;
}

.cate_titre {
    clear: both;
    height: 100px;
    margin-top: 50px;
}
.catetitre_bloc {
    position: relative;
    z-index: 1;
    display: block;
    width: 90%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #a8a8a8;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -htm-transform: rotate(5deg);
}
.catetitre_content {
    position: absolute;
    z-index: 2;
    display: block;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    text-align: center;
    padding: 2px;
    border-bottom: 3px dotted #191817;
}
.catetitre {
    color: #454545;
    font-family: arial;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
}
.forum_bloc {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}
.forum {
    float: left;
    width: 460px;
    height: 250px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
}
a.forumlink {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #454545;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #000;
}
.forum_contenu {
    position: relative;
    z-index: 1;
    width: 98%;
    height: 90%;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    background-color: #d9d9d9;
    border-left: 1px dotted #191817;
    border-right: 1px dotted #191817;
    border-bottom: 1px dotted #191817;
    border-top: 5px solid #191817;
}
.description {
    display: block;
    width: 400px;
    margin: auto;
    height: 100px;
    overflow: hidden;
    border: 2px solid #9c9c9c;
    box-shadow: 1px 1px 1px #191817;
    -moz-box-shadow: 1px 1px 1px #191817;
    -htm-box-shadow: 1px 1px 1px #191817;
    -webkit-box-shadow: 1px 1px 1px #191817;
    -o-box-shadow: 1px 1px 1px #191817;
}
.description_contenu {
    position: absolute;
    display: block;
    width: 391px;
    height: 91px;
    overflow: auto;
    background-color: #191817;
    font-size: 10px;
    color: #9c9c9c;
    text-align: justify;
    padding: 5px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.description_contenu:hover {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.icone_stats {
    width: 300px;
    margin: auto;
    margin-top: -30px;
}
.stats_lastpost {
    display: block;
    width: 160px;
    height: 80px;
    margin-left: 10px;
    background-color: #c8c8c8;
    border: 1px solid #b5b5b5;
    padding: 5px;
    text-align: center;
}
.stats {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dotted #b5b5b5;
    padding-bottom: 5px;
    font-size: 10px;
    color: #8f8f8f;
}
.lastpost {
    display: block;
    font-size: 11px;
}
.sforum {
    position: relative;
    z-index: 3;
    display: block;
    height: 0;
    background: #191817;
    color: #b5b5b5;
    overflow: hidden;
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.ouverture_sousforum {
    position: relative;
    z-index: 3;
    display: block;
    float: right;
    width: 120px;
    margin-right: 20px;
    background: #191817;
    color: #b5b5b5;
    font-size: 11px;
    text-align: center;
    padding: 4px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sous_forum:hover .sforum {
    height: 50px;
    background: #191817;
    color: #b5b5b5;
    padding: 4px;
    overflow: auto;
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.sous_forum a {
    color: #b5b5b5 !important;
    text-shadow: 1px 1px 0 #000;
}
.sous_forum a:hover {
    color: #fff !important;
}
a {
    color: #D6AA45;
    text-decoration: none;
}
A:active, A:link, A:visited {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none !important;
    outline: 0;
    color: #A9CC3F;
}
.postbody I {
    color: #89bab4;
    letter-spacing: 1px;
    text-shadow: #FFF 1px 1px 0;
}
U {
    border-bottom: 1px solid;
    text-decoration: none;
}
.name {
    font-family: Calligraffitti, cursive;
    font-size: 18px;
    word-spacing: 2px;
}
.qeel {
    background-color: #fff;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 15px;
    border-radius: 20px;
}
a.kaishou {
    font-family: Calligraffitti, cursive;
    font-size: 24px;
    word-spacing: 3px;
    color: #7E2BC2;
    text-shadow: #E8E8E8 1px 1px 0;
}
a.shikaisha {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 24px;
    word-spacing: 3px;
    color: #71B35D;
    text-shadow: #E8E8E8 1px 1px 0;
}
a.yatonin {
    font-family: Calligraffitti, cursive;
    font-size: 24px;
    word-spacing: 3px;
    color: #F07313;
    text-shadow: #E8E8E8 1px 1px 0;
}
a.chibis {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 24px;
    word-spacing: 3px;
    color: #E6A500;
    text-shadow: #E8E8E8 1px 1px 0;
}
.qeel_titre_colonne {
    font-family: georgia;
    font-style: italic;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-transform: lowercase;
    text-shadow: #E8E8E8 1px 1px 0;
}
.qeel_colonne {
    text-align: justify;
    font-size: 12px;
    vertical-align: top;
    padding: 10px;
}
.mainmenu {
    font-family: georgia;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: -1px;
    font-style: italic;
    text-shadow: 1px 1px 0 #fffff;
}
a.mainmenu:active, a.mainmenu:link, a.mainmenu:visited {
    color: #7498A8;
}

.secondarytitle {
    font-family: "Courier New", Courier, Monospace;
    letter-spacing: 2px;
}
a.forumlink {
    border-bottom: 1px dotted;
    font-family: georgia;
    font-style: italic;
    font-size: 17px;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 15px;
    letter-spacing: -1px;
    padding-left: -10px;
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
a.forumlink:hover {
    letter-spacing: 3pt;
    padding-left: 10px;
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
a.forumlink:before {
    content: "“ ";
}
.message_sujet {
    font-size: 9px;
}
.t1 {
    display: block;
    font-family: times new roman;
    font-size: 35px;
    text-transform: lowercase;
    letter-spacing: -1px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    color: #89bab4;
    padding-bottom: 5px;
}
.st1 {
    padding-top: 5px;
    font-size: 11px;
    font-family: georgia;
    color: #CEB598;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 3px;
}
.admin1 {
    background-image: url(http://img11.hostingpics.net/pics/739643vfd.png);
    border-bottom: 3px solid #c0ab98;
    border-top: 3px solid #c0ab98;
    border-left: 1px dotted #c0ab98;
    border-right: 1px dotted #c0ab98;
    border-radius: 15px;
    padding: 20px;
}
.admin2 {
    background-color: #f6f3ea;
    border-top: 1px dotted #ceb598;
    border-bottom: 1px dotted #ceb598;
    border-left: 3px solid #ceb598;
    border-right: 3px solid #ceb598;
    border-radius: 15px;
    padding: 8px 10px 10px;
    margin: 10px 20px;
    color: #878787;
    font-style: normal;
}
.forumline {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
th#thleft {
    -webkit-border-top-left-radius: 15px;
    z-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}
th#thright {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}
td#tdqeel {
    border-radius: 15px 15px 0 0;
}
.toolbar_avatar {
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: -10px;
}
#pa_welcome {
    font-family: Calligraffitti, cursive;
    font-size: 30px;
    word-spacing: 3px;
    color: #609AB5;
    text-shadow: #E8E8E8 1px 1px 0;
}
#pa_navigation {
    text-align: center;
    text-transform: lowercase;
    font-size: 20px;
}
.pa_td {
    vertical-align: top;
    text-align: justify;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.pa_titre {
    color: #609AB5;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #609AB5;
}
#nav_barr {
    position: fixed;
    width: 790px;
    background-color: #fff;
    border: 1px #fff solid;
    margin-left: -395px;
    left: 50%;
    opacity: .9;
    height: 25px;
}
.quote .code {
    width: 500px;
    overflow-x: auto;
}
::-webkit-scrollbar {
    background-image: url(http://image.noelshack.com/fichiers/2012/36/1346933648-bg.png);
    height: 10px;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    background-image: url(http://image.noelshack.com/fichiers/2012/36/1346933921-bouton.png);
    border-radius: 30px;
}
#chatbox_header .cattitle strong {
    display: none;
}
#chatbox_header .cattitle:before {
    content: "Oserez-vous parler ?";
}
.selectCode {
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    color: #00f;
}
.signature_div img {
    max-height: 300px;
    max-width: 500px;
}
div.infobulle {
    position: relative;
    float: left;
    color: #000;
}
div.infobulle span {
    display: none;
}
div.infobulle:hover {
    background: 0 0;
    z-index: 999;
    color: #000;
}
div.infobulle:hover span {
    display: inline;
    position: absolute;
    width: 150px;
    height: auto;
    top: 115px;
    left: 25px;
    background-color: beige;
    padding: 3px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
}
a.lienpa {
    font-size: 30px;
    font-family: Impact;
    color: #000;
    letter-spacing: 2px;
}
a.lienpa:hover {
    font-size: 30px;
    font-family: impact;
    color: gray;
    letter-spacing: 2px;
}
.contourlien {
    width: 650px;
    border: 2px #000 solid;
    padding: 10px;
    text-align: center;
    background-color: beige;
    float: left;
    margin-bottom: -30px;
    margin-left: 60px;
}
.contourlien:hover {
    width: 650px;
    border: 2px #000 solid;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-bottom: -30px;
    margin-left: 60px;
}
.contourpa {
    border: 2px #000 solid;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: beige;
}
.presforum {
    text-align: justify;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: beige;
}
.presforum:hover {
    text-align: justify;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: #fff;
}
.titre {
    font-size: 30px;
    font-family: impact;
    letter-spacing: 1px;
    text-align: center;
    color: gray;
    margin-bottom: -7px;
}
.actus {
    height: 90px;
    overflow: auto;
    text-align: justify;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: beige;
}
.actus:hover {
    height: 90px;
    overflow: auto;
    text-align: justify;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: #fff;
}
.partenaire {
    height: 90px;
    overflow: auto;
    text-align: center;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: beige;
}
.partenaire:hover {
    height: 90px;
    overflow: auto;
    text-align: center;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-family: comic sans ms;
    background-color: #fff;
}
.credits {
    text-align: justify;
    border: 2px #000 solid;
    padding: 10px;
    color: #000;
    font-size: 10px;
    font-family: comic sans ms;
}
#tfa_cycle {
    width: 600px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}
.tfa_cycle_content, .tfa_cycle_content1 {
    width: 580px;
    height: 200px;
    margin: auto;
    padding: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tfa_cycle_content {
    background: url(http://i45.servimg.com/u/f45/11/95/30/70/o110.jpg) #143851;
    border-left: 6px solid #bc0a27;
    border-right: 6px solid #78b8ca;
}
.tfa_cycle_content1 {
    background: url(http://i45.servimg.com/u/f45/11/95/30/70/o210.jpg) #143851;
    border-left: 6px solid #78b8ca;
    border-right: 6px solid #bc0a27;
}
.tfa_cycle_content h1, .tfa_cycle_content1 h1 {
    width: 580px;
    margin: 5px auto;
    padding: 0;
    color: #7fb7e5;
    text-transform: uppercase;
    text-align: center;
    font: 17px Orbitron;
    text-shadow: 0 1px 0 #000;
}
.tfa_cycle_content h1:first-letter {
    font: 22px Verdana;
    font-weight: 700;
    color: #42b1ff;
    text-shadow: 0 1px 0 #000;
}
.tfa_cycle_content1 h1:first-letter {
    font: 22px Verdana;
    font-weight: 700;
    color: #C00;
    text-shadow: 0 1px 0 #000;
}
.imgix {
    display: block;
    width: 96%;
    margin: auto;
    text-align: center;
}
.imgix img {
    border: 2px solid #2c587b;
}
.my_news p {
    width: 96%;
    margin: 5px auto 0;
    padding: 0;
    font: 12px Arial;
    color: #cbdeee;
}
div.bulle_msg {
    position: relative;
    cursor: pointer;
}
div.bulle_msg>div {
    display: none;
}
div.bulle_msg:hover {
    background: 0 0;
    z-index: 500;
}
div.bulle_msg:hover>div {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    white-space: nowrap;
    background: #7498A8;
    color: #000;
    padding: 3px;
    border: 1px dotted #000;
}
input.post, textarea.post {
    border-radius: 20px;
}
-RETRAIT : ce CSS pose de nombreux problèmes - {
    display: none;
}
#i_logo {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.opacity img {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}
.opacity img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.quote {
    font-family: Tahoma;
    font-size: 10px;
    color: #000;
    line-height: 105%;
    border: 1px #d1bfa5 solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius: 6px;
}
.code {
    font-family: Courier, Courier New, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1 px#d1bfa5;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius: 6px;
}
input, select, textarea {
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
}
.categ {
    background-color: #dbcfbc;
    padding: 5px;
}
.categcont {
    background-color: #e0d7c9;
    padding: 5px;
    border: 1px solid #a19787;
    height: 100px;
    overflow: auto;
}
.statistiques {
    border: 0;
    background-image: url(http://i34.servimg.com/u/f34/17/84/83/24/quiest14.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.groupes {
    -moz-border-radius: 8px;
    height: 40px;
    padding-right: 12px;
    padding-left: 14px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none!important;
}
.qeel {
    background-image: url('IMAGE OF FOOTER');
    width: 800px;
    height: 238px;
    margin: auto;
}
.avatar_mess {
    display: block;
    width: 200px;
    height: 320px;
    margin-left: -10px;
    margin-right: 10px;
    overflow: hidden;
    background: #272726;
    border: 5px solid #3e1d19;
    -ms-transform: rotate(-5deg);
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    -htm-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.avatar_mess:hover {
    margin-left: 5px;
    -ms-transform: rotate(0deg);
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.profil_mess {
    position: absolute;
    display: block;
    width: 190px;
    height: 310px;
    margin: auto;
    padding: 5px;
    overflow: auto;
    background: #fff;
    color: #c5bea0;
    font-size: 11px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.profil_mess:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.pseudo_mess {
    display: block;
    position: relative;
    z-index: 2;
    width: 190px;
    margin-top: -15px;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    font-family: courier;
    font-weight: 700;
    text-shadow: 0 0 3px #c5bea0;
    background: #EADAC6;
    padding-top: 5px;
    border-left: 3px solid #371e1a;
    border-right: 3px solid #371e1a;
    border-top: 1px solid #371e1a;
    border-bottom: 1px solid #371e1a;
    box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    -o-box-shadow: 0 0 3px #000;
    -htm-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
}
#nu31_accueil {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 200px;
    padding: 10px;
    background: #d2d6d6;
    border: 1px solid #efefef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -htm-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 5px #425e5c;
    -moz-box-shadow: 0 0 5px #425e5c;
    -o-box-shadow: 0 0 5px #425e5c;
    -htm-box-shadow: 0 0 5px #425e5c;
    -webkit-box-shadow: 0 0 5px #425e5c;
}
#nu31_content {
    width: 950px;
    height: 200px;
    overflow: hidden;
}
#nu31_links {
    float: left;
}
.nu31_link1, .nu31_link2, .nu31_link3, .nu31_link4 {
    width: 150px;
    height: 48px;
    margin-bottom: 2px;
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    filter: alpha(opacity=60);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_link1 {
    background: url(http://img15.hostingpics.net/pics/272286bouton1.jpg);
}
.nu31_link2 {
    background: url(http://img15.hostingpics.net/pics/437826bouton2.jpg);
}
.nu31_link3 {
    background: url(http://img15.hostingpics.net/pics/474878bouton3.jpg);
}
.nu31_link4 {
    background: url(http://img15.hostingpics.net/pics/563812bouton4.jpg);
}
.nu31_link1:hover, .nu31_link2:hover, .nu31_link3:hover, .nu31_link4:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_contenu1 {
    width: 800px;
    height: 200px;
    margin-left: 150px;
    background: #e8e8e8;
    border: 1px solid #cccaca;
}
.nu31_contenu2 {
    position: absolute;
    width: 0;
    height: 200px;
    margin-left: 150px;
    overflow: hidden;
    background: #e9c8a4;
    border: 1px solid #cccaca;
    color: #8a6c4c;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_contenu3 {
    position: absolute;
    width: 0;
    height: 200px;
    margin-left: 150px;
    margin-top: -50px;
    overflow: hidden;
    background: #e9c8a4;
    border: 1px solid #cccaca;
    color: #8a6c4c;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_contenu4 {
    position: absolute;
    width: 0;
    height: 200px;
    margin-left: 150px;
    margin-top: -100px;
    overflow: hidden;
    background: #e9c8a4;
    border: 1px solid #cccaca;
    color: #8a6c4c;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_contenu5 {
    position: absolute;
    width: 0;
    height: 200px;
    margin-left: 150px;
    margin-top: -150px;
    overflow: hidden;
    background: #e9c8a4;
    border: 1px solid #cccaca;
    color: #8a6c4c;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_link1:hover .nu31_contenu2, .nu31_link2:hover .nu31_contenu3, .nu31_link3:hover .nu31_contenu4, .nu31_link4:hover .nu31_contenu5 {
    width: 800px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
}
.nu31_contenu {
    display: block;
    padding: 5px;
    color: #965423;
    font-size: 10px;
    text-align: justify;
}
#f1_accueil {
    width: 800px;
    height: 500px;
    margin: auto;
    background: url(http://img15.hostingpics.net/pics/891324imageexemplePA.jpg);
    text-shadow: none!important;
}
#f1_accueil a {
    color: #ba8550!important;
    text-shadow: none!important;
}
#f1_accueil a:hover {
    color: #e58f3a!important;
    text-shadow: none!important;
}
.f1_col1 {
    width: 300px;
    vertical-align: top;
}
.f1_contexte {
    width: 220px;
    height: 300px;
    overflow: auto;
    margin-top: 100px;
    margin-left: 65px;
    text-align: justify;
    color: #7e6144;
    text-shadow: 1px 1px 0 #fff;
}
.f1_bloconglets {
    margin-top: 80px;
}
.f1_onglet1, .f1_onglet2, .f1_onglet3 {
    display: inline-block;
    width: 110px;
    height: 50px;
}
.f1_onglet1 {
    margin-left: 50px;
    margin-right: 25px;
}
.f1_onglet2 {
    margin-right: 30px;
}
.f1_contenu1, .f1_contenu2, .f1_contenu3 {
    position: absolute;
    width: 0;
    height: 220px;
    margin-top: 40px;
    padding-top: 40px;
    overflow: hidden;
    font-size: 11px;
    color: #7e6144;
}
.f1_contenu1 {
    margin-left: -10px;
}
.f1_contenu2 {
    margin-left: -149px;
}
.f1_contenu3 {
    margin-left: -294px;
}
.f1_onglet1:hover .f1_contenu1, .f1_onglet2:hover .f1_contenu2, .f1_onglet3:hover .f1_contenu3 {
    width: 400px;
}
.f1_liens {
    display: block;
    text-align: center;
}
.f1_liens a {
    font-size: 16px;
    font-weight: 700;
}
.f1_friends, .f1_news {
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: justify;
}
.f1_credits, .f1_topsites {
    height: 150px;
    border-left: 1px solid #d19962;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
}
.f1_staff1, .f1_staff2, .f1_staff3 {
    display: block;
    width: 50px;
    height: 50px;
    background: url() #d19962;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #d19962;
}
.f1_staffcontenu1, .f1_staffcontenu2, .f1_staffcontenu3 {
    position: absolute;
    width: 0;
    height: 150px;
    background: #fff;
    margin-left: 80px;
    overflow: hidden;
}
.f1_staffcontenu2 {
    margin-top: -72px;
}
.f1_staffcontenu3 {
    margin-top: -144px;
}
.f1_staff1:hover .f1_staffcontenu1, .f1_staff2:hover .f1_staffcontenu2, .f1_staff3:hover .f1_staffcontenu3 {
    width: 300px;
    border: 1px solid #d19962;
}

PS: gardez votre ancien CSS de côté en cas de problème Wink .
Self

Self
Membre actif

Masculin
Messages : 3853
Inscrit(e) le : 13/06/2013

https://selfback.forumactif.com/
Self a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de fond de forum

Message par Little_dragon Mer 21 Mai 2014 - 1:03

salut Merci merci tout va a merveille grâce a toi Smile et le code est moins long sa fait du bien

a la prochaine

je vais mettre en résolu :)xd
Little_dragon

Little_dragon
****

Féminin
Messages : 243
Inscrit(e) le : 04/06/2012

http://www.zen-hotel.forum-canada.com
Little_dragon 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