Le Deal du moment :
Funko POP! Jumbo One Piece Kaido Dragon Form : ...
Voir le deal

[5] Messagerie

[5] Messagerie Empty Mer 13 Sep - 1:05
[5] Messagerie MSG1

Remplacer l'intégralité du template par :
Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
<span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="boxMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr><td align="center" valign="middle">
<div class="blocMSGY"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <span style="display:inline-block; vertical-align:middle;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span> <a class="topictitle" href="{listrow.U_READ}" style="display:inline-block; vertical-align:middle;">{listrow.SUBJECT}</a></div><span class="nameMSGY">{listrow.FROM}</span><span class="dateMSGY">{listrow.DATE}</span></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>        
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->

Partie CSS :
Code:
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:lightgrey; /* MODIFIABLE */
}
/* CAPACITE DE LA MESSAGERIE */
.boxMSGY {
height:23px; padding:10px 10px 0 0;
background:#191919; color:white; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top:-2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:5px auto; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGE */
.blocMSGY {
margin:5px auto; padding:5px;
background:white; /* MODIFIABLE */
}
/* BLOC TITRE MESSAGE */
.tleMSGY {
margin:0 auto 5px;
width:100%; padding:5px 0;
background:#E9E9E9; /* MODIFIABLE */
text-align:left; font-size:11px; font-family:Arial;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* BLOC AUTEUR MESSAGE */
.nameMSGY {
display:inline-block; vertical-align:top; margin-right:1%;
width:39%; height:10px; padding:5px 0;
background:grey; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.nameMSGY strong {
color:white; /* MODIFIABLE */
}
/* DATE MESSAGE */
.dateMSGY {
display:inline-block; vertical-align:top;
width:60%; height:10px; padding:5px 0;
background:grey; color:white; /* MODIFIABLE */
text-align:center; font-size:10px; font-family:Arial; line-height:10px;
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px auto; padding:3px;
background:grey; color:white; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}

Largeur du forum : Pas de minimum / maximum
Revenir en haut Aller en bas
[5] Messagerie Empty Mer 13 Sep - 1:05
Titre
Admin
Aujourd'hui à 5:00
Titre
Visiteur
Page 1 sur 1
Tout sélectionner :: Tout désélectionner
Sauvegarder la sélection
Supprimer la sélection
Tout supprimer


Remplacer l'intégralité du template par :
Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
<span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="boxMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr><td align="center" valign="middle">
<div class="blocMSGY"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <span style="display:inline-block; vertical-align:middle;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span> <a class="topictitle" href="{listrow.U_READ}" style="display:inline-block; vertical-align:middle;">{listrow.SUBJECT}</a></div><span class="nameMSGY">{listrow.FROM}</span><span class="dateMSGY">{listrow.DATE}</span></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>        
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->

Partie CSS :
Code:
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:lightgrey; /* MODIFIABLE */
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top:-2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* CAPACITE DE LA MESSAGERIE */
.boxMSGY {
height:23px; padding:10px 10px 0 0;
background:#191919; color:white; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:5px auto; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGE */
.blocMSGY {
margin:5px auto;
height:30px; padding:5px; overflow:hidden;
background:white; /* MODIFIABLE */
transition:all 0.45s linear; -webkit-transition:all 0.45s linear;
}
.blocMSGY:hover {
height:55px;
}
/* BLOC TITRE MESSAGE */
.tleMSGY {
display:inline-block; vertical-align:top;
width:70%; height:20px; padding:5px 0; overflow:hidden;
background:#E9E9E9; /* MODIFIABLE */
text-align:left; font-size:11px; font-family:Arial; line-height:16px;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* BLOC AUTEUR MESSAGE */
.nameMSGY {
display:inline-block; vertical-align:top; margin-left:1%;
width:29%; height:20px; padding:5px 0; overflow:hidden;
background:grey; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:19px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.nameMSGY strong {
color:white; /* MODIFIABLE */
}
/* DATE MESSAGE */
.dateMSGY {
display:block; margin-top:5px;
width:100%; height:10px; padding:5px 0;
background:grey; color:white; /* MODIFIABLE */
text-align:center; font-size:10px; font-family:Arial; line-height:10px;
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px 0; padding:3px;
background:grey; color:white; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}

Largeur du forum : Pas de minimum / maximum
Revenir en haut Aller en bas
[5] Messagerie Empty Ven 15 Sep - 2:45
[5] Messagerie MSG3

Remplacer l'intégralité du template par :
Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline topMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
<span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="fillMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr><td align="center" valign="middle">
<div class="blocMSGY"><div class="boxMSGY"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <span style="display:inline-block; vertical-align:middle;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span> <a class="topictitle" href="{listrow.U_READ}" style="display:inline-block; vertical-align:middle;">{listrow.SUBJECT}</a></div><div class="dateMSGY">  {listrow.DATE}</div></div><div class="nameMSGY"><div class="triMSGY"></div><span style="display:inline-block; vertical-align:middle; height:55px;"></span><span style="display:inline-block; vertical-align:middle;">{listrow.FROM}</span></div></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>        
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->

Partie CSS :
Code:
/* BLOC ONGLETS & CAPACITE DE LA MESSAGERIE */
.topMSGY {
margin-bottom:5px; padding:5px 5px 0;
background:#191919; /* MODIFIABLE */
}
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:rgba(255,255,255,0.9); color:#161616; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:grey; /* MODIFIABLE */
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top:-2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* CAPACITE DE LA MESSAGERIE */
.fillMSGY {
height:23px; padding:10px 10px 0 0;
color:white; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:5px auto; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGE */
.blocMSGY {
margin:5px auto; padding:5px;
background:white; /* MODIFIABLE */
}
/* BLOC TITRE & DATE MESSAGE */
.boxMSGY {
display:inline-block; vertical-align:top;
width:69%;
}
/* BLOC TITRE MESSAGE */
.tleMSGY {
height:20px; padding:5px 0; overflow:hidden;
background:#E9E9E9; /* MODIFIABLE */
text-align:left; font-size:11px; font-family:Arial; line-height:16px;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* DATE MESSAGE */
.dateMSGY {
margin-top:5px;
height:10px; padding:5px 0;
background:grey; color:white; /* MODIFIABLE */
text-align:left; font-size:10px; font-family:Arial; line-height:10px;
}
/* POINTE AUTEUR MESSAGE */
.triMSGY {
position:absolute; margin-left:-5px; margin-top:10px;
width:0; height:0; border-style:solid; border-width:5px 5px 5px 0; border-color:transparent;
border-right-color:grey; /* MODIFIABLE */
}
/* BLOC AUTEUR MESSAGE */
.nameMSGY {
display:inline-block; vertical-align:top; margin-left:1%;
width:30%; height:55px; overflow:hidden;
background:grey; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:19px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.nameMSGY strong {
color:white; /* MODIFIABLE */
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px 0; padding:3px;
background:grey; color:white; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}

Largeur du forum : Pas de minimum / maximum
Revenir en haut Aller en bas
[5] Messagerie Empty Ven 15 Sep - 2:45
[5] Messagerie MSG4

Remplacer l'intégralité du template par :
Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline topMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
<span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="fillMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr class="MSGY"><td align="center" valign="middle"><div class="blocMSGY"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <span style="display:inline-block; vertical-align:middle;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span> <a class="topictitle" href="{listrow.U_READ}" style="display:inline-block; vertical-align:middle;">{listrow.SUBJECT}</a></div><div class="dateMSGY">  Envoyé par {listrow.FROM} : {listrow.DATE}</div></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>        
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->

Partie CSS :
Code:
/* BLOC ONGLETS & CAPACITE DE LA MESSAGERIE */
.topMSGY {
margin-bottom:5px; padding:5px 5px 0;
background:#191919; /* MODIFIABLE */
}
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:rgba(255,255,255,0.9); color:#161616; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:grey; /* MODIFIABLE */
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top:-2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* CAPACITE DE LA MESSAGERIE */
.fillMSGY {
height:23px; padding:10px 10px 0 0;
color:white; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:10px auto 0; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGES */
.MSGY {
float:left; width:390px;
}
.MSGY:nth-of-type(even) {
margin-left:10px;
}
/* BLOC MESSAGE */
.blocMSGY {
margin:5px auto;
width:380px; padding:5px;
background:white; /* MODIFIABLE */
}
/* BLOC TITRE MESSAGE */
.tleMSGY {
height:20px; padding:5px 0; overflow:hidden;
background:#E9E9E9; /* MODIFIABLE */
text-align:left; font-size:11px; font-family:Arial; line-height:16px;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* AUTEUR & DATE MESSAGE */
.dateMSGY {
margin-top:5px;
height:10px; padding:5px 0; overflow:hidden;
background:grey; color:white; /* MODIFIABLE */
text-align:left; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.dateMSGY strong {
color:white; /* MODIFIABLE */
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px 0; padding:3px;
background:grey; color:white; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}

Largeur du forum : Pas de minimum / maximum

Éléments à modifier selon la largeur du forum :
► La largeur (width) de la class .MSGY
► La largeur (width) de la class .blocMSGY
 
/!\ Attention au padding


Exemple pour un forum de 900px, remplacer :
Code:
.MSGY {
float:left; width:390px;
}

Par :
Code:
.MSGY {
float:left; width:445px;
}

Et :
Code:
.blocMSGY {
margin:5px auto;
width:380px; padding:5px;
background:white; /* MODIFIABLE */
}

Par :
Code:
.blocMSGY {
margin:5px auto;
width:435px; padding:5px;
background:white; /* MODIFIABLE */
}
Revenir en haut Aller en bas
[5] Messagerie Empty Lun 20 Nov - 6:35
[5] Messagerie MSG5

Remplacer l'intégralité du template par :
Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline topMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
<span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="fillMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr><td align="center" valign="middle"><div class="MSGY"><span style="display:inline-block; vertical-align:middle; margin-right:1%; width:2%;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span><span style="display:inline-block; vertical-align:middle; width:97%;"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <a class="topictitle" href="{listrow.U_READ}">{listrow.SUBJECT}</a></div><div class="dateMSGY"> Envoyé par {listrow.FROM} : {listrow.DATE}</div></span></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>        
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->

Partie CSS :
Code:
/* BLOC ONGLETS & CAPACITE DE LA MESSAGERIE */
.topMSGY {
margin-bottom:5px; padding:5px 5px 0;
background:#191919; /* MODIFIABLE */
}
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:rgba(255,255,255,0.9); color:#161616; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:grey; /* MODIFIABLE */
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top:-2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* CAPACITE DE LA MESSAGERIE */
.fillMSGY {
height:23px; padding:10px 10px 0 0;
color:white; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:10px auto 0; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGE */
.MSGY {
margin:5px auto;
padding:1px 7px 4px 3px; border:1px solid;
border-color:grey; background:white; /* MODIFIABLE */
}
/* BORDURE TITRE MESSAGE */
.tleMSGY {
padding:5px 0; overflow:hidden; border-bottom:1px solid;
border-color:black; /* MODIFIABLE */
text-align:left; text-transform:uppercase; font-size:11px; font-family:Arial; line-height:16px;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* AUTEUR & DATE MESSAGE */
.dateMSGY {
margin-top:5px;
height:10px; padding:5px 0; overflow:hidden;
color:black; /* MODIFIABLE */
text-align:left; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.dateMSGY strong {
color:black; /* MODIFIABLE */
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px 0; padding:3px;
background:grey; color:white; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:black; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}

Largeur du forum : Pas de minimum / maximum
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum