78 |
content: ""; |
content: ""; |
79 |
} |
} |
80 |
|
|
|
#dump-manifest tbody:empty { |
|
|
display: table-caption; |
|
|
caption-side: bottom; |
|
|
} |
|
|
|
|
|
#dump-manifest tbody:empty::after { |
|
|
content: "This cache manifest contains no oppotunistic caching namespace."; |
|
|
font-style: italic; |
|
|
} |
|
|
|
|
|
#dump-manifest dt:first-child + dt::before, |
|
|
#dump-manifest dt:last-child::after { |
|
|
display: block; |
|
|
content: "This cache manifest contains no explicit entry."; |
|
|
margin-left: 2.5em; |
|
|
font-style: italic; |
|
|
font-weight: normal; |
|
|
font-family: serif; |
|
|
} |
|
|
|
|
|
#dump-manifest dt:last-child::after { |
|
|
content: "This cache manifest has an empty online whitelist."; |
|
|
} |
|
|
|
|
|
|
|
|
|
|
81 |
|
|
82 |
#nav-items { |
#nav-items { |
83 |
display: block; |
display: block; |
126 |
white-space: pre-wrap; |
white-space: pre-wrap; |
127 |
} |
} |
128 |
|
|
129 |
|
pre > code:empty:after { |
130 |
|
content: " "; /* such that a line box is rendered */ |
131 |
|
} |
132 |
|
|
133 |
.example { |
.example { |
134 |
background-color: #ececff; |
background-color: #ececff; |
135 |
} |
} |
412 |
height: 20em; |
height: 20em; |
413 |
} |
} |
414 |
|
|
415 |
/* Source codes taken from the input document */ |
/* Source codes taken from the input document or reformatted source */ |
416 |
|
|
417 |
/* q, */ .source li { |
/* q, */ .source li, .dump pre { |
418 |
white-space: pre; |
white-space: pre; |
419 |
white-space: -moz-pre-wrap; |
white-space: -moz-pre-wrap; |
420 |
white-space: pre-wrap; |
white-space: pre-wrap; |
421 |
} |
} |
422 |
|
|
423 |
q, .source ol { |
q, .source ol, .dump pre { |
424 |
background-color: #f0f0ff; |
background-color: #f0f0ff; |
425 |
color: black; |
color: black; |
426 |
line-height: 1.5; |
line-height: 1.5; |
427 |
} |
} |
428 |
|
|
429 |
|
.dump pre > code { |
430 |
|
color: inherit; |
431 |
|
background-color: transparent; |
432 |
|
} |
433 |
|
|
434 |
/* Document dumps */ |
/* Document dumps */ |
435 |
|
|
436 |
.dump > ol { |
.dump > ol { |
474 |
white-space: pre; |
white-space: pre; |
475 |
} |
} |
476 |
|
|
477 |
|
dd.no-entry:lang(en) { |
478 |
|
font-style: italic; |
479 |
|
} |
480 |
|
|
481 |
|
dd.manifest-fallbacks + dd.manifest-fallbacks { |
482 |
|
margin-top: 1em; |
483 |
|
} |
484 |
|
|
485 |
|
dd.manifest-fallbacks p { |
486 |
|
margin: 0; |
487 |
|
text-indent: 0; |
488 |
|
} |
489 |
|
|
490 |
|
dd.manifest-fallbacks > p + p { |
491 |
|
text-indent: -1em; |
492 |
|
} |
493 |
|
|
494 |
|
dd.manifest-fallbacks > p + p:before { |
495 |
|
content: "\21B3 "; |
496 |
|
} |
497 |
|
|
498 |
/* Errors */ |
/* Errors */ |
499 |
|
|
500 |
.errors dt { |
.errors dt { |