1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00
dotfiles/qutebrowser/user.scss

89 lines
2.8 KiB
SCSS
Raw Normal View History

@import url(http://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css);
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;
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}
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 {
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;
@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}}
body {
--accent: #bd93f9;
--accent_border: #bd93f9;
--accent_dark: #715895;
--accent_light: #d7befb;
--background: #282a36;
--bg_color: #282a36;
--bg_elements: var(--bg_panel);
--bg_hover: #383a45;
--bg_overlays: var(--bg_panel);
--bg_panel: #232531;
--grey: var(--fg_faded);
--dark_grey: #38444D;
--darker_grey: #2A343C;
--darkest_grey: #1f212c;
--border_grey: #38444D;
--fg_color: #FFFFFF;
--fg_dark: var(--fg_faded);
--fg_faded: #8899A6;
--fg_nav: var(--accent);
--foreground: #3d4051;
--more_replies_dots: var(--accent_dark);
--outside: #393c4d;
--play_button: var(--accent);
--play_button_hover: var(--accent_light);
--tab: var(--grey);
--tab_selected: var(--accent);
--post: #333544;
--verified_blue: var(--accent);
--icon_text: var(--fg_color);
--profile_stat: var(--fg_color);
}