Template:Nameplate/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
편집 요약 없음 |
편집 요약 없음 |
||
| 3번째 줄: | 3번째 줄: | ||
filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 1px #000); |
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; } |
|||
2026년 6월 11일 (목) 12:30 기준 최신판
/* 명함 아이콘 — 흰 배경이 라이트 모드에 묻히지 않도록 외곽선 강화 (코덱스와 동일) */
.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; }