편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 5개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
#toc { | |||
margin-left: 20px; /* 왼쪽 간격 설정 */ | |||
} | |||
.toc ul { | .toc ul { | ||
background-color:#151517!important; | background-color:#151517!important; | ||
20번째 줄: | 24번째 줄: | ||
} | } | ||
#mw-toc-heading{ | |||
color:#d8aa79; | color:#d8aa79; | ||
} | } | ||
42번째 줄: | 46번째 줄: | ||
font-weight: normal !important; /* 볼드 제거 */ | font-weight: normal !important; /* 볼드 제거 */ | ||
} | } | ||
.ct-tool { | |||
background-color: #151517 !important; /* 버튼의 배경색 */ | |||
color: #ffffff !important; /* 버튼의 글자색 */ | |||
} | |||
.WW-bg { | .WW-bg { | ||
position: relative; | position: relative; | ||
54번째 줄: | 61번째 줄: | ||
z-index:-3; | z-index:-3; | ||
} | |||
#mw-file-description figcaption { | |||
background-color: #d8aa79; | |||
} | } |
2024년 11월 1일 (금) 12:45 기준 최신판
#toc {
margin-left: 20px; /* 왼쪽 간격 설정 */
}
.toc ul {
background-color:#151517!important;
border: 2px solid #b5834d!important;
border-bottom-right-radius: 0rem!important;
border-bottom-left-radius: 0rem!important;
}
.toc li {
background-color: transparent!important;
}
.toc ul ul {
border: none!important;
box-shadow: none!important;
}
.toctitle {
background-color: #151517!important;
border: 2px solid #b5834d!important;
border-top-right-radius: 0rem!important;
border-top-left-radius: 0rem!important;
font-weight: normal !important;
}
#mw-toc-heading{
color:#d8aa79;
}
.toctogglelabel:after {
color: #d8aa79!important;
}
.tocnumber {
color:#d8aa79!important;
}
.toctogglespan {
color:#d8aa79!important;
}
.toctext {
color: #d8aa79 !important;
font-family: 'Chosunilbo_myungjo', serif !important;
font-weight: normal !important;
}
.tocnumber {
font-family: 'Chosunilbo_myungjo', serif !important;
font-weight: normal !important; /* 볼드 제거 */
}
.ct-tool {
background-color: #151517 !important; /* 버튼의 배경색 */
color: #ffffff !important; /* 버튼의 글자색 */
}
.WW-bg {
position: relative;
width: 100%;
height: 100vh;
background: #222;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
z-index:-3;
}
#mw-file-description figcaption {
background-color: #d8aa79;
}