mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 00:18:39 +00:00
* Accept more passing emit cases * Port docs from sphinx to mkdocs * iterating * rephrase internal-link syntax using mkdocs * iterating
96 lines
1.4 KiB
CSS
96 lines
1.4 KiB
CSS
.wy-menu {
|
|
background-color: #c0c0c0;
|
|
/*background-color: #404040;*/
|
|
}
|
|
.wy-side-nav-search {
|
|
background-color: #c0c0c0;
|
|
/*background-color: #404040;*/
|
|
}
|
|
.rst-content code {
|
|
color: #000000;
|
|
background-color: #e0e0e0;
|
|
}
|
|
.rst-content pre code {
|
|
color: #000000;
|
|
background-color: #eae2cb;
|
|
}
|
|
.highlight {
|
|
color: #0FF1CE;
|
|
}
|
|
.caption-text {
|
|
/*background-color: #808080; */
|
|
color: maroon;
|
|
padding: 4px;
|
|
}
|
|
|
|
h1 {
|
|
color: maroon;
|
|
background-color: #e0e0e0;
|
|
}
|
|
h2 {
|
|
color: maroon;
|
|
background-color: #e0e0e0;
|
|
}
|
|
h3 {
|
|
color: maroon;
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
pre {
|
|
color: #000000;
|
|
background-color: #eae2cb;
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
}
|
|
|
|
pre b {
|
|
background-color: #c5b690;
|
|
padding: 2px;
|
|
}
|
|
|
|
a {
|
|
color: orange;
|
|
}
|
|
a:visited {
|
|
color: green;
|
|
}
|
|
a:hover {
|
|
color: blue;
|
|
}
|
|
a .internal {
|
|
color: red;
|
|
}
|
|
|
|
a {
|
|
color: maroon;
|
|
}
|
|
a:visited {
|
|
color: maroon;
|
|
}
|
|
a:hover {
|
|
background-color: #e0e0e0;
|
|
color: maroon;
|
|
}
|
|
|
|
.wy-menu-vertical li ul li a {
|
|
margin-bottom:0;
|
|
color:#000000;
|
|
font-weight:normal
|
|
}
|
|
.wy-menu-vertical a {
|
|
display:inline-block;
|
|
line-height:18px;
|
|
padding:.4045em 1.618em;
|
|
display:block;
|
|
position:relative;
|
|
font-size:90%;
|
|
color:#000000
|
|
}
|
|
.wy-menu-vertical a:hover {
|
|
background-color:#4e4a4a;
|
|
cursor:pointer;
|
|
color:#e0e0e0;
|
|
}
|
|
.wy-menu-vertical a:hover span.toctree-expand {
|
|
color:#808080
|
|
}
|