미디어위키:Gadget-ProtectCGI.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
imported>Senouis
(새 문서: #protectCGI, body:not(.protectCGI-done) .protectCGI-only { display: none; } .protectCGI-link-container a:not(.protectCGI-link):not(.protectCGI-link-no) { pointer-events: none;...)
 
imported>Senouis
(1월 3일 hsl0님 요청)
 
3번째 줄: 3번째 줄:
}
}


.protectCGI-link-container a:not(.protectCGI-link):not(.protectCGI-link-no) {
body:not(.protectCGI-done) .protectCGI-link-container a, body.protectCGI-done .protectCGI-link-container a:not(.protectCGI-link):not(.protectCGI-link-no) {
     pointer-events: none;
     pointer-events: none;
     background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc) !important;
     background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc) !important;

2021년 1월 3일 (일) 08:53 기준 최신판

#protectCGI, body:not(.protectCGI-done) .protectCGI-only {
	display: none;
}

body:not(.protectCGI-done) .protectCGI-link-container a, body.protectCGI-done .protectCGI-link-container a:not(.protectCGI-link):not(.protectCGI-link-no) {
    pointer-events: none;
    background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc) !important;
    background-size: 200% auto !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: 2s linear 0s infinite running link-wait;
}