Format docsite css

This commit is contained in:
Andrius Dagys 2016-11-29 12:01:48 +00:00
parent 869324bfd1
commit f3e6b7b528

View File

@ -1,4 +1,5 @@
@import "theme.css";
/* Highlights */
.highlight .k,
@ -6,7 +7,9 @@
color: #263673;
}
/* Text */
body,
h1,
h2,
@ -25,17 +28,22 @@ p {
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
}
/* Links */
a {
color: #263673
}
a:hover {
color: #005CAB
}
a:visited {
color: #ADAFB3
}
/* Side navigation bar */
.wy-side-nav-search {
@ -63,26 +71,29 @@ a:visited{
}
.wy-nav-content {
background-color:#fff
max-width: 1000px;
background-color: #fff max-width: 1000px;
}
.wy-nav-side {
background-color: #252627;
}
/* 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;
text-transform: none;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption
{
.wy-menu-vertical header,
.wy-menu-vertical p.caption {
color: #EC1D24;
}
/* Code snippets */
.codesnippet-widgets {
@ -109,6 +120,7 @@ a:visited{
/* Notification boxes */
.wy-alert.wy-alert-warning .wy-alert-title,
.rst-content .wy-alert-warning.note .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-warning.note .admonition-title,
.rst-content .attention .admonition-title,
.rst-content .caution .admonition-title, .rst-content
.wy-alert-warning.danger .admonition-title,
.rst-content .caution .admonition-title,
.rst-content .wy-alert-warning.danger .admonition-title,
.rst-content .wy-alert-warning.error .admonition-title,
.rst-content .wy-alert-warning.hint .admonition-title,
.rst-content .wy-alert-warning.important .admonition-title,
@ -152,7 +164,9 @@ a:visited{
background-color: #d9e5ef
}
/* Mobile view */
.wy-nav-top {
background-color: #252627;
}