/* Global setting */ /* 全局设定 */ body { line-height: 1.618em; } /* TOC link color */ /* 目录条目链接颜色 */ a { color: #0000CC; } /* TOC Title */ /* 目录标题 */ div.sgc-toc-title { font-size: 1.0em; font-weight: bold; margin-bottom: 1em; letter-spacing: 1em; text-align: center; border-bottom: 1.5px dotted #000000; } /* Level 1 TOC */ /* 一级标题 */ div.sgc-toc-level-1 { margin-left: 0em; font-size: 1.0em; margin-top:6px; } /* Level 2 TOC */ /* 二级标题 */ div.sgc-toc-level-2 { margin-left: 2em; font-size: 0.8em; margin-top:6px; } /* Level 3 TOC */ /* 三级标题 */ div.sgc-toc-level-3 { margin-left: 4em; } /* Level 4 TOC */ /* 四级标题 */ div.sgc-toc-level-4 { margin-left: 4em; } /* Level 5 TOC */ /* 五级标题 */ div.sgc-toc-level-5 { margin-left: 4em; } /* Level 6 TOC */ /* 六级标题 */ div.sgc-toc-level-6 { margin-left: 4em; }