:블루 아카이브/styles.css

하늘 (토론 | 기여)님의 2022년 4월 23일 (토) 15:54 판 (문법 강조기 분홍색으로 나오는 문제)
table.bluearchive-character td:not([colspan="2"]) { /* td, th */
    padding: 0.5em 0.5em;
    border-bottom: 1px solid #ffffff;
}

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

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

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

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