Dans votre template forum_liste
Chercher :
Et remplacer par :
Dans votre extra.css ajouter ce code :
Результат:
Deuxième façon, (remplacer le premier code dans votre extra.css par celui-ci )
Dans votre extra.css ajouter ce code :
Результат:
Chercher :
Код:
<dl class="discussionCount"><dt>{xen:phrase discussions}:</dt>
<dd>{xen:number $boardTotals.discussions}</dd></dl>
<dl class="messageCount"><dt>{xen:phrase messages}:</dt>
<dd>{xen:number $boardTotals.messages}</dd></dl>
<dl class="memberCount"><dt>{xen:phrase members_count}:</dt>
<dd>{xen:number $boardTotals.users}</dd></dl>
<dl><dt>{xen:phrase latest_member}:</dt>
<dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
Et remplacer par :
Код:
<dl class="discussionCount"><dt class="fa fa-comments fa-2x Tooltip" title="{xen:phrase discussions}"></dt><dt> {xen:phrase discussions}:</dt>
<dd>{xen:number $boardTotals.discussions}</dd></dl>
<dl class="messageCount"><dt class="fa fa-comment fa-2x Tooltip" title="{xen:phrase messages}"></dt><dt>{xen:phrase messages}:</dt>
<dd>{xen:number $boardTotals.messages}</dd></dl>
<dl class="memberCount"><dt class="fa fa-users fa-2x Tooltip" title="{xen:phrase members_count}"></dt><dt>{xen:phrase members_count}:</dt>
<dd>{xen:number $boardTotals.users}</dd></dl>
<dl class="latestUser_tvttime"><dt class="fa fa-user-plus fa-2x Tooltip" title="{xen:phrase latest_member}"></dt><dt>{xen:phrase latest_member}:</dt>
<dd><xen:username user="$boardTotals.latestUser" /></dd></dl>
Dans votre extra.css ajouter ce code :
Код:
.pairsJustified dt.fa.fa-comments.fa-2x, .pairsJustified dt.fa.fa-comment.fa-2x, .pairsJustified dt.fa.fa-users.fa-2x,
.pairsJustified dt.fa.fa-user-plus.fa-2x {
max-width: 100%;
margin-right: 5px;
border: 3px solid;
border-radius: 4px;
padding: 5px;
margin-bottom: 5px;
color: #1e598e
}
.pairsJustified .discussionCount dt, .pairsJustified .messageCount dt, .pairsJustified .memberCount dt, .pairsJustified .latestUser_tvttime dt{
padding-top: 10px;
}
.pairsJustified .discussionCount dd, .pairsJustified .messageCount dd, .pairsJustified .memberCount dd, .pairsJustified .latestUser_tvttime dd {
padding-top: 10px;
}
Результат:
Deuxième façon, (remplacer le premier code dans votre extra.css par celui-ci )
Dans votre extra.css ajouter ce code :
Код:
.pairsJustified dt.fa.fa-comments.fa-2x {
max-width: 100%;
margin-right: 5px;
padding: 5px;
margin-bottom: 5px;
color: #C22326
}
.pairsJustified .discussionCount dt, .pairsJustified .discussionCount dd {
color: #C22326;
}
.pairsJustified dt.fa.fa-comment.fa-2x {
max-width: 100%;
margin-right: 5px;
padding: 5px;
margin-bottom: 5px;
color: #F37338;
}
.pairsJustified .messageCount dt, .pairsJustified .messageCount dd {
color: #F37338;
}
.pairsJustified dt.fa.fa-users.fa-2x {
max-width: 100%;
margin-right: 5px;
padding: 5px;
margin-bottom: 5px;
color: #027878;
}
.pairsJustified .memberCount dt, .pairsJustified .memberCount {
color: #027878;
}
.pairsJustified dt.fa.fa-user-plus.fa-2x {
max-width: 100%;
margin-right: 5px;
padding: 5px;
margin-bottom: 5px;
color: #801638;
}
.pairsJustified .latestUsereTek dt, .pairsJustified .latestUser_tvttime dd a {
color: #801638;
}
.pairsJustified .discussionCount dt, .pairsJustified .messageCount dt, .pairsJustified .memberCount dt, .pairsJustified .latestUser_tvttime dt{
padding-top: 10px;
}
.pairsJustified .discussionCount dd, .pairsJustified .messageCount dd, .pairsJustified .memberCount dd, .pairsJustified .latestUser_tvttime dd {
padding-top: 10px;
}
Результат: