Add develop basic.css

This commit is contained in:
Griatch 2020-10-15 00:53:25 +02:00
parent 057a9e3fa4
commit 82542f97c2
2 changed files with 19 additions and 4 deletions

View file

@ -390,14 +390,16 @@ table caption span.caption-number {
table caption span.caption-text { table caption span.caption-text {
} }
table.docutils td, table.docutils th { table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px; padding: 1px 8px 1px 5px;
border-top: 0; border-top: 1px solid #aaa;
border-left: 0; border-left: 1px solid #aaa;
border-right: 0; border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
table.footnote td, table.footnote th { table.footnote td, table.footnote th {
border: 0 !important; border: 0 !important;
} }
@ -426,6 +428,19 @@ td > p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
thead {
border-bottom: 2px solid #aaa;
}
.row-odd {
background: #edeee4;
}
.row-even {
background: #f4f4ed;
}
/* -- figures --------------------------------------------------------------- */ /* -- figures --------------------------------------------------------------- */
div.figure { div.figure {

View file

@ -1,5 +1,5 @@
# Toc # Toc
- [API root](api/evennia-api.rst)
- [./A voice operated elevator using events](./A-voice-operated-elevator-using-events) - [./A voice operated elevator using events](./A-voice-operated-elevator-using-events)
- [./API refactoring](./API-refactoring) - [./API refactoring](./API-refactoring)
- [./Accounts](./Accounts) - [./Accounts](./Accounts)