문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 중 하나의 권한을 가진 사용자에게 제한됩니다: 사용자, 관리자. 문서를 고치려면 이메일 인증 절차가 필요합니다. 사용자 환경 설정에서 이메일 주소를 입력하고 이메일 주소 인증을 해주시기 바랍니다. 문서의 원본을 보거나 복사할 수 있습니다. .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 { filter: grayscale(1); transition: all .25s; } .risen-one-template-cell:hover { filter: grayscale(0); } .honorable-golden-medal-template-neon-img img { filter: drop-shadow(0 0 6px gold); } 틀:아이펠루스/styles.css 문서로 돌아갑니다.