:블루 아카이브/styles.css

하늘 (토론 | 기여)님의 2022년 4월 13일 (수) 20:35 판
.bluearchive table.bluearchive-character td:not([colspan="2"]) { /* td, th */
    padding: 0.5em 0.5em;
    border-bottom: 1px solid #ffffff;
}

.bluearchive table.bluearchive-character td:not([colspan="2"]):first-child { /* th 역할 */
    width: 6em;
    font-weight: bold;
    color: white;
    background-color: #0099ff;   /* 배경색 */
}

.bluearchive table.bluearchive-character td[colspan="2"] { /* 사진, 제목 */
    text-align: center;
    padding: 0.1em;
}

.bluearchive table.bluearchive-character tr:last-child td:not([colspan="2"]):first-child,
.bluearchive table.bluearchive-character td:not([colspan="2"]):last-child {
    border-bottom: 1px solid #0099ff;   /* 테두리색 */
}

@media screen and (max-width: 520px) {
	.bluearchive table.bluearchive-character {
		width: 100%;
	}
}
.bluearchive table.bluearchive-character img {
    width: 32em;
}
.bluearchive table.bluearchive-character {
    width: 32em;
}