I'm able to change the stylesheet to float the TOC macro but I want to exclude those TOCs that are brought in through Excerpt-Include. I can't figure out how to do that. Here it is without the "not" language:
- .toc-macro {
- display: block;
- float: right;
- position: fixed;
- z-index: 10 !important;
- width: 250px;
- right: 0px;
- top: 170px;
- background: rgba(229, 232, 232, 0.80);
- border: 1px solid #0096d6;
- padding: 5px;
- }
- .toc-macro:before {
- content: "Table of Contents";
- color: blue;
- font-weight: bold;
- }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.