diff --git a/docs/source/_static/basic.css b/docs/source/_static/basic.css index e89235ddc2..d0fa172aba 100644 --- a/docs/source/_static/basic.css +++ b/docs/source/_static/basic.css @@ -390,14 +390,16 @@ table caption span.caption-number { table caption span.caption-text { } + table.docutils td, table.docutils th { padding: 1px 8px 1px 5px; - border-top: 0; - border-left: 0; - border-right: 0; + border-top: 1px solid #aaa; + border-left: 1px solid #aaa; + border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; } + table.footnote td, table.footnote th { border: 0 !important; } @@ -426,6 +428,19 @@ td > p:last-child { margin-bottom: 0px; } +thead { + border-bottom: 2px solid #aaa; +} + +.row-odd { + background: #edeee4; +} + +.row-even { + background: #f4f4ed; +} + + /* -- figures --------------------------------------------------------------- */ div.figure { diff --git a/docs/source/toc.md b/docs/source/toc.md index e9cdc2363b..9e0e45f859 100644 --- a/docs/source/toc.md +++ b/docs/source/toc.md @@ -1,5 +1,5 @@ # Toc - +- [API root](api/evennia-api.rst) - [./A voice operated elevator using events](./A-voice-operated-elevator-using-events) - [./API refactoring](./API-refactoring) - [./Accounts](./Accounts)