Template:Effect/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
새 문서: →공통 적용 [class^="t-"] { font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }: .t-cc { color: #a29bfe; } →보라: CC기: .t-dmg { color: #ff9f43; } →주황: ~~피해: .t-buff { color: #00d2d3; } →청록: 이로운 효과: .t-uniq { color: #f1c40f; } →노랑: [추가효과]: .t-true { color: #ffffff; } →흰색: 고정 피해: .t-dbuf { color: #ee5253; } →빨강: 해로운 효과: .t-heal { color: #1dd1a1; } /* 초록: 회복... |
편집 요약 없음 |
||
| (사용자 2명의 중간 판 41개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
/* 공통 적용 |
|||
[class^="t-"] { |
[class^="t-"] { |
||
filter: brightness(0.74); /*saturate(1.0)*/ |
|||
| ⚫ | |||
} |
|||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); |
|||
}*/ |
|||
.t-cc { color: # |
.t-cc { color: #9966FF; } |
||
.t-dmg { color: # |
.t-dmg { color: #FF8C00; } |
||
.t- |
.t-cnt { color: #FFC2F0; } |
||
.t- |
.t-buff { color: #40E0D0; } |
||
.t- |
.t-uniq { color: #FFFA73; } |
||
.t- |
.t-true { color: #FFFFFF; } |
||
.t- |
.t-dbuf { color: #C45872; } |
||
.t-shld { color: # |
.t-shld { color: #33CCFF; } |
||
.t-heal { color: #66FF33; } |
|||
.t-stat { color: #78FF99; } |
|||
.t-cast { color: #AAAAAA; } |
|||
| ⚫ | |||
/*.t-true {text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);}*/ |
|||
/* 아이콘 이미지를 템플릿으로 호출할 때, 흰 배경에서 잘 보이도록 합니다. */ |
|||
.effect-icon img { |
|||
filter: |
|||
drop-shadow(0 0 1px #000); |
|||
margin-right: 2px; |
|||
} |
|||
/* 아이콘 이미지 중 색상이 있는 아이콘(틀:Icon 참조)에 대해 필터 미적용 예외입니다. */ |
|||
.effect-icon-color img { |
|||
filter: none; |
|||
margin-right: 2px; |
|||
} |
|||
2026년 5월 21일 (목) 13:46 기준 최신판
[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;
}