미디어위키:Common.css

디지털 트윈국토 표준 활용 가이드
Sfractum (토론 | 기여)님의 2022년 1월 27일 (목) 10:34 판

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

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

/*Top navigation bar*/
#mw-header-container {
	background-color: #019480;
}

/* remove logo */
#p-logo {
	height: 0px;
}

/* site title */
#p-logo-text a {
	color: white;
	font-weight: bold;
	font-family: NanumGothicBold;
	text-decoration: none;
	font-size: 21px;
}

#personal h2{
	color: white;
	font-weight: bold;
	font-family: NanumGothicBold;
}

/* bar under top navigation bar */
.color-left, .color-middle, .color-right {
	background-color: #019480;
}

/* Side navigation bar (left) */
#mw-site-navigation .sidebar-chunk h3 {
	border-width: 3px;
	border-color: #019480;
	font-weight: bold;
}

/* Side navigation bar (right) */
#mw-related-navigation .sidebar-chunk h3 {
	border-width: 3px;
	border-color: #019480;
	font-weight: bold;
}

#site-navigation, #site-tools, #page-tools {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

#site-navigation .mw-portlet-body, #site-tools .mw-portlet-body, #page-tools .mw-portlet-body {
	font-size: 13px;
}

/* Color setting for heading */
.mw-body h1.firstHeading {
	border-bottom: solid 4px #019480;
}

/* Color setting for sub-heading (메시지, 토론) */
.tools-inline li.selected {
	border-bottom-color: #019480;
}

/*페이지 설정*/
/*body.page-대문 h1.firstHeading {*/
/*	display: none;*/
/*}*/

/*본문 설정*/
#firstHeading {
	font-family: NanumGothicExtraBold;
	font-weight: bold;
}

/* TOC */
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
    font-family: NanumGothicExtraBold;
    /*font-weight: bold;*/
}

/* TOC level 1 font */
.mw-body-content h1 {
    /*font-weight: bold;*/
	/*color: red;*/
	font-size: 24px;
}

/* TOC level 2 font */
.mw-body-content h2 {
    /*font-weight: bold;*/
	/*color: purple;*/
	font-size: 20px;
}