darkmode for immowelt.de
immowelt.de - dark by s-light
Details
Authors-light
LicenseCC0
Categoryimmowelt.de
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name immowelt.de - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description darkmode for immowelt.de
@author s-light.eu
==/UserStyle== */
@-moz-document domain("immowelt.de") {
:root {
--bg: hsl(270, 100%, 10%);
--text: hsl(40, 100%, 50%);
--color-white: hsl(0, 0%, 71.8%);
}
/* {
background: var(--bg) !important;
}*/
html,
body {
color: var(--text);
background: var(--bg);
}
.iwnav-header {
background-color: var(--bg);
}
.t3-content-wrapper .table_01 tr:nth-child(2n),
.t3-content-wrapper .table_01 th {
background-color: hsla(100, 100%, 100%, 0.08);
}
#root > div {
background: transparent;
}
div[data-testid="serp-side-skyscraper"],
div[data-testid="serp-inline-ad"] {
opacity: 0.1;
}
body > div > div > header > div {
background: transparent !important;
}
#ad-leaderboard-fallback {
display: none;
}
.DesktopPreview > div,
.DesktopPreview > div > div,
button[data-testid="aviv.CDP.Gallery.DesktopPreview.Image.0"] {
background: transparent !important;
}
#__next > *,
div[data-testid="aviv.CDP.Contacting.ContactCard"],
div[data-testid="aviv.CDP.Contacting.ContactCard"] > *,
div[data-testid="aviv.CDP.Farbwelt.CardBanner"],
div[data-testid="aviv.CDP.Sections.Wrapper"],
div[data-testid="aviv.CDP.MainColumn"] {
background: transparent !important;
}
button[data-testid="aviv.CDP.Sections.Price.Modal.PartnerBoxAds.Card"],
section[data-testid="aviv.CDP.Sections.SellerTeaser"],
div[data-testid="aviv.CDP.Sections.SellerTeaser.Content"],
.css-eyo9nl {
background: transparent;
opacity: 0.3;
}
.DescriptionTexts {
background: linear-gradient(hsl(0, 0%, 19.6%) 50%, var(--text)) padding-box text !important;
}
div[data-testid="aviv.CDP.Contacting.ProviderSection"] {
background: transparent;
}
div[data-testid="aviv.CDP.Gallery.MasonryModal.TopBar"],
div[data-testid="aviv.CDP.Gallery.MasonryModal"],
div[data-testid="aviv.CDP.Gallery.MasonryModal"] > div > div {
background: transparent !important;
color: var(--text) !important;
}
div[data-testid="aviv.CDP.Gallery.MasonryModal"] > div > div > div {
background: hsla(270, 100%, 10%, 0.7);
}
footer {
background: transparent !important;
}
}