updating documentation and plex_posters

This commit is contained in:
2019-11-28 21:12:34 +00:00
parent c6d10808ad
commit 77c2969682
35 changed files with 974 additions and 789 deletions

View File

@@ -0,0 +1,31 @@
@import url("css/theme.css");
.modname {
font-size: 0.8em;
opacity: 0.4;
}
.modname::before {
content: '- ';
}
.title {
font-weight: bold;
font-size: 1.2em;
background-color: #eee;
display: block;
padding: 1px 5px;
border-left: 2px solid #ddd;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption{
color: ##466A54;;
}
.wy-side-nav-search{
background-color: #0E6458;
}
.rst-content dl:not(.docutils) dt{
background: #F2E7D3;
color: #499265;
border-top: solid 3px #87CB7C;
}