편집 요약 없음 |
편집 요약 없음 |
||
52번째 줄: | 52번째 줄: | ||
} | } | ||
.risen-one-template-cell-devil:hover img { | .risen-one-template-cell-devil:hover img { | ||
filter: | filter: drop-shadow(0 0 6px red); | ||
} | } | ||
2025년 1월 12일 (일) 22:30 판
.main-window {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: white;
background: rgba(255, 255, 255, .5);
display: table;
animation-name: window-fade-out;
animation-delay: .5s;
animation-duration: 4s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.main-window-text {
position: absolute;
width: 300px;
height: 300px;
}
.main-window-textbox {
text-align: center;
position: relative;
top: 50%;
left: 50%;
margin: -150px 0 0 -150px;
}
@keyframes window-fade-out {
0% {
opacity: 1;
top: 0;
right: 0;
}
25% {
opacity: 0;
top: 0;
right: 0;
}
100% {
opacity: 0;
top: 999999999px;
right: 999999999px;
}
}
.risen-one-template-cell-dragon, .risen-one-template-cell-devil {
transition: all .25s;
}
.risen-one-template-cell-dragon:hover img {
filter: drop-shadow(0 0 6px #a72c3e) drop-shadow(0 0 6px #a72c3e) drop-shadow(0 0 6px #a72c3e);
}
.risen-one-template-cell-devil:hover img {
filter: drop-shadow(0 0 6px red);
}
.honorable-golden-medal-template-neon-img img {
filter: drop-shadow(0 0 6px gold);
}