미디어위키:Common.css

imported>카페인러브님의 2020년 8월 9일 (일) 16:56 판

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/**
 * 위키쨩 페이지별 스타일링
 * 스킨에 관련된 스타일링은 포함하지 않습니다.
 *
 * 작성자: wiki-chan.net
 * 저작권: CC-BY-SA 3.0
 */

/* 헬퍼: 자주 사용하는 CSS 속성들을 미리 class로 정의한 모음 */
@import "/index.php?title=MediaWiki:Helper.css&action=raw&ctype=text/css";

/* 틀: 틀 관련 스타일링 */
@import "/index.php?title=MediaWiki:Template.css&action=raw&ctype=text/css";

/* 프로젝트: 시간표, 발매표 등 프로젝트 관련 스타일링 */
@import "/index.php?title=MediaWiki:Project.css&action=raw&ctype=text/css";

/* 대문 공지사항 */
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
}
.dialog-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dialog-backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s;
}
.dialog-open .dialog-backdrop {
  background-color: rgba(0, 0, 0, .7);
}
.dialog-vsizer {
  width: 100%;
  height: 100%;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
}
.dialog-hsizer {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
.dialog-layer {
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .08);
  text-align: left;
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: all .3s;
}
.dialog-open .dialog-layer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.dialog-header,
.dialog-body {
  padding-right: 20px;
  padding-left: 20px;
}
.dialog-header {
  position: relative;
  color: #fff;
  background-color: #50A8E1;
}
.dialog-title {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3em;
  font-size: 1.3rem;
  font-weight: 400;
}
.dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  color: inherit;
  background: transparent;
  border: 0;
  font: normal 28px/1 Arial, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
}
.dialog-body {
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 1.5em;
  font-size: 1rem;
}

/* 기타 교정 */
li.gallerybox div.thumb {
    background: transparent !important;
    border: 0 !important;
}
• 현재 페이지 URL 줄이기