mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Further CSS tweaks
This commit is contained in:
parent
784235dfd5
commit
0f98db2e67
4 changed files with 15 additions and 3 deletions
BIN
docs/source/_static/images/evennia_logo.png
Executable file
BIN
docs/source/_static/images/evennia_logo.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
|
@ -44,6 +44,7 @@ div.body {
|
|||
color: #3E4349;
|
||||
padding: 0 30px 30px 30px;
|
||||
font-size: 0.9em;
|
||||
margin-top: -9px;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
|
|
@ -60,7 +61,7 @@ div.footer a {
|
|||
}
|
||||
|
||||
div.related {
|
||||
background-color: #c6d7df;
|
||||
background-color: #dbe9f0;
|
||||
line-height: 32px;
|
||||
color: #9FA0A0;
|
||||
/*! text-shadow: 0px 1px 0 #444; */
|
||||
|
|
@ -97,7 +98,7 @@ div.sphinxsidebar h4 {
|
|||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
background-color: #c6d7df;
|
||||
background-color: #dbe9f0;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h4{
|
||||
|
|
@ -300,3 +301,13 @@ div.code-block-caption {
|
|||
color: #222;
|
||||
border: 1px solid #C6C9CB;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding-left: 1px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
margin-top: -12px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -90,7 +90,8 @@ html_sidebars = {
|
|||
"versioning.html",
|
||||
]
|
||||
}
|
||||
html_favicon = "_static/favicon.ico"
|
||||
html_favicon = "_static/images/favicon.ico"
|
||||
html_logo = "_static/images/evennia_logo.png"
|
||||
|
||||
# HTML syntax highlighting style
|
||||
pygments_style = "sphinx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue