Template:Effect/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 공통 적용 |
|||
[class^="t-"] { |
[class^="t-"] { |
||
font-weight: normal; |
|||
/*font-weight: bold; |
|||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/ |
|||
}*/ |
|||
} |
|||
.t-cc |
.t-cc { color: #8555bd; } |
||
.t-dmg |
.t-dmg { color: #ff6d01; } |
||
.t-buff |
.t-buff { color: #46bdc6; } |
||
.t-uniq |
.t-uniq { color: #ccc85d; } |
||
.t-true |
.t-true { color: #999999; } |
||
.t-dbuf |
.t-dbuf { color: #980000; } |
||
.t-heal |
.t-heal { color: #34a853; } |
||
.t-shld |
.t-shld { color: #4285f4; } |
||
/* |
/* |
||
.t-cc |
.t-cc { color: #7030A0; } /* 보라: CC기 |
||
.t-dmg |
.t-dmg { color: #C85A17; } /* 주황: ~~피해 |
||
.t-buff |
.t-buff { color: #007A87; } /* 청록: 이로운 효과 |
||
.t-uniq |
.t-uniq { color: #A67C00; } /* 노랑: [추가효과] |
||
.t-true |
.t-true { color: #555555; } /* 흰색: 고정 피해 |
||
.t-dbuf |
.t-dbuf { color: #C23531; } /* 빨강: 해로운 효과 |
||
.t-heal |
.t-heal { color: #2A803B; } /* 초록: 회복 |
||
.t-shld |
.t-shld { color: #1A6BBA; } /* 파랑: 보호막 |
||
*/ |
*/ |
||
/*.t-true {text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);}*/ |
/*.t-true {text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);}*/ |
||
2026년 4월 21일 (화) 00:52 판
[class^="t-"] {
font-weight: normal;
/*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; }
.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);}*/