Langkah Merubah Link "Poskan Komentar"
- Login : Login ke Blogger.
- Tulis User Name (Nama Pengguna) atau Email Address.
- Tuliskan Password (Sandi).
- KLIK "Login".
- Dasboard : KLIK link "Design (Rancangan)".
- Design/Rancangan : KLIK "Edit HTML".
- Back-up Templates : Lihat caranya di "Special Tutorials" di menu kiri atas.
- Cari kode ]]></b:skin>, kemudian copy dan pastekan kode CSS di atasnya. (Lihat cara cepat cari kode HTML di "Special Tutorials").
- Lanjutkan dengan mencari kode <p class='comment-footer'>. Kode seperti ini ada 2 buah. Cari yang di kode berikutnya terdapat kode seperti terlihat di bawah ini.
<p class='comment-footer'>
<b:if cond='data:post.embedCommentForm'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick' >
<data:postCommentMsg/></a>
</b:if>
</b:if>
</p>
Ganti kode yang berwarna oranye dengan xHTML berikut:
<a class='bgsGRkomentar' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick' title=
'Terima kasih telah berkunjung. Silahkan klik di
sini untuk komentar!'><data:postCommentMsg/></a>
- KLIK "SAVE Template/Simpan Template".
- Buka blog yang telah berisi posting untuk melihat hasilnya!
Kode CSS Perubah Teks link "Poskan Komentar"
p.comment-footer a.bgsGRkomentar{
margin: 0 auto;
font-size: 18px;
padding: 1px 0px;
font-family: Serif;
display: block;
text-decoration: none;
text-decoration: blink;
width: 200px;
text-align: center; /* original code by:
http://gubhugreyot.blogspot.com */
background: #aaa;
background: -moz-linear-gradient(top, #666, #ccc);
background: -webkit-gradient(linear, 0% top, 0% bottom,
from(#666), to(#ccc));
color: #660066;
border: 1px solid orange;
outline: none;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
box-shadow: 0px 1px 8px #333;
-moz-box-shadow: 0px 1px 8px #333;
-webkit-box-shadow: 0px 1px 8px #333;
text-shadow: 1px 1px 1px #eee;
-o-transition: all 0.6ss ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}
p.comment-footer a.bgsGRkomentar:hover {
background: #996600;
color: red;
border-color: #6699FF;
box-shadow: 0 0 15px #333;
-moz-box-shadow: 0 0 15px #333;
-webkit-box-shadow: 0 0 15px #333;
}
p.comment-footer a.bgsGRkomentar:active {
background: #CCCCCC;
color: #0000FF;
font-size: 16px;
}
Sumber : gubhugreyot.blogspot.com
No comments:
Post a Comment