style.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. .header-announcement-bar-wrapper,
  29. #collection-621843cd9660896c6b856025,
  30. .article-page section.content
  31. {
  32. pointer-events: none !important;
  33. }
  34. .see-all-articles,.article-sidebar-item {
  35. display: none !important;
  36. }
  37. #beacon-container{
  38. display: none;
  39. }
  40. @media screen and (max-width: 768px) {
  41. .chain-page{
  42. pointer-events: none !important;
  43. }
  44. .download-area-inner .flex-column .flex-row {
  45. width: 100%;
  46. flex-wrap: wrap;
  47. justify-content: center;
  48. }
  49. }