편집 요약 없음 |
편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
<onlyinclude>{{#CSS:<!-- | <onlyinclude>{{#CSS:<!-- | ||
/* 목차 전체 스타일 */ | |||
#toc { | #toc { | ||
background-color: #000; /* 검은색 | background-color: #000 !important; /* 배경 검은색 */ | ||
color: #fff; /* 흰색 | color: #fff !important; /* 글자 흰색 */ | ||
border: 2px solid #fff !important; /* 테두리 흰색, 두께 2px */ | |||
padding: 10px; | padding: 10px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
/* 목차 제목 스타일 (미디어위키의 경우 "목차"라는 제목 부분) */ | |||
#toctitle { | |||
background-color: #000 !important; /* 배경 검은색 */ | |||
color: #fff !important; /* 글자 흰색 */ | |||
font-weight: bold; | |||
padding: 5px; | |||
} | |||
/* 목차 내부 링크 색상 */ | |||
#toc a { | #toc a { | ||
color: #fff; /* 링크 색상 */ | color: #fff !important; /* 링크 색상 흰색 */ | ||
} | } | ||
#toc a:hover { | #toc a:hover { | ||
color: # | color: #e3e3e3 !important; /* 마우스 오버 시 회색 */ | ||
} | } | ||
2025년 3월 9일 (일) 04:51 판
미리보기시 편집창의 글자가 보이지 않습니다.