Dark Mode + Content Fix for https://human-nonhuman.info
Dark Mode + Content Fix by sigmund
Details
Authorsigmund
LicenseCC Zero
Categoryhuman-nonhuman
Created
Updated
Size1.8 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 human-nonhuman.info - 4/2/2022, 12:38:16 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("human-nonhuman.info") {
td {
color: #f6f4f1!important;
}
html {
background-color: #2b2d2e!important;
}
.fio {
color: #45a1ff!important;
}
tr td:nth-child(1) {
filter: saturate(0) opacity(0.5) contrast(1.25)!important;
}
td[style*="filter"] {
filter: unset!important;
}
tbody tr:nth-child(2) {
display: none!important;
}
tbody tr:nth-child(3) td:nth-child(1) {
position: absolute!important;
top: 128px!important;
left: 30px!important;
}
tbody tr:nth-child(3) td:nth-child(2) {
position: absolute!important;
top: 128px!important;
left: 230px!important;
width: 40%!important;
}
tbody tr:nth-child(3) td:nth-child(3) {
display: none!important;
}
tbody tr:nth-child(3) td:nth-child(4) {
position: absolute!important;
top: 128px!important;
left: calc(60% + 30px)!important;
height: 200px!important;
}
tbody tr:nth-child(3) td:nth-child(5) {
position: absolute!important;
top: 128px!important;
left: calc(60% + 230px)!important;
width: 20%!important;
}
tbody tr:nth-child(3) td:nth-child(1)::before {
content: "ЧЕРТИ"!important;
font-size: 64px!important;
font-weight: bold!important;
position: absolute!important;
top: -84px!important;
letter-spacing: 0.15em!important;
}
tbody tr:nth-child(3) td:nth-child(4)::before {
content: "ЛЮДИ"!important;
font-size: 64px!important;
font-weight: bold!important;
position: absolute!important;
top: -84px!important;
letter-spacing: 0.15em!important;
}
tbody tr:nth-child(1) td {
padding-bottom: 264px!important;
}
}