Modificare aspect ''ultimele subiecte''
Pagina 1 din 2 • Distribuiţi
Pagina 1 din 2 • 1, 2
Modificare aspect ''ultimele subiecte''
Buna dimineata,
Cum as putea face acest chenar la ultimele mesaje ?
Cum as putea face acest chenar la ultimele mesaje ?
Re: Modificare aspect ''ultimele subiecte''
Bună ziua,
Încercați acest cod:
Încercați acest cod:
- Cod:
.index_lastpost {
border: 1px solid rgba(10, 10, 10, 0.506);
background-color: #2a2a2a;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#191919));
background-image: -webkit-linear-gradient(top, #191919, #191919);
background-image: -moz-linear-gradient(top, #1a1a1a, #191919);
background-image: -ms-linear-gradient(top, #1a1a1a, #191919);
background-image: -o-linear-gradient(top, #1a1a1a, #191919);
background-image: linear-gradient(top, #1a1a1a, #191919);
border-radius: 3px;
padding: 5px 6px;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.050);
}
Re: Modificare aspect ''ultimele subiecte''
Bună dimineața,
Codul trebuia introdus în CSS. Vă rog să postați adresa forumului pe care doriți să utilizați codul.
Codul trebuia introdus în CSS. Vă rog să postați adresa forumului pe care doriți să utilizați codul.
Re: Modificare aspect ''ultimele subiecte''
Poftim !
- Cod:
<div class="pun-crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<p class="crumbs"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
<div class="descriere">{catrow.forumrow.FORUM_DESC}</div>
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="genmed"><span class="gensmall"><img src="http://i41.servimg.com/u/f41/15/01/06/18/topicu10.png"><br /><span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="genmed"><span class="gensmall"><img src="http://i41.servimg.com/u/f41/15/01/06/18/postur10.png"><br /><span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="tcr">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Re: Modificare aspect ''ultimele subiecte''
Bună ziua,
Inlocuiti template-ul index_box actual cu acesta:
Inlocuiti template-ul index_box actual cu acesta:
- Cod:
<div class="pun-crumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<p class="crumbs"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
<div class="descriere">{catrow.forumrow.FORUM_DESC}</div>
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="genmed"><span class="gensmall"><img src="http://i41.servimg.com/u/f41/15/01/06/18/topicu10.png"><br /><span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="genmed"><span class="gensmall"><img src="http://i41.servimg.com/u/f41/15/01/06/18/postur10.png"><br /><span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="tcr">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
<style>
td.tcr {
border: 1px solid rgba(10, 10, 10, 0.506);
background-color: #2a2a2a;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#191919));
background-image: -webkit-linear-gradient(top, #1a1a1a, #191919);
background-image: -moz-linear-gradient(top, #1a1a1a, #191919);
background-image: -ms-linear-gradient(top, #1a1a1a, #191919);
background-image: -o-linear-gradient(top, #1a1a1a, #191919);
background-image: linear-gradient(top, #1a1a1a, #191919);
border-radius: 3px;
padding: 5px 6px;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.050);
}
</style>
Vizitator- Vizitator
Pagina 1 din 2 • 1, 2
Subiecte similare
» din: Modificare aspect "ultimele subiecte"
» Modificare aspect subiecte si mesaje la categorii
» Cum sterg subiecte si mesaje si mut mai la dreapta Ultimele Subiecte
» Modificare aspect topic
» Modificare aspect categorii
» Modificare aspect subiecte si mesaje la categorii
» Cum sterg subiecte si mesaje si mut mai la dreapta Ultimele Subiecte
» Modificare aspect topic
» Modificare aspect categorii
Pagina 1 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum