plugin.css 608 B

123456789101112131415161718192021222324252627282930
  1. a.plugin-anchor {
  2. color: inherit !important;
  3. display: none;
  4. margin-left: -30px;
  5. padding-left: 40px;
  6. cursor: pointer;
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. bottom: 0;
  11. }
  12. a.plugin-anchor i {
  13. margin-left: -30px;
  14. font-size: 15px !important;
  15. }
  16. h1, h2, h3, h4, h5, h6 {
  17. position: relative;
  18. }
  19. h1:hover a.plugin-anchor, h2:hover a.plugin-anchor, h3:hover a.plugin-anchor,
  20. h4:hover a.plugin-anchor, h5:hover a.plugin-anchor, h6:hover a.plugin-anchor {
  21. display: inline-block;
  22. }
  23. .book .book-body .page-wrapper .page-inner section.normal {
  24. overflow: visible;
  25. }