Просмотр файла htmly-2.9.8/system/resources/css/toc.css

Размер файла: 673B
  1. summary {
  2. display: list-item;
  3. cursor: pointer;
  4. }
  5.  
  6. .toc-wrapper {
  7. background: #f9f9f9;
  8. border: 1px solid #aaa;
  9. border-radius: 4px;
  10. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  11. box-shadow: 0 1px 1px rgba(0,0,0,.05);
  12. margin-bottom: 1.5em;
  13. padding: 10px;
  14. position: relative;
  15. width: auto;
  16. font-size: 90%;
  17. }
  18.  
  19. .toc-wrapper .inner {
  20. margin-top:5px;
  21. }
  22.  
  23. .toc-wrapper .inner a {
  24. border: none;
  25. box-shadow:none;
  26. }
  27.  
  28. .toc {
  29. padding: 5px;
  30. }
  31.  
  32. .toc .h3-toc {
  33. margin-left: .20in;
  34. }
  35.  
  36. .toc .h4-toc {
  37. margin-left: .35in;
  38. }
  39.  
  40. .toc .h5-toc {
  41. margin-left: .50in;
  42. }
  43.  
  44. .toc .h6-toc {
  45. margin-left: .65in;
  46. }
  47.  
  48. .toc-link a.anchor {
  49. border:none;
  50. margin-left: 5px;
  51. box-shadow:none;
  52. }