13,007
回編集
編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
415行目: | 415行目: | ||
.toc { | .toc { | ||
background: rgb(245, 245, 245) !important; | background: rgb(245, 245, 245) !important; | ||
} | |||
/* 目次全体のスタイリング */ | |||
#toc, | |||
.toc { | |||
background-color: #2b2b2b; | |||
border: 1px solid #444; | |||
padding: 1em; | |||
margin: 1em 0; | |||
} | |||
/* 目次のタイトル */ | |||
.toc-title, | |||
#toc h2 { | |||
color: #ffffff; | |||
font-weight: bold; | |||
margin: 0 0 0.5em 0; | |||
} | |||
/* 目次のリンク */ | |||
#toc a, | |||
.toc a { | |||
color: #6da8ff; | |||
text-decoration: none; | |||
} | |||
/* ホバー時のスタイル */ | |||
#toc a:hover, | |||
.toc a:hover { | |||
color: #9dc3ff; | |||
text-decoration: underline; | |||
} | |||
/* 目次の番号 */ | |||
.toc-number { | |||
color: #8f8f8f; | |||
margin-right: 0.5em; | |||
} | |||
/* 目次のリスト */ | |||
#toc ul, | |||
.toc ul { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0 0 0 1em; | |||
} | |||
/* リストアイテム */ | |||
#toc li, | |||
.toc li { | |||
color: #cccccc; | |||
margin: 0.3em 0; | |||
line-height: 1.4; | |||
} | |||
/* 編集リンク */ | |||
.toc .toctoggle, | |||
#toc .toctoggle { | |||
color: #888888; | |||
font-size: 0.9em; | |||
} | } | ||