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

디지털 트윈국토 표준 활용 가이드
 
(같은 사용자의 중간 판 48개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }


/*Top navigation bar*/
/* TOC numbered heading color */
.mw-headline-number {
color: #019480;
/*font-weight: bold;*/
}
.mw-headline-number::after {
content: ".";
}
 
/* Top navigation ba r*/
#mw-header-container {
#mw-header-container {
background-color: #081c5c;
background-color: #019480;
}
}


/* remove logo */
/*#p-logo {*/
/* height: 0px;*/
/*}*/
/* site title setting */
#p-logo-text a {
#p-logo-text a {
color: white;
color: white;
13번째 줄: 26번째 줄:
font-family: NanumGothicBold;
font-family: NanumGothicBold;
text-decoration: none;
text-decoration: none;
/*font-size: 17px;*/
font-size: 0px;
}
#p-logo-text a.long {
    /*font-size: 1.2em;*/
font-size: 0px;
    padding: 0 0.75em 0 0;
    line-height: 1.1;
}
}


/* user setting */
#personal h2{
#personal h2{
color: white;
color: white;
font-weight: bold;
font-weight: bold;
font-family: NanumGothicBold;
font-family: NanumGothicBold;
font-size: 21px;
}
}


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


/* Side navigation bar */
/* Side navigation bar (left) */
div[role="navigation"] h3 {
#mw-site-navigation .sidebar-chunk h3 {
border-width: 3px;
border-width: 3px;
border-color: #081c5c;
border-color: #019480;
font-weight: bold;
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;
}
}


43번째 줄: 94번째 줄:
}
}


/* TOC */
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
     font-family: NanumGothicExtraBold;
     font-family: NanumGothicExtraBold;
     /*font-weight: bold;*/
     /*font-weight: bold;*/
}
/* TOC level 1 font */
.mw-body-content h1 {
    /*font-weight: bold;*/
/*color: red;*/
font-size: 30px;
}
/* TOC level 2 font */
.mw-body-content h2 {
    /*font-weight: bold;*/
/*color: purple;*/
font-size: 24px;
margin-bottom: 15px;
}
/* TOC level 3 font */
.mw-body-content h3 {
    /*font-weight: bold;*/
/*color: purple;*/
font-size: 20px;
}
/*content font*/
#mw-content-text {
  font-size: 18px;
  text-align:justify;
}
/** LIST TYPE DEFINE */
/* Template: List type circle */
.circle-list li {
list-style-type: circle;
}
/* Template: List type square */
.square-list li {
list-style-type: square;
}
/* Template: List type hollow square */
.hollow-square-list li {
list-style-type: none;
}
.hollow-square-list li:before {
margin-left: -24px;
margin-right: 5px;
content: "\2610\a0";
}
/* Template: List type middot */
.middot-list li {
list-style-type: none;
}
.middot-list li:before {
margin-left: -24px;
margin-right: 5px;
/*content: "\b7\a0";*/
/*  font-size: 30px;*/
/*  line-height: 27px;*/
    content: "·";
    font-size: 35px;
    line-height: 21px;
    vertical-align: text-top;
}
}

2022년 3월 15일 (화) 15:15 기준 최신판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

/* TOC numbered heading color */
.mw-headline-number { 
	color: #019480;
	/*font-weight: bold;*/
}
.mw-headline-number::after { 
	content: ".";
}

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

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

/* site title setting */
#p-logo-text a {
	color: white;
	font-weight: bold;
	font-family: NanumGothicBold;
	text-decoration: none;
	/*font-size: 17px;*/
	font-size: 0px;
}
#p-logo-text a.long {
    /*font-size: 1.2em;*/
	font-size: 0px;
    padding: 0 0.75em 0 0;
    line-height: 1.1;
}

/* user setting */
#personal h2{
	color: white;
	font-weight: bold;
	font-family: NanumGothicBold;
	font-size: 21px;
}


/* 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: 30px;
}

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

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

/*content font*/
#mw-content-text {
  font-size: 18px;
  text-align:justify;
}


/** LIST TYPE DEFINE */

/* Template: List type circle */
.circle-list li {
	list-style-type: circle;
}

/* Template: List type square */
.square-list li {
	list-style-type: square;
}

/* Template: List type hollow square */
.hollow-square-list li {
	list-style-type: none;
}
.hollow-square-list li:before {
	margin-left: -24px;
	margin-right: 5px;
	content: "\2610\a0";
}

/* Template: List type middot */
.middot-list li {
	list-style-type: none;
}
.middot-list li:before {
	margin-left: -24px;
	margin-right: 5px;
	/*content: "\b7\a0";*/
 /*   font-size: 30px;*/
 /*   line-height: 27px;*/
    content: "·";
    font-size: 35px;
    line-height: 21px;
    vertical-align: text-top;
}