사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
imported>Hsl0 잔글편집 요약 없음 |
imported>Hsl0 잔글편집 요약 없음 |
||
26번째 줄: | 26번째 줄: | ||
} | } | ||
.oo-ui-menuLayout-menu, .oo-ui-menuLayout-content { | .oo-ui-menuLayout-menu, .oo-ui-menuLayout-content { | ||
position: | position: static; | ||
} | } | ||
.oo-ui-bookletLayout { | .oo-ui-bookletLayout { | ||
position: static; | |||
display: flex; | display: flex; | ||
} | } |
2020년 5월 31일 (일) 05:00 판
/*
[[틀:CGI보호]]
제작자: [[사용자:hsl0]]
*/
.protectCGI {
display: none;
}
/* 링크 로딩 */
/* 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보호]] 끝 */
body.mw-special-Blankpage.page-특수_빈문서_DB2 .oo-ui-bookletLayout {
background: white;
}
.oo-ui-menuLayout-menu, .oo-ui-menuLayout-content {
position: static;
}
.oo-ui-bookletLayout {
position: static;
display: flex;
}