"미디어위키:Common.css"의 두 판 사이의 차이

디지털 트윈국토 표준 활용 가이드
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number { color: #081c5c; }
.mw-headline-number::after { content: "."; }
.mw-headline-number::after { content: "."; }


40번째 줄: 40번째 줄:


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



2021년 10월 27일 (수) 17:22 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-headline-number { color: #081c5c; }
.mw-headline-number::after { content: "."; }

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

#p-logo-text a {
	color: white;
	font-weight: bold;
	font-family: NanumGothicBold;
	text-decoration: none;
}

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

.color-left, .color-middle, .color-right {
	background-color: #081c5c;
}

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

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

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

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

.tools-inline li.selected {
	border-bottom-color: #081c5c;
}

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

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

.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;*/
}