Template:Effect/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
편집 요약 없음 |
편집 요약 없음 |
||
| 21번째 줄: | 21번째 줄: | ||
.effect-icon img { |
.effect-icon img { |
||
filter: |
filter: |
||
drop-shadow(0 0 1px #000) |
drop-shadow(0 0 1px #000); |
||
drop-shadow(0 0 2px #000); |
|||
margin-right: 2px; |
|||
} |
} |
||
.effect-icon-color img { |
.effect-icon-color img { |
||
filter: none; |
filter: none; |
||
margin-right: 2px; |
|||
} |
} |
||
2026년 5월 21일 (목) 13:37 판
[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);
margin-right: 2px;
}
.effect-icon-color img {
filter: none;
margin-right: 2px;
}