Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git] / intl / icu / icu4c.css
blobb43f5facaf57660243675cecaaa721d34ea640cb
1 /*
2 * Default CSS style sheet for the ICU4C Open Source readme
3 * Copyright (C) 2005-2011, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 */
7 /* Global styles */
9 body,p,li,ol,ul,th,td {
10 font-size: 1em;
11 font-family: "Arial", "Helvetica", sans-serif;
14 body {
15 margin: 1em;
18 body.draft {
19 background-image: url(images/draftbg.png);
22 .mainbody {
23 padding: 1em;
27 * Customize the headers to have less space around them than usual
30 h1 {
31 margin-bottom: .5em;
32 margin-top: .5em;
33 padding-bottom: .5em;
34 padding-top: .5em;
35 font-weight: 700;
36 font-size: 20pt;
37 font-family: Georgia, "Times New Roman", Times, serif;
38 border-width: 2px;
39 border-style: solid;
40 text-align: center;
41 width: 100%;
42 font-size: 200%;
43 font-weight: bold;
46 h2 {
47 border-top: 2px solid #22d;
48 border-left: 2px solid #22d;
49 margin-bottom: 0.5em;
50 padding-left: 4px;
51 margin-top: 12pt;
52 font-weight: 700;
53 font-size: 2em;
54 font-family: Georgia, "Times New Roman", Times, serif;
55 background-color: #eee;
56 page-break-before: always;
59 h2 a {
60 text-decoration: none;
61 color: black;
64 h2 a:hover {
65 color: blue;
66 text-decoration: underline;
69 h3 {
70 border-top: 1px solid gray;
71 color: #1e1c46;
72 margin-bottom: 0pt;
73 margin-top: 12pt;
74 padding-left: 0;
75 margin-left: 1em;
76 margin-top: 0.2em;
77 padding-bottom: 0.4em;
78 font-size: 1.5em;
79 font-family: Georgia, "Times New Roman", Times, serif;
82 h3 a {
83 text-decoration: none;
84 color: black;
87 h3 a:hover {
88 color: blue;
89 text-decoration: underline;
92 h4 {
93 margin-left: 1.5em;
94 margin-bottom: 0pt;
95 margin-top: 12pt;
96 font-size: 1.0em;
97 font-weight: bolder;
98 font-family: Georgia, "Times New Roman", Times, serif;
101 h4 a {
102 text-decoration: none;
103 color: black;
106 h4 a:hover {
107 color: blue;
108 text-decoration: underline;
111 h5, h6 {
112 margin-left: 1.8em;
113 margin-bottom: 0pt;
114 margin-top: 12pt;
115 padding-left: 0.75em;
116 font-size: x-small;
117 font-family: Georgia, "Times New Roman", Times, serif;
120 p,pre,table,ul,ol,dl {
121 margin-left: 2em;
125 * Navigation sidebar on the left hand of most pages
128 td.sidebar1 {
129 background-color: #99CCFF;
130 font-weight: 700;
131 margin-top: 0px;
132 margin-bottom: 0px;
133 padding-top: 1em;
134 padding-left: 0.2em;
135 white-space: nowrap;
138 td.sidebar2 {
139 background-color: #99CCFF;
140 margin-top: 0px;
141 margin-bottom: 0px;
142 margin-left: 0px;
143 padding-top: 1px;
144 padding-bottom: 1px;
145 padding-left: 1px;
146 padding-right: 0.5em;
147 white-space: nowrap;
148 text-decoration: none;
149 display: block;
152 td.sidebar2:hover {
153 background-color: #EEEEFF;
154 padding-top: 1px;
155 padding-bottom: 1px;
156 padding-left: 1px;
157 padding-right: 0.5em;
160 a.sidebar2 {
161 text-decoration: none;
162 display: block;
163 width: 100%;
166 a.sidebar2:link {
167 color: #000099;
168 display: block;
171 a.sidebar2:hover {
172 background-color: #EEEEFF;
173 display: block;
176 .underlinehover:hover {
177 background-color: #EEEEFF;
178 text-decoration: underline;
181 /* This is the faded header at the top */
183 td.fadedtop {
184 background-color: #006699;
185 background-image: url(http://www.icu-project.org/images/gr100.gif);
188 /* Related site on the left */
190 p.relatedsite {
191 color: White;
192 font-weight: 700;
193 font-size: 10pt;
194 margin-top: 1em;
195 margin-bottom: 0;
196 padding-left: 0.2em;
197 white-space: nowrap;
200 /* Related site on the left */
202 p.sidebar3 {
203 margin-top: 0.75em;
204 margin-bottom: 0;
205 padding-left: 0.8em;
208 a.sidebar3 {
209 font-size: 0.9em;
210 text-decoration: none;
213 a.sidebar3:link {
214 text-decoration: none;
215 color: White;
218 a.sidebar3:hover {
219 text-decoration: underline;
222 /* FAQ */
224 li.faq_contents {
225 font-weight: 500;
228 p.faq_q {
229 font-weight: 700;
230 margin-bottom: 0px;
233 p.faq_a {
234 margin-top: 0px;
237 /* News items */
239 table.newsItem {
240 padding-left: 1em;
241 padding-right: 1em;
242 border-width: medium;
245 th.newsItem {
246 background-color: #666666;
247 color: White;
250 td.newsItem {
251 background-color: #CCCCCC;
254 td.release-line,th.release-line {
255 padding-left: 0.5em;
256 padding-right: 0.5em;
257 white-space: nowrap;
258 border: 1px;
261 .note {
262 font-style: italic;
263 font-size: small;
264 margin-left: 1em;
267 samp {
268 margin-left: 1em;
269 margin-right: 2em;
270 border-style: groove;
271 padding: 1em;
272 display: block;
273 background-color: #EEEEEE
276 table.rtable caption {
277 margin-left: 2px;
278 margin-right: 2px;
279 padding: 3px;
280 font-weight: bold;
281 background-color: #dee2ff;
282 text-align: left;
285 table.rtable tr th {
286 background-color: #dee2ff;
287 text-align: left;
290 table.rtable tr td {
291 background-color: #c0c0fd;
292 padding: 3px;
295 table.rtable tr.broken td {
296 background-color: #fbb;
297 border: 1px dashed gray;
298 padding: 3px;
299 font-weight: bold;
302 table.rtable tr.rarely td {
303 background-color: #efe9c2;
304 padding: 3px;
305 font-style: italic;
308 /* APIChangeReport specific things */
310 .row0 {
311 background-color: white;
314 .row1 {
315 background-color: #dfd;
318 .verchange {
319 color: red;
320 font-weight: bold;
321 font-size: large;
324 .stabchange {
325 color: red;
326 font-size: large;
329 .bigwarn {
330 color: red;
331 background-color: white;
332 font-size: large;
333 margin: 0.5 em;
337 td.bornstable {
340 td.bornstable .bigwarn {
341 font-size: small;
342 white-space: nowrap;
345 table.genTable {
346 border-collapse: collapse;
347 border: 1px solid black;
350 /* 'everything inc version */
352 table.gentable td {
353 border: 1px solid gray;
354 padding: 0.25em;
355 font-size: small;
358 /* not version */
360 table.genTable td.file,
361 table.genTable td.proto {
362 border: none;
363 font-size: medium;
366 table.genTable td.file {
367 font-family: monospace;
368 font-weight: bold;
371 div.other .row0 {
372 background-color: white;
375 div.other .row1 {
376 background-color: #ddf;
379 table.docTable {
380 border-collapse: collapse;
381 border: 1px solid black;
384 /* 'everything inc version */
386 table.docTable td,
387 table.docTable th {
388 border: 1px solid gray;
389 padding: 0.25em;
390 font-size: small;
393 /* not version */
395 table.docTable td.file,
396 table.docTable td.proto {
397 border: none;
398 font-size: medium;
401 table.docTable td.file {
402 font-family: monospace;
403 font-weight: bold;
406 abbr {
407 border-bottom: 1px dashed #0B0;
410 h2.TOC {
411 page-break-before: auto;
414 body.readme {
418 caption {
419 font-weight: bold;
420 text-align: left
423 div.indent {
424 margin-left: 2em
427 ul.TOC {
428 list-style-type: none;
429 padding-left: 1em;
430 font-size: larger;
433 ul.TOC li a {
434 font-weight: bold;
437 ul.TOC li ul li a {
438 font-weight: normal;
439 list-style-type: none;
440 font-size: small;
443 ul.TOC li ul {
444 margin-left: 0;
445 padding-left: 2em;
446 font-weight: normal;
447 list-style-type: none;
450 pre.samp,samp {
451 margin-left: 1em;
452 border-style: groove;
453 padding: 1em;
454 display: block;
455 background-color: #EEEEEE
458 td.proto {
459 font-size: smaller;
464 @media print {
465 div#toc {
466 display: none;
469 table,tr,td,div {
470 page-break-inside: auto;