5441
редагування
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 877: | Рядок 877: | ||
z-index: 100; | z-index: 100; | ||
width: 220px; | width: 220px; | ||
background | background: #1a1a1a; | ||
border-radius: 4px; | border-radius: 4px; | ||
font-size: 13px; | font-size: 13px; | ||
| Рядок 886: | Рядок 885: | ||
.toc-title { | .toc-title { | ||
padding: | padding: 12px 15px; | ||
font-weight: | font-weight: 600; | ||
font-size: 14px; | font-size: 14px; | ||
color: #fff; | color: #fff; | ||
border-bottom: 1px solid #333; | |||
border-bottom: 1px solid # | |||
} | } | ||
| Рядок 898: | Рядок 896: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | } | ||
.toc-item a { | .toc-item a { | ||
display: | display: flex; | ||
padding: | align-items: center; | ||
padding: 10px 15px; | |||
color: #8ab4f8 !important; | color: #8ab4f8 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
transition: | border-left: 3px solid transparent; | ||
transition: all 0.15s; | |||
} | } | ||
.toc-item:hover { | .toc-item a:hover { | ||
background-color: # | background: #252525; | ||
color: #fff !important; | |||
border-left-color: #555; | |||
} | } | ||
.toc-item | .toc-item a.active { | ||
background: #2a2a2a; | |||
color: #fff !important; | color: #fff !important; | ||
border-left-color: #8ab4f8; | |||
} | } | ||
.toc-number { | .toc-number { | ||
color: #666; | |||
margin-right: 10px; | |||
min-width: 18px; | |||
} | |||
.toc-text { | |||
flex: 1; | |||
} | } | ||