Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #HCB_comment_box {
- background: #000000;
- margin: 3px;
- }
- #HCB_comment_box h3 {color: #000000; font-weight: 700; text-shadow: 0 1px 0 #3e6790; background-color: #000000; background-repeat: no-repeat; background-position: right 50%; text-align: center; font-size:15px; padding: 3px; repeat-x top;
- padding: 5px;
- border: #px solid;
- color: #fff;
- font-weight: bold;
- border-radius: px px 0px 0px;
- margin: 0px; padding: 3px;
- }
- #HCB_comment_box .textarea {
- height: auto;
- width: auto;
- }
- #hcb_form_content {
- padding: 3px;
- }
- #HCB_comment_box div.comment {
- border-top:1px solid #2c2c2c; margin-bottom: 0.5em;
- padding: 3px;
- }
- .hcb-mod b{ color: #0066CC;
- }
- #HBC_comment_box_input {
- margin: 3px;
- }
- #HCB_comment_box input.text {
- display:block;
- width:auto;
- padding-left: 2px;
- padding-right: 2px;
- margin: 3px;
- }
- #HCB_comment_box input.text {
- border: 1px solid #ddd;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- margin: 2px;
- width: auto;
- }
- #hcb_form_name {
- margin: 2px;
- }
- </style><script>
- // This code goes ABOVE the main HTML Comment Box code!
- // replace the text in the single quotes below to customize labels.
- hcb_user = {
- // L10N
- comments_header : '<br /><div style="margin:1px;border-top:2px #009CFF solid"></div><div class="Main">Comentários</div>',
- name_label : 'Nome',
- content_label: 'Escreva seu comentário aqui.',
- submit : 'Comentar',
- logout_link : '<img title="log out" src="//www.htmlcommentbox.com/static/images/door_out.png" alt="[logout]" class="hcb-icon"/>',
- admin_link : '<img src="//www.htmlcommentbox.com/static/images/door_in.png" alt="[login]" class="hcb-icon"/>',
- no_comments_msg: 'Nenhum comentário, seja o primeiro!',
- add:'Adicionar seu comentário',
- again: 'Comentar novamente',
- rss:'<img src="//www.htmlcommentbox.com/static/images/feed.png" class="hcb-icon" alt="rss"/> ',
- said:':',
- prev_page:'<img src="//www.htmlcommentbox.com/static/images/arrow_left.png" class="hcb-icon" title="previous page" alt="[prev]"/>',
- next_page:'<img src="//www.htmlcommentbox.com/static/images/arrow_right.png" class="hcb-icon" title="next page" alt="[next]"/>',
- showing:'Mostrando comentários',
- to:'ao',
- website_label:'Site (opcional)',
- email_label:'E-mail',
- anonymous:'Anônimo',
- mod_label:'<img src="/files/1075903/adm.png"/>',
- subscribe:'Respostas por e-mail',
- are_you_sure:'Você acha que esse comentário não devia esta aqui?',
- reply:'<img src="//www.htmlcommentbox.com/static/images/reply.png"/> Responder',
- flag:'<img src="//www.htmlcommentbox.com/static/images/flag.png"/> Denunciar',
- like:'<img src="//www.htmlcommentbox.com/static/images/like.png"/> Gostei',
- //dates
- days_ago:'dias atrás',
- hours_ago:'horas atrás',
- minutes_ago:'minutos atrás',
- within_the_last_minute:'agora mesmo',
- msg_thankyou:'Obrigado por comentar!',
- msg_approval:'(this comment is not published until approved)',
- msg_approval_required:'Obrigado por comentar! Seu comentário aparecerá quando for aprovado por um administrador.',
- err_bad_html:'Seu comentário possui um código HTML errado.',
- err_bad_email:'Por favor digite um e-mail válido.',
- err_too_frequent:'Você precisa esperar alguns segundos antes de postar outro comentário.',
- err_comment_empty:'Seu comentário não foi postado porque está vazio!',
- err_denied:'Seu comentário não foi aceito.',
- //SETTINGS
- MAX_CHARS: 2048,
- PAGE:'', // ID of the webpage to show comments for. defaults to the webpage the user is currently visiting.
- RELATIVE_DATES:true // show dates in the form "X hours ago." etc.
- };
- </script>
Add Comment
Please, Sign In to add comment