2015-11-20 17:51:11 +00:00
|
|
|
@import url("theme.css");
|
|
|
|
|
|
|
|
/* The Return of the Borg.
|
|
|
|
*
|
|
|
|
* Have a bit green and grey and darkness (and if only in the upper left corner).
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wy-side-nav-search {
|
2016-03-10 01:01:49 +00:00
|
|
|
background-color: #000000 !important;
|
2015-11-20 17:51:11 +00:00
|
|
|
}
|
|
|
|
|
2016-08-23 12:27:26 +00:00
|
|
|
.wy-side-nav-search input[type="text"] {
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
|
|
|
|
2015-11-20 17:51:11 +00:00
|
|
|
.wy-side-nav-search > a {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search > div.version {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
2016-04-09 23:28:18 +00:00
|
|
|
|
|
|
|
#usage dt code {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2017-02-14 22:11:21 +00:00
|
|
|
|
|
|
|
#usage dl dl dd {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|