post.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "UTF-8";
  2. /* 작성 게시글 */
  3. #accountPost {
  4. -webkit-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. #accountPost table caption {
  8. caption-side: top;
  9. color: #bbbbbb;
  10. }
  11. #accountPost table tr th, #accountPost table tr td {
  12. text-align: center;
  13. }
  14. #accountPost table thead tr th {
  15. background: #133a46;
  16. }
  17. #accountPost table tbody tr:hover, #accountPost table tbody tr:focus {
  18. background-color: #1a1e21;
  19. }
  20. #accountPost table tbody tr th, #accountPost table tbody tr td {
  21. text-align: center;
  22. vertical-align: middle;
  23. }
  24. #accountPost table tbody tr td {
  25. font-size: 13px;
  26. }
  27. #accountPost table tbody tr td label {
  28. margin-right: 5px;
  29. }
  30. #accountPost table tbody tr td label a {
  31. color: #cbd5e0;
  32. }
  33. #accountPost table tbody tr td del, #accountPost table tbody tr td a {
  34. font-size: 14px;
  35. font-weight: normal;
  36. color: #b3b3b3;
  37. }
  38. #accountPost table tbody tr td var {
  39. color: #aa0000;
  40. font-style: normal;
  41. margin-left: 3px;
  42. letter-spacing: -1px;
  43. vertical-align: middle;
  44. }
  45. #accountPost table tbody tr td i {
  46. color: #cbd5e0;
  47. margin-left: 3px;
  48. vertical-align: -1px;
  49. }
  50. #accountPost table tbody tr td span {
  51. font-size: 10px;
  52. margin-left: 3px;
  53. vertical-align: middle;
  54. }