Cum pot aduce acesta cifra la stanga ?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3 • Distribuiţi
Pagina 2 din 3 • 1, 2, 3
Cum pot aduce acesta cifra la stanga ?
Rezumarea primului mesaj :
Salut, am un cod pentru subiecte si mesaje si as vrea sa le mut la subiecte si mesaje mai la stanga.
Demo:
Multumesc !
Salut, am un cod pentru subiecte si mesaje si as vrea sa le mut la subiecte si mesaje mai la stanga.
Demo:
Multumesc !
Re: Cum pot aduce acesta cifra la stanga ?
Incearca asta:
La mine a functionat.
- Cod:
.forabg .row .topics {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat scroll 0 0 #FAFCFC;
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;
position: relative;
top: 5px;
left: 20px;
height: 15px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 13px;
}
.forabg .row .posts {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat scroll 0 0 #FAFCFC;
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;
position: relative;
top: 35px;
left: -83px;
height: 15px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 13px;
}
ul.topiclist.forums dd.lastpost {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png");
border: 1px solid #B1B1B1;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 7px;
position: relative;
top: 5px;
font-family: Trebuchet MS,Tahoma;
font-weight: bold;
font-size: 14px;
}
.table-title, .table-title h2 {
display: inline;
font-size: 1em;
font-family: Trebuchet MS,Tahoma;
font-size: 13px;
font-weight: bolder;
padding-left: 1px;
}
ul.topiclist dd.posts dfn {
display:inline;
top: -40px;
margin-left: 10px;
}
ul.topiclist dd.topics dfn {
display:inline;
top: -40px;
margin-left: 10px;
}
.header dd.topics {display:none;}
.header dd.posts{display:none;}
.header dd.lastpost{margin-left: 155px;}
La mine a functionat.
Re: Cum pot aduce acesta cifra la stanga ?
Nu merge. Omu si cloner eu vreau ca sa fie textul Subiecte si mesaje si cifrele la centrul casutei adica cifra pe stanga si textul Subiecte si Mesaje pe dreapta.
Re: Cum pot aduce acesta cifra la stanga ?
Nu prea este posibil pe phpbb3 sa faci tot ceea ce-ti doresti, este o versiune care se bazeaza pe modificari aduse de CSS nu si de HTML
Re: Cum pot aduce acesta cifra la stanga ?
Dar pe punBB se poate sa se faca asa ?
Demo:
Ca la asta am vrut sa ajung pe punBB nu pe phpbb3.
Demo:
Ca la asta am vrut sa ajung pe punBB nu pe phpbb3.
Re: Cum pot aduce acesta cifra la stanga ?
Desigur Pe punBB, aproape toate sunt posibile
Re: Cum pot aduce acesta cifra la stanga ?
Imi poti oferi un cod aproape exact cu imaginea de sus unde sa modific eu imaginile si borderul.
Re: Cum pot aduce acesta cifra la stanga ?
Este necesara modificarea template-ului index_box
Posteaza template-ul, si ti-l voi face cu mare placere.
Posteaza template-ul, si ti-l voi face cu mare placere.
Re: Cum pot aduce acesta cifra la stanga ?
Poftim Omu:
- Cod:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<br>
<table class="border_categorii" width="100%" border="0" cellspacing="0" cellpadding="0">
<div id="titlu_categorii">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<td class="statut_mesaj" align="center">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row_tema_center">
<a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <br>
{catrow.forumrow.FORUM_DESC}
<td class="row_tema_left">
{catrow.forumrow.POSTS} Mesaje
</td>
<td class="row_tema_right">
{catrow.forumrow.TOPICS} Subiecte
</td>
<td class="row_tema_lastpost">
<div class="chenarel">
<span class="hotspot" onmouseover="tooltip.show('{catrow.forumrow.LATEST_TOPIC_NAME}');" onmouseout="tooltip.hide();"><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a></span> <br>
{catrow.forumrow.USER_LAST_POST}
</div></td></tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot --></table><table class="bgcatfoot"><tr><td></td></table><!-- END tablefoot --><!-- END catrow -->
<!-- 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}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<script type="text/javascript" language="javascript" src="http://extremtutorials.webs.com/ET/Tool-Tip Extrem-Tutorials/tooltips.js"></script>
<style type="text/css">
#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {background-color: white;
border: 1px solid #CFCFCF;
color: #6F6F6F;
font-family: Trebuchet MS,Arial,Helvetica,Georgia,Sans-serif;
font-size: 14px;
height: 17px;
margin-top: -2px;
padding-bottom: 4px;
padding-top: 2px;
}
</style>
<!-- END switch_on_index -->
Re: Cum pot aduce acesta cifra la stanga ?
- Cod:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<br>
<table class="border_categorii" width="100%" border="0" cellspacing="0" cellpadding="0">
<div id="titlu_categorii">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<td class="statut_mesaj" align="center">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row_tema_center">
<a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> <br>
{catrow.forumrow.FORUM_DESC}
<td class="row_tema_left">
<div class="posturi">
<div class="posturi-1">{catrow.forumrow.POSTS}</div> <div class="posturi-2">Mesaje</div>
</div>
<div class="topicuri">
<div class="topicuri-1">{catrow.forumrow.TOPICS}</div> <div class="topicuri-2">Subiecte</div>
</div>
</td>
<td class="row_tema_right">
</td>
<td class="row_tema_lastpost">
<div class="chenarel">
<span class="hotspot" onmouseover="tooltip.show('{catrow.forumrow.LATEST_TOPIC_NAME}');" onmouseout="tooltip.hide();"><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a></span> <br>
{catrow.forumrow.USER_LAST_POST}
</div></td></tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot --></table><table class="bgcatfoot"><tr><td></td></table><!-- END tablefoot --><!-- END catrow -->
<!-- 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}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<script type="text/javascript" language="javascript" src="http://extremtutorials.webs.com/ET/Tool-Tip Extrem-Tutorials/tooltips.js"></script>
<style type="text/css">
#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {background-color: white;
border: 1px solid #CFCFCF;
color: #6F6F6F;
font-family: Trebuchet MS,Arial,Helvetica,Georgia,Sans-serif;
font-size: 14px;
height: 17px;
margin-top: -2px;
padding-bottom: 4px;
padding-top: 2px;
}
</style>
<!-- END switch_on_index -->
Iar in CSS:
- Cod:
/* Modificare aspect numar mesaje */
.posturi {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat-x;
font-weight: bold;
font-family: 'Ttrebuchet MS';
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;}
.posturi-1 { color: darkblue; float: left; }
.posturi-2 { color: grey; float: left; }
/* Modificare aspect numar subiecte */
.topicuri {
background: url("http://i41.servimg.com/u/f41/16/91/77/58/afw12.png") repeat-x;
font-weight: bold;
font-family: 'Ttrebuchet MS';
border: 1px solid #b1b1b1;
border-radius: 5px 5px 5px 5px;}
.topicuri-1 { color: darkblue; float: left; }
.topicuri-2 { color: grey; float: left; }
Re: Cum pot aduce acesta cifra la stanga ?
Pai nu este cum e in imagine. Eu as vrea ceva asemanator cu acel border si acele casute.
Re: Cum pot aduce acesta cifra la stanga ?
Eu ti-am dat necesarul, personalizarea o faci singur.
- Spoiler:
- Dumnezeu iti da..dar nu iti baga in punga
Pagina 2 din 3 • 1, 2, 3
Subiecte similare
» Cum pot aduce logo si linkurile din bara de navigare mai la stanga ?
» Efect de foaie in colt stanga sus stanga
» Cum pot aduce postul mai la dreapta ?
» Cum pot aduce mai sus chenarul de la semnatura
» Cum pot aduce avatarul mai incoace ?
» Efect de foaie in colt stanga sus stanga
» Cum pot aduce postul mai la dreapta ?
» Cum pot aduce mai sus chenarul de la semnatura
» Cum pot aduce avatarul mai incoace ?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum