adding userstyles for pr0gramm, nanochan and 4chan

This commit is contained in:
Kibi Kelburton 2021-12-16 06:27:49 +01:00
parent e6d3b140a8
commit cadef6030b
3 changed files with 1228 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,63 @@
@-moz-document domain("nanochanqzaytwlydykbg5nxkgyjxk3zsrctxuoxdmbx5jbh2ydyprid.onion") {
body {
background-color: #090909;
font-family: monospace;
color: white;
font-size: 14px;
}
div.catalog-thread {
background-color: #171717;
}
a {
color: #00AA7A;
}
span.redtext {
color: #F00;
}
div.post > div.post-comment a, div.catalog-thread > div.catalog-thread-comment a {
color: #23CC00;
}
div.catalog-thread > div.catalog-thread-subject, div.post > div.post-header > span.post-subject {
color: #2a71df;
}
div#topbar > nav#topnav {
background-color: #121313;
}
div.post {
background-color: #080908;
border: 1px solid #534b4b;
}
span.post-number > a {
color: #fff;
}
span.post-number > a {
color: #fff;
}
form#postform {
background-color: #111;
}
form label {
background-color: #373938;
}
form > input[type="text"], form > input[type="email"], form > input[type="password"], form > input[type="number"], form > input[type="checkbox"], textarea#comment, input[type="submit"], input {
background: #343736;
color: white;
}
div.post-container:target .post {
background-color: #080908;
border: 2px dotted red;
}
}

View File

@ -0,0 +1,9 @@
@-moz-document domain("pr0gramm.com") {
#gpt-skyscraper-left, #gpt-skyscraper-right, #gpt-rectangle-comments {
display: none;
}
#gpt-divider-widget {
display: none;
}
}