Template:Effect/styles.css
틀 문서
더 많은 작업
/* 공통 적용
[class^="t-"] {
font-weight: bold;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}*/
.t-cc { color: #8555bd; }
.t-dmg { color: #ff6d01; }
.t-buff { color: #46bdc6; font-weight: normal;}
.t-uniq { color: #ccc85d; }
.t-true { color: #999999; }
.t-dbuf { color: #980000; }
.t-heal { color: #34a853; }
.t-shld { color: #4285f4; }
/*
.t-cc { color: #7030A0; } /* 보라: CC기
.t-dmg { color: #C85A17; } /* 주황: ~~피해
.t-buff { color: #007A87; } /* 청록: 이로운 효과
.t-uniq { color: #A67C00; } /* 노랑: [추가효과]
.t-true { color: #555555; } /* 흰색: 고정 피해
.t-dbuf { color: #C23531; } /* 빨강: 해로운 효과
.t-heal { color: #2A803B; } /* 초록: 회복
.t-shld { color: #1A6BBA; } /* 파랑: 보호막
*/
/*.t-true {text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);}*/