comment.css 1016 B

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