| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @charset "UTF-8";
- /* 작성 게시글 */
- #accountPost {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #accountPost table caption {
- caption-side: top;
- color: #bbbbbb;
- }
- #accountPost table tr th, #accountPost table tr td {
- text-align: center;
- }
- #accountPost table thead tr th {
- background: #133a46;
- }
- #accountPost table tbody tr:hover, #accountPost table tbody tr:focus {
- background-color: #1a1e21;
- }
- #accountPost table tbody tr th, #accountPost table tbody tr td {
- text-align: center;
- vertical-align: middle;
- }
- #accountPost table tbody tr td {
- font-size: 13px;
- }
- #accountPost table tbody tr td label {
- margin-right: 5px;
- }
- #accountPost table tbody tr td label a {
- color: #cbd5e0;
- }
- #accountPost table tbody tr td del, #accountPost table tbody tr td a {
- font-size: 14px;
- font-weight: normal;
- color: #b3b3b3;
- }
- #accountPost table tbody tr td var {
- color: #aa0000;
- font-style: normal;
- margin-left: 3px;
- letter-spacing: -1px;
- vertical-align: middle;
- }
- #accountPost table tbody tr td i {
- color: #cbd5e0;
- margin-left: 3px;
- vertical-align: -1px;
- }
- #accountPost table tbody tr td span {
- font-size: 10px;
- margin-left: 3px;
- vertical-align: middle;
- }
|