python-plexapi/docs/_static/custom.css

17 lines
282 B
CSS
Raw Normal View History

2017-02-24 16:56:11 +00:00
@import url("css/theme.css");
2017-02-24 16:18:54 +00:00
.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;
2017-02-24 16:18:54 +00:00
}