참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

/*=================
            서체 및 텍스트
  =================*/
#content {
	font-family: メイリオ,나눔고딕 !important;
}
#bodyContent {
	font-size: 0.8em;
}
p, #bodyContent li, #bodyContent dd {
	line-height: 1.7em !important;
}
ul {
	list-style-type: disc;
}
pre {
	font-size: 13px;
}
#bodyContent sup, #bodyContent sub {
	line-height: 0;
}
h1#firstHeading {
	text-shadow: 0 1px 1px #ddd;
}
#bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
	border-bottom: #bbb 1px solid;
	text-shadow: 0 1px 1px #ddd;
}
#bodyContent h2 {
	font-size: 1.4em;
}
#bodyContent h3 {
	font-size: 1.25em;
}
#bodyContent h4 {
	font-size: 1.1em;
}
#bodyContent h5 {
	font-size: 1em;
}
span.editsection {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

/* 목차 */
.toc, #toc {
	font-size: inherit;
	border: #bbb 1px solid !important;
	padding: 10px;
}
div#toctitle {
	display: none;
}

/*=================
               링크 색상
  =================*/
a:link {
	color: #00659B !important;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
a:visited { color: #00659B !important; }
a.new:link { color: #C20 !important; }
a.new:visited { color: #C20 !important; }
a.extiw:link { color: #3366bb !important; } /* links to other Wikipedias */
a.extiw:visited { color: #3366bb !important; }
a.external:link { color: #3366bb !important; } /* external links */
a.external:visited { color: #3366bb !important; }
a:hover {
	text-decoration: none !important;
	opacity: 0.5;
}

/*=================

  =================*/
/* Wikitable */
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border: #ddd 1px solid;
}
table.wikitable th {
	background: #f2f2f2;
	color: #555;
}
table.wikitable tr {
	background: #fff;
}
table.wikitable tr.alt {
	background: rgb(249,248,247);
}

/* Infobox */
.infobox {
	font-size: 0.9em;
}