Advertisement
Luxup

[D] Угловой стики слева, кнопка "Крестик" сверху слева

Jun 17th, 2024 (edited)
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.61 KB | None | 0 0
  1. <style>
  2. #%DIV_ID% {transform: translate(-49vw, 0) !important; padding-left: 0 !important;}
  3. #%DIV_ID% .lx_close_button:before, #%DIV_ID% .lx_close_button span {
  4.     color: transparent !important;
  5.     display: none !important;
  6. }
  7.  #%DIV_ID% .lx_no_click {
  8.     height: 60px !important;
  9.     width: 60px !important;
  10.     background: transparent !important;
  11.     display: block !important;
  12.     top: -40px !important;
  13.     left: 7px !important;
  14. }
  15. #%DIV_ID% .lx_close_button {
  16.     z-index: unset !important;
  17.     top: -24px !important;
  18.     height: 0 !important;
  19.     left: -180px !important;
  20.     position: relative !important;
  21.     width: 0 !important;
  22.     visibility: visible !important;
  23.     pointer-events: all !important;
  24. background: transparent !important;
  25. padding: 0 !important;
  26. }
  27. #%DIV_ID% .lx_close_button svg {position: absolute !important; transform: rotate(360deg);}
  28. </style>
  29.  
  30. <script>
  31. document.querySelector('#%DIV_ID% button.lx_close_button').innerHTML = '<svg width="60" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.485 6.06A8 8 0 0118.246 0h23.508a8 8 0 017.76 6.06l3.728 14.91A4 4 0 0057.123 24H60 0h2.877a4 4 0 003.88-3.03l3.728-14.91z" fill="#D1D6E0"></path><path d="M24.793 6.793a1 1 0 000 1.414L28.586 12l-3.793 3.793a1 1 0 001.414 1.414L30 13.414l3.793 3.793a1 1 0 001.414-1.414L31.414 12l3.793-3.793a1 1 0 00-1.414-1.414L30 10.586l-3.793-3.793a1 1 0 00-1.414 0z" fill="#575C66"></path></svg>' + document.querySelector('#%DIV_ID% button.lx_close_button').innerHTML;
  32. document.styleSheets[0].insertRule('#%DIV_ID% button.lx_close_button::before { content: none !important; }', 0);
  33. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement