5441
редагування
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 871: | Рядок 871: | ||
} | } | ||
. | .toc-sidebar { | ||
color: # | position: fixed; | ||
top: 20px; | |||
left: 20px; | |||
z-index: 100; | |||
width: 220px; | |||
background-color: #1d1f21; | |||
border: 1px solid #3c3c3c; | |||
border-radius: 4px; | |||
font-size: 13px; | |||
max-height: calc(100vh - 40px); | |||
overflow-y: auto; | |||
} | |||
.toc-title { | |||
padding: 10px 12px; | |||
font-weight: bold; | |||
font-size: 14px; | |||
color: #fff; | |||
background-color: #2a2d30; | |||
border-bottom: 1px solid #3c3c3c; | |||
} | |||
.toc-list { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.toc-item { | |||
border-bottom: 1px solid #2a2d30; | |||
} | |||
.toc-item:last-child { | |||
border-bottom: none; | |||
} | |||
.toc-item a { | |||
display: block; | |||
padding: 8px 12px 8px 0; | |||
color: #8ab4f8 !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
transition: background-color 0.15s; | |||
} | } | ||
. | .toc-item:hover { | ||
background-color: | background-color: #2a2d30; | ||
} | } | ||
. | .toc-item:hover a { | ||
color: #fff !important; | color: #fff !important; | ||
} | |||
.toc-number { | |||
display: inline-block; | |||
width: 28px; | |||
padding: 8px 0 8px 12px; | |||
color: #888; | |||
font-size: 12px; | |||
} | } | ||
@media (max-width: 1400px) { | @media (max-width: 1400px) { | ||
. | .toc-sidebar { | ||
display: none !important; | display: none !important; | ||
} | } | ||