You are here

tableofcontents.css in Table of Contents 7

/* Table of Contents CSS
 */
.toc {
  background-color: #F9F9F9;
  border: 1px solid #B5C9D8;
  font-size: 95%;
  text-align: left;
}

.content .toc {
  max-width: 50%;
}
/* cancel the width formatting in the block */
.block .toc {
  max-width: 100%;
}

.toc-title {
  text-align: center;
  font-weight: bold;
}

.toc-list {
  padding: 0 10px 0 0;
}

.toc-toggle-message {
}

.toc ul {
  list-style-image: none;
  list-style-type: none;
}

.toc-number {
  display: block;
  margin-left: -30px;
  float: left;
}

.toc-back-to-top {
  padding-right: 25px;
  text-align: right;
  font-style: italic;
  background: transparent url(back-to-top.gif) no-repeat 100% 50%;
}

File

tableofcontents.css
View source
  1. /* Table of Contents CSS
  2. */
  3. .toc {
  4. background-color: #F9F9F9;
  5. border: 1px solid #B5C9D8;
  6. font-size: 95%;
  7. text-align: left;
  8. }
  9. .content .toc {
  10. max-width: 50%;
  11. }
  12. /* cancel the width formatting in the block */
  13. .block .toc {
  14. max-width: 100%;
  15. }
  16. .toc-title {
  17. text-align: center;
  18. font-weight: bold;
  19. }
  20. .toc-list {
  21. padding: 0 10px 0 0;
  22. }
  23. .toc-toggle-message {
  24. }
  25. .toc ul {
  26. list-style-image: none;
  27. list-style-type: none;
  28. }
  29. .toc-number {
  30. display: block;
  31. margin-left: -30px;
  32. float: left;
  33. }
  34. .toc-back-to-top {
  35. padding-right: 25px;
  36. text-align: right;
  37. font-style: italic;
  38. background: transparent url(back-to-top.gif) no-repeat 100% 50%;
  39. }