A simple dark style for documentation pages on https://api.kde.org/*
Made it because I couldn't find one.
Low Effort Dark Style for api.kde.org by ulterno
Details
Authorulterno
LicenseMozilla Public License 1.0 (MPL-1.0)
CategoryKDE API Documentation
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I tested this only on https://api.kde.org/ecm/manual/ecm.7.html
In case it severely breaks some other page's style, please message me the URL, along with a screenshot, if possible.
Source code
/* ==UserStyle==
@name Low Effort Dark Style for api.kde.org
@version 20220212.03.44
@namespace userstyles.world/user/ulterno
@description A simple dark style for documentation pages on https://api.kde.org/*
Made it because I couldn't find one.
@author ulterno
@license Mozilla Public License 1.0 (MPL-1.0)
==/UserStyle== */
@-moz-document domain("api.kde.org") {
body {
background: #000;
color: #fff;
}
div.related {
background-color: #012a3c;
color: #ffffff;
}
div.document {
background-color: #090d0f;
}
div.sphinxsidebarwrapper {
border: 1px solid turquoise;
}
div.bodywrapper {
background: #1a1a1af7;
}
div.body {
background-color: #000;
color: #5ef3bb;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
background-color: #000;
color: #8bcfff;
}
a {
color: #fff;
text-decoration: none;
}
div.topic {
background-color: #5a8e7f40;
border: 1px solid #930000;
}
code {
background-color: #000;
border: 1px solid #630c0c;
}
pre {
background-color: #1c1e19;
color: #e8e8e8;
border: 1px solid #c99;
}
.highlight .o {
color: #ffc000;
}
}