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

body {
font-family: "Arial", "맑은 고딕";
}

textarea {
font-family: "돋움체";
font-size: 10pt;
}

*[lang="ja"] {
font-family: "MS PGothic", "MS Gothic";
}

/* usermessage override */
.usermessage {
    background-color: white !important;
    color: red !important;
    border: 1px solid red;
    text-decoration: blink;
}

/* summary */
#wpSummaryLabel {
display: none;
}

/* Copyright (I already know this; I agree with CC-BY-SA 3.0 & GFDL 1.2) */
#editpage-copywarn
{
	display: none;
}

/* colorset: red */
/* 사용 중지

body {
	background: #f8e8f0 !important;
}

table {
	background-color: transparent;
}

a {
	color: #FE5B10 !important;
}
a:visited {
	color: #F51361!important;
}
a:active {
	color: #00C700 !important;
}
a:hover {
	color: #3D99C2 !important;
}
a.stub {
	color: #ED1C24 !important;
}
a.new, #p-personal a.new {
	color: #32A1C8 !important;
}
a.new:visited, #p-personal a.new:visited {
	color: #8B50A4 !important;
}

code {
	background-color: #f3f6f9 !important;
}
pre {
	padding: 1em;
	border: 2px dotted red !important;
	color: black;
	background-color: #f8d8e8 !important;
	line-height: 1.1em;
        font-family: "서울남산체 M" !important;
}

#bodyContent a.extiw{
	color: #ED1C24 !important;
	background: none;
	padding: 0;
}

#bodyContent a.extiw:active {
	color: #D93F5C !important;
	background: none;
	padding: 0;
}

#bodyContent a.extiw:hover {
	color: #32C6A6 !important;
	background: none;
	padding: 0;
}

#bodyContent a.external {
	color: #ED1C24 !important;
}

#bodyContent a.external:active {
	color: #D93F5C !important;
}

#bodyContent a.external:hover {
	color: #32C6A6 !important;
	text-decoration: underline;
}
*/