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

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
잔글편집 요약 없음
imported>Hsl0
잔글편집 요약 없음
22번째 줄: 22번째 줄:
}
}
/* [[틀:CGI보호]] 끝 */
/* [[틀:CGI보호]] 끝 */
.mw-notification-type-pending, .oo-ui-flaggedElement-pending > [role="button"] {
.mw-notification-type-pending, .oo-ui-flaggedElement-pending > [role="button"], .oo-ui-flaggedElement-pending > button {
   background-color: #eaecf0;
   background-color: #eaecf0;
   background-image: -webkit-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
   background-image: -webkit-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);

2020년 6월 28일 (일) 03:10 판

/*
  [[틀: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보호]] 끝 */
.mw-notification-type-pending, .oo-ui-flaggedElement-pending > [role="button"], .oo-ui-flaggedElement-pending > button {
  background-color: #eaecf0;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 1.42857143em 1.42857143em;
  -webkit-animation: oo-ui-pendingElement-stripes 650ms linear infinite;
  -moz-animation: oo-ui-pendingElement-stripes 650ms linear infinite;
  animation: oo-ui-pendingElement-stripes 650ms linear infinite;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 .oo-ui-bookletLayout {
	background: white;
	display: flex;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 #mw-content-text .oo-ui-panelLayout [class^="oo-ui-"]:not(.oo-ui-iconElement-icon) {
	position: relative;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 .oo-ui-menuLayout-content {
	width: 100%;
	left: 0;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 .oo-ui-bookletLayout .oo-ui-outlineSelectWidget .oo-ui-outlineOptionWidget:first-child {
	margin-bottom: 1em;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 .key-default, .key-empty {
	font-style: italic;
}
body.mw-special-Blankpage.page-특수_빈문서_DB2 .key-empty {
	text-align: center;
}