Based on https://userstyles.org/styles/165312/macupdate-dark-2020 but without the left filtering pane on the "Fresh apps" page.
Macupdate - Bare Dark 2020 by nodarkthings
Details
Authornodarkthings
LicenseNO-REDISTRIBUTION
Categorymacupdate
Created
Updated
Size4.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v2.0 08/2019: Macupdate having recently made some appearance changes, I had a hard time figuring out how to re-enable the star rating color... but I did it. ;-)
v2.1 11/2019: some modifications to acknowledge Macupdate's continuous revamping, since a few months... I've also ditched the left filtering area — which I'll leave in my original macupdate-dark-2018 for those who want it.
v3.0 07/2020: as many of my former tweaks and ads hidings weren't needed or working anymore, this style now only hides the left filtering pane on the "Fresh apps" page, in addition to my simple "Dark 2020" theme.
v3.1 02/2021: MU changed something once again... Fixed.
Source code
/* ==UserStyle==
@name Macupdate - Bare Dark 2020
@namespace USO Archive
@author Aargl
@description `Based on https://userstyles.org/styles/165312/macupdate-dark-2020 but without the left filtering pane on the "Fresh apps" page.`
@version 20210801.5.0
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("macupdate.com") {
/*
Version 3.1
*/
/* Remove Adverts */
#listing > div[style],
#mud_block,
#top_ad,
#table_bot_l {display: none !important;}
/* Remove Visual Blemishes */
#apptable .lastcol,
.titleCoverFade {display: none !important;}
/* ======== Specific Coloring */
/* top nav */
#mu_topnav,
#promo_block {background: #333 !important;}
/* table listing */
#table_top_l {background: #202020 !important;}
.topdivide {visibility: hidden;}
.listnotselectedbutton {background: #272727 !important;}
.listselectedbutton {background: #444 !important;}
.greyrow + td {background: #111 !important;}
.greyrow {background: #222 !important;}
.darkgrey_center,
.darkgrey_left {background: #353535 !important;}
/* Reviews */
#comments {background: #090909 !important}
.reviewodd {background: #111 !important;}
.revieweven {background: #1a1a1a !important;}
.mu_breadcrumbs span, .mu_card_line_price, .mu_card_box_title_name, .mu_card_line_info_name, .shortdescr, .td-app-downloads, .td-app-price, .mu_app_header_title, .mu_app_header_version, .mu_app_header_description, .mu_app_header_description, .mu_app_header_info_bottom, p, h1, h2, h3, .mu_app_info_release_notes, .mu_app_info_description, .mu_app_sub_info_price span, ul, li, .mu_app_discussion_review_content, .mu_app_discussion_comment_content, .mu_app_similar_side_title, .mu_app_new_apps_title, .muui_how_would_you_rate__title, .ma_app_reviews_checkbox, .review_total__title, .review_rating__value, .review_simple_text, .mu_app_info_monetization {
color: #CCC !important;
}
/* Base */
*, ::before, ::after {
border-color: #444 !important;
outline-color: #444 !important;
text-shadow: none !important;
box-shadow: none !important;
background-color: transparent !important;}
.mu_card_complex_line_info_name, .mu_card_complex_line_info_description, .mu_card_complex_line_info_version, .mu_card_simple_line_info_name, .mu_card_line_info_name, .mu_card_line_info_description, .mu_card_line_info_version {color: inherit !important}
#home-updated-apps_filter, div#cp_all_updated, div#cp_1_updated, div#cp_2_updated, div#cp_7_updated, div#cp_30_updated {
color: #000 !important; background-color: #CCC !important;
}
/* :: Give solid BG :: */
/* element */
html,
body,
li ul,
ul li,
table,
header,
article,
section,
nav,
menu,
aside,
#mbCenter
{background: #1a1a1a !important;}
table tr:nth-of-type(even) {background: #222 !important;}
table tr:nth-of-type(odd) {background: #111 !important;}
/* ::: anchor/links ::: */
a, .mu_card_complex_line_price {
color: #71BAA5 !important;
opacity: 1 !important;
text-indent: 0 !important;}
a:link {color: #76AFD5 !important;} /* hyperlink */
a.hotpick {color: #D14547 !important;}
a:visited {color: #CDB4E7 !important;}
a:hover {color: #FFE900 !important; background-color: #363037 !important;}
a:active {color: #FFAE00 !important;}
/* ::: Inputs, textareas ::: */
input, textarea, button,
select,option,optgroup{
color: #DDD !important;
background: none #404046 !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;}
input, textarea, button {border-color: #000 !important; border-width: 1px !important;}
/* :::::: Button styling :::::: */
input[type="button"],
input[type="submit"],
input[type="reset"],
button {background: #343855 !important;}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {color: #FFF !important; background: #435B6B !important;}
/* :::::: Some hidings :::::: */
.mu_banner_layout_header,
.mu_fresh_results_box_list_ad,
.mu_fresh_breadcrumbs.segment.ui,
.mu_fresh_filters.segment.ui,
.mud-install-headline,
.cookie-manager__button-corner,
.js-cookie-manage-toggle.cookie-manager__button,
.table.updated-apps-list-table td.td-app-icon,
.table.updated-apps-list-table td.td-app-name div.stars-mobile,
.td-app-star-rating,
.discussion-title,
.discussion-slider__list
{ display: none !important; }
}