2022-03-09 19:13:21 +00:00
|
|
|
@import url(https://nitter.net/css/themes/twitter_dark.css);
|
2022-03-04 17:37:45 +00:00
|
|
|
@import url(https://necolas.github.io/normalize.css/latest/normalize.css);
|
2022-03-02 03:57:07 +00:00
|
|
|
#hnmain {
|
|
|
|
zoom: 120%;
|
|
|
|
background: #212121;
|
2022-03-02 04:32:07 +00:00
|
|
|
td[bgcolor="#ff6600"] {background: #4b5762}
|
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-03-02 04:32:07 +00:00
|
|
|
[class^="container"] {background: transparent}
|
|
|
|
#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}
|
|
|
|
tbody>tr>[bgcolor="#CCCCCC"] {background: #000000}
|
|
|
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
|
2022-03-04 17:37:45 +00:00
|
|
|
.qute-readability {margin: auto !important}
|
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 {
|
|
|
|
border: none;
|
2022-03-02 04:32:07 +00:00
|
|
|
position: unset;
|
|
|
|
> li {font-size: small; &:not(:nth-child(2)) {display: none}}
|
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,
|
|
|
|
adbox, adunit, adunit-wrapper, b_ad, leaderboard;
|
|
|
|
@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}}
|
|
|
|
|
|
|
|
$id: ads, leaderboard, player-ads, rc-row-container;
|
|
|
|
@each $i in $id {##{$i} {display:none}}
|
2022-03-14 17:58:57 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
--bg_color: #282a36;
|
|
|
|
--fg_color: #FFFFFF;
|
|
|
|
--fg_faded: #8899A6;
|
|
|
|
--bg_panel: #232531;
|
|
|
|
--bg_hover: #383a45;
|
|
|
|
--more_replies_dots: var(--accent_dark);
|
|
|
|
--darkest_grey: #1f212c;
|
|
|
|
--accent: #bd93f9;
|
|
|
|
--accent_light: #d7befb;
|
|
|
|
--accent_dark: #715895;
|
|
|
|
--background: #282a36;
|
|
|
|
--foreground: #3d4051;
|
|
|
|
--outside: #393c4d;
|
|
|
|
--post: #333544;
|
|
|
|
}
|