comment.css 1019 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @charset "UTF-8";
  2. /* 작성 댓글 */
  3. #accountComment {
  4. -webkit-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. #accountComment table caption {
  8. caption-side: top;
  9. color: #bbbbbb;
  10. }
  11. #accountComment table tr th, #accountComment table tr td {
  12. text-align: center;
  13. }
  14. #accountComment table thead tr th {
  15. background: #133a46;
  16. }
  17. #accountComment table tbody tr:hover, #accountComment table tbody tr:focus {
  18. background-color: #1a1e21;
  19. }
  20. #accountComment table tbody tr th, #accountComment table tbody tr td {
  21. text-align: center;
  22. vertical-align: middle;
  23. }
  24. #accountComment table tbody tr td p {
  25. font-size: 13px;
  26. }
  27. #accountComment table tbody tr td p a {
  28. color: #b3b3b3;
  29. }
  30. #accountComment table tbody tr td p var {
  31. color: #aa0000;
  32. font-style: normal;
  33. margin-left: 3px;
  34. letter-spacing: -1px;
  35. vertical-align: middle;
  36. }
  37. #accountComment table tbody tr td p i {
  38. color: #cbd5e0;
  39. margin-left: 3px;
  40. vertical-align: -1px;
  41. }
  42. #accountComment table tbody tr td p:last-child {
  43. margin-bottom: 0;
  44. }