comment.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "UTF-8";
  2. /* 작성 댓글 */
  3. #accountComment {
  4. box-sizing: border-box;
  5. }
  6. #accountComment table {
  7. margin-bottom: 0;
  8. }
  9. #accountComment table caption {
  10. caption-side: top;
  11. color: #bbbbbb;
  12. }
  13. #accountComment table tr th, #accountComment table tr td {
  14. text-align: center;
  15. }
  16. #accountComment table thead tr th {
  17. background: #133a46;
  18. }
  19. #accountComment table tbody tr td {
  20. vertical-align: middle;
  21. }
  22. #accountComment table tbody tr td p {
  23. margin-bottom: 5px;
  24. }
  25. #accountComment table tbody tr td p a {
  26. font-size: 0.8rem;
  27. font-weight: normal;
  28. text-decoration: none;
  29. }
  30. #accountComment table tbody tr td p var {
  31. color: #aa0000;
  32. font-style: initial;
  33. font-size: 0.813rem;
  34. vertical-align: bottom;
  35. letter-spacing: -1px;
  36. }
  37. #accountComment table tbody tr td p i {
  38. color: #cbd5e0;
  39. margin-left: 5px;
  40. vertical-align: -2px;
  41. }
  42. #accountComment table tbody tr td p:last-child {
  43. margin-bottom: 0;
  44. }
  45. #accountComment table tbody tr td ul {
  46. margin: 0;
  47. padding: 0;
  48. }
  49. #accountComment table tbody tr td ul li {
  50. display: inline-block;
  51. font-size: 0.75rem;
  52. }
  53. #accountComment table tbody tr td ul li:after {
  54. content: "·";
  55. padding: 0 3px 0 7px;
  56. }
  57. #accountComment table tbody tr td ul li:last-child:after {
  58. content: "";
  59. padding: 0;
  60. }
  61. #accountComment table tbody tr td:first-child {
  62. text-align: center;
  63. }
  64. #accountComment table tbody tr td:last-child {
  65. text-align: left;
  66. }/*# sourceMappingURL=comment.css.map */