index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. @charset "UTF-8";
  2. .mce-label.mce-autoscroll {
  3. overflow: hidden !important;
  4. }
  5. #board {
  6. /* 일반 게시판 목록 */
  7. /* 게시판 검색 */
  8. }
  9. #board .board-name {
  10. font-weight: normal;
  11. margin-bottom: 0;
  12. }
  13. #board #boardList {
  14. -webkit-box-sizing: border-box;
  15. box-sizing: border-box;
  16. }
  17. #board #boardList .head {
  18. margin-bottom: 10px;
  19. }
  20. #board #boardList .body table {
  21. margin-left: auto;
  22. margin-right: auto;
  23. border: 1px solid #333;
  24. }
  25. #board #boardList .body table caption {
  26. caption-side: top;
  27. color: #bbbbbb;
  28. }
  29. #board #boardList .body table caption span {
  30. font-size: 15px;
  31. }
  32. #board #boardList .body table caption select {
  33. width: auto;
  34. display: inline-block;
  35. }
  36. #board #boardList .body table caption select:last-child {
  37. margin-left: 5px;
  38. }
  39. #board #boardList .body table thead tr {
  40. border: 1px solid #333;
  41. }
  42. #board #boardList .body table thead tr th {
  43. text-align: center;
  44. border-bottom: none;
  45. background-color: #133a46;
  46. }
  47. #board #boardList .body table tbody tr:hover td, #board #boardList .body table tbody tr:focus td {
  48. background-color: #1a1e21;
  49. }
  50. #board #boardList .body table tbody tr th, #board #boardList .body table tbody tr td {
  51. text-align: center;
  52. vertical-align: middle;
  53. }
  54. #board #boardList .body table tbody tr td {
  55. font-size: 13px;
  56. }
  57. #board #boardList .body table tbody tr td label {
  58. margin-right: 5px;
  59. }
  60. #board #boardList .body table tbody tr td label a {
  61. color: #cbd5e0;
  62. }
  63. #board #boardList .body table tbody tr td del, #board #boardList .body table tbody tr td a {
  64. font-size: 14px;
  65. font-weight: normal;
  66. color: #b3b3b3;
  67. }
  68. #board #boardList .body table tbody tr td var {
  69. color: #aa0000;
  70. font-style: normal;
  71. margin-left: 3px;
  72. letter-spacing: -1px;
  73. vertical-align: middle;
  74. }
  75. #board #boardList .body table tbody tr td i {
  76. color: #cbd5e0;
  77. margin-left: 3px;
  78. vertical-align: -1px;
  79. }
  80. #board #boardList .body table tbody tr td span {
  81. font-size: 10px;
  82. margin-left: 3px;
  83. vertical-align: middle;
  84. }
  85. #board #boardList .body table tfoot tr td {
  86. border-bottom: none;
  87. }
  88. #board #boardList .body table tfoot tr td nav ul {
  89. margin-bottom: 0;
  90. }
  91. #board #boardList .body figure {
  92. -webkit-box-sizing: border-box;
  93. box-sizing: border-box;
  94. margin: 0;
  95. text-align: center;
  96. }
  97. #board #boardList .body figure > a {
  98. position: relative;
  99. display: block;
  100. min-width: 140px;
  101. min-height: 140px;
  102. max-height: 160px;
  103. margin: 0;
  104. }
  105. #board #boardList .body figure > a img {
  106. position: absolute;
  107. width: 100%;
  108. top: 0;
  109. left: 0;
  110. }
  111. #board #boardList .body figure > a img:hover {
  112. -webkit-filter: drop-shadow(2px 2px 4px #969696);
  113. filter: drop-shadow(2px 2px 4px #969696);
  114. }
  115. #board #boardList .body figure > a:hover, #board #boardList .body figure > a:focus {
  116. text-decoration: underline;
  117. }
  118. #board #boardList .body figure figcaption {
  119. margin: 5px 0;
  120. }
  121. #board #boardList .body figure figcaption > a {
  122. display: initial;
  123. }
  124. #board #boardList .body figure figcaption > a:focus, #board #boardList .body figure figcaption > a:hover {
  125. text-decoration: underline;
  126. }
  127. #board #boardList .body figure figcaption label {
  128. margin-right: 5px;
  129. }
  130. #board #boardList .body figure figcaption label a {
  131. color: #cbd5e0;
  132. }
  133. #board #boardList .body figure figcaption del, #board #boardList .body figure figcaption a {
  134. font-size: 14px;
  135. font-weight: normal;
  136. color: #b3b3b3;
  137. }
  138. #board #boardList .body figure figcaption var {
  139. color: #aa0000;
  140. font-style: normal;
  141. margin-left: 3px;
  142. letter-spacing: -1px;
  143. vertical-align: middle;
  144. }
  145. #board #boardList .body figure figcaption i {
  146. color: #cbd5e0;
  147. margin-left: 3px;
  148. vertical-align: -1px;
  149. }
  150. #board #boardList .body figure figcaption span {
  151. font-size: 10px;
  152. margin-left: 3px;
  153. vertical-align: middle;
  154. }
  155. #board #boardList .body figure strong {
  156. font-weight: 500;
  157. margin-bottom: 3px;
  158. display: block;
  159. }
  160. #board #boardList .body figure ul {
  161. list-style: none;
  162. padding-left: 0;
  163. margin: 0;
  164. }
  165. #board #boardList .body figure ul li {
  166. display: inline-block;
  167. font-size: 13px;
  168. }
  169. #board #boardList .body figure ul li:first-child::before {
  170. display: none;
  171. }
  172. #board #boardList .body figure ul li::before {
  173. content: "";
  174. display: inline-block;
  175. width: 2px;
  176. height: 2px;
  177. margin: 0 5px 4px 2px;
  178. border-radius: 2px;
  179. background-color: #616670;
  180. }
  181. #board .foot {
  182. margin-top: 10px;
  183. }
  184. #board .search form select {
  185. margin-right: 5px;
  186. width: auto;
  187. display: inline;
  188. }
  189. #board .search form input {
  190. margin-right: 5px;
  191. width: auto;
  192. display: inline;
  193. }
  194. #board .search form button {
  195. width: auto;
  196. vertical-align: initial;
  197. }