Merhaba, 3 günlük bir aradan sonra güzel bir postbit çalışmamla geldim karşınıza pro paket postbiti editledim ve hoş güzel bir görünüm kazandırdım sizlerle paylaşmak istedim buyrun geçelim yapmaya;
Admin KP > Şablon & Stil > Şablonlar > Kullandığınız Tema > Post Bit Şablonlar > postbit
Şu şekilde değiştiriniz;
postbit_author_user'i şu şekilde değiştirin;
postbit_avatar şu şekilde değiştiriniz;
postbit_delete_pm şu şekilde değiştiriniz;
postbit_edit şu şekilde değiştiriniz;
postbit_email şu şekilde değiştiriniz;
postbit_find şu şekilde değiştiriniz;
postbit_multiquote şu şekilde değiştiriniz;
postbit_pm şu şekilde değiştiriniz;
postbit_quickdelete şu şekilde değiştiriniz;
postbit_quote şu şekilde değiştiriniz;
postbit_rep_button şu şekilde değiştiriniz;
postbit_reply_pm şu şekilde değiştiriniz;
postbit_report şu şekilde değiştiriniz;
postbit_signature şu şekilde değiştiriniz;
postbit_warn şu şekilde değiştiriniz;
Admin KP > Şablon & Stil > Temalar > Kullandığınız Tema > Yeni CSS Ekle
Dosya adı: postbit.css
İlişkilendirilen: Genel
Kendi içeriğini yaz
bütün hepsini yapıştırınız;
Önizleme:
Admin KP > Şablon & Stil > Şablonlar > Kullandığınız Tema > Post Bit Şablonlar > postbit
Şu şekilde değiştiriniz;
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post_genislik">
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="box-user">
<div class="box-user-baslik"></div>
<div class="box-user-icerik">
<div class="box-user-bilgi" align="center">
<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="user_info_{$post['pid']}">{$post['username_formatted']}</a></span></strong><br />
<div id="user_info_{$post['pid']}_popup" style="margin-left: -45px;" class="popup_menu smalltext" style="display: none;">
</div>
<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("user_info_{$post['pid']}");}</script>
<span class="smalltext">
<br />
{$post['useravatar']}<br /><br />
{$post['userstars']}
{$post['groupimage']}
<div align="left"><br />
<img src="http://i.hizliresim.com/KgPrRO.png"><br />
<center>
<a href="private.php?action=send&uid={$post['uid']}"><img src="http://www.mybbtema.net/assets/img/postbit_pm.png" alt="Özel Mesaj Gönder" title="Özel Mesaj Gönder"></img></a>
<a href="{$post['website']}"><img src="http://www.mybbtema.net/assets/img/postbit_www.png" alt="Web sitesini ziyaret et" title="Web sitesini ziyaret et"></img></a>
<a href="search.php?action=finduser&uid={$post['uid']}"><img src="http://www.mybbtema.net/assets/img/postbit_find.png" alt="Tüm mesajlarını Bul" title="Tüm mesajlarını Bul"></img</a>
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="http://www.mybbtema.net/assets/img/postbit_reputation.png" border="0" alt="Rep ver" title="Rep ver"></a><br /><br />
<b> {$post['postdate']} {$post['posttime']}</b>
</center>
<span style="text-align: left; vertical-align: bottom;" id="post_meta_{$post['pid']}"></span>
<span class="largetext"><a href="{$post['profilelink_plain']}" id="info_{$post['pid']}">
<span style="font-weight: bold; font-size: 11px; color: crimson;"></center></span></a>
<div id="info_{$post['pid']}_popup" style="margin-left: -10px;" class="popup_menu smalltext" style="display: none;">
</div>
<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("info_{$post['pid']}");}</script>
</div><br />
</span>
</div>
</div>
<div class="box-user-bitti"></div>
</div>
<div class="box-mesaj">
<div class="box-mesaj-baslik">
<b>Mesaj Sayısı: </b> <div class="button pink">{$post['postnum']}</div> <b>Rep Puanı: </b><div class="button green">{$post['userreputation']}</div> <b>Uyarı Seviyesi: </b><div class="button orange">{$warning_level}</div>
</div>
<div class="box-mesaj-icerik">
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="box-mesaj-bitti">
<div class="float_right smalltext">{$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
</div>
</div>
</td>
</tr>
</table>
</div>
postbit_author_user'i şu şekilde değiştirin;
Kod:
<td class="smalltext post_author_info" width="165">
<center><div class="postbitt"><font face="Tahoma">{$lang->postbit_posts} {$post['postnum']}</font></div></center>
{$post['replink']}{$post['warninglevel']}
</center>
</td>
postbit_avatar şu şekilde değiştiriniz;
Kod:
<style type="text/css">
p#avatarpostmf img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
p#avatarpostmf img:hover{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
</style>
<p id="avatarpostmf">
<a href="{$post['profilelink_plain']}"><img class="shanex" src="{$post['avatar']}" alt="width=200 height=200"/></a></p>
postbit_delete_pm şu şekilde değiştiriniz;
Kod:
<a href="private.php?action=delete&pmid={$id}&my_post_key={$mybb->post_code}"><img src="http://pvp-forum.net/BossTR/buton/omsil.png" alt="{$lang->delete}" title="{$lang->delete_title}" /></a>
postbit_edit şu şekilde değiştiriniz;
Kod:
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}">Düzenle</a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("edit_post_{$post['pid']}");
}
// -->
</script>
postbit_email şu şekilde değiştiriniz;
Kod:
<div class="popup_item_container"><a rel="nofollow" href="member.php?action=emailuser&uid={$post['uid']}" class="popup_item"><span class="postbit_user_email">{$post['username']} {$lang->nicks} {$lang->postbit_email}</span></a></div>
postbit_find şu şekilde değiştiriniz;
Kod:
<div class="popup_item_container"><a rel="nofollow" href="search.php?action=finduser&uid={$post['uid']}" class="popup_item"><span class="postbit_user_ara">{$post['username']} {$lang->nicks} {$lang->postbit_find}</span></a></div>
postbit_multiquote şu şekilde değiştiriniz;
Kod:
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}">Çoklu Alıntı</a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
postbit_pm şu şekilde değiştiriniz;
Kod:
<div class="popup_item_container"><a rel="nofollow" href="private.php?action=send&uid={$post['uid']}" class="popup_item"><span class="postbit_user_pm">{$post['username']} {$lang->nicks} {$lang->postbit_pm}</span></a></div>
postbit_quickdelete şu şekilde değiştiriniz;
Kod:
<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}">Mesajı Sil</a>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>
postbit_quote şu şekilde değiştiriniz;
Kod:
<a href="newreply.php?tid={$tid}&pid={$post['pid']}">Alıntı Yap</a>
postbit_rep_button şu şekilde değiştiriniz;
Kod:
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="http://pvp-forum.net/BossTR/buton/repver.png" alt="{$lang->postbit_reputation_add}" title="{$lang->postbit_reputation_add}" /></a>
postbit_reply_pm şu şekilde değiştiriniz;
Kod:
<a href="private.php?action=send&pmid={$id}&do=reply">Cevapla</a>
postbit_report şu şekilde değiştiriniz;
Kod:
<a href="javascript:Thread.reportPost({$post['pid']});">Şikayet Et</a>
postbit_signature şu şekilde değiştiriniz;
Kod:
<br /><center>-----------------------------------------------------------------------------------------------------------------------------------</center><br />
{$post['signature']}
postbit_warn şu şekilde değiştiriniz;
Kod:
<a href="warnings.php?action=warn&uid={$post['uid']}&pid={$post['pid']}">Uyar</a>
Admin KP > Şablon & Stil > Temalar > Kullandığınız Tema > Yeni CSS Ekle
Dosya adı: postbit.css
İlişkilendirilen: Genel
Kendi içeriğini yaz
bütün hepsini yapıştırınız;
Kod:
.post_genislik {
width: 100%;
margin: auto auto;
border: 0px solid #0C1F5D;
}
div#baslik h1 {
background: #0d0c0c url(http://pvp-forum.net/BossTR/postbit/bilgi-baslik.png) repeat-x;
border-color: #000;
border-style: solid;
border-width: 0 1px;
display: block;
height: 60px;
margin: 0 10px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div#icerik {
background: #fff;
border-color: #ddd;
border-style: solid;
border-width: 0 1px;
margin: 0 10px;
padding: 15px;
}
div#bitti {
background: #b5b5b5 url(http://pvp-forum.net/BossTR/postbit/bilgi-bitti.png) repeat-x;
border: 1px solid #ccc;
border-bottom: 1px solid #aaa;
padding: 6px;
overflow: hidden;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
.box-user {
float: right;
}
.box-user-baslik {
background: url(http://pvp-forum.net/BossTR/postbit/postbit.png) top left no-repeat;
width: 200px;
height: 11px;
}
.box-user-icerik {
background: url(http://pvp-forum.net/BossTR/postbit/postbit-icerik.png) top left repeat-y;
width: 200px;
height: auto;
}
.box-user-bitti {
background: url(http://pvp-forum.net/BossTR/postbit/postbit.png) bottom left no-repeat;
width: 200px;
height: 12px;
}
.box-user-bilgi {
background: #fff url(http://pvp-forum.net/BossTR/postbit/postbit-bilgi.png) repeat-x;
width: 170px;
color: #373737;
margin: 0 auto;
padding: 0 10px;
font-size: 13px;
}
.box-mesaj {
background: #eaeaea;
width: 940px;
float: left;
margin-top: 5px;
margin-left: 4px;
border: 1px solid #959595;
margin-bottom: 10px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
body#private .box-mesaj {
width: 518px;
}
.box-mesaj-icerik {
background: #f5f5f5;
padding: 20px 10px;
}
.box-mesaj-baslik {
border-bottom: 1px dashed #ccc;
padding: 5px 10px;
}
.box-mesaj-bitti {
border-top: 1px dashed #ccc;
padding: 5px 10px;
height: 25px;
}
.sol_ok {
position: absolute;
margin-left: -40px;
}
.imza {
max-width: 730px;
max-height: 170px;
overflow: auto;
}
body#private .imza {
width: 430px;
}
.postbit_user_prof {
background: url(http://pvp-forum.net/BossTR/postbit/post_user.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_email {
background: url(images/gonder.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_pm {
background: url(http://pvp-forum.net/BossTR/postbit/post_user_pm.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_ara {
background: url(http://pvp-forum.net/BossTR/postbit/post_user_ara.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_www {
background: url(http://pvp-forum.net/BossTR/postbit/post_user_www.png) no-repeat 0px 0px;
width: 15px;
height: 15px;
padding: 2px;
padding-left: 20px;
}
.box-avatar {
width: 104px;
background-image: url(http://pvp-forum.net/BossTR/pAvatarFrame.png);
height: 104px;
background-position: center center;
background-repeat: no-repeat;
padding: 10px;
}
.Plazma-Tv {
background-image: url(http://pvp-forum.net/BossTR/postbit/post_video_cerceve.png);
width: 691px;
height: 572px;
background-position: center;
background-repeat: no-repeat;
}
.button{
display: inline-block;
text-decoration: none;
font: bold 12px/12px HelveticaNeue, Arial;
padding: 8px 11px;
color: #555;
border: 1px solid #dedede;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.button.white{
background: #f5f5f5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /* WebKit */
background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
border-color: #dedede #d8d8d8 #d3d3d3;
color: #555;
text-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.button.white:hover{
background: #f4f4f4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /* WebKit */
background: -moz-linear-gradient(top, #efefef, #f8f8f8);
border-color: #c7c7c7 #c3c3c3 #bebebe;
text-shadow: 0 1px 0 #fdfdfd;
-webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
-moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}
.button.grey{
background: #bdbdbd;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /* WebKit */
background: -moz-linear-gradient(top, #cacaca, #aeaeae);
border-color: #b5b5b5 #a1a1a1 #8f8f8f;
color: #555;
text-shadow: 0 1px 0 #d4d4d4;
-webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
-moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
}
.button.grey:hover{
background: #c2c2c2;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /* WebKit */
background: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
border-color: #989898 #8e8e8e #878787;
text-shadow: 0 1px 0 #dadada;
-webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
-moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}
.button.pink{
background: #f67689;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /* WebKit */
background: -moz-linear-gradient(top, #f78297, #f56778);
border-color: #df6f8b #da5f75 #d55061;
color: #913944;
text-shadow: 0 1px 0 #f89ca9;
-webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
-moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}
.button.pink:hover{
background: #f67c90;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /* WebKit */
background: -moz-linear-gradient(top, #f56c7e, #f78297);
border-color: #c36079 #c25669 #c14e5c;
text-shadow: 0 1px 0 #f9a6b4;
-webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
-moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}
.button.orange{
background: #fecc5f;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /* WebKit */
background: -moz-linear-gradient(top, #feda71, #febb4a);
border-color: #f5b74e #e5a73e #d6982f;
color: #996633;
text-shadow: 0 1px 0 #fedd9b;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
}
.button.orange:hover{
background: #fecb5e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /* WebKit */
background: -moz-linear-gradient(top, #fec354, #fecd61);
border-color: #d29a3a #cc9436 #c89133;
text-shadow: 0 1px 0 #fee1a0;
-webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
-moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
.button.green{
background: #b7d770;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /* WebKit */
background: -moz-linear-gradient(top, #cae285, #9fcb57);
border-color: #adc671 #98b65b #87aa4a;
color: #5d7731;
text-shadow: 0 1px 0 #cfe5a4;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}
.button.green:hover{
background: #b9d972;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /* WebKit */
background: -moz-linear-gradient(top, #b8d872, #b9d972);
border-color: #8bb14d #83a648 #7d9e45;
text-shadow: 0 1px 0 #d5e8aa;
-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}
.button.blue{
background: #92dbf6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /* WebKit */
background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
border-color: #8dc5da #76b7cf #63abc7;
color: #42788e;
text-shadow: 0 1px 0 #b6e6f9;
-webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
-moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}
.button.blue:hover{
background: #92dbf6;
border-color: #7caec0 #68a3ba #5a9cb5;
text-shadow: 0 1px 0 #bee9fa;
-webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
-moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}
.button.purple{
background: #dfaeda;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /* WebKit */
background: -moz-linear-gradient(top, #e8c4e4, #d494ce);
border-color: #bc9db9 #ad89aa #a1799d;
color: #7b5777;
text-shadow: 0 1px 0 #eacae6;
-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}
.button.purple:hover{
background: #e0b1db;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /* WebKit */
background: -moz-linear-gradient(top, #deabd9, #e0b1db);
border-color: #a482a0 #9b7897 #947090;
text-shadow: 0 1px 0 #ecd0e9;
-webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
-moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}
.button.teal{
background: #9cedef;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /* WebKit */
background: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
border-color: #90c6c8 #78bdc0 #65b6ba;
color: #437b7d;
text-shadow: 0 1px 0 #bef3f5;
-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
}
.button.teal:hover{
background: #9fedf0;
border-color: #7db9bb #6bb2b5 #5dacaf;
text-shadow: 0 1px 0 #c5f4f6;
-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
}
.button.darkblue{
background: #a5b8c6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /* WebKit */
background: -moz-linear-gradient(top, #becbd6, #88a1b4);
border-color: #a2afb8 #8696a1 #6f818f;
color: #515f6a;
text-shadow: 0 1px 0 #c4d0d9;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
}
.button.darkblue:hover{
background: #adbfcb;
border-color: #8996a0 #798791 #6c7a85;
text-shadow: 0 1px 0 #ced9e0;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
}
.button.black{
background: #525252;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /* WebKit */
background: -moz-linear-gradient(top, #5e5e5e, #434343);
border-color: #4c4c4c #313131 #1f1f1f;
color: #fff;
text-shadow: 0 1px 0 #2e2e2e;
-webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
}
.button.black:hover{
background: #5a5a5a;
border-color: #2c2c2c #1c1c1c #101010;
text-shadow: 0 1px 0 #363636;
-webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
-moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
}
#postbityazi {
font-size: 11px;
}
Önizleme:
