Lines Matching +full:single +full:- +full:tt
1 /* -*- coding: utf-8; mode: css -*-
10 font-family: serif;
12 font-size: 100%;
15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
16 font-family: sans-serif;
19 .wy-menu-vertical li.current a {
23 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
28 font-family: monospace;
30 font-size: 100%;
33 .wy-menu-vertical {
34 font-family: sans-serif;
38 font-style: normal;
42 font-size: 100%;
45 /* Interim: Code-blocks with line nos - lines and line numbers don't line up.
50 line-height: normal;
52 .rst-content .highlight > pre {
53 line-height: normal;
57 .rst-content table.field-list th.field-name {
58 padding-top: 1px;
59 padding-bottom: 1px;
61 .rst-content table.field-list td.field-body {
62 padding-top: 1px;
63 padding-bottom: 1px;
71 * tables with tons of columns, which need the full width of the view-port.
74 .wy-nav-content{max-width: none; }
78 * - Sequences of whitespace should collapse into a single whitespace.
79 * - make the overflow auto (scrollbar if needed)
80 * - align caption "left" ("center" is unsuitable on vast tables)
83 .wy-table-responsive table td { white-space: normal; }
84 .wy-table-responsive { overflow: auto; }
85 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
89 * - captions should have 100% (not 85%) font size
90 * - hide the permalink symbol as long as link is not hovered
93 .toc-title {
94 font-size: 150%;
95 font-weight: bold;
98 caption, .wy-table caption, .rst-content table.field-list caption {
99 font-size: 100%;
108 font-family: "Courier New", Courier, monospace
113 background-color: darkblue;
114 font-weight: bold;
115 font-family: "Courier New", Courier, monospace
120 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
121 margin-bottom: 12px;
126 code, .rst-content tt, .rst-content code {
131 font-size: 85%;
134 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {