Further CSS tweaks

This commit is contained in:
Griatch 2020-06-15 20:54:20 +02:00
parent 82ab897f95
commit 784235dfd5

View file

@ -60,15 +60,15 @@ div.footer a {
}
div.related {
background-color: #686868;
background-color: #c6d7df;
line-height: 32px;
color: #E0F8FF;
text-shadow: 0px 1px 0 #444;
color: #9FA0A0;
/*! text-shadow: 0px 1px 0 #444; */
font-size: 0.9em;
}
div.related a {
color: #E2F3CC;
color: #565F62;
}
blockquote {
@ -80,7 +80,6 @@ blockquote {
padding-left: 14px;
}
div.sphinxsidebar {
font-size: 0.75em;
line-height: 1.5em;
@ -93,12 +92,12 @@ div.sphinxsidebarwrapper{
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-family: Arial, sans-serif;
color: #222;
color: #4f4f4f;
font-size: 1.2em;
font-weight: normal;
margin: 0;
padding: 5px 10px;
background-color: #ddd;
background-color: #c6d7df;
}
div.sphinxsidebar h4{
@ -109,7 +108,6 @@ div.sphinxsidebar h3 a {
color: #444;
}
div.sphinxsidebar p {
color: #888;
padding: 5px 20px;
@ -140,19 +138,23 @@ div.sphinxsidebar .searchformwrapper {
}
input {
background-color: #efefef;
background-color: #f7f7f7;
}
/* -- body styles ----------------------------------------------------------- */
a {
color: #005B81;
text-decoration: none;
text-decoration: underline;
text-decoration-color: #fff;
text-decoration-color: #bdcbdf;
}
a:hover {
color: #0EAEB6;
color: #0492CA;
text-decoration: underline;
text-decoration-color: #9bbed5;
}
div.body h1,
@ -162,7 +164,7 @@ div.body h4,
div.body h5,
div.body h6 {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
background-color: #f7f7f7;
font-weight: normal;
color: #212224;
margin: 30px 0px 10px 0px;
@ -170,6 +172,7 @@ div.body h6 {
text-shadow: 0px 1px 0 white
border-bottom: 1px solid #d1d1d1;
border-left: 10px solid #cfdde8;
border-bottom: 1px solid #c6d7df;
}
div.body h1 {