/[suikacvs]/test/html-webhacc/cc-style.css
Suika

Diff of /test/html-webhacc/cc-style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by wakaba, Fri Aug 15 17:51:03 2008 UTC revision 1.30 by wakaba, Sat Aug 16 07:42:20 2008 UTC
# Line 78  q:before, q:after { Line 78  q:before, q:after {
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;
# Line 152  code { Line 126  code {
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  }  }
# Line 434  textarea { Line 412  textarea {
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 {
# Line 491  q:after { Line 474  q:after {
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 {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24