Logo version 7 - gray logo background, improved contrast, simplified css overrides

This commit is contained in:
krzychb 2018-07-21 20:06:27 +02:00
parent 2506a9416e
commit 992ead0671
2 changed files with 14 additions and 59 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -1,35 +1,19 @@
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
.wy-table-responsive {
overflow: visible !important;
}
}
.wy-side-nav-search {
background-color: #CD2134 !important;
}
.wy-nav-top {
background-color: #CD2134 !important;
}
.wy-nav-top:hover {
color: #333333 !important;
}
.wy-nav-top a {
color: #fff !important;
}
.wy-nav-top a:visited {
color: #fff !important;
background-color: #e3e3e3 !important;
}
.wy-side-nav-search input[type=text] {
@ -37,47 +21,18 @@
border-color: #333333 !important;
}
.toctree-l1 {
color: #ffffff !important;
}
.version {
color: #fff !important;
}
.search {
border-radius: 10px !important;
.icon-home {
color: #333333 !important;
}
.icon-home:hover {
color: #333333 !important;
background-color: #d6d6d6 !important;
}
.icon-home:visited {
color: #fff !important;
}
.icon-home:hover:visited {
color: #333333 !important;
background-color: #bd2c2a !important;
}
.wy-form {
border-radius: 0px !important;
.version {
color: #000000 !important;
}
a:hover {
color: #bd2c2a !important;
}
a:visited {
color: #429b9e !important;
}
a:visited:hover {
color: #bd2c2a !important;
}
.wy-nav-top a:hover {
color: #333333 !important;
}