2021-02-19 23:33:19 +08:00
|
|
|
// toc padding
|
|
|
|
#toc .widget-body
|
2021-04-02 20:24:16 +08:00
|
|
|
border-left: 2px solid var(--block-hover)
|
2021-02-19 23:33:19 +08:00
|
|
|
line-height: 1.2
|
2021-03-22 21:13:57 +08:00
|
|
|
ul ul, ul ol
|
|
|
|
padding-left: 0
|
|
|
|
ol ul, ol ol
|
|
|
|
padding-left: 0
|
2021-02-19 23:33:19 +08:00
|
|
|
.toc
|
|
|
|
padding: 0
|
|
|
|
margin: 0
|
|
|
|
padding-left: 0.25rem
|
|
|
|
.toc-item .toc-link
|
|
|
|
padding: 0.5rem 0 0.5rem 1rem
|
|
|
|
font-weight: 500
|
2021-03-05 21:37:28 +08:00
|
|
|
font-size: $fs-13
|
2021-02-19 23:33:19 +08:00
|
|
|
color: var(--text-p2)
|
|
|
|
.toc-child .toc-item .toc-link
|
|
|
|
padding: 0.25rem 0 0.25rem 1.8rem
|
|
|
|
font-weight: 400
|
|
|
|
color: var(--text-p2)
|
|
|
|
.toc-child .toc-child .toc-item .toc-link
|
|
|
|
padding-left: 2.6rem
|
2021-03-05 21:37:28 +08:00
|
|
|
font-size: $fs-12
|
2021-02-19 23:33:19 +08:00
|
|
|
color: var(--text-p3)
|
|
|
|
.toc-child .toc-child .toc-child .toc-item .toc-link
|
|
|
|
padding-left: 3.4rem
|
|
|
|
.toc:only-child
|
|
|
|
.toc-item .toc-link
|
|
|
|
padding-left: 0.5rem
|
|
|
|
.toc-child .toc-item .toc-link
|
|
|
|
padding-left: 1.3rem
|
|
|
|
.toc-child .toc-child .toc-item .toc-link
|
|
|
|
padding-left: 2.1rem
|
|
|
|
.toc-child .toc-child .toc-child .toc-item .toc-link
|
|
|
|
padding-left: 2.9rem
|
|
|
|
|
|
|
|
|
|
|
|
#toc .toc-item
|
|
|
|
color: var(--text-p2)
|
2021-03-05 21:37:28 +08:00
|
|
|
font-size: $fs-12
|
2021-02-19 23:33:19 +08:00
|
|
|
padding: 0
|
|
|
|
list-style: none
|
|
|
|
&.active
|
|
|
|
color: $color-theme
|
|
|
|
border-left-color: @color
|
|
|
|
.toc-child .toc-item
|
|
|
|
padding: 0
|
|
|
|
#toc a.toc-link
|
|
|
|
color: inherit
|
|
|
|
display: block
|
|
|
|
line-height: 1.2
|
|
|
|
border-radius: 4px
|
|
|
|
&:hover
|
2021-03-08 17:54:23 +08:00
|
|
|
background: var(--block-hover)
|
2021-02-19 23:33:19 +08:00
|
|
|
&.active
|
|
|
|
color: var(--theme-highlight) !important
|
|
|
|
|
|
|
|
#toc .doc-tree
|
|
|
|
a.doc-tree-link
|
|
|
|
color: var(--text-p3)
|
|
|
|
padding: 0.5rem
|
|
|
|
display: block
|
|
|
|
border-top-right-radius: 4px
|
|
|
|
border-bottom-right-radius: 4px
|
2021-03-05 21:37:28 +08:00
|
|
|
font-size: $fs-12
|
2021-02-19 23:33:19 +08:00
|
|
|
font-weight: 500
|
2021-06-26 15:02:32 +08:00
|
|
|
position sticky
|
|
|
|
top: 0
|
2021-02-19 23:33:19 +08:00
|
|
|
&.active
|
|
|
|
color: var(--text-p2)
|
2021-04-02 20:24:16 +08:00
|
|
|
font-size: $fs-14
|
2021-02-19 23:33:19 +08:00
|
|
|
&:hover
|
2021-03-08 17:54:23 +08:00
|
|
|
background: var(--block-hover)
|
2021-04-02 20:24:16 +08:00
|
|
|
&.active
|
|
|
|
a.doc-tree-link
|
|
|
|
background: var(--block-hover)
|
|
|
|
margin: 2px 0
|