미디어위키:Gadget-DB2.css

리버티게임, 모두가 만들어가는 자유로운 게임

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/*
  [[틀: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]] 끝 */