Guest User

Untitled

a guest
Jul 1st, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3.  
  4.  
  5. @-moz-document domain("allegro.pl") {
  6. .opbox-sheet-wrapper {
  7. max-width: 100% !important;
  8. }
  9.  
  10. #showitem-main {
  11. max-width: 100% !important;
  12. }
  13.  
  14. .opbox-listing--base ._1e83564 {
  15. max-width: 100% !important;
  16. }
  17.  
  18. ._7db6756, ._197da65 {
  19. background: inherit !important;
  20. }
  21.  
  22. .description, .layout {
  23. max-width: inherit !important;
  24. }
  25.  
  26. .pagination-bottom {
  27. position: fixed;
  28. bottom: 0;
  29. left: 0;
  30. z-index: 99999999;
  31. background: #fff;
  32. padding: 10px;
  33. border: 1px solid #efefef;
  34. }
  35.  
  36. .scroll-top.active {
  37. bottom: 60px;
  38. }
  39.  
  40. [data-role="header-primary-bar"]{
  41. max-width: 100%;
  42. }
  43.  
  44. [data-box-name~="rekomendacje"] {
  45. display: none !important;
  46. }
  47.  
  48. [data-box-name~="articles"] {
  49. display: none !important;
  50. }
  51.  
  52. [data-box-name~="Tiles"] {
  53. display: none !important;
  54. }
  55.  
  56. [data-box-name~="offer_ads"] {
  57. display: none !important;
  58. }
  59.  
  60. [data-box-name~="leftpanel_ads"] {
  61. display: none !important;
  62. }
  63.  
  64. [data-box-name~="allegro.advertisment.header"] {
  65. display: none !important;
  66. }
  67.  
  68. [data-box-name~="items"] {
  69. background: #fff;
  70. }
  71.  
  72. [data-role~="showcase"] {
  73. display: none !important;
  74. }
  75.  
  76. [data-prototype-id~="allegro.advertisement.slot"] {
  77. display: none !important;
  78. }
  79.  
  80. [data-box-name~="komplementarne"] {
  81. display: none !important;
  82. }
  83.  
  84. [data-box-name~="seo"] {
  85. display: none !important;
  86. }
  87.  
  88. [data-box-name~="carousel_reco_show_item_bottom"] {
  89. display: none !important;
  90. }
  91.  
  92. [data-box-name~="standalone_carousel_ads"] {
  93. display: none !important;
  94. }
  95.  
  96. [data-box-name~="metrum-footer-partial-expander"] {
  97. display: none !important;
  98. }
  99.  
  100. [data-box-name~="f-base"] {
  101. display: none !important;
  102. }
  103.  
  104. [data-analytics-view-label~="showSponsoredItems"] {
  105. display: none !important;
  106. }
  107.  
  108. [data-box-name="check.freebox.container"] {
  109. display: none !important;
  110. }
  111.  
  112. [data-role="opbox-expandable-advertisement-collapsed"] {
  113. display: none !important;
  114. }
  115.  
  116. [data-role="opbox-expandable-advertisement"] {
  117. display: none !important;
  118. }
  119.  
  120. [data-box-name="AdsPremium"] {
  121. display: none !important;
  122. }
  123.  
  124. [data-box-name="Struktura_SG_Main_Container"] {
  125. display: none !important;
  126. }
  127.  
  128. [data-prototype-id="layout.container"] {
  129. background:#fff;
  130. }
  131.  
  132. [data-box-name="survey"] {
  133. display: none !important;
  134. }
  135.  
  136. [data-analytics-view-value="Allegro Smart! Week"] {
  137. display: none !important;
  138. }
  139.  
  140. [data-analytics-tags="Content GMV,Content-department,SmartWeek2019"] {
  141. display: none !important;
  142. }
  143.  
  144. [data-box-name="bestsellers-bottom"] {
  145. display: none !important;
  146. }
  147.  
  148. [data-box-name="Container carousel_last_viewed"] {
  149. display: none !important;
  150. }
  151.  
  152. [data-role="offer-container"] {
  153. display: none !important;
  154. }
  155.  
  156. [data-box-name="Belka-desktop"] {
  157. display: none !important;
  158. }
  159.  
  160. [data-role="user-login-status"] {
  161. display: none !important;
  162. }
  163.  
  164. [data-box-name="allegro.apron.smart.status"]{
  165. display: none !important;
  166. }
  167.  
  168. [data-box-name="structure-links"]{
  169. display: none !important;
  170. }
  171.  
  172. [data-box-name="expenses-long"]{
  173. display: none !important;
  174. }
  175.  
  176. [data-box-name="container.no.exp"]{
  177. display: none !important;
  178. }
  179.  
  180. [id="mobile-app-banner"]{
  181. display: none !important;
  182. }
  183.  
  184. [data-box-name="soaps"]{
  185. display: none !important;
  186. }
  187.  
  188. [data-box-name="Container PPC Offers"]{
  189. display: none !important;
  190. }
  191.  
  192. [data-box-name="Container Installments"]{
  193. display: none !important;
  194. }
  195.  
  196. [data-box-name="allegro.login.smart.status"]{
  197. display: none !important;
  198. }
  199.  
  200. [data-box-name="smart_free_month_banner__text"]{
  201. display: none !important;
  202. }
  203.  
  204. [data-box-name="smart_free_month_banner-for-active-smart"]{
  205. display: none !important;
  206. }
  207.  
  208. [data-box-name="smart_free_month_banner-for-logged-in-without-smart"]{
  209. display: none !important;
  210. }
  211.  
  212. [data-box-name="smart_free_month_banner-for-logged-out"]{
  213. display: none !important;
  214. }
  215.  
  216. [data-box-name="mobileAppBanner Container"] {
  217. display: none !important;
  218. }
  219.  
  220. [data-box-name="smart_free_month_banner_3rd"] {
  221. display: none !important;
  222. }
  223.  
  224. #thank-you-page-ad, #ads {
  225. display: none !important;
  226. }
  227.  
  228. ._1bo4a._13q9y > span {
  229. display: none !important;
  230. }
  231.  
  232. a.carousel-item {
  233. display: none !important;
  234. }
  235.  
  236. .dda8fb1._01389e7, ._9c44d_1_X0Q {
  237. display: none !important;
  238. }
  239.  
  240. .d974f35c {
  241. margin: 0;
  242. }
  243.  
  244. #bling-1 {
  245. display: none !important;
  246. }
  247.  
  248. ._17557b8, .ef0ac6a {
  249. display: none !important;
  250. }
  251.  
  252. .main-wrapper {
  253. margin-bottom: 0 !important;
  254. }
  255.  
  256. .layout__right, .b71ed4b, ._9c44d_3Kt5z {
  257. background: #fff;
  258. }
  259.  
  260. ._00d6b80, ._9c44d_2H7Kt {
  261. min-height: 256px !important;
  262. }
  263.  
  264.  
  265. header > div > h2 > a::before {
  266. background-image: url("https://i.postimg.cc/WbcfTt2q/superlook.jpg");
  267. position: absolute;
  268. content: "";
  269. width: 190px;
  270. height: 53px;
  271. display: block;
  272. background-repeat: no-repeat;
  273. background-size: 11pc;
  274. z-index: 5000000;
  275. }
  276.  
  277. nav > div > h2 > a::before {
  278. background-image: url("https://i.postimg.cc/WbcfTt2q/superlook.jpg");
  279. position: absolute;
  280. content: "";
  281. width: 190px;
  282. margin-left: -20px;
  283. height: 53px;
  284. display: block;
  285. background-repeat: no-repeat;
  286. background-size: 11pc;
  287. z-index: 5000000;
  288. }
  289.  
  290. nav > div > div > h2 > a {
  291. width:160px;
  292. overflow: inherit !important;
  293. }
  294.  
  295. .db6a28b {
  296. background: #fff;
  297. }
  298.  
  299. ._9f0v0._e219d_1z0lT {
  300. position: fixed;
  301. bottom: 0px;
  302. width: 100%;
  303. background: #fff;
  304. left: 0;
  305. padding: 5px;
  306. z-index:999999;
  307. }
  308.  
  309. ._5087f6f, ._9c44d_3ZUx6 {
  310. font-weight: inherit;
  311. }
  312.  
  313. .ebc9be2 > a {
  314. color: #333 !important;
  315. }
  316.  
  317. .fee54_1LqrQ {
  318. width:1px !important;
  319. height: 1px !important;
  320. }
  321.  
  322. .ffa9fbc, ._9c44d_2ad5I {
  323. left: -310px !important;
  324. }
  325.  
  326. ._nem5f:not(img):not(svg),._34272_1-iBx {
  327. bottom: 60px;
  328. }
  329.  
  330. ._314834cd {
  331. margin: 0;
  332. }
  333.  
  334. ._e219d_3_lPO, ._e219d_2xK5A, ._65c539b, ._9c44d_378hD {
  335. max-width:100%;
  336. }
  337.  
  338. ._307719f {
  339. background: inherit;
  340. }
  341.  
  342. @media screen and (min-width: 1200px) {
  343. [data-analytics-enabled="true"] {
  344. width: 50%;
  345. float:left;
  346. }
  347. }
  348. }
Add Comment
Please, Sign In to add comment