2024-01-04 05:54:23 -07:00
|
|
|
/* Links in text should be underlined. */
|
|
|
|
a { text-decoration: underline; }
|
|
|
|
.wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; }
|
|
|
|
|
2024-01-04 05:51:04 -07:00
|
|
|
/* Match the logo colors in the background. */
|
2024-01-05 05:23:25 -07:00
|
|
|
.wy-nav-top, .wy-side-nav-search { background-color: #784b9a; }
|
2024-01-04 05:51:04 -07:00
|
|
|
|
2024-01-04 04:28:04 -07:00
|
|
|
/* Make the logo more reasonably sized. */
|
|
|
|
.wy-side-nav-search > a img.logo { width: 200px; }
|
|
|
|
|
2020-04-27 01:21:31 -06:00
|
|
|
/* Some of our section titles are looong */
|
2024-01-04 13:08:06 -07:00
|
|
|
@media screen and (min-width:769px) {
|
|
|
|
.wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
|
|
|
|
.wy-side-nav-search { width: 325px; }
|
|
|
|
.wy-nav-content-wrap { margin-left: 340px; }
|
|
|
|
}
|
2023-11-27 06:15:06 -07:00
|
|
|
|
|
|
|
/* We don't have a version picker widget */
|
|
|
|
.wy-nav-side { padding-bottom: 0; }
|
2020-04-27 01:21:31 -06:00
|
|
|
|
|
|
|
/* Many of our diagnostics are even longer */
|
|
|
|
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { white-space: pre-wrap; }
|