미디어위키:Common.css

위키책, 위키책

참여자께서 편집을 한 후 바뀐 내용을 확인하기 위해서는 브라우저의 캐시를 비워야 합니다. 캐시를 비우기 위한 단축키는 참여자께서 쓰고 있는 브라우저에 따라 다음과 같습니다.

  • Mozilla Fire Fox :
    Ctrl-R
  • Windows Explorer / Opera :
    Ctrl-F5
  • Apple Safari :
    Cmd-R
  • Konqueror :
    Ctrl-R
 @media print {
    #privacy, #about, #disclaimer, #languageline { display:none; }
 }

/* 글씨체 IPA 및 UNICODE */
 #bodyContent {
  font-family: 'DejaVu Sans', 'Lucida Sans Unicode', 'Arial Unicode MS', 'Lucida Grande', 'Chrysanthi Unicode', 'Doulos SIL', 'Gentium', 'GentiumAlt', 'Code2000', 'TITUS Cyberbit Basic', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', 'Thryomanes', 'Visual Geez Unicode', 'Microsoft Sans Serif', 'Athena', 'Palatino Linotype', 'Segoe UI', 'Charis SIL';
  font-family /**/:inherit;
 }

/* 타임즈 */
 .times { font-family: 'times'; }

/* 고대 그리스어 */
 .oldgreek {
 font-family: 'Arial Unicode MS', 'Code2000', 'Athena Unicode', 'New Athena Unicode', 'Palatino Linotype', 'Gentium';
 }

/* 로그인 / 사용자 등록 */
 #pt-login a,
 #ca-edit a { font-weight: bold !important; }

/* 특별페이지 (Specialpage)의 관리자 전용 및 아래에 부적절내용, 쓰이지 않는 동음이의어 페이지 제거 */
 .mw-specialpagerestricted {
        font-weight:normal;
	}
 div.mw-specialpages-notes {
        display:none;
	}

/* 최근바뀜 페이지 */
 .rcoptions {
	background-color: white;
 	border: 0;
 	margin-top: 1em;
	}
 .rcoptions hr {
	display: none !important;
	}
 .rcoptions legend {
	display: none !important;
	}

 .comment {
	font-size: 90%;
	font-style: normal !important;
	color: #117800;
	}

/* 넘겨진 문서 금방 알아 보게끔: [[Special:Allpages]]*/
 .allpagesredirect a, .redirect-in-category,
 .allpagesredirect a:visited  {
  font-family: Batang;
  color: #000;
 }

/* 링크된 낱말에 밑줄 붙지 않게 */
 .nodeco a:hover {text-decoration: none !important}

/* 역주 번호의 올려쓰기 칸 조절 및 링크 */
 .reference, .references sup { 
  vertical-align: text-top;
  position: relative;
  font-size: 91%;
  top: -0.3em;
 }
 ol.references > li:target { font-weight: bold; }
 sup.reference:target { background-color: #DEF; }
 
/* 딸린 페이지 링크 바탕*/
 #contentSub {
  background-color: #F3F3F3;
 }

/* Commons 안내문 바른 글씨체로 */
 .sharedUploadNotice { font-style: normal; }
 
/* 최근 바뀜: 새글/잔글 */
 .newpage {
  font-family: Batang;
  color: #000;
 }
 .minor { 
  font-family: Batang;
  color: #AAA;
  font-weight: normal;
 }

/* 바탕 그림 */
 .BGImage-b {
  background-image: url(//upload.wikimedia.org/wikibooks/ko/f/ff/BGImage-b.jpg); background-repeat:repeat-x;
 }
 .BGImage-e {
  background-image: url(//upload.wikimedia.org/wikibooks/ko/2/2b/Icon-02.png); background-repeat:no-repeat;
  padding-left: 18px !important;
  padding-right: 0 !important; }
 .BGImage_book {
  background-image: url(//upload.wikimedia.org/wikibooks/ko/c/c4/BGImage_book.jpg);
 }
 .BGImage_help {
  background-image: url(//upload.wikimedia.org/wikibooks/ko/d/d7/HelpBG.jpg); background-repeat:no-repeat;
 }
 .BGImage_audio {
  background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/14px-Loudspeaker.svg); background-repeat:no-repeat;
  padding-left: 20px !important;
  padding-right: 0 !important;
 }
 .BGImage_L {
	background-image: url(//upload.wikimedia.org/wikibooks/ko/6/60/BGLeft.png); background-repeat: no-repeat;
	}
 .BGImage_M {
	background-image: url(//upload.wikimedia.org/wikibooks/ko/c/c6/BGMid.png); background-repeat: repeat-x;
	}
 .BGImage_R {
	background-image: url(//upload.wikimedia.org/wikibooks/ko/9/91/BGRight.png); background-repeat: no-repeat;
	}

/* 위키 테이블 + 프리티 테이블 */
 .wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #FDFDFD;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }

 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }

 .wikitable caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }

/* 기본 사각형 포맷 */
 #basicbox { 
  padding: .3em 1em;
  margin: 1em 0;
  border-top: 2px;
  border-top-style: solid;
  border-top-color: #CFDFEE;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #006398;
  background-color: #FBFBFB;
 }

/* 문단 포맷 */

 h2 {
  font-size: 130%;
 }
 h3 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px #F0F0F0;
  background: #F9F9F9;
 }
 h4, h5  {
  font-size: 115%;
  font-weight: bold;
  border-bottom: solid 1px #F0F0F0;
 }

/* 말기-펴기 단추 크기 */
 .NavToggle {
	float: right;
	padding: 0 3px;
	font-size: 90%;
	border-top: 1px solid #EEE;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #EEE;
	background-color: #F3F3F3;
	}

/* 오른쪽 상자 */
 .rightbox {
	clear: right;
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
	border-top: 1px solid #EEE;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #EEE;
	background-color: #FFF;
	}
 .rightbox th {
	padding: 2px 3px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #AAA;
	}
 .rightbox td {
	padding: 2px 3px;
	background-color: #F3F3F3;
	}

/* 정보상자 */
.infobox {
  float: right;
  clear: right;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  border: 1px solid #aaa;
  background: #f9f9f9;
  font-size: smaller;
  width: 25em;
}

/* 자매프로젝트 정보상자 */
.infobox.sisterproject {
  width: 20em;
  font-size: smaller;
}

/** .messagebox 스타일 **/
.messagebox {
  border: 1px solid #aaa;
  background: #f9f9f9;
  width: 80%;
  margin: 0 auto 1em auto;
  padding: .2em;
  text-align: justify;
  font-size: smaller;
}
.messagebox.standard-talk {
  border: 1px solid #c0c090;
  background-color: #f8eaba;
}
 
.messagebox.small {
  width: 238px;
  font-size: smaller;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em;
}
.messagebox.small-talk {
  width: 238px;
  font-size: smaller;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em;
  background: #F8EABA;
}
 
table.messagebox + table.messagebox {
  margin-top: -1px;
}