Saturday, August 15, 2015

4 comments:

  1. #comments .pencet {
    color : #fff;
    margin-right : 10px;
    padding : 4px 15px;
    background-color : #e74c3c;
    font-size : 12px;
    font-weight : 400;
    text-transform : none;
    border-radius : 4px;
    text-decoration : none;
    outline : none;
    box-shadow : 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px #333;
    text-shadow : 0 -1px 0 rgba(0, 0, 0, 0.3);
    transition : background-color 1s 0s ease-out;
    cursor : pointer;
    }
    #comments .pencet a {
    color : #fff !important ;
    }
    .my-konversi {
    display : none;
    background : none;
    width : 100%;
    height: 265px;
    margin-bottom : 5px;
    }

    ReplyDelete
  2. <b:includable id='threaded-comment-form' var='post'>
    <div class='comment-form'>
    <b:if cond='data:mobile'>
    <p><data:blogCommentMessage/>
    <br/><br/><span class='konversi pencet'>Konversi Kode</span><span class='tutup pencet' style='display:none'>Tutup Konverter!</span><span class='show_emo pencet'>Emoticon</span></p>
    <script type='text/javascript'>
    $(document).ready(function() {
    $(&#39;.konversi&#39;).click(function() {
    $(&#39;.my-konversi&#39;).show();
    $(&#39;.tutup&#39;).show();
    $(&#39;.konversi&#39;).hide();
    });
    $(&#39;.tutup&#39;).click(function() {
    $(&#39;.my-konversi&#39;).hide();
    $(&#39;.tutup&#39;).hide();
    $(&#39;.konversi&#39;).show();
    });
    $(&#39;.show_emo&#39;).click(function() {
    $(&#39;.comment_emo_list&#39;).toggle(&#39;slow&#39;);
    });
    });
    </script>

    ReplyDelete

Blogger default Comment Form Message is not anything important that you need to enable but it's a custom feature that helps your template to make commenting to the point and effective by urging people not to do spam. You can use th

Konversi KodeEmoticon