Further CSS tweaks

This commit is contained in:
Griatch 2020-06-15 21:30:49 +02:00
parent 784235dfd5
commit 0f98db2e67
4 changed files with 15 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -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;
}

View file

@ -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"