Skip to content

Commit 0ea171f

Browse files
authored
Create -amazon.com.tr #1008
1 parent fb31028 commit 0ea171f

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

websites/-amazon.com.tr

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/* amazon-transparency */
2+
html,
3+
body,
4+
nav,
5+
#navbar,
6+
#nav-belt,
7+
#nav-main,
8+
#pageContent,
9+
.a-container,
10+
.a-container > div,
11+
.alm-carousel-desktop,
12+
.a-box,
13+
.a-tabs,
14+
.a-button,
15+
.cards_carousel_widget-suggestion,
16+
.amazonlive-widget-padding,
17+
.tile--t5OMY,
18+
.a-cardui,
19+
.image-shoveler,
20+
.a-section,
21+
.a-row,
22+
.celwidget tr,
23+
.celwidget td,
24+
.a-link-normal,
25+
.a-popover-header,
26+
.a-popover-inner,
27+
.header,
28+
#dp,
29+
#nav-progressive-subnav,
30+
#nav-subnav,
31+
.a-expander-content-fade,
32+
.a-expander-partial-collapse-header, .tux-bg-page {
33+
background-color: transparent !important;
34+
background: none !important;
35+
border: none !important;
36+
box-shadow: none !important;
37+
transition:
38+
background-color 0.5s ease-in-out,
39+
background 0.5s ease-in-out,
40+
border 0.5s ease-in-out,
41+
box-shadow 0.5s ease-in-out !important;
42+
}
43+
:root {
44+
--backdrop-bg: rgba(255, 255, 255, 0.75);
45+
--backdrop-filter: blur(16px) saturate(180%) !important;
46+
}
47+
48+
.a-expander-partial-collapse-header:has([aria-expanded="false"]) {
49+
margin-bottom: 0.5em;
50+
a {
51+
background-color: var(--darkreader-background-222222, #fff) !important;
52+
padding: 0.5em;
53+
border-radius: 1em;
54+
}
55+
}
56+
57+
/* amazon-darkreader */
58+
:root {
59+
--darkreader-background-ffffff: transparent !important;
60+
}
61+
[data-darkreader-scheme="dark"] {
62+
--backdrop-bg: rgba(0, 0, 0, 0.75) !important;
63+
}
64+
65+
/* amazon-translucent overlays */
66+
.nav-fixed #nav-belt,
67+
.nav-flyout,
68+
.persistent-header,
69+
.a-button-inner,
70+
#hmenu-canvas,
71+
._store-subnav-desktop_style_subnav-sticky__227qt,
72+
.a-alert-container,
73+
.a-popover-wrapper {
74+
backdrop-filter: var(--backdrop-filter) !important;
75+
background-color: var(--backdrop-bg) !important;
76+
}
77+
78+
/* amazon-no banner */
79+
#desktop-banner,
80+
#desktop-banner-stripe,
81+
.banner-desktop {
82+
display: none !important;
83+
}
84+
85+
/* amazon-no footer */
86+
footer,
87+
#navFooter,
88+
hr {
89+
display: none !important;
90+
}

0 commit comments

Comments
 (0)