Template:Nameplate/styles.css
틀 문서
더 많은 작업
/* 명함 아이콘 — 흰 배경이 라이트 모드에 묻히지 않도록 외곽선 강화 (코덱스와 동일) */
.nameplate-table td:first-child img {
filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 1px #000);
}
/* 등급별 표 헤더 색상 */
.nameplate-table.t-legendary th { background-color: #f59e0b; color: #fff; }
.nameplate-table.t-epic th { background-color: #a855f7; color: #fff; }
.nameplate-table.t-rare th { background-color: #3b82f6; color: #fff; }
.nameplate-table.t-common th { background-color: #9ca3af; color: #fff; }