style.css 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. .mini-download,
  21. .fake-tip-wrapper,
  22. .article-page .content,
  23. .faq-page .content,
  24. .docs .footer-container .footer,
  25. .brand-page .desc-section a,
  26. .brand-page .section-inner a,
  27. #term-link,
  28. .chain-page,
  29. .header-announcement-bar-wrapper,
  30. #collection-621843cd9660896c6b856025,
  31. .article-page section.content
  32. {
  33. pointer-events: none !important;
  34. }
  35. .see-all-articles,.article-sidebar-item {
  36. display: none !important;
  37. }
  38. #beacon-container{
  39. display: none;
  40. }
  41. @media screen and (max-width: 768px) {
  42. .download-area-inner .flex-column .flex-row {
  43. width: 100%;
  44. flex-wrap: wrap;
  45. justify-content: center;
  46. }
  47. }