mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 08:13:11 +00:00
135 lines
4.6 KiB
SCSS
135 lines
4.6 KiB
SCSS
#hnmain { // hacker news
|
|
zoom: 120%;
|
|
.title a:link, .c00, .c00 a:link {color: #FFF }
|
|
[action="comment"] {display:none}
|
|
}
|
|
|
|
#app-mount { //discord
|
|
--background-primary: var(--bg_hover);
|
|
--bg-overlay-2: var(--background-primary);
|
|
--background-tertiary: var(--background-primary);
|
|
--background-secondary: var(--background-primary);
|
|
--background-secondary-alt: var(--background-primary);
|
|
--channeltextarea-background: var(--background-primary);
|
|
|
|
font-family: "Ubuntu Mono";
|
|
$aria: gift, Help, Inbox;
|
|
@each $i in $aria {[aria-label$="#{$i}"] {display: none}}
|
|
[class^="private"] [class^="search"], [href="/store"], [href="/shop"] {display: none}
|
|
[aria-label="Servers"] ~ div { display: none }
|
|
}
|
|
|
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobile
|
|
.docs-gm > #sheets-viewport > div { display: unset !important; }
|
|
// .bridge-card { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
|
#years-table { .detail-view-container { display: flex } td { background-image: unset } } //quatalog detailed view
|
|
ul.js-show-external { display: unset } // show annas external
|
|
|
|
/* hide ads and invidious recommends */
|
|
$class: ad-frame-container, ad-panel, ad-slot, adsbygoogle, adbox, adunit,
|
|
adunit-wrapper, b_ad, leaderboard, "pure-u-lg-1-5:nth-child(3)", verified-icon;
|
|
@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}}
|
|
/* --------------------------------- */
|
|
|
|
div.container > div.conversation > div#r.replies { display: none } //nitter replies
|
|
body>nav:nth-child(1):not([class]) {position: absolute} // nitter/libreddit/librex
|
|
|
|
body>div#outer.wrapper { //ao3
|
|
zoom: 110%;
|
|
background: #000;
|
|
color: #fff;
|
|
#workskin {
|
|
zoom: 125%;
|
|
max-width: 40em;
|
|
}
|
|
p.kudos {
|
|
overflow-wrap: break-word;
|
|
}
|
|
#inner .actions, fieldset {
|
|
a, select, input, span.current {
|
|
background: #000;
|
|
border: 1px solid #222;
|
|
border-radius: .25em;
|
|
color: #fff;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
a, fieldset, .comment, textarea, h4.byline, .navigation, #footer, .menu,
|
|
a:hover, [role="menu-item"] a, .bookmark, .reading h4.viewed, ol.index.group {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
fieldset, #user-bookmarks, .bookmark .user, .listbox, .listbox.index {
|
|
background: #000;
|
|
border: 1px solid #555;
|
|
box-shadow: none;
|
|
ol.index.group {box-shadow: none}
|
|
ul.index.group {box-shadow: none; background: #000;}
|
|
button, h3 {color: #fff}
|
|
}
|
|
|
|
dl.meta, li.blurb, li.comment {border-color: #555}
|
|
a:visited, .work > li > div.header h4 a:visited {color: #999}
|
|
#admin-banner, #header > nav > ul.primary {display:none}
|
|
h1.heading a, .splash .module h3, a:hover, li > div.header h4 a {color: MediumPurple}
|
|
.secondary {box-shadow:none;background: #000;}
|
|
#dashboard {border:none; .navigation.actions {border-top:none}}
|
|
.user.home h2 {border-bottom: none}
|
|
|
|
|
|
ul.work > li {
|
|
&.share {display: none}
|
|
a.collapsed {display: none}
|
|
ul.secondary {
|
|
border: none !important;
|
|
display: inline !important;
|
|
position: static;
|
|
&:not(#chapter_index) > li:not(:nth-child(2)) {display: none}
|
|
}
|
|
}
|
|
#main > div.splash > div.module:not(.readings) {display: none}
|
|
#main > div.splash > div.module.readings {width:100%}
|
|
#bookmark-form > form > fieldset > fieldset:nth-child(4) {display:none}
|
|
|
|
.wrapper, .toggled, .toggled form {
|
|
padding: 0;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
[data-csrf-token] { // miniflux
|
|
--body-background: #000;
|
|
--current-item-border-color: #c88aff;
|
|
--text-color: #EEE;
|
|
|
|
--entry-content-color: var(--text-color);
|
|
--link-color: var(--text-color);
|
|
--title-color: var(--text-color);
|
|
|
|
.logo a span, .logo a:hover { color: var(--current-item-border-color) }
|
|
|
|
// remove padding between webcomic images for comic category
|
|
&:has(.entry-meta > .category > a[href="/category/74/entries"]) .entry-content {
|
|
font-size: 0;
|
|
}
|
|
|
|
#grease-anchor {
|
|
margin-inline-start: 4px;
|
|
color: var(--category-link-color);
|
|
display: none;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
&:hover {
|
|
#grease-anchor { display: unset }
|
|
}
|
|
}
|
|
}
|