mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Updated HTML docs
This commit is contained in:
parent
66d0ad0bc9
commit
7900aad365
2073 changed files with 32986 additions and 41197 deletions
|
|
@ -313,7 +313,7 @@ img.align-default, .figure.align-default {
|
|||
|
||||
/* -- sidebars -------------------------------------------------------------- */
|
||||
|
||||
div.sidebar {
|
||||
.sidebar {
|
||||
margin: 0 0 0.5em 1em;
|
||||
border: 1px solid #787878;
|
||||
padding: 5px 7px 7px 15px;
|
||||
|
|
|
|||
|
|
@ -220,6 +220,10 @@ div.admonition p.admonition-title + p {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
p.admonition-title {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
||||
div.highlight {
|
||||
background-color: #f1f1ef;
|
||||
}
|
||||
|
|
@ -228,6 +232,8 @@ div.note {
|
|||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
font-style: italic;
|
||||
text-indent: -2.9em;
|
||||
padding-left: 3.5em;
|
||||
}
|
||||
|
||||
div.seealso {
|
||||
|
|
@ -243,6 +249,13 @@ div.warning {
|
|||
background-color: #ffe4e4;
|
||||
border: 1px solid #f66;
|
||||
font-style: italic;
|
||||
text-indent: -4.6em;
|
||||
padding-left: 5.2em;
|
||||
}
|
||||
|
||||
div.important {
|
||||
text-indent: -5.5em;
|
||||
padding-left: 6.1em;
|
||||
}
|
||||
|
||||
p.admonition-title {
|
||||
|
|
@ -283,12 +296,6 @@ dd.field-odd > ul.simple > li > ul > li > dl.simple {
|
|||
background-color: #e1e8e2;
|
||||
}
|
||||
|
||||
.admonition.important {
|
||||
background-color: #fbf7c3;
|
||||
border: 1px solid #c8c59b;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 10px;
|
||||
background-color: #e3e3e3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue