Probleme d'affichage dans la page d'accueil

2 participants

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

Résolu Probleme d'affichage dans la page d'accueil

Message par Rirou Lun 16 Nov 2015 - 21:50

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : la page d'accueil affiche un fond mais je ne sais pas qu'elle ait son origine ...
Lien du forum : http://made-of-blood.forumactif.be/

Description du problème

Bonjour/Bonsoir !
Comme le screenshot le fais voir, il y a un fond mais j'ignore son origine. Je crois que c'est en rapport avec un code mal placer, mais lequel? :/ J'ai pourtant chercher...Mais je ne trouve rien.

Si vous voulez le CSS:

Code:
.bodyline {
border-right: 10px solid white;
  border-left: 10px solid #003E80;
  border-radius: 40px;
}
body{
  margin:auto;
  }

div#banniere{
  background-image:url('http://img15.hostingpics.net/pics/418443bannv1.png');
  height: 490px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  background-size: 100% auto;
}
.row3Right
{
border: none !important;
}
.thHead
{
border: none !important;
}
.thCornerL, .thCornerR, .thTop
{
border: none !important;
}
.thLeft, .thRight
{
border-left: none !important;
border-right: none !important;
}
.catLeft, .catRight
{
border: none! important;
}
.catHead
{
border: none !important;
}
.catBottom
{
border: none !important;
}
/*modifier l'apparence des scrollbars de tout le forum*/
::-webkit-scrollbar {
  width: 5px; /*largeur de la scrollbar verticale*/
  height: 5px; /*hauteur de la scrollbar horizontale*/
  background-color: #C5D8DB;}
::-webkit-scrollbar-track {
  background-color: #FFFFFF; /*couleur du fond de la scrollbar*/}

::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
  background-color: #C5D8DB /*couleur de l'ascenseur*/;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;}
a:hover{
text-decoration: none !important;
}
 
a {
text-decoration: none !important;
}
 
a:link {
text-decoration: none;
}
 
a:visited {
text-decoration: none;
}
body{
    background-position: top center;
    background-repeat: no-repeat;
}
/*---CATEGORIES PAR ASHLING---*/

.forum { /*FOND DES FORUMS*/
width:750px;
}

.titreforum { /*TITRE DU FORUM*/
  height:30px;
  width:465px;
  font-size:22px;
  text-transform: uppercase; /*texte en majuscules*/
  background:#de0b42; /*fond rose/fushia*/
  letter-spacing:2px;
  font-family:vani; /*police*/
  padding-left:20px;
  letter-spacing:-2px;
  transition: all 0.4s ease-in-out;
}

.titreforum a {
  color:#efefef; /*couleur du titre*/
  transition: all 0.4s ease-in-out;
}

.titreforum a:hover { /*couleur du titre au survol de la souris*/
  color:#f7eeb3;
}

.titreforum:hover {
  letter-spacing:3px;
}
 
.message { /*BLOC X SUJETS ••• X MESSAGES*/
  height:25px;
  width:280px;
  background:#f4f4f4; /*couleur de fond (grise)*/
  padding-top:5px;
  color:#de0b42; /*couleur de la police*/
  font-size:13px;
  text-transform: uppercase; /*texte en majuscules*/
  text-align: center; /*texte centré*/
  letter-spacing:2px;
  font-family:vani; /*police*/
}

.image { /*IMAGE DE DESCRIPTION EN 100 x 90 PIXELS*/
  height:90px; /*hauteur*/
  width:100px; /*largeur*/
}

.description{ /*DESCRIPTION TEXTUELLE DU FORUM*/
  height:74px;
  width:366px;
  border: 5px double #e4e4e4; /*brodure -> taille, style, couleur*/
  overflow: auto;
  font-size:12px;
  padding:3px;
  margin-left:-386px;
}

.statut { /*IMAGES NEW/OLD/LOCK EN 100 x 90 PIXELS*/
  height:90px; /*hauteur*/
  width:100px; /*largeur*/
  margin-left:-284px;
}

.statut img { /*REDIMENSIONNEMENT DIRECT DES IMAGES NEW/OLD/LOCK*/
  height:90px;
  width:100px;
}

.stats { /*BLOC DU DERNIER MESSAGE*/
  height:75px;
  width:170px;
  background:#e9e9e9; /*couleur de fond*/
  color:#b0b0b0; /*couleur du texte*/
  text-transform: uppercase; /*texte en majuscules*/
  font-family:vani; /*police*/
  font-size:13px;
  line-height: 13px;
  padding-top:15px;
  padding-left:5px;
  margin-left:-183px;
}

.stats a {
  color:#949494; /*couleur du lien du dernier message*/
}

.sousforums { /*SOUS-FORUMS*/
  height:20px;
  width:765px;
  background:#f4f4f4; /*couleur de fond*/
  padding-top:5px;
  padding-left:5px;
  font-size:12px;
  text-transform: uppercase; /*texte en majuscules*/
  font-family:vani; /*police*/
  margin-bottom:6px;
  margin-left:2px;
}

.sousforums a {
  color:#afafaf; /*couleur lien sous-forum*/
  transition: all 0.4s ease-in-out;
}

.sousforums a:hover {
  color:#de0b42; /*couleur du lien au survol de la souris*/
}
 
.description .image { display: none; } /*EXCLUSION DE L'IMAGE DANS LA DESCRIPTION TEXTUELLE*/
.image .text { display: none; } /*EXCLUSION DU TEXTE DANS LE BLOC DE L'IMAGE DE DESCRIPTION*/
/*FIN CATEGORIES*/
/* QEEL (C) SUNHAE DE LIBRE GRAPH */
.gaucheqeel{
  background-image: url('http://i.imgur.com/jwSrKme.png');
  width: 300px;
  height: 300px;
}

.droiteqeel{
  background-image: url('http://i.imgur.com/BYQ5tus.png');
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.memberqeel .row1{
  background: none;
  padding: 0px;
}

.memberqeel span.gensmall{
  color: #6A2902;
  font-size: 10px;
}

.memberqeel{
  margin-top: -10px;
  width: 240px;
  height: 90px;
  overflow: auto;
  margin-left: 25px;
  padding: 5px;
  background-color: rgba(255, 213, 151, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.statqeel{
  margin-top: -10px;
  width: 240px;
  height: 90px;
  overflow: auto;
  font-size: 10px;
  margin-left: 25px;
  padding: 5px;
  color: #6A2902;
  background-color: rgba(255, 213, 151, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.onlineqeel{
  width: 240px;
  height: 90px;
  overflow: auto;
  font-size: 10px;
  margin-left: 25px;
  margin-top: 30px;
  padding: 5px;
  color: #6A2902;
  background-color: rgba(255, 213, 151, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.onglet{
  display: inline-block;
  height: 50px;
  width: 50px;
}

.onglet_0{
  height: 50px;
  width: 50px;
}

.onglet_1{
  height: 50px;
  width: 50px;
}

.contenu_onglet{
  width: 240px;
  height: 90px;
  overflow: auto;
  font-size: 10px;
  margin-left: 25px;
  margin-top: 30px;
  text-align: justify;
  padding: 5px;
  color: #6A2902;
  background-color: rgba(255, 213, 151, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* FIN QEEL */
                                          /* MISE EN FORME DES LISTES DE SUJETS */

.bloc_sujets
{
  width: 750px;
  margin: auto;
  padding: 5px;
}
.sujets
{
  background: #C9BB60;
  border: 1px dotted #4D440D;
  padding: 3px;
}
.topictitle
{
  font-variant: small-caps;
  font-size: 12px;
}
.sujets_auteur
{
  display: block;
  width: 200px;
  font-size: 11px;
}
.sujet_last
{
  display: block;
  width: 180px;
  height: 40px;
  background: #E8DD94;
  border-left: 3px solid #B8A31A;
  border-right: 3px solid #B8A31A;
  padding-top: 10px;
  font-size: 11px;
}
.sujets_stats
{
  width: 750px;
  text-align: right;
  margin-bottom: 5px;
}
.sujets_stats_contenu
{
  font-size: 10px;
  color: #a4a4a4;
}
                            /*Profil et affichage de lavatar par Alu pour Never utopia */
.profilmembre {
  position:relative;
  margin-right:10px;/*à adapter pour que la flèche noire ne morde pas le texte (augmenter)*/
  left: -2em;
}

.pseudo{
  padding-top:4px;
  width:200px;
  height:31px;
  background-color:#1C1C1C;
  position:relative;
  text-align:center;
  color:#949046;
  font:Josefin Slab, Georgia;
  text-transform:uppercase;
}
.pseudo .name a{font-size:24px; font-weight:300;color:#737373 !important;}

.flecheprofil{
  width:0px;
  height:0px;
  border:8px solid transparent;
  border-left:25px solid #1C1C1C;
  position:absolute;
  top:10px;
  left:200px;
}

.rang {
  width:196px;
  background-color: #1C1C1C;
  font: 10px Josefin Slab, Georgia;
  line-height:95%;
  text-transform: uppercase;
  padding: 2px;
  color:#636363;
  margin:0px auto;
  text-align:center; 
  position:relative;
  z-index:2;
}
.infoprofil{
  position:absolute;
  top:35px;
  left:0;
  background: rgba(0, 0, 0, 0.75);
  opacity:0;
  filter:alpha(opacity=0);
  height:320px;
  width:200px;
  text-align:center;
  font:13px sans-serif 500;
  text-transform:uppercase;
  color:#8A8A8A;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.infoprofil:hover{opacity:1; filter:alpha(opacity=100);}

.infoprofil .label span {
  visibility:visible;
  text-decoration:underline;
  display:block;
  background-color:rgba(0, 0, 0, 0.65);
  color:#8A8A8A !important;
  padding:5px;
  margin: 5px 0 -5px 0;
}
.infoprofil .label{visibility:hidden;}
.infoprofilrep {
  visibility:visible;
  display:block;
  background-color:rgba(0, 0, 0, 0.65);
  padding:3px;
  margin:-5px 0 -3px 0;
}
                                        /*fin du profil ****************************************************/


Dernière édition par Rirou le Mar 17 Nov 2015 - 13:45, édité 1 fois
Rirou

Rirou
**

Féminin
Messages : 68
Inscrit(e) le : 06/09/2012

http://made-of-blood.forumactif.be/
Rirou a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme d'affichage dans la page d'accueil

Message par Neptunia Lun 16 Nov 2015 - 23:11

Bonsoir ^^


Vous avez ce morceau de code sur votre forum
<table style="background-color: rgb(255, 245, 223); margin: auto; border-radius: 20px;" class="forumline" border="0" cellpadding="0" cellspacing="1" width="708">

A rechercher à priori dans le #template #index_body
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme d'affichage dans la page d'accueil

Message par Rirou Mar 17 Nov 2015 - 13:45

Oui voila Smile Merci beaucoup !
Rirou

Rirou
**

Féminin
Messages : 68
Inscrit(e) le : 06/09/2012

http://made-of-blood.forumactif.be/
Rirou a été remercié(e) par l'auteur de ce sujet.

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


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