사용자:Well-made-plush/liberty.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
20번째 줄: 20번째 줄:
table.wikitable tr:first-child>th,table.wikitable tr:first-child>td {
table.wikitable tr:first-child>th,table.wikitable tr:first-child>td {
border-radius:10px 10px 0px 0px
border-radius:10px 10px 0px 0px
}
table.wikitable tr:last-child th:last-child {
border-radius:10px
}
}

2015년 12월 25일 (금) 04:04 판

table.wikitable {
	border-collapse:separate;
	border-radius:10px
}
table.wikitable tr>th,table.wikitable tr>td {
	border:0px;
	border-top:1px solid #696969;
	border-right:1px solid #696969;
}
table.wikitable tr>th:first-child,table.wikitable tr>td:first-child {
	border-left:1px solid #696969
}
table.wikitable tr>th:last-child,table.wikitable tr>td:last-child {
	border-right:1px solid #696969
}
table.wikitable tr:last-child>th,table.wikitable tr:last-child>td {
	border-bottom:1px solid #696969;
	border-radius:0px 0px 10px 10px
}
table.wikitable tr:first-child>th,table.wikitable tr:first-child>td {
	border-radius:10px 10px 0px 0px
}
table.wikitable tr:last-child th:last-child {
	border-radius:10px
}