:앙상블 스타즈! 캐릭터 프로필/styles.css

최근 편집: 2020년 9월 25일 (금) 16:12
.앙상블-스타즈-캐릭터-프로필 {
	clear: right;
	float: right;
	max-width: 300px;
	width: 100%;
	table-layout: fixed;
	border-width: 0.15em;
	border-collapse: collapse;
}

.앙상블-스타즈-캐릭터-프로필 tr td,
.앙상블-스타즈-캐릭터-프로필 tr th {
	border-width: 0.15em 0;
	border-style: dashed;
	border-color: #d1d0cc;
}

.앙상블-스타즈-캐릭터-프로필 tr:first-child td {
	border-top-style: solid;
}

.앙상블-스타즈-캐릭터-프로필--이름 {
	clear: both;
	text-align: center;
	font-size: larger;
}

.앙상블-스타즈-캐릭터-프로필--CV {
	float: right;
}

.앙상블-스타즈-캐릭터-프로필--CV:before {
	content: 'CV.';
	font-size: smaller;
	vertical-align: sub;
	padding-right: .5em;
}

.앙상블-스타즈-캐릭터-프로필 th {
	text-align: left;
	font-size: smaller;
	font-weight: normal
}

.앙상블-스타즈-캐릭터-프로필 tr .앙상블-스타즈-캐릭터-프로필--출처 {
	border-bottom-style: none;
}