Template:Effect/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
편집 요약 없음 |
이미지 처리 추가 |
||
| 16번째 줄: | 16번째 줄: | ||
.t-bold { font-weight: bold; } |
.t-bold { font-weight: bold; } |
||
/* 이미지를 호출할 때, 흰 배경에서 잘 보이도록 합니다. */ |
|||
.effect-icon img { |
|||
filter: |
|||
drop-shadow(0 0 1px #000) |
|||
drop-shadow(0 0 2px #000); |
|||
vertical-align: middle; |
|||
} |
|||
2026년 5월 21일 (목) 12:48 판
[class^="t-"] {
filter: brightness(0.74); /*saturate(1.0)*/
}
.t-cc { color: #9966FF; }
.t-dmg { color: #FF8C00; }
.t-cnt { color: #FFC2F0; }
.t-buff { color: #40E0D0; }
.t-uniq { color: #FFFA73; }
.t-true { color: #FFFFFF; }
.t-dbuf { color: #C45872; }
.t-shld { color: #33CCFF; }
.t-heal { color: #66FF33; }
.t-stat { color: #78FF99; }
.t-cast { color: #AAAAAA; }
.t-bold { font-weight: bold; }
/* 이미지를 호출할 때, 흰 배경에서 잘 보이도록 합니다. */
.effect-icon img {
filter:
drop-shadow(0 0 1px #000)
drop-shadow(0 0 2px #000);
vertical-align: middle;
}