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

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
편집 요약 없음
편집 요약 없음
 
(사용자 2명의 중간 판 123개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* [[틀:툴팁|툴팁]]
/* 2안 적색 배경 */
* 제작자: [[사용자:hsl0|hsl0]]
/*.ns-3000 #content, .ns-3000 #p-cactions li a:hover, .ns-3000 #p-cactions li.selected a {
*/
  background-color: #fff0f0;
.tooltip {
}*/
display: inline-block;
 
/* linktools.css */
@keyframes link-wait {
    from {
        background-position-x: 200%;
    }
    to {
        background-position-x: 0%;
    }
}
}
.tooltip:hover .tooltip-msg {
.link-modifier-cloak,
     display: block;
.event-listener-cloak[data-target="link"],
     position: absolute;
.event-handler-cloak[data-target="link"] {
     padding: 0.25em 0.75em;
cursor: wait;
/* 그라데이션 애니메이션 */
    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;
    color: transparent;
    animation: 2s linear 0s infinite running link-wait;
}
}
.tooltip-msg {
 
    display: none;
.link-modifier-cloak a,
    width: auto;
.event-listener-cloak[data-target="link"] a,
     font-size: 100%;
.event-handler-cloak[data-target="link"] a {
     cursor: auto;
     pointer-events: none;
}
     color: inherit;
.tooltip-msg img {
    margin-right: 0.5em !important;
}
}
/* [[틀:툴팁|툴팁]] */


/* [[틀:링크경고|링크경고]]
/* 애니메이션 줄이기가 켜진 경우 (vector 스킨 important 덮어쓰기) */
* 제작자: [[사용자:hsl0|hsl0]]
@media (prefers-reduced-motion: reduce) {
*/
.link-modifier-cloak,
.linkwarn :not(.linkwarn-msg) a {
.event-listener-cloak[data-target="link"],
    border-bottom: 1px dashed #ff3399;
.event-handler-cloak[data-target="link"] {
}
animation: 4s linear 0s infinite running link-wait !important;
.linkwarn :not(.linkwarn-msg) a::after {
}
    content: "!";
    color: #ff0000;
    vertical-align: super;
    font-size: smaller;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
}
/* [[틀:링크경고|링크경고]] */

2024년 2월 27일 (화) 20:37 기준 최신판

/* 2안 적색 배경 */
/*.ns-3000 #content, .ns-3000 #p-cactions li a:hover, .ns-3000 #p-cactions li.selected a {
  background-color: #fff0f0;
}*/

/* linktools.css */
@keyframes link-wait {
    from {
        background-position-x: 200%;
    }
    to {
        background-position-x: 0%;
    }
}
.link-modifier-cloak,
.event-listener-cloak[data-target="link"],
.event-handler-cloak[data-target="link"] {
	cursor: wait;
	
	/* 그라데이션 애니메이션 */
    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;
    color: transparent;
    animation: 2s linear 0s infinite running link-wait;
}

.link-modifier-cloak a,
.event-listener-cloak[data-target="link"] a,
.event-handler-cloak[data-target="link"] a {
    pointer-events: none;
    color: inherit;
}

/* 애니메이션 줄이기가 켜진 경우 (vector 스킨 important 덮어쓰기) */
@media (prefers-reduced-motion: reduce) {
	.link-modifier-cloak,
	.event-listener-cloak[data-target="link"],
	.event-handler-cloak[data-target="link"] {
		animation: 4s linear 0s infinite running link-wait !important;
	}
}