Alanx2

Untitled

Feb 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. #HCB_comment_box {
  2. background: #000000;
  3. margin: 3px;
  4. }
  5. #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;
  6. padding: 5px;
  7. border: #px solid;
  8. color: #fff;
  9. font-weight: bold;
  10. border-radius: px px 0px 0px;
  11. margin: 0px; padding: 3px;
  12. }
  13.  
  14. #HCB_comment_box .textarea {
  15. height: auto;
  16. width: auto;
  17. }
  18. #hcb_form_content {
  19. padding: 3px;
  20. }
  21. #HCB_comment_box div.comment {
  22. border-top:1px solid #2c2c2c; margin-bottom: 0.5em;
  23. padding: 3px;
  24. }
  25. .hcb-mod b{ color: #0066CC;
  26. }
  27. #HBC_comment_box_input {
  28. margin: 3px;
  29. }
  30. #HCB_comment_box input.text {
  31. display:block;
  32. width:auto;
  33. padding-left: 2px;
  34. padding-right: 2px;
  35. margin: 3px;
  36. }
  37. #HCB_comment_box input.text {
  38. border: 1px solid #ddd;
  39. border-left: 1px solid #ccc;
  40. border-top: 1px solid #ccc;
  41. margin: 2px;
  42. width: auto;
  43. }
  44. #hcb_form_name {
  45. margin: 2px;
  46. }
  47. </style><script>
  48. // This code goes ABOVE the main HTML Comment Box code!
  49. // replace the text in the single quotes below to customize labels.
  50. hcb_user = {
  51. // L10N
  52. comments_header : '<br /><div style="margin:1px;border-top:2px #009CFF solid"></div><div class="Main">Comentários</div>',
  53. name_label : 'Nome',
  54. content_label: 'Escreva seu comentário aqui.',
  55. submit : 'Comentar',
  56. logout_link : '<img title="log out" src="//www.htmlcommentbox.com/static/images/door_out.png" alt="[logout]" class="hcb-icon"/>',
  57. admin_link : '<img src="//www.htmlcommentbox.com/static/images/door_in.png" alt="[login]" class="hcb-icon"/>',
  58. no_comments_msg: 'Nenhum comentário, seja o primeiro!',
  59. add:'Adicionar seu comentário',
  60. again: 'Comentar novamente',
  61. rss:'<img src="//www.htmlcommentbox.com/static/images/feed.png" class="hcb-icon" alt="rss"/> ',
  62. said:':',
  63. prev_page:'<img src="//www.htmlcommentbox.com/static/images/arrow_left.png" class="hcb-icon" title="previous page" alt="[prev]"/>',
  64. next_page:'<img src="//www.htmlcommentbox.com/static/images/arrow_right.png" class="hcb-icon" title="next page" alt="[next]"/>',
  65. showing:'Mostrando comentários',
  66. to:'ao',
  67. website_label:'Site (opcional)',
  68. email_label:'E-mail',
  69. anonymous:'Anônimo',
  70. mod_label:'<img src="/files/1075903/adm.png"/>',
  71. subscribe:'Respostas por e-mail',
  72. are_you_sure:'Você acha que esse comentário não devia esta aqui?',
  73.  
  74. reply:'<img src="//www.htmlcommentbox.com/static/images/reply.png"/> Responder',
  75. flag:'<img src="//www.htmlcommentbox.com/static/images/flag.png"/> Denunciar',
  76. like:'<img src="//www.htmlcommentbox.com/static/images/like.png"/> Gostei',
  77. //dates
  78. days_ago:'dias atrás',
  79. hours_ago:'horas atrás',
  80. minutes_ago:'minutos atrás',
  81. within_the_last_minute:'agora mesmo',
  82.  
  83. msg_thankyou:'Obrigado por comentar!',
  84. msg_approval:'(this comment is not published until approved)',
  85. msg_approval_required:'Obrigado por comentar! Seu comentário aparecerá quando for aprovado por um administrador.',
  86.  
  87. err_bad_html:'Seu comentário possui um código HTML errado.',
  88. err_bad_email:'Por favor digite um e-mail válido.',
  89. err_too_frequent:'Você precisa esperar alguns segundos antes de postar outro comentário.',
  90. err_comment_empty:'Seu comentário não foi postado porque está vazio!',
  91. err_denied:'Seu comentário não foi aceito.',
  92.  
  93. //SETTINGS
  94. MAX_CHARS: 2048,
  95. PAGE:'', // ID of the webpage to show comments for. defaults to the webpage the user is currently visiting.
  96. RELATIVE_DATES:true // show dates in the form "X hours ago." etc.
  97. };
  98. </script>
Add Comment
Please, Sign In to add comment