الگو:فهرست اثر/styles.css
.im-toc {
overflow: auto;
max-height: 300px;
padding: 0 15px 5px 10px;
border-right: 5px solid #ddddff;
display: block;
}
.im-toc .new {
color: unset;
}
.im-toc h3 {
line-height: 2.2;
font-size: 16px;
}
@media screen and (max-width: 719px) {
.im-toc {
max-height: 400px;
padding: 0 2px;
border-right: none;
margin-bottom: 5px;
}
}