| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @charset "UTF-8";
- /* 작성 댓글 */
- #accountComment {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- #accountComment table {
- margin-bottom: 0;
- }
- #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 td {
- vertical-align: middle;
- }
- #accountComment table tbody tr td p {
- margin-bottom: 5px;
- }
- #accountComment table tbody tr td p a {
- font-size: 0.8rem;
- font-weight: normal;
- text-decoration: none;
- }
- #accountComment table tbody tr td p var {
- color: #aa0000;
- font-style: initial;
- font-size: 0.813rem;
- vertical-align: bottom;
- letter-spacing: -1px;
- }
- #accountComment table tbody tr td p i {
- color: #cbd5e0;
- margin-left: 5px;
- vertical-align: -2px;
- }
- #accountComment table tbody tr td p:last-child {
- margin-bottom: 0;
- }
- #accountComment table tbody tr td ul {
- margin: 0;
- padding: 0;
- }
- #accountComment table tbody tr td ul li {
- display: inline-block;
- font-size: 0.75rem;
- }
- #accountComment table tbody tr td ul li:after {
- content: "·";
- padding: 0 3px 0 7px;
- }
- #accountComment table tbody tr td ul li:last-child:after {
- content: "";
- padding: 0;
- }
- #accountComment table tbody tr td:first-child {
- text-align: center;
- }
- #accountComment table tbody tr td:last-child {
- text-align: left;
- }
|