Updates an outdated dark theme for the F-droid website and adds some eyeball improvements by lowering brightness of certain text/UI elements.
Black F-Droid (Dom edit) by imdom
Details
Authorimdom
LicenseCC0-1.0
Categoryf-droid.org
Created
Updated
Size1.8 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 Black F-Droid (Dom edit)
@namespace USO Archive
@author airicbear, imdom
@description `Black F-Droid website.`
@version 20221223.0.0
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("f-droid.org") {
body,
.main-content,
h3,
h2,
.package-header,
.package-header:visited,
h4,
.site-title,
#topic-title h1 a,
.d-header,
.topic-list-main-link a.title,
.topic-list .main-link a.title,
.latest-topic-list-item .main-link a.title,
.nav-pills > li > a,
.topic-list span.badge-category .category-name,
.docked .d-header,
div#header-links a,
.sidebar-widget.language,
.search-input,
.mw-body,
#mw-page-base,
div.vectorTabs ul li,
div#simpleSearch #searchInput,
div#simpleSearch #mw-searchButton {
background: #000000 !important;
color: #ccc;
}
.site-nav,
.page-link {
background-color: #1259a0 !important;
}
.page-link:hover {
background-color: #0e457c !important;
}
#language-chooser-select
{
color: #ccc;
background-color: #222;
border-color: #222;
}
.site-title:hover
{
opacity:1.0 !important;
}
.package-version,
.package-whats-new {
background: #222 !important;
}
.permission-description {
color: #888 !important;
}
code.highlighter-rouge {
background: #000000;
}
a,
.mw-body a.external,
div#mw-panel div.portal div.body ul li a,
div.vectorTabs li a {
color: #00cc00;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
color: #cc0000;
}
div#footer ul li,
h1,
h2,
h3,
h4,
h5,
h6,
#p-tb-label {
color: #ccc !important;
}
code {
background-color: #00cc00;
}
code a {
color: #000000 !important;
}
}