post.css 1.2 KB

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