Modifikasi Threaded Comment Blogger Versi Pertama
- Setelah login ke akun anda, pada sdasbor klik menu template >> edit HTML
- Sekarang cari kode ]]></b:skin> (Gunakan control F untuk memudahkan pencarian)
- Tambahkan semua kode kode CSS berikut diatas kode ]]></b:skin>
.comment-block {border:1px solid #666;border-radius:8px;padding: 3px;}Modifikasi reply comments tambahkan CSS berikut:
.comment-actions {Sekarang modifikasi image avatar komentator tambahkan CSS berikut:
margin-right: -2px;
margin-top: -15px;
font-size: 10px;
text-transform: uppercase;
float: right;
border: 1px #DDD solid;
padding: 3px;
line-height: 1em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #999;
}
.comment-actions:hover {
background: black;
color: white;
}
.avatar-image-container img{border-radius:20px;background: url("http://cdn1.iconfinder.com/data/icons/crystalproject/32x32/apps/personal.png") no-repeat scroll center center;Sekarang reply button dibawah post komentar tambahkan CSS berikut:
}
.continue{Terakhir modifikasi dropdown reply comments tambahkan CSS berikut:
width: 45px;
font-size: 10px;
text-transform: uppercase;
border: 1px #DDD solid;
padding: 3px;
line-height: 1em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #999;
}
.continue:hover {
background: black;
color: white;
}
.thread-count{Sekarang setelah mengikuti semua langkah-langkah diatas, tampilan threaded comments anda akan seperti image berikut:
font-size: 10px;
text-transform: uppercase;
border: 1px #DDD solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #999;
}
.thread-count:hover {
background: black;
color: white;
}
Modifikasi Threaded Comments Blogger Versi kedua
- Tambahkan kode CSS berikut diatas kode ]]></b:skin>
/*=== Threaded Comments ===*/
.comments .comments-content .icon.blog-author {
background-image: url(http://siteexpansion.com/img/smilies/21.gif);/*icon untuk admin*/
background-repeat: no-repeat;
width:38px;
height:20px;
}
.comments .comments-content .loadmore a {
border-top: 1px solid silver;
border-bottom: 1px solid silver;
}
.comments .comment .comment-actions a {
padding-right: 5px;
padding-top: 2px;
}
.comments .continue {
margin-top:2px;
border-top: 2px solid silver;
}
.comments .comments-content .datetime a{
float: right;
font-size:10px;
}
#comments-block li, .comments .comments-content .comment-thread ol li, .comments .comments-content .comment:last-child {
background:#FAFAFA url(url comment) top repeat-x;
margin:5px auto 0;
padding:5px 5px;
border:1px solid silver;
}
.comment-actions a {
padding:2px 5px;
margin-right:10px;
border: 1px solid #C4C4C4;
border-top-color: #E4E4E4;
border-left-color: #E4E4E4;
color: #424242 !important;
text-align: center;
text-shadow: 0 -1px 0 white;
text-decoration: none;
font: 11px sans-serif;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
background: #EDEDED;
background: linear-gradient( center top, white 20%, #E5E5E5 100% );
background: -moz-linear-gradient( center top, white 20%, #E5E5E5 100% );
background: -webkit-linear-gradient( center top, white 20%, #E5E5E5 100% );
background: -o-linear-gradient( center top, white 20%, #E5E5E5 100% );
background: -ms-linear-gradient( center top, white 20%, #E5E5E5 100% );
}
.comment-actions a:hover {
text-decoration: none !important;
background: #CCC;
background: linear-gradient(center top,#EEE 20%,#CCC 100%);
background: -moz-linear-gradient(center top,#EEE 20%,#CCC 100%);
background: -webkit-linear-gradient(center top,#EEE 20%,#CCC 100%);
background: -o-linear-gradient(center top,#EEE 20%,#CCC 100%);
background: -ms-linear-gradient(center top,#EEE 20%,#CCC 100%);
}
.comments .avatar-image-container {
margin-left:0px;
}
Catatan:
- Selanjutnya untuk membuat tampilan avatarnya menarik, tambahkan CSS berikut di bawah CSS tadi :
/*=== BOX Avatar dan Blank Avatar ===*/
.avatar-image-container {
box-shadow: 1px 1px 0 #CCC, 3px 3px 0 #FFF, 4px 4px 0 #CCC, 6px 6px 0 #FFF, 7px 7px 0 #CCC;
-webkit-box-shadow: 1px 1px 0 #CCC, 3px 3px 0 #FFF, 4px 4px 0 #CCC, 6px 6px 0 #FFF, 7px 7px 0 #CCC;
}
.avatar-image-container img {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJfWc9gTDtCWfl-Moi6EEYYKZhap1n-87MPWDImMRj-_rCFnX900Zbr9RIbYxw6BvNNm0EPQyaHRZOzDX69TVWIeE_s_tERfHL8cMoFUQoTwmr07eu3SOera4oQubupGBntwR1D_vqhSU/s1600/blog-anonim.png);
width:35px; height:35px; border:none;
}
.avatar-image-container img:hover {
transform:scale(1.2) rotate(360deg); -ms-transform:scale(1.2) rotate(360deg); -o-transform:scale(1.2) rotate(360deg); -moz-transform:scale(1.2) rotate(360deg); -webkit-transform:scale(1.2) rotate(360deg);
transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s;
}
- Simpan pekerjaan anda. Maka hasilnya tampilan threaded comments blogger versi kedua ini seperti image berikut;
xiao :D
ReplyDeleteNice info (c)
ReplyDeleteYes! Finally someone writes about how to get your ex
ReplyDeletegirlfriend back.
My website :: successful people (http://en.wikipedia.org)
I'll immediately grasp your rss feed as I can't in finding your email subscription link
ReplyDeleteor newsletter service. Do you've any? Kindly allow me know so
that I could subscribe. Thanks.
Also visit my web blog http://clients.trafficbackdoorreview.net
Sweet blog! I found it while browsing on Yahoo News.
ReplyDeleteDo you have any tips on how to get listed in Yahoo News?
I've been trying for a while but I never seem to get
there! Appreciate it
Take a look at my web page ... http://business.sunsetmarchadors.com/
Having read this I believed it was rather informative.
ReplyDeleteI appreciate you spending some time and energy to put this informative article together.
I once again find myself spending a significant amount of time both reading
and posting comments. But so what, it was still worthwhile!
My web site: trafficbackdoorreview.net
Fantastic goods from you, man. I've consider your stuff prior to
ReplyDeleteand you are simply extremely wonderful. I really like what you've
received right here, really like what you're saying and the best way
by which you are saying it. You're making it enjoyable and you continue to care for to keep it smart.
I can't wait to learn much more from you. That is really a great web site.
Feel free to surf to my web-site :: http://helpdesk.silvercentral.net
Link exchange is nothing else but it is only placing the other person's website link on your page at suitable place and other person will
ReplyDeletealso do similar in support of you.
my website - support.a1-article.com
I do not even know how I ended up here, but I thought this post was great.
ReplyDeleteI do not know who you are but definitely you're
going to a famous blogger if you are not already ;) Cheers!
My blog post: support.scfenghe.com
We are a group of volunteers and opening a brand new scheme
ReplyDeletein our community. Your web site offered us with helpful information to work on. You have done a formidable
process and our entire community will probably be thankful to you.
My blog :: business.clairehunterphotography.com
You have made some good points there. I looked on the internet to find
ReplyDeleteout more about the issue and found most individuals will go along with your views on this web site.
Feel free to surf to my web-site reports.elvissightingbulletinboard.com
[]