style.css 568 B

1234567891011121314151617181920212223242526272829
  1. .see-all-articles,
  2. .article-footer,
  3. .dropdown-toggle,
  4. .hsds-beacon,
  5. #query,
  6. .announce,
  7. .risk_work_off_wrapper,
  8. .action-link-block_action-button,
  9. .common-footer .flex-row.media-wrap,
  10. .common-footer .info,
  11. .breadcrumbs,
  12. .dapp-page .more-detail.link-hover,
  13. .section-tree-title,
  14. .article-subscribe,
  15. .article-votes-controls,
  16. .article-more-questions,
  17. .article a,
  18. .content-pc,
  19. p .underline,
  20. .article-page section.content
  21. {
  22. pointer-events: none !important;
  23. }
  24. .see-all-articles,.article-sidebar-item {
  25. display: none !important;
  26. }
  27. #beacon-container{
  28. display: none;
  29. }