메뉴 여닫기
84
179
12
2.2천
Project ZETA Wiki
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
/* 명함 아이콘 — 흰 배경이 라이트 모드에 묻히지 않도록 외곽선 강화 (코덱스와 동일) */
.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; }