편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* | /* 문서 전체 스타일 */ | ||
.mw-parser-output { | .mw-parser-output { | ||
background-color: #000 !important; | background-color: #000 !important; | ||
5번째 줄: | 5번째 줄: | ||
} | } | ||
/* | /* 목차 스타일 */ | ||
. | .toc ul { | ||
background-color: #050F1C !important; | |||
text-shadow: 0px 0px 2px transparent !important; | |||
border: 2px solid #000 !important; | |||
border-bottom-right-radius: 0rem !important; | |||
border-bottom-left-radius: 0rem !important; | |||
} | } | ||
.toc li { | |||
background-color: transparent !important; | |||
color: | |||
} | } | ||
. | .toc ul ul { | ||
border: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
/* | /* 목차 제목 스타일 */ | ||
.toctitle { | |||
background-color: #050F1C !important; | |||
border: 2px solid #000 !important; | |||
box-shadow: 0px 0px 8px #800000 !important; | |||
border-top-right-radius: 0rem !important; | |||
border-top-left-radius: 0rem !important; | |||
} | |||
/* 숫자 링크 스타일 */ | |||
.number-link { | |||
color: #C4D2E1 !important; | |||
} | |||
/* 목차 관련 요소들 색상 */ | |||
#mw-toc-heading, | |||
.toctogglelabel:after, | |||
.tocnumber, | |||
.toctogglespan, | |||
.toctext { | |||
color: #877d7d !important; | |||
text-shadow: 2px 2px 4px #877d7d !important; | |||
} | |||
/* 배경 관련 스타일 */ | |||
.WW-bg { | |||
width: 100%; | |||
height: 100vh; | |||
background: #222; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
overflow: hidden; | |||
z-index: -3; | |||
} | } |
2025년 3월 22일 (토) 19:07 판
/* 문서 전체 스타일 */
.mw-parser-output {
background-color: #000 !important;
color: #fff !important; /* 기본 글씨 색상 */
}
/* 목차 스타일 */
.toc ul {
background-color: #050F1C !important;
text-shadow: 0px 0px 2px transparent !important;
border: 2px solid #000 !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: #050F1C !important;
border: 2px solid #000 !important;
box-shadow: 0px 0px 8px #800000 !important;
border-top-right-radius: 0rem !important;
border-top-left-radius: 0rem !important;
}
/* 숫자 링크 스타일 */
.number-link {
color: #C4D2E1 !important;
}
/* 목차 관련 요소들 색상 */
#mw-toc-heading,
.toctogglelabel:after,
.tocnumber,
.toctogglespan,
.toctext {
color: #877d7d !important;
text-shadow: 2px 2px 4px #877d7d !important;
}
/* 배경 관련 스타일 */
.WW-bg {
width: 100%;
height: 100vh;
background: #222;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: -3;
}