:회색도시2 캐릭터 프로필/styles.css

최근 편집: 2018년 9월 26일 (수) 13:18
낙엽1124 (토론 | 기여)님의 2018년 9월 26일 (수) 13:18 판 (표 제일 위와 제일 아래 테두리 뺍니다)
.회색도시2-캐릭터-프로필 {
	border-style: none;
	overflow-x: auto;
	width: 100%;
	margin: auto;
    background-color: dimgray;
	color: white;
}

.회색도시2-캐릭터-프로필 th {
	min-width: 3em;
	font-weight: normal;
}

.회색도시2-캐릭터-프로필 td,
.회색도시2-캐릭터-프로필 th {
	border-style: dotted;
	border-width: 0;
}

.회색도시2-캐릭터-프로필 td:not(:first-child),
.회색도시2-캐릭터-프로필 th:not(:first-child) {
	border-bottom-width: .13em;
}

.회색도시2-캐릭터-프로필 td:not(:last-child),
.회색도시2-캐릭터-프로필 th:not(:last-child) {
	border-top-width: .13em;
}