Template:Effect/styles.css
틀 문서
더 많은 작업
[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;
}
/* 아이콘 이미지 중 색상이 있는 아이콘(틀:Icon 참조)에 대해 필터 미적용 예외입니다. */
.effect-icon-color img {
filter: none;
margin-right: 2px;
}