사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
imported>Hsl0 (문서를 비움) |
imported>Hsl0 편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
@keyframes link-wait { | |||
from { | |||
background-position-x: 200%; | |||
} | |||
to { | |||
background-position-x: 0%; | |||
} | |||
} | |||
.link-modifier-cloak a, | |||
.event-listener-cloak a.link-dummy, | |||
.event-listener-cloak a.link-self, | |||
.event-handler-cloak a.link-dummy, | |||
.event-handler-cloak a.link-self { | |||
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; | |||
} |
2023년 1월 7일 (토) 18:59 판
@keyframes link-wait {
from {
background-position-x: 200%;
}
to {
background-position-x: 0%;
}
}
.link-modifier-cloak a,
.event-listener-cloak a.link-dummy,
.event-listener-cloak a.link-self,
.event-handler-cloak a.link-dummy,
.event-handler-cloak a.link-self {
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;
}