Bişey Deyil Herşey Sizin İçin
Profili İsteyenler İçin Kodlar
Css.
member_profile
Profili İsteyenler İçin Kodlar
Css.
Kod:
headtitle {
background: url("../img/headtit.png") repeat-x 0 0;
height: 36px;
padding: 0 10px;
overflow: hidden;
}
.headtitle h2 {
float: left;
font: 15px Arial, Tahoma, Helvetica, sans-serif;
color: #393939;
font-weight: bold;
height: 36px;
line-height: 36px;
}
.headtitle h2 span {
color: #ffa100;
}
.headtitle .rate {
float: right;
background: url(images/V11/trow_bg.png) repeat-x scroll 0 0 #F9F9F9;
padding: 2px 5px;
position: relative;
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.titcon {
background: url("../img/headtit.png") repeat-x 0 -36px;
}
.titcon .titcon {
background: url("../img/titcon.png") repeat-x 0 100%;
}
.titcon .titcon .titcon {
padding: 10px 10px 28px 10px;
}
.titcon .lcnt {
float: left;
width: 110px;
margin-right: 10px;
}
.titcon .ava, .vatar {
padding: 4px;
background: #fff;
border: 1px solid #d9d3cb;
}
.titcon .ava img, .vatar img {
width: 100px;
}
.vatar {
border: 1px solid #ffa500;
}
ul.obbut {
margin-top: 2px;
width: 110px;
margin-left: -39px;
}
ul.obbut li, ul.obbut li a {
display: block;
color: #2c2c2c;
text-decoration: none !important;
width: 110px;
height: 9px;
line-height: 25px;
text-align: center;
}
ul.obbut li {
background: url("../img/obbut.png") no-repeat;
margin-bottom: 1px;
}
ul.obbut li a {
font: 12px Arial, Tahoma, Helvetica, sans-serif;
font-weight: bold;
line-height: 25px;
}
ul.obbut li a:hover {
text-shadow: #ffd515 1px 1px 0;
background: url("../img/obbut.png") no-repeat 0 -26px;
}
.titcon .rcnt {
float: right;
width:87%;
}
.contform {
background:url(images/V11/trow_bg.png) repeat-x scroll 0 0 #F9F9F9;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: -3px 3px 7px
#E2E2E2;
}
.tablecont {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.tablecont td {
padding: 0 6px;
vertical-align: top;
color: #303030;
}
.tablecont td.tbl {
width: 33%;
padding-right: 0;
background: url("../img/stry.png") repeat-y 100% 0;
}
.tablecont td.tbr {
padding-left: 15px;
}
span.clgrey {
color: #4d4d4d;
}
.contwhite {
color: #303030;
padding: 10px;
}
/* ��������� */
.r_col .navi {
background: url("../img/navi.png") repeat-x;
padding: 15px 0 0 10px;
}
.navigation a, .navigation span, .navibut {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.navigation a, .navigation span {
float: left;
display: block;
padding: 3px 7px;
line-height: normal;
font: 12px Arial, Tahoma, Helvetica, sans-serif;
margin-right: 1px;
text-decoration: none !important;
font-weight: bold;
margin-top: 2px;
}
.navigation a {
background: #e8e4dd;
color: #363636;
}
.navigation a:hover {
background: #DC3B32;
color: #fff;
}
.navigation span {
background: #ffa100;
color: #fff;
}
.navibut {
float: left;
background: #EAE5DE;
height: 25px;
padding: 0 2px 0 3px;
}
.nprev img, .nnext img {
float: left;
width: 43px;
height: 20px;
margin: 3px 1px 0 0;
background: url("../img/navigation.png") no-repeat;
}
.nprev span img {
background-position: 0 0;
}
.nnext span img {
background-position: -43px 0;
}
.nprev a img {
background-position: 0 -20px;
}
.nnext a img {
background-position: -43px -20px;
}
.nprev a img:hover {
background-position: 0 -40px;
}
.nnext a img:hover {
background-position: -43px -40px;
}member_profile
Kod:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<div id="dle-content"><div class="headtitle">
<div class="rate">
<div class="rating" style="display:inline;">
<ul class="unit-rating">
<li class="current-rating" style="display: inline-block;"><strong>{$formattedname}</strong></li>
</ul>
</div></div>
<div class="clear"></div>
</div>
<div class="titcon"><div class="titcon"><div class="titcon">
<div class="lcnt">
<div class="ava">{$avatar}</div>
<ul class="obbut reset">
<li><a href="private.php?action=send&uid={$memprofile['uid']}">Özel Mesaj Gönder</a><li>
<li> <a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=msn&uid={$uid}', 'imcenter', 450, 300);">E-Posta Gönder</a><li>
</ul>
</div>
<div class="rcnt">
<div class="contform"><br>
<table class="tablecont">
<tbody><tr>
<td class="tbl">
{$profilefields}
</td>
<td class="tbr">
<span class="clgrey">Uyarı Puanı:</span> <strong>{$warning_level}</strong><br>
<span class="clgrey">Referanslar:</span> <strong>{$referrals}</strong><br>
<span class="clgrey">Rep Puanı:</span> <strong>{$reputation}</strong><br>
<span class="clgrey">Konuları:</span>{$memprofile['postnum']} ({$lang->ppd_percent_total}) <span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span><br>
<span class="clgrey">Kayıt Tarihi:</span> <strong>{$memregdate}</strong><br>
<span class="clgrey">Son Ziyareti:</span> <strong>{$memlastvisitdate} {$memlastvisittime}</strong><br>
<span class="clgrey">Doğum Tarihi:</span> <strong>{$membday} {$membdayage}</strong><br>
<span class="clgrey">{$lang->timeonline}</span> <strong>{$timeonline}</strong><br><br><br>
</td>
</tr>
</tbody></table>
</div>
{$signature}
</br><div class="contform">
<table class="tablecont">
<tbody><tr>
<td class="tbl">
{$buddy_options}
</td>
</tr>
</tbody></table>
</div>
<div class="contwhite">
<span class="clgrey">{$adminoptions}
{$modoptions}<br>
</div>
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="clear">
</td>
</tr>
</table>
{$footer}
</body>
</html>
