2019-12-04 14:27:27 +00:00
|
|
|
@import url("pocoo.css");
|
|
|
|
|
|
|
|
a, a.reference, a.footnote-reference {
|
|
|
|
color: #004b6b;
|
|
|
|
border-color: #004b6b;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #6d4100;
|
|
|
|
border-color: #6d4100;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.version-warning {
|
|
|
|
background-color: #004b6b;
|
|
|
|
}
|
2019-12-13 13:58:13 +00:00
|
|
|
|
|
|
|
div.sidebar {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border-color: lightsteelblue;
|
|
|
|
border-radius: 3pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.sidebar-title, .sidebar p {
|
|
|
|
margin: 6pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar li {
|
|
|
|
list-style-type: disclosure-closed;
|
|
|
|
}
|
|
|
|
|