1 /* -*- coding: utf-8; mode: css -*-
3 * Sphinx HTML theme customization: read the doc
11 * RTD theme's default is 800px as max width for the content, but we have
12 * tables with tons of columns, which need the full width of the view-port.
15 .wy-nav-content{max-width: none; }
19 * - Sequences of whitespace should collapse into a single whitespace.
20 * - make the overflow auto (scrollbar if needed)
21 * - align caption "left" ("center" is unsuitable on vast tables)
24 .wy-table-responsive table td { white-space: normal; }
25 .wy-table-responsive { overflow: auto; }
26 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
30 * - captions should have 100% (not 85%) font size
31 * - hide the permalink symbol as long as link is not hovered
39 caption, .wy-table caption, .rst-content table.field-list caption {
42 caption a.headerlink { opacity: 0; }
43 caption a.headerlink:hover { opacity: 1; }
45 /* inline literal: drop the borderbox and red color */
47 code, .rst-content tt, .rst-content code {
54 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {