미디어위키:Common.css

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/** 이 CSS 설정은 모든 스킨에 적용됩니다 */

/* 편집 요약부 기울임 취소, 글씨체 작게 표기 */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

/* 편집 요약에서 새글 붉은색으로 처리 */
.newpage {
  color: #FF0000;
}

/* 준보호 문서 편집창 배경색 변경 */
.mw-textarea-sprotected {
  background: #FFFFDB;
}

/** 목차에서 특정 단계 이하 제목 숨기기 **/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* 넘겨주기 링크 */
.allpagesredirect a,
.watchlistredir a,
.redirect-in-category a:link,
.redirect-in-category a:visited {
  color:#888888;
}

/* Hatnotes and disambiguation notices */
.hatnote {
    /* @noflip */
    font-size: 90%;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

/* 옛한글 글꼴 */
.jamocomposed_block {
 font-family: "함초롬돋움 LVT","HCR Dotum LVT","함초롬바탕 LVT","HCR Batang LVT","본고딕","Source Han Sans K","본고딕 KR","Source Han Sans KR","Noto Sans CJK KR","Noto Sans KR","본명조",
 "Source Han Serif K","본명조 KR","Source Han Serif KR","Noto Serif CJK KR","Noto Serif KR","나눔바른고딕 옛한글","NanumBarunGothic YetHangul","나눔명조 옛한글","NanumMyeongjo YetHangul",
 "은 바탕","Un Batang","돋움 옛한글","Dotum Old Hangul","굴림 옛한글","NewGulim Old Hangul","바탕 옛한글","Batang Old Hangul","궁서 옛한글","Gungsuh Old Hangul","맑은 고딕","Malgun Gothic",
 "함초롬돋움","HCR Dotum","함초롬바탕","HCR Batang",Code2000;
}
.oldhanyang {
  font-family: "함초롬돋움","HCR Dotum","함초롬바탕","HCR Batang","새돋움","New Dotum","새굴림","New Gulim","새바탕","New Batang","새궁서","New Gungsuh",
  "한컴돋움","Haansoft Dotum","한컴바탕","Haansoft Batang","네이버사전","Naver Dictionary";
}

/* For texts in verse, see http://bugzilla.wikimedia.org/show_bug.cgi?id=1842 */
.verse pre {
  background-color: #ffffff;
  font-family:sans-serif;
  line-height: 150%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
}

.verse p {
  white-space: pre;
}

/* Short lines preferred by some editors */
.prose {
	padding-left: 3em;
	max-width: 35em;
	margin: 0 auto;
}

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
}