CSS table1 클래스

(.table1에서 넘어옴)
CSS table1 클래스

소스 코드[ | ]

.table1 {
font-size: 12px;
text-align: left;
border-collapse: collapse;
border: 1px solid silver;
margin: 0;
}
.table1 th {
font-size: 13px;
font-weight: normal;
background-color: #b9c9fe;
border: 1px dotted silver;
border-bottom: 1px solid silver;
color: #003399;
text-align: center;
padding: 5px;
}
.table1 td {
color: #22255;
border-bottom: 1px dotted silver;
border-right: 1px dotted silver;
padding: 5px;
}
.table1 tr { background-color: #eeeef9; }
.table1 tr:nth-child(odd) { background-color: #f9f9f9; }
.table1 tr:hover td{ background-color: #d0dafd; color: #333399; }
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}