/b2evolution/corporatemag/rsc/css/comments.css

http://laibcomsthemes.googlecode.com/ · CSS · 59 lines · 45 code · 11 blank · 3 comment · 0 complexity · f25b5dd4a2691b1b4801bab27acf64d1 MD5 · raw file

  1. /* comment and respond */
  2. /* for Disqus */
  3. #dComment {
  4. width: 98%;
  5. }
  6. /* for Disqus */
  7. #comments, #respond h3,
  8. #dsq-comments-title, #dsq-new-post h3 {
  9. font-size:14px;
  10. color:#6B92C0;
  11. padding-bottom:5px;
  12. }
  13. .commentlist,
  14. #dsq-comments { padding-left:25px;}
  15. .commentlist li,
  16. #dsq-comments li {
  17. margin-bottom:5px;
  18. }
  19. .commentlist li .avatar {
  20. float: left;
  21. border: 1px solid #eee;
  22. padding: 2px;
  23. background: #fff;
  24. margin-right:5px;
  25. }
  26. .commentlist cite, .commentlist cite a {
  27. font-weight: bold;
  28. font-style: normal;
  29. font-size: 1.1em;
  30. }
  31. .commentlist p,
  32. #dsq-comments p {
  33. clear:both;
  34. line-height: 1.5em;
  35. }
  36. #commentform input, #commentform textarea {
  37. border:1px solid #D8E4F0;
  38. padding:5px;
  39. }
  40. #commentform p {
  41. margin-bottom:10px;
  42. }
  43. #commentform #submit {
  44. background-color:#dae5f3;
  45. color:#6B92C0;
  46. border:1px solid #D8E4F0;
  47. }
  48. #commentform textarea { width:572px; }