미디어위키:Common.css: 두 판 사이의 차이

imported>카페인러브
(사이트 공지 교정)
(add syntaxhighlight's css)
1번째 줄: 1번째 줄:
/**
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
* 위키쨩 페이지별 스타일링
.mw-highlight pre {
* 스킨에 관련된 스타일링은 포함하지 않습니다.
font-size: 90%;
*
* 작성자: 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;
}
.dialog-body p,
.dialog-body dl,
.dialog-body ol,
.dialog-body ul {
  margin-top: 0;
  margin-bottom: .75em;
}
 
/* 기타 교정 */
li.gallerybox div.thumb {
    background: transparent !important;
    border: 0 !important;
}
div#siteNotice, div#mw-js-message, .previewnote {
clear: both;
}
}

2021년 2월 6일 (토) 15:01 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-highlight pre {
	font-size: 90%;
}
• 현재 페이지 URL 줄이기