사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
imported>Hsl0 편집 요약 없음 |
imported>Hsl0 편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* 링크 로딩 */ | /* 링크 로딩 */ | ||
/* TODO: 여기 !important, .plainlinks !important 지우기 */ | /* TODO: 여기 !important, .plainlinks !important 지우기 */ | ||
66번째 줄: | 15번째 줄: | ||
} | } | ||
/* [[틀:CGI보호]] 끝 */ | /* [[틀:CGI보호]] 끝 */ | ||
/* | /* |
2020년 12월 31일 (목) 18:45 판
/* 링크 로딩 */
/* TODO: 여기 !important, .plainlinks !important 지우기 */
body:not(.protectCGI-link-done) .protectCGI-link-container > a,
body:not(.protectCGI-link-done) .protectCGI-link-container :not(.protectCGI-link-no) a {
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;
}
/* [[틀:CGI보호]] 끝 */
/*
* class="useronly" 로그인한 상태에만 표시됩니다.
* class="anononly" 비로그인 상태에만 표시됩니다.
* class="user-unknown" 스크립트가 실행되기 전이나, 확인이 불가능한 경우 표시됩니다.
*/
body:not(.user-login) .useronly, body:not(.user-anon) .anononly {
display: none;
}
body.user-login .user-unknown, body.user-anon .user-unknown {
display: none;
}
/* [[틀:주석|주석]] */
.ref-symbol {
border-bottom: 1px dashed #3399FF;
cursor: help;
}
.ref-symbol::after {
content: "?";
color: #0000FF;
vertical-align: super;
font-size: smaller;
text-decoration: none;
display: inline-block;
}
/* [[틀:주석|주석]] 끝 */
/* [[틀:툴팁|툴팁]]
* 제작자: [[사용자:hsl0|hsl0]]
*/
.tooltip {
display: inline-block;
}
.tooltip:hover .tooltip-msg {
display: block;
position: absolute;
padding: 0.25em 0.75em;
}
.tooltip-msg {
display: none;
width: auto;
font-size: 100%;
cursor: auto;
}
.tooltip-msg img {
margin-right: 0.5em !important;
}
/* [[틀:툴팁|툴팁]] */
/* [[틀:링크경고|링크경고]]
* 제작자: [[사용자:hsl0|hsl0]]
*/
.linkwarn a {
border-bottom: 1px dashed #ff3399;
}
.linkwarn a::after {
content: "!";
color: #ff0000;
vertical-align: super;
font-size: smaller;
font-weight: bold;
text-decoration: none;
display: inline-block;
}
/* [[틀:링크경고|링크경고]] */