quartz-warriors/docs/extra/dark-mode.css

113 lines
2.1 KiB
CSS

html {
--index-odd-item-bg-color: rgb(77, 85, 101) !important;
--index-even-item-bg-color: #292929 !important;
--title-background-color: rgb(77, 85, 101) !important;
}
body, dl.reflist dd, span.lineno
{
background-color: #181A1B;
color: #AEADA3;
}
a {
color: #C3C2B7 !important;
text-shadow: none !important;
}
a:visited {
color: #8D8D8D !important;
text-shadow: none !important;
}
dt, dt {
background-color: #282828 !important;
background-image: none !important;
color: #AEADA3 !important;
}
.memproto, dl.reflist dt {
text-shadow: none !important;
}
.contents .directory {
color: #AEADA3 !important;
}
.memtitle, .memproto, .navpath ul,ul.sm, ul.sm-dox, .sm-dox a, .sm-dox a:focus, .sm-dox a:hover, .sm-dox a:active
{
background-image: none !important;
background-color: #282828 !important;
color: #AEADA3 !important;
text-shadow: none !important;
border-color: #1C1C1C !important;
}
.memdoc {
border-bottom: 1px dotted #1C1C1C !important;
border-left: 1px solid #1C1C1C !important;
border-right: 1px solid #1C1C1C !important;
}
.directory {
color
}
tr.heading h2, tr.heading h3, tr.heading h1, h2.groupheader {
color: #AEADA3 !important;
}
.memdoc, tr.even, tr > td.memItemLeft, tr > td.memItemRight, div.memtemplate
{
background-image: none !important;
background-color: #292929 !important;
color: #AEADA3 !important;
}
tr.odd {
color: rgb(77, 85, 101) !important;
}
div {
border-color: grey !important;
}
div.fragment,div.textBlock, div.compoundTemplParams, div.headertitle, p.definition
{
background-image: none !important;
background-color: #292929 !important;
color: #AEADA3 !important;
}
td.mdescLeft, td.mdescRight {
background-image: none !important;
background-color: #292929 !important;
color: #AEADA3 !important;
}
img {
filter: invert(80%) hue-rotate(180deg) saturate(400%) drop-shadow(1.5pt 1pt 1px black);
}
#MSearchBox {
background-color: #282828 !important;
border-color: #353535 !important;
}
div.line
{
font-family: Monaco, Menlo, monospace, fixed !important;
}
/* vim: sts=4 ts=4 expandtab sw=4 :
*--index-even-item-bg-color: /