phanpy/src/cloak-mode.css

40 wiersze
1.0 KiB
CSS
Czysty Zwykły widok Historia

2023-06-12 15:57:21 +00:00
body.cloak a {
text-decoration-color: var(--link-color);
}
2023-04-10 13:41:42 +00:00
body.cloak .name-text,
2023-04-23 05:12:00 +00:00
body.cloak .name-text *,
2023-04-10 13:41:42 +00:00
body.cloak .status .content-container,
2023-04-23 05:12:00 +00:00
body.cloak .status .content-container *,
body.cloak .status .content-compact,
2023-04-23 04:08:41 +00:00
body.cloak .account-container :is(header, main > *:not(.actions)),
2023-04-23 05:12:00 +00:00
body.cloak .account-container :is(header, main > *:not(.actions)) *,
2023-04-23 04:08:41 +00:00
body.cloak .header-account,
body.cloak .account-block {
2023-04-10 13:41:42 +00:00
text-decoration-thickness: 1.1em;
text-decoration-line: line-through;
text-rendering: optimizeSpeed;
2023-04-16 02:11:58 +00:00
filter: opacity(0.5);
2023-04-08 05:18:15 +00:00
}
body.cloak .name-text *,
body.cloak .status .content-container *,
body.cloak .account-container :is(header, main > *:not(.actions)) * {
filter: none;
}
2023-04-08 05:18:15 +00:00
2023-04-10 13:41:42 +00:00
body.cloak .status :is(img, video, audio),
body.cloak .avatar,
body.cloak .emoji,
body.cloak .header-banner {
filter: contrast(0) !important;
2023-04-08 05:18:15 +00:00
background-color: #000 !important;
}
2023-06-12 15:57:21 +00:00
/* SPECIAL CASES */
@supports (display: -webkit-box) {
body.cloak .card :is(.title, .meta) {
background-color: var(--text-color) !important;
}
}