사용자:Hsl0/common.css: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
잔글편집 요약 없음
imported>Hsl0
잔글편집 요약 없음
4번째 줄: 4번째 줄:
*/
*/
/* 링크 로딩 */
/* 링크 로딩 */
.protectCGI-link-container > a:not(.protectCGI-link), .protectCGI-link-container :not(.protectCGI-nolink) a:not(.protectCGI-link) {
.protectCGI-link-container > a:not(.protectCGI-link), .protectCGI-link-container :not(.protectCGI-link-no) a:not(.protectCGI-link) {
pointer-events: none;
pointer-events: none;
     background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc);
     background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc);

2020년 5월 13일 (수) 04:12 판

/*
  [[틀:CGI보호]]
  제작자: [[사용자:hsl0]]
*/
/* 링크 로딩 */
.protectCGI-link-container > a:not(.protectCGI-link), .protectCGI-link-container :not(.protectCGI-link-no) a:not(.protectCGI-link) {
	pointer-events: none;
    background-image: linear-gradient(135deg, #cccccc, #cccccc, #4d4d4d, #4d4d4d, #cccccc, #cccccc);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: 2s linear 0s infinite running link-wait;
}

/* [[틀:CGI보호]] 끝 */