dotfiles/qutebrowser/user.scss

65 lines
2.1 KiB
SCSS
Raw Normal View History

2022-03-02 03:57:07 +00:00
#hnmain {
zoom: 120%;
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;
[class^="container"], section {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
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
2022-03-02 03:57:07 +00:00
ul.work > li.download {
font-size: 0;
> ul {
border: none !important;
position: static !important;
display: inline;
> li {font-size: small; &:not(:nth-child(2)) {display: none !important}}
}
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, "pure-u-lg-1-5:nth-child(3)";
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}}
$id: ads, leaderboard, player-ads, rc-row-container;
2022-03-04 17:37:45 +00:00
@each $i in $id {##{$i} {display:none}}
body>nav:nth-child(1):not([class]) {position: absolute}
body {
--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);
--post: #333544;
--panel-border: var(--post);
--shadow: 0 1px 3px #00000055;
}
[id^="streamEntryBody"] {display: none}
.stream-grade.ng-hide { display: flex !important }