Avatar trop petit lors de l'envoie d'un message

2 participants

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

Résolu Avatar trop petit lors de l'envoie d'un message

Message par Renn Mar 20 Nov 2012 - 17:53

Bonjour ! Alors voilà mon problème : Quand j'envoie un message, mon avatar est petit alors que c'est bel et bien un 200 par 320 px.

Comme ceci :
(Ça ne parait pas beaucoup sur l'image, mais l'avatar est plus petit que 200 par 320)
Spoiler:

Pourtant dans mon profil/avatar, tout à l'air ok (bonne grandeur) :

Spoiler:

J'ai donc vérifié si le problème venait du CSS, mais comme je suis pas une pro, j'ai pas trop trouver d'où venait le problème, mais j'ai l'impression que c'est à cause du thème que j'ai installer parce qu'il m'a déjà causé quelques petits problèmes que j'ai réussis à résoudre.

Quelqu'un s'aurait pourquoi ça fait ça ?

merci
Renn

Renn
Nouveau membre

Féminin
Messages : 19
Inscrit(e) le : 30/10/2010

http://strange-world.actifforum.com/
Renn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Matriochka Mar 20 Nov 2012 - 18:04

Coucou,

De quelle manière as-tu envoyé ton image ? Depuis ton ordinateur ? Si oui, essaye plutôt d'héberger ton image et de copier / coller l'URL de celle-ci dans le dernier champ.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Renn Mar 20 Nov 2012 - 18:05

Non j'ai pris une image d'un site et je l'ai bien mis dans la deuxième case, voilà pourquoi je ne sais pas trop quoi faire de plus Mince
Renn

Renn
Nouveau membre

Féminin
Messages : 19
Inscrit(e) le : 30/10/2010

http://strange-world.actifforum.com/
Renn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Matriochka Mar 20 Nov 2012 - 18:08

Est-ce que je pourrai avoir ton CSS complet ? As-tu modifié le template viewtopic_body ? Et éventuellement, l'adresse du forum concerné Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Renn Mar 20 Nov 2012 - 18:12

Bien sur voici le CSS :

Code:
.mainmenu
{
color: #181818;
padding-bottom: 3px;
text-decoration: none;
font-variant:small-caps;
 margin-bottom:20px;
  font-size:14px;
}

a {text-decoration: none;}


td.rowpic {background-color:transparent;}

th {
   color: #000000;
   font-size: 18px;
   font-weight : bold;
   background-color:#e1dac8;
   height: 25px;
   padding: 2px 3px;
     border-bottom: 2px #000 solid;
   }


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-color:transparent;
    border: 0;
    height: 28px;
     text-decoration: none;
   font-variant:small-caps;
   text-align:center;
     border-left:4px #000 solid;
     border-bottom: 2px #000 solid;
   background-color:#e1dac8;
   }

th.secondarytitle {
     border-bottom: 2px #000 solid;
   background-color:#e1dac8;
     font-variant:small-caps;
     padding-left:5px;
     font-size:18px;
}


h3.hierarchy
{
  margin-top:10px;
  text-decoration: none;
  text-align:center;
  display:block;
  width:100%
}

.iframe {margin-top:100px; margin-bottom:100px;}

.tbody
{
  border-left:1px #000 solid;
  border-rght:1px #000 solid;
  border-bottom:1px #000 solid;
}

.genmed
{
   width:90%;
     display:block;
     border-top:2px #e1dac8 solid;
     border-bottom:2px #e1dac8 solid;
     border-right:2px #e1dac8 dashed;   
     border-left:2px #e1dac8 dashed;
     margin-left:5%;
}

.name{
text-align: center;
width:100%;
font-size:16px;
border-left: 2px solid #000;
border-bottom: 2px dashed #000;
text-shadow: 1px 1px 1px #FFF;
display:block;
}

.postdetails {
   width:auto;
     display:block;
     border-top:2px #e1dac8 solid;
     border-bottom:2px #e1dac8 solid;
     border-right:2px #e1dac8 dashed;   
     border-left:2px #e1dac8 dashed;
  margin-right:2%;   
  margin-left:2%;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
}

