미디어위키:Gadget-DB2.css: 두 판 사이의 차이
imported>Senouis (새 문서: →[[틀:DB2]] 제작자: [[사용자:hsl0]]: →링크 로딩: .gameDB-container a:not(.gameDB-link) { pointer-events: none; background-image: linear-gradient(135deg, #c...) |
imported>Senouis (1월1일 hsl0님 요청) |
||
46번째 줄: | 46번째 줄: | ||
animation: oo-ui-pendingElement-stripes 650ms linear infinite; | animation: oo-ui-pendingElement-stripes 650ms linear infinite; | ||
} | } | ||
#gameDB-compare-header { | |||
display: flex; | |||
align-items: center; | |||
} | |||
.gameDB-compare { | |||
display: flex; | |||
align-items: center; | |||
margin: 0.5em 0; | |||
} | |||
#gameDB-select { | |||
text-align: center; | |||
} | |||
.gameDB-remote-select, #gameDB-remote-selectall { | |||
margin-right: 1em; | |||
} | |||
#gameDB-legend-remote, #gameDB-legend-local { | |||
flex: 5; | |||
} | |||
#gameDB-legend-keyname { | |||
flex: 3; | |||
font-weight: bold; | |||
} | |||
.gameDB-legend-title { | |||
font-weight: bold; | |||
} | |||
#gameDB-legend-remote time, #gameDB-legend-local time { | |||
font-size: 80%; | |||
} | |||
.gameDB-remote-content, .gameDB-local-content { | |||
margin: auto; | |||
flex: 5; | |||
} | |||
.gameDB-keyname { | |||
flex: 3; | |||
margin: 0 0.5em; | |||
} | |||
.gameDB-local-select, #gameDB-local-selectall { | |||
margin-left: 1em; | |||
margin-right: 0; | |||
} | |||
/* [[틀:DB2]] 끝 */ | /* [[틀:DB2]] 끝 */ |
2021년 1월 1일 (금) 12:34 기준 최신판
/*
[[틀:DB2]]
제작자: [[사용자:hsl0]]
*/
/* 링크 로딩 */
.gameDB-container a:not(.gameDB-link) {
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;
}
@keyframes link-wait {
from {
background-position-x: 200%;
}
to {
background-position-x: 0%;
}
}
/* 에러 메시지 내 에러코드 */
.gameDB-noti-errcode {
background: transparent;
border: none;
color: gray;
}
/*
저장중 메시지 애니메이션
from ooui .oo-ui-pendingElement-pending style
*/
.mw-notification-type-pending {
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;
}
#gameDB-compare-header {
display: flex;
align-items: center;
}
.gameDB-compare {
display: flex;
align-items: center;
margin: 0.5em 0;
}
#gameDB-select {
text-align: center;
}
.gameDB-remote-select, #gameDB-remote-selectall {
margin-right: 1em;
}
#gameDB-legend-remote, #gameDB-legend-local {
flex: 5;
}
#gameDB-legend-keyname {
flex: 3;
font-weight: bold;
}
.gameDB-legend-title {
font-weight: bold;
}
#gameDB-legend-remote time, #gameDB-legend-local time {
font-size: 80%;
}
.gameDB-remote-content, .gameDB-local-content {
margin: auto;
flex: 5;
}
.gameDB-keyname {
flex: 3;
margin: 0 0.5em;
}
.gameDB-local-select, #gameDB-local-selectall {
margin-left: 1em;
margin-right: 0;
}
/* [[틀:DB2]] 끝 */