makes the Corrade documentation bearable
grimore.org - Mar 2024 by rhet0rica
Details
Authorrhet0rica
Licensepublic domain
Categorygrimore.org
Created
Updated
Size1.3 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 grimore.org - Mar 2024
@version 20240327.00.45
@namespace https://userstyles.world/user/rhet0rica
@description makes the Corrade documentation bearable
@author rhet0rica
@license public domain
==/UserStyle== */
@-moz-document url-prefix("https://grimore.org/") {
.dtree, #dw__toc > div {
font-family: sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: serif !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
body {
background: #333 !important;
}
.dokuwiki .dtree a.navSel, .dokuwiki .aside .dtree a.navSel {
background: #444 !important;
}
.dokuwiki .dtree a, .dokuwiki .aside .dtree a, .dokuwiki .dtree a:visited, .dokuwiki .aside .dtree a:visited, .dokuwiki .dtree a:link, .dokuwiki .aside .dtree a:link, a:link, a:visited {
color: #7df !important;
}
.dokuwiki .dtree a.nodeFdUrl:hover, .dokuwiki .dtree a.nodeSel:hover, .dokuwiki a.navSel:hover, .dokuwiki .dtree a.nodeUrl:hover {
background: transparent !important;
}
body {
font: initial;
}
pre, code, samp, kbd {
background: rgba(0, 0, 0, 0.25) !important;
color: #df7;
padding: 2px;
border: none;
box-shadow: none;
}
.code span {
color: white !important;
}
}