span.postdetails img { max-width:140px; alignment-adjust:central;}
/*
|--------------------------------------------------------------------------
| CSS MESSAGE ACCUEIL
|--------------------------------------------------------------------------
*/

/* Propriétés générales */
.block, .titre, .lien {
  background: #39CEBA;   
  color: #ffffff;
  font-size : 16px;
 
  border: 2px #000000 solid;
  -moz-border-radius:20px 20px 20px 20px;
  -webkit-border-radius:20px 20px 20px 20px;
  border-radius:20px 20px 20px 20px;
 
  text-shadow: 0px 0px 8px #ffffff;
  -moz-box-shadow: 1px 1px 5px #ffffff;
  -webkit-box-shadow: 1px 1px 5px #ffffff;
}

.block, .lien {
  text-align: center;
  padding: 10px;
}

td {
  vertical-align: top;
}


/* Images */
.block-partenaires img, .thumbnail > div {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -htm-transition: opacity 1s;
    transition: opacity 1s;
}

.block-partenaires img {
  width: 88px;
  height: 31px;
  padding: 1px;
 
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
       
.block-partenaires img:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail {
  position: absolute;
  z-index: 0;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail > div {
  position: absolute;
  left: -2000px;
  padding: 5px;
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  border: #ffffff 1px solid;
 
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.thumbnail:hover > div {
  top: 0px;
  left: 0px;
  width: 78px;
  height: 78px;
 
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
 
}


/* Liens */
.lien{
  display: block;
  width: 110px;
  margin-right: 10px;
 
  text-decoration: none;
  color: #ffffff;
}

.lien:hover{
  background: #ffffff;
  color: #000000;
}

a.tstaff {
  display: block;
  text-align: center;
  margin-top: 95px;
}

.block a {
  text-decoration: none;
}

/* Blocs */
.block-welcome, .block-staff {
  height: 150px;
  overflow: auto;
  text-align: justify;
}

.block-welcome {
  width: 500px;
}

.block-staff {
  width: 332px;
}

.block-staff table {
  margin: auto;
}

.block-staff td {
  width: 92px;
}

.block-partenaires, .block-nouveautes, .block-credits { 
  width: 280px;
  height: 120px;
}

.block-partenaires > div, .block-nouveautes > div, .block-credits > div {
  width: 280px; 
  height: 70px;
  overflow: auto;
}


/* Titres */
.titre {
  font-family: impact;
  font-size: 14px;
  padding: 4px;
  margin: auto;
  margin-bottom: 5px;
}

.titre-welcome {
  height: 130px; 
  width: 20px; 
  padding: 7px;
  margin-right: -4px;
  margin-top: 15px;
  text-align: center;
 
  border-right: 0px #ffffff solid;
}

.titre-staff {
  width: 130px;
  text-align: center;
}

.titre:hover {
  background: #FFFFFF;
  color: #000000;
  text-shadow: 0px 0px 8px #000000;
}

.titre-welcome:hover {
  background: #000000;   
  color: #ffffff;
  text-shadow: 0px 0px 8px #ffffff;
}

Le seul template que j'ai modifié est le overhall_header pour mettre ma barre de navigation en haut du forum.

EDIT : l'adresse du forum : http://themysterious-island.actifforum.com/
Renn

Renn
Nouveau membre

Féminin
Messages : 19
Inscrit(e) le : 30/10/2010

http://strange-world.actifforum.com/
Renn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Matriochka Mar 20 Nov 2012 - 18:13

Retire cette ligne :

Code:
span.postdetails img { max-width:140px; alignment-adjust:central;}
Wink
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Avatar trop petit lors de l'envoie d'un message

Message par Renn Mar 20 Nov 2012 - 18:16

:thanks: beaucoup ça à fonctionné !!! Very Happy

Problème résolu

Renn

Renn
Nouveau membre

Féminin
Messages : 19
Inscrit(e) le : 30/10/2010

http://strange-world.actifforum.com/
Renn 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