diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index c317cc0a3..69f30d4fb 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -213,6 +213,19 @@ p.rubric { font-weight: bold; } +.align-left { + text-align: left; +} + +.align-center { + clear: both; + text-align: center; +} + +.align-right { + text-align: right; +} + /* -- sidebars -------------------------------------------------------------- */ div.sidebar { @@ -296,8 +309,37 @@ th { padding-right: 5px; } +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + /* -- other body styles ----------------------------------------------------- */ +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + dl { margin-bottom: 15px; } @@ -376,6 +418,10 @@ dl.glossary dt { text-decoration: underline; } +.classifier { + font-style: oblique; +} + /* -- code displays --------------------------------------------------------- */ pre {