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