| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @charset "UTF-8";
- /* 작성 댓글 */
- #accountComment {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #accountComment table caption {
- caption-side: top;
- color: #bbbbbb;
- }
- #accountComment table tr th, #accountComment table tr td {
- text-align: center;
- }
- #accountComment table thead tr th {
- background: #133a46;
- }
- #accountComment table tbody tr:hover, #accountComment table tbody tr:focus {
- background-color: #1a1e21;
- }
- #accountComment table tbody tr th, #accountComment table tbody tr td {
- text-align: center;
- vertical-align: middle;
- }
- #accountComment table tbody tr td p {
- font-size: 13px;
- }
- #accountComment table tbody tr td p a {
- color: #b3b3b3;
- }
- #accountComment table tbody tr td p var {
- color: #aa0000;
- font-style: normal;
- margin-left: 3px;
- letter-spacing: -1px;
- vertical-align: middle;
- }
- #accountComment table tbody tr td p i {
- color: #cbd5e0;
- margin-left: 3px;
- vertical-align: -1px;
- }
- #accountComment table tbody tr td p:last-child {
- margin-bottom: 0;
- }
|