Fixed docsite theme mobile view. Minor tweak to the headers

This commit is contained in:
Andrius Dagys 2016-11-29 12:00:11 +00:00
parent 8e836bc279
commit 869324bfd1

View File

@ -25,7 +25,7 @@ p {
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
}
/* Links */
/* Links */
a{
color: #263673
}
@ -36,23 +36,21 @@ a:visited{
color:#ADAFB3
}
/* Side navigation bar */
/* Side navigation bar */
.wy-side-nav-search{
background-color:#010101;
background-color: #252627;
}
.wy-side-nav-search a.icon-home{
color:transparent;
background-image:url('../images/fg002_corda_w3.png');
color:transparent;
background-image:url('../images/fg002_corda_w3.png');
background-repeat:no-repeat;
background-size: Auto 20px;
background-position:center top;
background-origin:content box;
height:20px;
width:100%
}
.wy-side-nav-search input[type=text]{
@ -60,8 +58,8 @@ a:visited{
}
.wy-menu-vertical a:hover{
background-color: #ADAFB3;
color:#FFF
background-color: #ADAFB3;
color:#FFF
}
.wy-nav-content{
@ -70,7 +68,7 @@ a:visited{
}
.wy-nav-side{
background:#010101
background-color: #252627;
}
/* Navigation headers */
.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal
@ -82,12 +80,7 @@ a:visited{
.wy-menu-vertical header, .wy-menu-vertical p.caption
{
font-size:1.1em;
color:#EC1D24;
text-transform:none;
background-color: #3C3C3E;
padding: 0 0.5em;
margin-top: 0.5em;
}
/* Code snippets */
@ -159,3 +152,16 @@ a:visited{
background-color:#d9e5ef
}
/* Mobile view */
.wy-nav-top {
background-color: #252627;
}
.wy-nav-top a {
color:transparent;
background-image:url('../images/fg002_corda_w3.png');
background-repeat:no-repeat;
background-size: Auto 19px;
background-position:center top;
background-origin:content box;
}