mirror of
https://github.com/corda/corda.git
synced 2025-05-31 14:40:52 +00:00
Format docsite css
This commit is contained in:
parent
869324bfd1
commit
f3e6b7b528
@ -1,4 +1,5 @@
|
|||||||
@import "theme.css";
|
@import "theme.css";
|
||||||
|
|
||||||
/* Highlights */
|
/* Highlights */
|
||||||
|
|
||||||
.highlight .k,
|
.highlight .k,
|
||||||
@ -6,7 +7,9 @@
|
|||||||
color: #263673;
|
color: #263673;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Text */
|
/* Text */
|
||||||
|
|
||||||
body,
|
body,
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
@ -25,17 +28,22 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #005CAB
|
color: #005CAB
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ADAFB3
|
color: #ADAFB3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Side navigation bar */
|
/* Side navigation bar */
|
||||||
|
|
||||||
.wy-side-nav-search {
|
.wy-side-nav-search {
|
||||||
@ -63,26 +71,29 @@ a:visited{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
background-color:#fff
|
background-color: #fff max-width: 1000px;
|
||||||
max-width: 1000px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-nav-side {
|
.wy-nav-side {
|
||||||
background-color: #252627;
|
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 {
|
||||||
color: #EC1D24;
|
color: #EC1D24;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-menu-vertical header,
|
||||||
.wy-menu-vertical header, .wy-menu-vertical p.caption
|
.wy-menu-vertical p.caption {
|
||||||
{
|
|
||||||
color: #EC1D24;
|
color: #EC1D24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Code snippets */
|
/* Code snippets */
|
||||||
|
|
||||||
.codesnippet-widgets {
|
.codesnippet-widgets {
|
||||||
@ -109,6 +120,7 @@ a:visited{
|
|||||||
|
|
||||||
|
|
||||||
/* Notification boxes */
|
/* Notification boxes */
|
||||||
|
|
||||||
.wy-alert.wy-alert-warning .wy-alert-title,
|
.wy-alert.wy-alert-warning .wy-alert-title,
|
||||||
.rst-content .wy-alert-warning.note .wy-alert-title,
|
.rst-content .wy-alert-warning.note .wy-alert-title,
|
||||||
.rst-content .attention .wy-alert-title,
|
.rst-content .attention .wy-alert-title,
|
||||||
@ -125,8 +137,8 @@ a:visited{
|
|||||||
.rst-content .wy-alert.wy-alert-warning .admonition-title,
|
.rst-content .wy-alert.wy-alert-warning .admonition-title,
|
||||||
.rst-content .wy-alert-warning.note .admonition-title,
|
.rst-content .wy-alert-warning.note .admonition-title,
|
||||||
.rst-content .attention .admonition-title,
|
.rst-content .attention .admonition-title,
|
||||||
.rst-content .caution .admonition-title, .rst-content
|
.rst-content .caution .admonition-title,
|
||||||
.wy-alert-warning.danger .admonition-title,
|
.rst-content .wy-alert-warning.danger .admonition-title,
|
||||||
.rst-content .wy-alert-warning.error .admonition-title,
|
.rst-content .wy-alert-warning.error .admonition-title,
|
||||||
.rst-content .wy-alert-warning.hint .admonition-title,
|
.rst-content .wy-alert-warning.hint .admonition-title,
|
||||||
.rst-content .wy-alert-warning.important .admonition-title,
|
.rst-content .wy-alert-warning.important .admonition-title,
|
||||||
@ -152,7 +164,9 @@ a:visited{
|
|||||||
background-color: #d9e5ef
|
background-color: #d9e5ef
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Mobile view */
|
/* Mobile view */
|
||||||
|
|
||||||
.wy-nav-top {
|
.wy-nav-top {
|
||||||
background-color: #252627;
|
background-color: #252627;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user