Lines Matching +full:single +full:- +full:tt

1 /* -*- coding: utf-8; mode: css -*-
4 * Based on Linux Documentation/sphinx-static/theme_overrides.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 .rst-content dl:not(.docutils) dt {
20 border-top: none;
21 border-left: solid 5px #bcc6d2;
22 background-color: #eaedf1;
26 .wy-nav-top {
30 .wy-side-nav-search input[type="text"] {
31 border-color: #f60;
34 .wy-menu-vertical p.caption {
38 .wy-menu-vertical li.current a {
42 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
46 .fa-gitlab {
47 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
48 border-radius: 5px;
52 font-family: monospace;
54 font-size: 100%;
57 .wy-menu-vertical {
58 font-family: sans-serif;
62 font-style: normal;
66 font-size: 100%;
69 /* Interim: Code-blocks with line nos - lines and line numbers don't line up.
74 line-height: normal;
76 .rst-content .highlight > pre {
77 line-height: normal;
81 .rst-content table.field-list th.field-name {
82 padding-top: 1px;
83 padding-bottom: 1px;
85 .rst-content table.field-list td.field-body {
86 padding-top: 1px;
87 padding-bottom: 1px;
90 /* qmp-example directive styling */
92 .rst-content .admonition-example {
94 background-color: transparent;
98 .rst-content .admonition-example > .admonition-title:before {
102 .rst-content .admonition-example > .admonition-title {
103 background-color: #5980a6;
106 .rst-content .admonition-example > div[class^="highlight"] {
108 margin-left: -12px;
109 margin-right: -12px;
111 border-top: 1px solid #ffd2ed;
112 border-bottom: 1px solid #ffd2ed;
113 border-left: 0px;
114 border-right: 0px;
117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {
121 margin-top: -12px;
122 border-top: 0px;
125 .rst-content .admonition-example > div[class^="highlight"]:last-child {
129 margin-bottom: -12px;
130 border-bottom: 0px;
133 .rst-content .admonition-example .highlight {
134 background-color: #fffafd;
137 /* end qmp-example styling */
144 * tables with tons of columns, which need the full width of the view-port.
147 .wy-nav-content{max-width: none; }
151 * - Sequences of whitespace should collapse into a single whitespace.
152 * - make the overflow auto (scrollbar if needed)
153 * - align caption "left" ("center" is unsuitable on vast tables)
156 .wy-table-responsive table td { white-space: normal; }
157 .wy-table-responsive { overflow: auto; }
158 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
162 * - captions should have 100% (not 85%) font size
163 * - hide the permalink symbol as long as link is not hovered
166 .toc-title {
167 font-size: 150%;
168 font-weight: bold;
171 caption, .wy-table caption, .rst-content table.field-list caption {
172 font-size: 100%;
181 font-family: "Courier New", Courier, monospace
186 background-color: darkblue;
187 font-weight: bold;
188 font-family: "Courier New", Courier, monospace
193 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
194 margin-bottom: 12px;
199 code, .rst-content tt, .rst-content code {
204 font-size: 85%;
207 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
216 two-column nature */
218 max-width: 80ch;
222 .qapi .field-list dd {
223 max-width: 80ch;
226 .qapi-infopips {
227 margin-bottom: 1em;
230 .qapi-infopip {
231 display: inline-block;
236 .qapi-deprecated,.qapi-unstable {
237 background-color: #fffef5;
239 font-weight: bold;
241 border-radius: 15px;
245 .qapi-unstable::before {
249 .qapi-deprecated::before {
253 .qapi-ifcond::before {
258 .qapi-ifcond {
259 background-color: #f9f5ff;
262 border-radius: 15px;
268 width: fit-content;
269 background-color: #fffafd;
275 width: fit-content;
278 /* pad the top of the field-list so the text doesn't start directly at
281 dl.field-list > dt:first-of-type, dl.field-list > dd:first-of-type {
282 padding-top: 0.3em;
285 dl.field-list > dt:last-of-type, dl.field-list > dd:last-of-type {
286 padding-bottom: 0.3em;
290 dl.field-list > dt {
291 padding-left: 0.5em;
292 padding-right: 0.5em;
296 dl.field-list > dd:not(:last-child) {
297 padding-bottom: 1em;
301 .rst-content *:not(a) > code.xref {
302 font-weight: 400;