Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / docs / texinfo.css
blobf541ed2cece17ed92beec6ca146992551950902b
1 /* CSS style for QEMU Texinfo documents */
2 /* based on Public domain 2016 sirgazil. All rights waived. */
4 a:link,
5 a:visited {
6 color: #F03B11;
7 text-decoration: none;
10 a:active,
11 a:focus,
12 a:hover {
13 text-decoration: underline;
16 abbr,
17 acronym {
18 cursor: help;
21 blockquote {
22 color: #555753;
23 font-style: oblique;
24 margin: 30px 0;
25 padding-left: 3em;
28 body {
29 background: url("https://www.qemu.org/assets/images/qemu_head_200.png") no-repeat fixed 2em 80px;
30 font-family: 'Roboto', sans-serif;
31 font-size: 11pt;
32 font-weight: 300;
33 line-height: 1.75em;
34 color: #000000;
35 margin-left: 16.667%;
36 width: 66.667%;
39 code,
40 samp,
41 tt,
42 var {
43 font-family: 'Roboto Mono', monospace;
46 div.example,
47 div.lisp {
48 margin: 0;
51 dl {
52 margin: 3em 0;
55 dl dl {
56 margin: 0;
59 dt {
60 background-color: #F5F5F5;
61 padding: 0.5em;
64 h1,
65 h2,
66 h2.contents-heading,
67 h3,
68 h4 {
69 padding: 20px 0 0 0;
70 font-weight: 300;
73 h1 {
74 position: relative;
75 background: #f03b11;
76 background: -webkit-linear-gradient(top, #f03b11 0%, #f01139 100%);
77 background: linear-gradient(to bottom, #f03b11 0%, #f01139 100%);
78 background-size: cover;
79 text-align: center;
80 color: #FFF;
81 text-decoration: none;
82 font-weight: 300;
83 line-height: 1em;
84 font-size: 3em;
87 h2 {
88 font-size: 2.2em;
89 font-weight: bold;
92 h3 {
93 font-size: 1.8em;
96 h4 {
97 font-size: 1.4em;
100 hr {
101 display: none;
104 img {
105 max-width: 100%;
108 li {
109 padding: 5px;
112 pre.display,
113 pre.example,
114 pre.format,
115 pre.lisp,
116 pre.verbatim {
117 overflow: auto;
120 pre.example,
121 pre.lisp,
122 pre.verbatim {
123 background-color: #2D3743;
124 border-color: #000;
125 border-style: solid;
126 border-width: thin;
127 color: #E1E1E1;
128 font-size: smaller;
129 padding: 1em;
132 table {
133 border-collapse: collapse;
134 margin: 40px 0px;
137 table.index-cp *,
138 table.index-fn *,
139 table.index-ky *,
140 table.index-pg *,
141 table.index-tp *,
142 table.index-vr * {
143 background-color: inherit;
144 border-style: none;
148 th {
149 border-color: silver;
150 border-style: solid;
151 border-width: thin;
152 padding: 10px;
155 th {
156 background-color: #F5F5F5;
159 .contents-heading {
160 display: none;
163 .contents {
164 margin-bottom: 4em;
167 .float {
168 margin: 3em 0em;
171 .float-caption {
172 font-size: smaller;
173 text-align: center;
176 .float>img {
177 display: block;
178 margin: auto;
181 .footnote {
182 font-size: smaller;
183 margin: 5em 0em;
186 .footnote h3 {
187 display: inline;
188 font-size: small;
191 .header {
192 background-color: #F2F2F2;
193 font-size: small;
194 padding: 0.2em 1em;
197 .key {
198 display: inline-block;
199 border: 1px solid #ccc;
200 border-radius: 4px;
201 padding: 0.1em 0.5em;
202 margin: 0 0.2em;
203 box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
204 background-color: #f7f7f7;
207 .menu * {
208 border-style: none;
211 .menu td {
212 padding: 0.5em 0em;
215 .menu td:last-child {
216 width: 60%;
219 .menu th {
220 background-color: inherit;
223 .example code,
224 .example var {
225 color: #E1E1E1;