mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Refactor 1.0 docs with new toctree structure and inheritance
This commit is contained in:
parent
62477eac50
commit
628afe9367
142 changed files with 3967 additions and 3024 deletions
|
|
@ -185,6 +185,7 @@ div.body h6 {
|
|||
|
||||
div.body h1 {
|
||||
margin-top: 20px solid #fff;
|
||||
font-size: 230%;
|
||||
}
|
||||
div.body h2 {
|
||||
font-size: 150%;
|
||||
|
|
@ -236,6 +237,9 @@ div.note {
|
|||
text-indent: -2.9em;
|
||||
padding-left: 3.5em;
|
||||
}
|
||||
div.note > p {
|
||||
text-indent: 0em;
|
||||
}
|
||||
|
||||
div.seealso {
|
||||
background-color: #ffc;
|
||||
|
|
@ -254,11 +258,19 @@ div.warning {
|
|||
padding-left: 5.2em;
|
||||
}
|
||||
|
||||
div.warning > p {
|
||||
text-indent: 0em;
|
||||
}
|
||||
|
||||
div.important {
|
||||
text-indent: -5.5em;
|
||||
padding-left: 6.1em;
|
||||
}
|
||||
|
||||
div.important > p {
|
||||
text-indent: 0em;
|
||||
}
|
||||
|
||||
p.admonition-title {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue