/[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.10 by wakaba, Tue Sep 11 08:25:23 2007 UTC revision 1.11 by wakaba, Sun Nov 4 09:15:02 2007 UTC
# Line 103  q:before, q:after { Line 103  q:before, q:after {
103    font-size: 90%;    font-size: 90%;
104  }  }
105    
106    #dump-manifest tbody:empty {
107      display: table-caption;
108      caption-side: bottom;
109    }
110    
111    #dump-manifest tbody:empty::after {
112      content: "This cache manifest contains no oppotunistic caching namespace.";
113      font-style: italic;
114    }
115    
116    #dump-manifest dt:first-child + dt::before,
117    #dump-manifest dt:last-child::after {
118      display: block;
119      content: "This cache manifest contains no explicit entry.";
120      margin-left: 2.5em;
121      font-style: italic;
122      font-weight: normal;
123      font-family: serif;
124    }
125    
126    #dump-manifest dt:last-child::after {
127      content: "This cache manifest has an empty online whitelist.";
128    }
129    
130  #parse-errors dd, #document-errors dd, #error-description h3,  #parse-errors dd, #document-errors dd, #error-description h3,
131  #result-para {  #result-para {
132    margin-left: 20px;    margin-left: 20px;
# Line 252  code { Line 276  code {
276    padding-right: 1em;    padding-right: 1em;
277  }  }
278    
279    /* dl.switch from WHATWG specification style sheet */
280    
281    dl.switch {
282      padding-left: 2em;
283    }
284    
285    dl.switch dt {
286      display: block;
287      text-indent: -1.5em;
288      font-weight: bolder;
289      font-family: sans-serif;
290      font-style: normal;
291    }
292    
293    dl.switch dt:before {
294      content: '\21AA';
295      padding: 0 0.5em 0 0;
296      display: inline-block;
297      width: 1em;
298      text-align: right;
299      line-height: 0.5em;
300    }
301    
302    dl.switch dt:after {
303      content: " :";
304    }
305    
306  /*  /*
307    
308  Copyright 2007 Wakaba <w@suika.fam.cx>  Copyright 2007 Wakaba <w@suika.fam.cx>.
309    
310  This library is free software; you can redistribute it  This library is free software; you can redistribute it
311  and/or modify it under the same terms as Perl itself.  and/or modify it under the same terms as Perl itself.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24