Le Deal du moment :
Google Pixel 7 5G – Smartphone 6,3″ OLED ...
Voir le deal
316 €

Modification liste sujet

Modification liste sujet Empty Lun 25 Sep - 17:43
Bonsoir !
Tout d'abord un grand merci à vous pour les codes que vous mettez en libre service, ces derniers sont fantastiques.
J'apprécie énormément ce code et je voulais savoir s'il y avait moyen de l'adapter pour un format 950px au lieu de 750px. Je ne souhaite rien changer hormis la largeur.

En vous remerciant.
Revenir en haut Aller en bas
Modification liste sujet Empty Lun 25 Sep - 20:15
Bonsoir,

Remplacez la ligne 53 du template topics_list_box :

Code:
<table width="750px" style="margin:auto;" border="0" cellspacing="0" cellpadding="0">

Par :
Code:
<table width="950px" style="margin:auto;" border="0" cellspacing="0" cellpadding="0">

Partie CSS :
Code:
/* PRESENTATION LISTE SUJETS */
.blocSBJ {
margin:10px auto 0; width:950px; height:auto;
text-align:center; font-family:Arial;
}
/* OUTIL MODERATION */
.modSBJ {
position:absolute; z-index:3; margin-left:15px; margin-top:15px;
}
/* BLOC TITRE SUJET */
.tleSBJ {
display:inline-block; vertical-align:top;
width:760px; height:50px; padding-right:10px; overflow:hidden;
background:#778188; /* MODIFIABLE */
font-family:Arial; text-align:right; text-transform:uppercase;
}
/* TITRE SUJET */
.tleSBJ a {
color:white !important; /* MODIFIABLE */
}
/* LISTE DES PAGES SUJET */
.gotoSBJ {
text-align:right; font-size:8px;
color:black; /* MODIFIABLE */
}
.gotoSBJ a {
color:black !important; /* MODIFIABLE */
}
.gotoSBJ br:nth-of-type(1) {
display:none;
}
/* ICÔNES SUJET */
.imgSBJ {
display:inline-block; vertical-align:top; margin:0 10px;
width:50px; height:50px;
}
/* VUES SUJET */
.vuesSBJ {
display:inline-block; vertical-align:top; margin-right:10px;
width:50px; height:33px; padding-top:17px;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* REPONSES SUJET */
.repSBJ {
display:inline-block; vertical-align:top;
width:50px; height:33px; padding-top:17px;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* DESCRIPTION SUJET */
.descSBJ {
margin:10px 0 0; width:940px; padding:5px;
font-size:9px; text-align:justify;
background:#191919; color:white; /* MODIFIABLE */
}
/* DERNIER MESSAGE SUJET */
.lmsgSBJ {
display:inline-block; vertical-align:top; margin:10px 10px 0 0;
width:480px; padding:5px; overflow:hidden;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
font-size:11px;
}
/* AUTEUR SUJET */
.nameSBJ {
display:inline-block; vertical-align:top; margin-top:10px;
width:440px; padding:5px; overflow:hidden;
background:rgba(250,250,250,0.6); color:black; /* MODIFIABLE */
font-size:11px;
}
Revenir en haut Aller en bas
Modification liste sujet Empty Lun 25 Sep - 20:27
Je vous remercie de la rapidité de votre réponse. C'est parfait ainsi.

Je vous remercie encore.
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum