Le Deal du moment :
Pokémon EV06 : où acheter le Bundle Lot ...
Voir le deal

Question à propos d'un template

Question à propos d'un template Empty Mar 5 Avr - 10:49
Bonjour à vous !

J'ai utilisé l'un de vos template de liste des sujets, à savoir celui-ci : ici, et j'aimerais savoir comment faire pour l'avatar du dernier posteur s'affiche en entier (les avatars de mon forum sont en taille 200*320 et seule une petite partie de l'avatar ce voit du coup), j'ai modifier la largeur en 50, mais j'ai laissé la hauteur en 75.

Merci d'avance pour votre réponse !
Revenir en haut Aller en bas
Question à propos d'un template Empty Mar 5 Avr - 11:03
Bonjour,

Remplacer l'intégralité de la partie CSS correspondant à la liste des sujets par :

Code:
/* PRESENTATION LISTE SUJETS */
/* BLOC SUJET */
.LSBJ {
width:750px; margin:0 auto 10px;
}
/* OUTIL MODERATION */
.modSBJ {
position:absolute; z-index:3; margin-left:-5px; margin-top:25px;
}
/* AVATAR DERNIER POSTEUR */
.lavSBJ {
display:inline-block; vertical-align:top; margin-right:10px;
width:50px; height:75px; overflow:hidden;
}
.lavSBJ img{
width:50px; filter:grayscale(0.5); -webkit-filter:grayscale(0.5);
}
/* BLOC TITRE / ICÔNES */
.boxSBJ {
display:inline-block; vertical-align:top;
width:420px;
}
/* BLOC TITRE & DESCRIPTION */
.tleSBJ {
display:inline-block; vertical-align:top;
width:400px; height:35px; padding:10px; overflow:hidden;
font-family:Arial; background:#4a3c7f; /* MODIFIABLE */
text-align:left; text-transform:uppercase;
}
/* TITRE */
.tleSBJ a {
line-height:9px;
color:white !important; /* MODIFIABLE */
}
/* DESCRIPTION */
.descSBJ {
color:#ccc; /* MODIFIABLE */
font-size:10px; text-align:justify;
}
/* ICÔNES */
.imgSBJ {
margin-top:5px;
width:420px; height:15px;
}
/* AUTEUR */
.nameSBJ {
display:inline-block; margin:0 10px;
height:50px; width:130px; padding:25px 5px 0px; overflow:hidden;
background:rgba(250,250,250,0.8); /* MODIFIABLE */
font-size:11px; text-align:center; line-height:11px;
}
/* BLOC VUES & REPONSES */
.stsSBJ {
display:inline-block; vertical-align:top;
width:100px; padding:5px;
background:#bcb4f5; /* MODIFIABLE */
}
/* VUES */
.vuesSBJ {
margin:5px auto;
width:85px; height:20px; padding-top:5px;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* REPONSES */
.repSBJ {
margin:5px auto;
width:85px; height:20px; padding-top:5px;
background:rgba(250,250,250,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* DERNIER MESSAGE */
.lmsgSBJ {
display:inline-block; margin-top:5px;
height:15px; width:300px; padding:5px; overflow:hidden;
background:rgba(250,250,250,0.5); color:black; /* MODIFIABLE */
font-size:9px; text-align:center;
}
/* LISTE DES PAGES */
.gotoSBJ {
display:inline-block; vertical-align:top; margin-top:-3px;
width:440px; font-size:10px; text-align:right;
}
Revenir en haut Aller en bas
Question à propos d'un template Empty Mar 5 Avr - 11:52
Merci beaucoup !
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum