2023-05-25 16:14:34 +00:00
|
|
|
#hnmain { // hacker news
|
2022-03-02 03:57:07 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
#app-mount { //discord
|
2022-03-02 03:57:07 +00:00
|
|
|
$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-10-06 18:53:03 +00:00
|
|
|
[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
|
|
|
|
2023-04-09 03:46:35 +00:00
|
|
|
font-family: "Ubuntu Mono";
|
2023-08-14 12:49:00 +00:00
|
|
|
background: url("https://cdn.discordapp.com/attachments/773556458234052608/1140629357505826896/out.webp");
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobiles
|
2023-07-25 16:59:29 +00:00
|
|
|
.docs-gm > #sheets-viewport > div { display: unset !important; }
|
2023-07-27 15:39:40 +00:00
|
|
|
.bridge-card, section[id^="bridge-"] { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
2023-05-25 16:14:34 +00:00
|
|
|
#years-table { .detail-view-container { display: flex } td { background-image: unset } } //quatalog detailed view
|
2022-03-04 17:37:45 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
/* hide ads and invidious recommends */
|
2022-05-28 17:45:52 +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}}
|
|
|
|
|
2022-06-19 17:03:20 +00:00
|
|
|
$id: ads, leaderboard, player-ads, rc-row-container;
|
2022-03-04 17:37:45 +00:00
|
|
|
@each $i in $id {##{$i} {display:none}}
|
2023-05-25 16:14:34 +00:00
|
|
|
/* --------------------------------- */
|
2022-03-14 17:58:57 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
body>nav:nth-child(1):not([class]) {position: absolute} // nitter/libreddit/librex
|
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;
|
2022-10-06 18:53:03 +00:00
|
|
|
--panel-border: var(--post);
|
|
|
|
--shadow: 0 1px 3px #00000055;
|
2022-03-14 17:58:57 +00:00
|
|
|
}
|
2022-10-06 18:53:03 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
[id^="streamEntryBody"] {display: none} // lms show grades
|
2022-10-06 18:53:03 +00:00
|
|
|
.stream-grade.ng-hide { display: flex !important }
|
2022-10-18 02:32:55 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
body>div#outer.wrapper { //ao3
|
2022-10-18 02:32:55 +00:00
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
|
|
|
#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;
|
|
|
|
}
|
2022-11-22 21:37:16 +00:00
|
|
|
fieldset, #user-bookmarks, .bookmark .user, .listbox, .listbox.index {
|
2022-10-18 02:32:55 +00:00
|
|
|
background: #000;
|
|
|
|
border: 1px solid #555;
|
|
|
|
box-shadow: none;
|
|
|
|
ol.index.group {box-shadow: none}
|
2022-11-22 21:37:16 +00:00
|
|
|
ul.index.group {box-shadow: none; background: #000;}
|
2022-10-18 02:32:55 +00:00
|
|
|
button, h3 {color: #fff}
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.meta, li.blurb, li.comment {border-color: #555}
|
2022-10-18 21:47:48 +00:00
|
|
|
a:visited, .work > li > div.header h4 a:visited {color: #999}
|
2022-10-18 02:32:55 +00:00
|
|
|
#admin-banner, #header > ul.primary {display:none}
|
2022-10-18 21:47:48 +00:00
|
|
|
h1.heading a, .splash .module h3, a:hover, li > div.header h4 a {color: MediumPurple}
|
2022-10-18 02:32:55 +00:00
|
|
|
.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}
|
2022-10-18 21:47:48 +00:00
|
|
|
ul.secondary {
|
2022-10-18 02:32:55 +00:00
|
|
|
border: none !important;
|
|
|
|
display: inline !important;
|
|
|
|
position: static;
|
|
|
|
&:not(#chapter_index) > li:not(:nth-child(2)) {display: none}
|
|
|
|
}
|
|
|
|
}
|
2022-12-24 21:50:01 +00:00
|
|
|
#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;
|
|
|
|
}
|
2022-10-18 02:32:55 +00:00
|
|
|
}
|
2022-11-10 02:58:23 +00:00
|
|
|
|
2023-05-25 16:14:34 +00:00
|
|
|
@media (prefers-color-scheme: dark) { [data-csrf-token] { // miniflux
|
2023-08-14 12:49:00 +00:00
|
|
|
background: #000;
|
|
|
|
color: #EEE;
|
|
|
|
--entry-content-color: #EEE;
|
|
|
|
--title-color: #EEE;
|
|
|
|
--link-color: #EEE;
|
|
|
|
|
|
|
|
select, textarea, input{
|
|
|
|
background: #000 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
2022-11-10 02:58:23 +00:00
|
|
|
|
2023-08-14 12:49:00 +00:00
|
|
|
.item { border: 1px dotted #666}
|
|
|
|
a:link {color: rgb(221, 221, 221);}
|
|
|
|
.item-status-read .item-title > a:link {color: rgb(155, 148, 148);}
|
|
|
|
.logo a span, .logo a:hover { color: #c88aff; }
|
2023-05-25 16:14:34 +00:00
|
|
|
} }
|