extended-table-of-contents-.../style.css

38 lines
627 B
CSS

#toc-np-container {
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1em;
margin-bottom: 1em;
width: auto;
display: table;
}
#toc-np-container ul, #toc-np-container li {
margin: 0;
padding: 0
}
#toc-np-container ul {
margin-top: 1em;
}
#toc-np-container li a {
text-decoration: none;
}
#toc-np-container li a:hover {
text-decoration: underline;
}
#toc-np-container #toc-np-title {
font-weight: bold;
margin: 0;
padding: 0;
text-align: center;
}
.no-bullets, .no-bullets ul, .no-bullets li {
background: none;
list-style-type: none;
list-style: none;
}