mirror of
https://github.com/corda/corda.git
synced 2025-02-22 18:12:53 +00:00
Fixed docsite theme mobile view. Minor tweak to the headers
This commit is contained in:
parent
8e836bc279
commit
869324bfd1
@ -25,7 +25,7 @@ p {
|
|||||||
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
|
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a{
|
a{
|
||||||
color: #263673
|
color: #263673
|
||||||
}
|
}
|
||||||
@ -36,11 +36,10 @@ a:visited{
|
|||||||
color:#ADAFB3
|
color:#ADAFB3
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Side navigation bar */
|
/* Side navigation bar */
|
||||||
|
|
||||||
.wy-side-nav-search{
|
.wy-side-nav-search{
|
||||||
background-color:#010101;
|
background-color: #252627;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-side-nav-search a.icon-home{
|
.wy-side-nav-search a.icon-home{
|
||||||
@ -52,7 +51,6 @@ a:visited{
|
|||||||
background-origin:content box;
|
background-origin:content box;
|
||||||
height:20px;
|
height:20px;
|
||||||
width:100%
|
width:100%
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-side-nav-search input[type=text]{
|
.wy-side-nav-search input[type=text]{
|
||||||
@ -70,7 +68,7 @@ a:visited{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wy-nav-side{
|
.wy-nav-side{
|
||||||
background:#010101
|
background-color: #252627;
|
||||||
}
|
}
|
||||||
/* Navigation headers */
|
/* Navigation headers */
|
||||||
.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal
|
.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
|
.wy-menu-vertical header, .wy-menu-vertical p.caption
|
||||||
{
|
{
|
||||||
font-size:1.1em;
|
|
||||||
color:#EC1D24;
|
color:#EC1D24;
|
||||||
text-transform:none;
|
|
||||||
background-color: #3C3C3E;
|
|
||||||
padding: 0 0.5em;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code snippets */
|
/* Code snippets */
|
||||||
@ -159,3 +152,16 @@ a:visited{
|
|||||||
background-color:#d9e5ef
|
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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user