Clean the UI
Remove the clutter, make sure the content is what's shown clearly
Gamingonlinux.com - Minimalist dark by acid
Details
Authoracid
LicenseNo License
Categorygamingonlinux.com
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gamingonlinux.com - Minimalist dark
@version 20230310.08.53
@namespace userstyles.world/user/acid
@description Clean the UI
Remove the clutter, make sure the content is what's shown clearly
@author acid
@license No License
==/UserStyle== */
@-moz-document domain("gamingonlinux.com") {
/* Modification by AciD */
/* Contact: acid@linuxfr.eu */
.p-author {
font-size: 0.65rem;
}
div.comment-author:nth-child(1) > div:nth-child(1) {
display: flex;
justify-content: center;
}
.comment .avatar img, .profile .avatar img {
height: 45px;
}
.box .subhead {
background: #181818;
}
.collapse_container {
border-color: #343434;
}
.collapse_header {
font-size: 0.6rem;
text-align: right;
}
#comments > div:nth-child(1) {
padding: 1px 10px;
font-size: 0.8rem;
color: #818181;
}
.link_button {
color: #818181;
font-size: 0.6rem;
}
#comments > .head {
background: #1a1a1a;
}
.likes {
border-left: 2px solid #000;
background: #1b1b1b;
}
#content blockquote,
#content blockquote p {
font-size: 90%;
/* background: #2a2a2a; */
background: #191d1f;
color: #8397b8;
}
#comments blockquote,
#comments blockquote p {
font-size: 85%;
background: #191d1f;
}
a.computer_deets {
font-size: 65%;
color: #626f76;
}
div.announce:nth-of-type(2n+1),
.alerts-box-new {
background: #082a3a;
color: #858585;
}
.announce a:link {
color: #456ead;
}
.article {
background: #1c1c1c;
color: #b3b4b8;
}
.article .content {
padding: 0 14px;
font-size: 1.2rem;
line-height: 2.0rem;
/* font-family: 'Tilt Neon', Merriweather, Cambria, "Times New Roman", Times, serif; */
letter-spacing: -0.003em;
word-break: break-word;
text-rendering: optimizelegibility;
font-family: 'Roboto';
font-weight: 300;
/* font-family: 'Anybody', cursive; */
}
.article.individual .tags {
padding: 5px;
}
.comment .comment-meta {
padding: 1px 5px;
background-color: #181818;
font-size: 85%;
}
abbr.timeago {
color: #6d6d6d;
}
.comment .comment-meta .comment-actions li a {
padding: 1px;
}
/* Leaner look, but you miss the usual info */
.affiliate_meta {
display: none;
}
div.h-card.p-author.box.comment div.body.group {
display: none;
}
.info_box_top_articles-container {
display: none;
}
.patreon_comments,
.col-9 > div:nth-child(5) {
display: none;
}
}