Welcome to little lamb

Code » qmdoc » master » tree

[master] / src / extra / css / light.css

:root {
    color-scheme: light;
}
header.toc section {
    background: #2980B9;
}
header.toc section h1 {
    color: #fcfcfc;
}
header.toc section h2 {
    color: #56b5ee;
}
header.toc nav {
    background: #343131;
}
header.toc nav ul li a:hover {
    background: #4e4a4a;
}
header.toc nav ul li a {
    color: #b3b3b3;
}
header.toc ul.toc.page > li > a {
    color: #55a5d9;
}
header.toc ul.toc.page ul.h1 > li > a {
    color: #a3a802;
}
main section.content ul.toc ul.h2 > li > a,
main section.content ul.toc ul.h3 > li > a,
main section.content ul.toc ul.h4 > li > a,
main section.content ul.toc ul.h5 > li > a,
main section.content ul.toc ul.h6 > li > a {
    color: #404040;
}
main section.content a:hover {
    color: blue !important;
}
main, main section.content footer.page {
    background: #fbf4ce;
}
main {
    color: #404040;
}
main section.content .highlighted {
    background: #ff0;
}
main section.content pre {
    border: 1px solid #e1e4e5;
    background: #f2ecb7;
}
main section.content pre.lineno + pre > span {
    background: #217ed0;
    color: #eee;
}
main section.content a {
    color: #1a1acc;
}
main section.content a:visited {
    color: purple;
}
main section.content kbd {
    border: 1px solid #888;
    background-image: linear-gradient(#ddd 0%,#eee 10%,#bbb 10%,#ccc 30%,#fff 85%,#eee 85%,#888 100%);
}
main section.content span.button {
    border: 1px solid #555;
    background-image: linear-gradient(#fff 0%,#fff 1%,#f2f2f2 1%,#ebebeb 50%,#ddd 50%,#cfcfcf 99%,#fff 99%,#fff 100%);
}
main section.content div.box > :first-child {
    color: #eee;
}
main section.content div.box.hint {
    background: #91ffad;
}
main section.content div.box.hint > :first-child {
    background: #24ae2d;
}
main section.content div.box.info {
    background: #71e1fb;
}
main section.content div.box.info > :first-child {
    background: #217ed0;
}
main section.content div.box.warn {
    background: #fdbf91;
}
main section.content div.box.warn > :first-child {
    background: #df5b5b;
}
main section.content div.box.note {
    background: #c4bfb0;
}
main section.content div.box.note > :first-child {
    background: #5c5353;
}
main section.content #navbuttons a {
    background: #f0efb6;
    border: 1px solid #232323;
    color: inherit;
    box-shadow: inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 #232323;
}
main section.content footer.page {
    border-top: 1px solid #979518;
}