2022-03-02 03:57:07 +00:00
|
|
|
#hnmain {
|
|
|
|
zoom: 120%;
|
2022-03-21 03:12:23 +00:00
|
|
|
background: #212121 !important;
|
|
|
|
td[bgcolor="#ff6600"] {background: #4b5762 !important}
|
|
|
|
.title a:link, .c00, .c00 a:link {color: #FFF !important}
|
|
|
|
[action="comment"] {display:none}
|
2022-03-02 03:57:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#app-mount {
|
|
|
|
$back: primary, secondary, secondary-alt, tertiary;
|
2022-03-02 04:32:07 +00:00
|
|
|
@each $i in $back {--background-#{$i}: transparent}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
--background-floating: rgba(0, 0, 0, .6);
|
|
|
|
--channeltextarea-background: transparent;
|
2022-05-13 00:33:05 +00:00
|
|
|
[class^="container"],.container-ZMc96U.themed-Hp1KC_ {background: transparent}
|
2022-03-02 04:32:07 +00:00
|
|
|
#channels [class^="unread"] {background: #cfcdcf}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
$aria: gift, Help, Inbox, sidebar;
|
2022-03-02 04:32:07 +00:00
|
|
|
@each $i in $aria {[aria-label$="#{$i}"] {display: none}}
|
|
|
|
[class^="private"] [class^="search"], [href="/store"] {display: none}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
font-family: "Ubuntu Mono";
|
|
|
|
background: url(
|
|
|
|
"https://cdn.discordapp.com/attachments/773556458234052608/929383713932992512/0dKbZO5-16-9.webp"
|
2022-03-02 04:32:07 +00:00
|
|
|
)}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
2022-03-02 04:32:07 +00:00
|
|
|
body.dracula {max-width: 777pt}
|
|
|
|
body>nav:nth-child(1) {position: absolute}
|
2022-03-21 03:12:23 +00:00
|
|
|
details:not([open]) > div.selftext {display:none}
|
|
|
|
.thumbnail img.thumbnail{max-height:450px;width:auto!important;}
|
2022-03-02 04:32:07 +00:00
|
|
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
2022-03-04 17:37:45 +00:00
|
|
|
p#javascript-warning, [class^=nativead] {display: none}
|
2022-03-02 03:57:07 +00:00
|
|
|
ul.work > li.download {
|
|
|
|
font-size: 0;
|
|
|
|
> ul {
|
2022-03-21 03:12:23 +00:00
|
|
|
border: none !important;
|
|
|
|
position: static !important;
|
2022-04-11 16:39:19 +00:00
|
|
|
display: inline;
|
2022-03-21 03:12:23 +00:00
|
|
|
> li {font-size: small; &:not(:nth-child(2)) {display: none !important}}
|
2022-03-14 17:58:57 +00:00
|
|
|
}
|
2022-03-02 03:57:07 +00:00
|
|
|
}
|
2022-03-04 17:37:45 +00:00
|
|
|
|
|
|
|
$class: ad-frame-container, ad-panel, ad-slot, adsbygoogle,
|
2022-05-19 03:47:32 +00:00
|
|
|
adbox, adunit, adunit-wrapper, b_ad, leaderboard, pure-u-lg-1-5;
|
2022-03-04 17:37:45 +00:00
|
|
|
@each $i in $class {.#{$i} {display:none}}
|
|
|
|
|
|
|
|
$div: 'class*=-ad-container', 'class*=ad-wrapper', 'id*=_ad_native',
|
|
|
|
'id^=div-gpt-ad', 'id^=google_ads_', 'id^=netboard_', 'id^=skyscraper';
|
|
|
|
@each $i in $div {div[#{$i}] {display:none}}
|
|
|
|
|
2022-05-19 03:47:32 +00:00
|
|
|
$id: ads, comments, leaderboard, player-ads, rc-row-container;
|
2022-03-04 17:37:45 +00:00
|
|
|
@each $i in $id {##{$i} {display:none}}
|
2022-03-14 17:58:57 +00:00
|
|
|
|
|
|
|
body {
|
2022-03-21 03:12:23 +00:00
|
|
|
--bg_panel: #232531;
|
2022-04-25 22:18:33 +00:00
|
|
|
--bg_overlays: var(--bg_panel);
|
|
|
|
--background: var(--bg_color);
|
|
|
|
--foreground: var(--bg_hover);
|
|
|
|
--green: var(--accent);
|
|
|
|
--highlighted: var(--bg_hover);
|
|
|
|
--outside: var(--post);
|
2022-03-14 17:58:57 +00:00
|
|
|
--post: #333544;
|
|
|
|
}
|