Miniavatare la ultimul raspuns
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 2 din 3 • Distribuiţi
Pagina 2 din 3 • 1, 2, 3
Miniavatare la ultimul raspuns
Rezumarea primului mesaj :
Buna ziua!
Imi apar miniavatarele de la ultimul raspuns doar pe pagina principala, nu si pe pagina cu topicurile, cu subiectele.
O solutie? Este o tema phpbb2.
Buna ziua!
Imi apar miniavatarele de la ultimul raspuns doar pe pagina principala, nu si pe pagina cu topicurile, cu subiectele.
O solutie? Este o tema phpbb2.
Ultima editare efectuata de catre west_west in Vin Apr 17, 2015 5:25 pm, editata de 1 ori
Re: Miniavatare la ultimul raspuns
Este activata, am verificat din nou chiar acum. Neavand alt cod pentru avatar la ultimul raspuns, cred ca nu ar fi afisate cele de pe pagina principala.
Re: Miniavatare la ultimul raspuns
Schimbaţi topics_list_box cu acesta:
- Cod:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
var all_checked = true;
for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
}
}
document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
}
}
}
</script>
<!-- END multi_selection -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
<th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
<!-- BEGIN multi_selection -->
<th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
<!-- END multi_selection -->
</tr>
<!-- BEGIN pagination -->
<tr>
<td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END pagination -->
<!-- END header_table --><!-- BEGIN header_row -->
<tr>
<td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
</tr>
<!-- END header_row -->
<table class="categorie2" width="99%" border="0" cellspacing="0">
<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
<tr>
<!-- BEGIN single_selection -->
<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
<!-- END single_selection -->
<td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
<!-- BEGIN icon -->
<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
<!-- END icon -->
<td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
<div class="topictitle">
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title">
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
</h2>
</div>
<img src="http://png-3.findicons.com/files/icons/1157/feedicons_2/16/rss.png" style="float: right"></img>
<!-- BEGIN switch_description -->
<span class="genmed">
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
</span>
<!-- END switch_description -->
<span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
<span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
</td>
<td class="row3" align="center" valign="middle" style="min-width: 100px"><span class="postdetails">Vizualizari:{topics_list_box.row.VIEWS} <br>
Raspunsuri:{topics_list_box.row.REPLIES}</span></td>
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
<div style="float:left;">
<!-- END avatar -->
<td class="row3" align="center" valign="middle" nowrap="nowrap" style="min-width: 230px"><span class="postdetails"> {topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
<!-- BEGIN multi_selection -->
<td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
<!-- END multi_selection -->
</tr>
<!-- END topic --><!-- BEGIN no_topics -->
<tr>
<td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
</tr>
<!-- END no_topics --><!-- BEGIN bottom -->
<tr>
<td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <span class="gensmall">{PAGINATION}</span></td>
<td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Re: Miniavatare la ultimul raspuns
Aruncati o privire, avatarul apare intre subiecte.
Re: Miniavatare la ultimul raspuns
Încercaţi cu acest cod CSS:
- Cod:
.lastpost-avatar {
float: right;
padding: 2px;
position: relative;
margin-right: 200px;
top: 50px;
}
Re: Miniavatare la ultimul raspuns
Avatarul a intrat unde ar trebui dar acopera scrisul si ramane un spatiu mare intre subiecte.
Cineva mi-a sugerat sa incerc acest cod dar rezultatul era acelasi, se pozitiona intre subiecte.
Cineva mi-a sugerat sa incerc acest cod dar rezultatul era acelasi, se pozitiona intre subiecte.
- Cod:
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
Re: Miniavatare la ultimul raspuns
Înlocuiţi codurile astfel:
Adăugaţi acest cod în CSS:
- Cod:
<!-- BEGIN avatar -->
<span class="lastpost-avatar-intern">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
<div style="float:left;">
<!-- END avatar -->
Adăugaţi acest cod în CSS:
- Cod:
.lastpost-avatar-intern {
float: right;
padding: 2px;
position: relative;
margin-right: 200px;
top: 50px;
}
.lastpost-avatar-intern img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 38px;
width: 38px;
}
Re: Miniavatare la ultimul raspuns
La topicuri a ramas la fel, in schimb pagina principala...afectata grav.
Edit...pagina principala este ok
Edit...pagina principala este ok
Re: Miniavatare la ultimul raspuns
Înlocuiţi acest cod:
Cu acesta:
- Cod:
.lastpost-avatar {
float: right;
padding: 2px;
position: relative;
margin-right: 200px;
top: 50px;
}
Cu acesta:
- Cod:
.lastpost-avatar {
float: left;
padding: 2px;
}
Re: Miniavatare la ultimul raspuns
Din nou este pozitionat intre subiecte
Re: Miniavatare la ultimul raspuns
- Cod:
.categorie {
background: white url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x;
color: black;
border: 1px solid #bbb;
box-shadow: 0px 0px 1px white inset;
border-radius: 5px;
margin-top: 1px;
}
.forumline{
border: 0px solid;}
.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom ,.row4_franta{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x scroll 0% 0% #FFF !important;
border-top: 1px solid #DDD;
border: 1px solid #fff;
box-shadow: 0px 0px 1px #444;
background-image: url('http://i55.servimg.com/u/f55/14/12/03/12/bg11.png');
background-color: white;
background-repeat: repeat-x;
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #777;
}
.headerbar_franta {
background: url(http://i19.servimg.com/u/f19/19/12/19/68/rsz_im10.jpg);
}
.meniu_header_franta{
background-image: url('http://i19.servimg.com/u/f19/19/12/19/68/meniu_11.png');
background-repeat: repeat-x;
height: 52px!important;
width: 100%!important;
}
.topbar_franta,.topbar_franta2{
background: #0d1e3c;
color: white;
font-size: 11px;
height: 30px;
text-shadow: 0px 1px 1px black}
th,th.thHead, td.catHead {
background: url(http://i19.servimg.com/u/f19/18/40/05/10/button31.png) repeat-x;
height: 35px!important;
color: white;
font-size: 11px;
height: 23px!important;
text-shadow: 0px 0px 1px black;
}
td.cathead a{
color: white!important;
text-shadow: 0px 0px 2px black}
th{
background: url(http://i19.servimg.com/u/f19/18/40/05/10/button31.png) repeat-x;
height: 35px!important;
}
a.mainmenu{
padding: 18px 6px;
position: relative;
bottom: 1px;
left: 6px;
font-family: tahoma;
font-size: 12px;
margin-left: -6px;
color:white!important}
a.mainmenu:hover{
background: url(http://i19.servimg.com/u/f19/19/12/19/68/button51.png);
padding: 11px 6px;
padding-bottom: 1px;
color: white;
text-shadow: 0px 0px 2px black;
}
.mini_ava img{
height: 25px;
width: 25px;
float: right;
position: relative;
right: 5px;
border: 2px solid white;
box-shadow: 0px 0px 3px black;}
.bodyline{
width: 1000px!important
padding: 0px!important}
td.row3_franta{
min-width: 220px!important;
text-align: left}
.forumline{
border: 0px solid;}
a#logout.mainmenu:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/log_ou11.png)}
a[href="/login"]{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/login10.png)}
.forumline{
width: 99%;
margin-left: 7px;
margin-top: 10px}
h2 {
color: white!important;}
.header_menu_down{
border: none;
background: none!important;}
.header_menu_down li{
list-style: none!important;
display: inline;
margin-left: 5px;
}
.header_menu_down a{
position: relative;
background: white;
border: 1px solid black;
border-radius: 5px;
padding: 5px;
padding-left: 12px;
padding-right: 12px;}
.header_menu_down a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
color: black;
text-shadow: none;
position: relative;
text-decoration: none!important}
.header_menu_down a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
.lastpost{
font-size: 12px;
text-align: center}
td.nav{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #111;
padding: 8px;
border-radius: 5px;
font-size: 0px!important;;
}
td.nav a{
color: white;
font-size: 12px!important}
td.nav li{
display: inline;
}
td.nav a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px;
color: black;
font-size: 12px;
font-weight: 500;
}
td.nav a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.hhh{
float: right;
position: relative;
right: 20px;
width: 420px;
text-align: center;
font-size: 12px;
border-radius: 0px 0px 5px 5px;
margin-bottom: 5px;
color: white!important;
background: #0D1E3C}
div.hhh2{
float: right;
position: relative;
right: 20px;
width: 420px;
text-align: right;
font-size: 12px;
border-radius: 0px 0px 5px 5px;
margin-bottom: 5px;
color: white!important;
background: #0D1E3C}
.hhh a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px;
color: black;
font-weight: 500;
position: relative;
top: 15px;
}
.hhh a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.hhh2 a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px 0px 0px 5px;
display: inline;
width: 200px;
color: black;
font-weight: 500;}
.hhh2 a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.topbar_franta2 li{
list-type: none!important;
list-style: none!important}
.topbar_franta2 a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 3px;
display: block;
float: left;
padding-left: 10px;
padding-right: 10px;
text-shadow: 0px 0px 1px white;
margin-left: 5px;
border-radius: 5px 5px 0px 0px;
color: black;
font-weight: 500;
position: relative;
top: 2px;}
.topbar_franta2 a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.gen a[href="/admin/index.forum"]{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 3px;
text-shadow: 0px 0px 1px white;
margin-left: 10px;
border-radius: 5px 5px 0px 0px;
color: black;
font-weight: 500;}
.mini_ava {
float: left;
}
.mini_ava img {
width: 40px;
height: 40px;
margin: 0 5px;
border: none!important;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
.mini_ava img:hover
{
zoom: 130%;
}
.row_franta,.row1_franta,.row2_franta,.row3_franta,.row4_franta,td.row3.over{
background: none!important;
border: none!important;
box-shadow: none!important}
.categorie{
background: white url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x;
color: black;
border: 1px solid #bbb;
box-shadow: 0px 0px 1px white inset;
border-radius: 5px;
margin-top: 1px}
.categorie2{
margin-top: 5px}
a:link {
color: #08324F;
text-decoration: none;
}
a:visited {
color: #08324F;
}
a:hover {
color: #5B86AB;
}
a:active {
color: #08324F;
}
a:focus {
color: #08324F;
}
div.hhh2 img{
float: left;
width: 90px;
height: 110px;
border: 1px solid #777;
border-radius: 3px;
box-shadow: 0px 0px 2px black inset;
margin: 10px}
.hhh,.hhh2{
padding-right: 7px}
.code{
background:none;
border:0!important;
position:relative;
overflow:hidden;
min-height:35px!important;
margin:10px 0;
padding:11px 0 6px 10px;
font-size:14px;
line-height:18px;
color:#504536;
font-family:Georgia;
font-style:italic;
}
.code div.cont_code:before{
content:'';
background:url(http://i58.servimg.com/u/f58/14/80/95/87/openq10.png) top left no-repeat transparent;
position:absolute;
width:16px;
height:16px;
top:2px;
left:-3px;
}
dl.codebox{
background-image: url();
background-repeat: repeat-x;
background-color: #E9E9E9;
padding: 5px;
padding-top: 10px;
width: 96%;
border-radius: 5px;
border: 1px solid #222;
margin-top: 10px;
}
dl.codebox.spoiler {
color: black}
dd.code,div.spoiler_content{
background-image: url('http://i55.servimg.com/u/f55/14/12/03/12/bg11.png');
background-color: white;
background-repeat: repeat-x;
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #777;
color: black;
}
.bodyline{
border: none!important;
box-shadow: 0px 0px 5px white;;
border-radius: 5px}
.topbar_franta2,.topbar_franta{
padding-top: 5px;
color: black;
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
}
.headerbar_franta{
border-top: 1px solid #111;}
.subforums {
margin: 2px 0 3px 5px;
padding-left: 20px;
background: url(http://community.invisionpower.com/filestore/public/style_images/master/subforum_stem.png) no-repeat left 4px;
overflow: hidden;
float: left;
min-width: 100px;
}
.sub:nth-child(odd) {
float: left;
clear: both;
width: 160px;
position: relative;
}
.sub:nth-child(even) {
float: right;
width: auto;
position: relative;
}
.sub:nth-child(even):last-child {
position: relative;
left: -3px;
}
#col1 > li, #col2 > li, #col3 > li {
list-style: none;
list-style-type: inline;
font-size: 0px!important;
}
#col1, #col2, #col3 {
font-size: 0px!important;
float: left;
width:35%;
}
body {
background: #08253d url() no-repeat 50% 0;
color: #474747;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
margin-top: 10px;
}
div.field{
padding: 6px;
text-align: center;
border: 1px solid #bbb;
background-image: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
background-color: white;
background-repeat: repeat-x;
margin-top: -5px;
}
.bodyline {
background-image: url(http://i19.servimg.com/u/f19/18/40/05/10/i_back10.png);
}
#text_editor_iframe, input, select, textarea {
border-color: #616161;
color: #616161;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
}
a.nav {
font-size: 12px!important;
padding: 3px 10px;
border: 1px solid #000;
background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #012F61),color-stop(.8, #0068D7));
box-shadow: 0px 0px 1px #555 inset;
color: white;
margin-left: -1px;
}
.poster-profile {
display: block;
position: relative;
top: -4px;
text-align: center;
z-index: 99;
width: 200px;
background: url(http://i19.servimg.com/u/f19/17/02/07/29/i_back11.png);
/* border-radius: 5px 5px 5px 5px; */
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.08) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.02) inset, 0px 1px 3px rgba(0, 0, 0, 0.9);
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10x;
padding-top: -5px;
padding-bottom: 15px;
border-radius: 0px 0px 5px 5px;
border-bottom: 5px solid #000;
}
body {
background: url(http://i19.servimg.com/u/f19/17/02/07/29/stripe11.png);
opacity: 1.0;
}
a.forumlink {
text-decoration: none;
color: #000000;
border-width: 0px 0px 1px 0px;
border-style: dotted;
-moz-border-radius: 7px 7px 7px 7px;
background-color: #;
border-bottom: 3px double #004186;
font-family: Arial Black, georgia;
font-variant: small-caps;
font-size: 15px;
font-weight: lighter;
letter-spacing: 2px;
text-decoration: none;
display: block;
text-align: center;
}
a.topictitle:link {
font-size: 15px;
}
.gen, .genmed, .gensmall {
color: #A30000;
}
.secondarytitle h2 {
width: 250px;
background: rgba(255,255,255,0.18);
border: 1px solid rgba(255,255,255,0.53);
border-radius: 3px;
color: #fff;
display: inline-block;
margin-top: 1px;
padding: 2px 20px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.18);
}
.postbody {
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.blog_message {
font-size: 12px;
margin-top: 12px;
height: 12px;
display: none;
}
#blog_comments .postbody {
width: 96%;
border : 1px solid #E5E5E5;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius : 4px;
}
.paginare {
margin: 1px;
color:#fff;
float:left;
text-transform: uppercase;
margin-left: 5px;
font-size:10px;
font-weight: bold!important;}
.paginare a,.paginare b {
background: #f1f1f1;
padding-right: 5px;
color: #D60101;
padding-left: 5px;
border: 1px solid #000;
border-radius: 5px;
padding-bottom: 2px;
padding-top: 2px;}
paginare a:last-child,.paginare a:first-child {
position: relative;}
.paginare b {
border-right: #036cb4 1px solid;
padding-right: 5px;
border-top: #036cb4 1px solid;
padding-left: 5px;
font-weight: bold;
padding-bottom: 2px;
margin: 2px;
border=left: #036cb4 1px solid;
color: #fff;
padding-top: 2px;
border-bottom: #036cb4 1px solid;
background-color: #D60101;}
.lastpost-avatar {
float: left;
padding: 2px;
}
.lastpost-avatar-intern img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 38px;
width: 38px;
}
Re: Miniavatare la ultimul raspuns
Înlocuiţi foaia cu aceasta:
- Cod:
.categorie {
background: white url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x;
color: black;
border: 1px solid #bbb;
box-shadow: 0px 0px 1px white inset;
border-radius: 5px;
margin-top: 1px;
}
.forumline{
border: 0px solid;}
.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom ,.row4_franta{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x scroll 0% 0% #FFF !important;
border-top: 1px solid #DDD;
border: 1px solid #fff;
box-shadow: 0px 0px 1px #444;
background-image: url('http://i55.servimg.com/u/f55/14/12/03/12/bg11.png');
background-color: white;
background-repeat: repeat-x;
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #777;
}
.headerbar_franta {
background: url(http://i19.servimg.com/u/f19/19/12/19/68/rsz_im10.jpg);
}
.meniu_header_franta{
background-image: url('http://i19.servimg.com/u/f19/19/12/19/68/meniu_11.png');
background-repeat: repeat-x;
height: 52px!important;
width: 100%!important;
}
.topbar_franta,.topbar_franta2{
background: #0d1e3c;
color: white;
font-size: 11px;
height: 30px;
text-shadow: 0px 1px 1px black}
th,th.thHead, td.catHead {
background: url(http://i19.servimg.com/u/f19/18/40/05/10/button31.png) repeat-x;
height: 35px!important;
color: white;
font-size: 11px;
height: 23px!important;
text-shadow: 0px 0px 1px black;
}
td.cathead a{
color: white!important;
text-shadow: 0px 0px 2px black}
th{
background: url(http://i19.servimg.com/u/f19/18/40/05/10/button31.png) repeat-x;
height: 35px!important;
}
a.mainmenu{
padding: 18px 6px;
position: relative;
bottom: 1px;
left: 6px;
font-family: tahoma;
font-size: 12px;
margin-left: -6px;
color:white!important}
a.mainmenu:hover{
background: url(http://i19.servimg.com/u/f19/19/12/19/68/button51.png);
padding: 11px 6px;
padding-bottom: 1px;
color: white;
text-shadow: 0px 0px 2px black;
}
.mini_ava img{
height: 25px;
width: 25px;
float: right;
position: relative;
right: 5px;
border: 2px solid white;
box-shadow: 0px 0px 3px black;}
.bodyline{
width: 1000px!important
padding: 0px!important}
td.row3_franta{
min-width: 220px!important;
text-align: left}
.forumline{
border: 0px solid;}
a#logout.mainmenu:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/log_ou11.png)}
a[href="/login"]{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/login10.png)}
.forumline{
width: 99%;
margin-left: 7px;
margin-top: 10px}
h2 {
color: white!important;}
.header_menu_down{
border: none;
background: none!important;}
.header_menu_down li{
list-style: none!important;
display: inline;
margin-left: 5px;
}
.header_menu_down a{
position: relative;
background: white;
border: 1px solid black;
border-radius: 5px;
padding: 5px;
padding-left: 12px;
padding-right: 12px;}
.header_menu_down a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
color: black;
text-shadow: none;
position: relative;
text-decoration: none!important}
.header_menu_down a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
.lastpost{
font-size: 12px;
text-align: center}
td.nav{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #111;
padding: 8px;
border-radius: 5px;
font-size: 0px!important;;
}
td.nav a{
color: white;
font-size: 12px!important}
td.nav li{
display: inline;
}
td.nav a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px;
color: black;
font-size: 12px;
font-weight: 500;
}
td.nav a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.hhh{
float: right;
position: relative;
right: 20px;
width: 420px;
text-align: center;
font-size: 12px;
border-radius: 0px 0px 5px 5px;
margin-bottom: 5px;
color: white!important;
background: #0D1E3C}
div.hhh2{
float: right;
position: relative;
right: 20px;
width: 420px;
text-align: right;
font-size: 12px;
border-radius: 0px 0px 5px 5px;
margin-bottom: 5px;
color: white!important;
background: #0D1E3C}
.hhh a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px;
color: black;
font-weight: 500;
position: relative;
top: 15px;
}
.hhh a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.hhh2 a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 5px;
border-radius: 5px 0px 0px 5px;
display: inline;
width: 200px;
color: black;
font-weight: 500;}
.hhh2 a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.topbar_franta2 li{
list-type: none!important;
list-style: none!important}
.topbar_franta2 a{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 3px;
display: block;
float: left;
padding-left: 10px;
padding-right: 10px;
text-shadow: 0px 0px 1px white;
margin-left: 5px;
border-radius: 5px 5px 0px 0px;
color: black;
font-weight: 500;
position: relative;
top: 2px;}
.topbar_franta2 a:hover{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
color: black;
text-decoration: none!important
text-shadow: none;}
div.gen a[href="/admin/index.forum"]{
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
border: 1px solid #fff;
box-shadow: 0px 0px 2px #777;
padding: 3px;
text-shadow: 0px 0px 1px white;
margin-left: 10px;
border-radius: 5px 5px 0px 0px;
color: black;
font-weight: 500;}
.mini_ava {
float: left;
}
.mini_ava img {
width: 40px;
height: 40px;
margin: 0 5px;
border: none!important;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
.mini_ava img:hover
{
zoom: 130%;
}
.row_franta,.row1_franta,.row2_franta,.row3_franta,.row4_franta,td.row3.over{
background: none!important;
border: none!important;
box-shadow: none!important}
.categorie{
background: white url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png) repeat-x;
color: black;
border: 1px solid #bbb;
box-shadow: 0px 0px 1px white inset;
border-radius: 5px;
margin-top: 1px}
.categorie2{
margin-top: 5px}
a:link {
color: #08324F;
text-decoration: none;
}
a:visited {
color: #08324F;
}
a:hover {
color: #5B86AB;
}
a:active {
color: #08324F;
}
a:focus {
color: #08324F;
}
div.hhh2 img{
float: left;
width: 90px;
height: 110px;
border: 1px solid #777;
border-radius: 3px;
box-shadow: 0px 0px 2px black inset;
margin: 10px}
.hhh,.hhh2{
padding-right: 7px}
.code{
background:none;
border:0!important;
position:relative;
overflow:hidden;
min-height:35px!important;
margin:10px 0;
padding:11px 0 6px 10px;
font-size:14px;
line-height:18px;
color:#504536;
font-family:Georgia;
font-style:italic;
}
.code div.cont_code:before{
content:'';
background:url(http://i58.servimg.com/u/f58/14/80/95/87/openq10.png) top left no-repeat transparent;
position:absolute;
width:16px;
height:16px;
top:2px;
left:-3px;
}
dl.codebox{
background-image: url();
background-repeat: repeat-x;
background-color: #E9E9E9;
padding: 5px;
padding-top: 10px;
width: 96%;
border-radius: 5px;
border: 1px solid #222;
margin-top: 10px;
}
dl.codebox.spoiler {
color: black}
dd.code,div.spoiler_content{
background-image: url('http://i55.servimg.com/u/f55/14/12/03/12/bg11.png');
background-color: white;
background-repeat: repeat-x;
border: 1px solid #FFF;
box-shadow: 0px 0px 2px #777;
color: black;
}
.bodyline{
border: none!important;
box-shadow: 0px 0px 5px white;;
border-radius: 5px}
.topbar_franta2,.topbar_franta{
padding-top: 5px;
color: black;
background: url(http://i55.servimg.com/u/f55/14/12/03/12/bg210.png);
}
.headerbar_franta{
border-top: 1px solid #111;}
.subforums {
margin: 2px 0 3px 5px;
padding-left: 20px;
background: url(http://community.invisionpower.com/filestore/public/style_images/master/subforum_stem.png) no-repeat left 4px;
overflow: hidden;
float: left;
min-width: 100px;
}
.sub:nth-child(odd) {
float: left;
clear: both;
width: 160px;
position: relative;
}
.sub:nth-child(even) {
float: right;
width: auto;
position: relative;
}
.sub:nth-child(even):last-child {
position: relative;
left: -3px;
}
#col1 > li, #col2 > li, #col3 > li {
list-style: none;
list-style-type: inline;
font-size: 0px!important;
}
#col1, #col2, #col3 {
font-size: 0px!important;
float: left;
width:35%;
}
body {
background: #08253d url() no-repeat 50% 0;
color: #474747;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
margin-top: 10px;
}
div.field{
padding: 6px;
text-align: center;
border: 1px solid #bbb;
background-image: url(http://i55.servimg.com/u/f55/14/12/03/12/bg11.png);
background-color: white;
background-repeat: repeat-x;
margin-top: -5px;
}
.bodyline {
background-image: url(http://i19.servimg.com/u/f19/18/40/05/10/i_back10.png);
}
#text_editor_iframe, input, select, textarea {
border-color: #616161;
color: #616161;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
}
a.nav {
font-size: 12px!important;
padding: 3px 10px;
border: 1px solid #000;
background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #012F61),color-stop(.8, #0068D7));
box-shadow: 0px 0px 1px #555 inset;
color: white;
margin-left: -1px;
}
.poster-profile {
display: block;
position: relative;
top: -4px;
text-align: center;
z-index: 99;
width: 200px;
background: url(http://i19.servimg.com/u/f19/17/02/07/29/i_back11.png);
/* border-radius: 5px 5px 5px 5px; */
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.08) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.02) inset, 0px 1px 3px rgba(0, 0, 0, 0.9);
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10x;
padding-top: -5px;
padding-bottom: 15px;
border-radius: 0px 0px 5px 5px;
border-bottom: 5px solid #000;
}
body {
background: url(http://i19.servimg.com/u/f19/17/02/07/29/stripe11.png);
opacity: 1.0;
}
a.forumlink {
text-decoration: none;
color: #000000;
border-width: 0px 0px 1px 0px;
border-style: dotted;
-moz-border-radius: 7px 7px 7px 7px;
background-color: #;
border-bottom: 3px double #004186;
font-family: Arial Black, georgia;
font-variant: small-caps;
font-size: 15px;
font-weight: lighter;
letter-spacing: 2px;
text-decoration: none;
display: block;
text-align: center;
}
a.topictitle:link {
font-size: 15px;
}
.gen, .genmed, .gensmall {
color: #A30000;
}
.secondarytitle h2 {
width: 250px;
background: rgba(255,255,255,0.18);
border: 1px solid rgba(255,255,255,0.53);
border-radius: 3px;
color: #fff;
display: inline-block;
margin-top: 1px;
padding: 2px 20px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.18);
}
.postbody {
color: #000;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.blog_message {
font-size: 12px;
margin-top: 12px;
height: 12px;
display: none;
}
#blog_comments .postbody {
width: 96%;
border : 1px solid #E5E5E5;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius : 4px;
}
.paginare {
margin: 1px;
color:#fff;
float:left;
text-transform: uppercase;
margin-left: 5px;
font-size:10px;
font-weight: bold!important;}
.paginare a,.paginare b {
background: #f1f1f1;
padding-right: 5px;
color: #D60101;
padding-left: 5px;
border: 1px solid #000;
border-radius: 5px;
padding-bottom: 2px;
padding-top: 2px;}
paginare a:last-child,.paginare a:first-child {
position: relative;}
.paginare b {
border-right: #036cb4 1px solid;
padding-right: 5px;
border-top: #036cb4 1px solid;
padding-left: 5px;
font-weight: bold;
padding-bottom: 2px;
margin: 2px;
border=left: #036cb4 1px solid;
color: #fff;
padding-top: 2px;
border-bottom: #036cb4 1px solid;
background-color: #D60101;}
.lastpost-avatar {
float: left;
padding: 2px;
}
.lastpost-avatar-intern {
float: right;
padding: 2px;
position: relative;
margin-right: 200px;
top: 50px;
}
.lastpost-avatar-intern img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 38px;
width: 38px;
}
Pagina 2 din 3 • 1, 2, 3
Subiecte similare
» stergere subiecte,mesaje,ultimul raspuns
» Cum scot data de la ultimul raspuns!
» poza de profil la ultimul raspuns
» De ce nu arata bine la ultimul raspuns?
» Format afisare data la ultimul raspuns
» Cum scot data de la ultimul raspuns!
» poza de profil la ultimul raspuns
» De ce nu arata bine la ultimul raspuns?
» Format afisare data la ultimul raspuns
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 2 din 3
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum