/[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.26 by wakaba, Thu Aug 14 15:50:42 2008 UTC revision 1.27 by wakaba, Fri Aug 15 05:53:23 2008 UTC
# Line 34  h2, h3, h4, h5, h6 { Line 34  h2, h3, h4, h5, h6 {
34    padding: 0.3em 1em;    padding: 0.3em 1em;
35  }  }
36    
37  .tree-text q, .tree-cdata q, .tree-comment q {  .section[id$=transfer-errors] h2,
38    display: block;  .section[id$=transfer-errors] h3,
39    .section[id$=transfer-errors] h4,
40    .section[id$=transfer-errors] h5,
41    .section[id$=transfer-errors] h6 {
42      padding-left: 40px;
43      background-image: url(icons/transfer-32);
44      background-repeat: no-repeat;
45      background-position: 6px center;
46      min-height: 32px;
47  }  }
48    
49  q:before, q:after {  .section[id$=parse-errors] h2,
50    content: "";  .section[id$=parse-errors] h3,
51    .section[id$=parse-errors] h4,
52    .section[id$=parse-errors] h5,
53    .section[id$=parse-errors] h6 {
54      padding-left: 40px;
55      background-image: url(icons/syntax-32);
56      background-repeat: no-repeat;
57      background-position: 6px center;
58      min-height: 32px;
59  }  }
60    
61  #parse-errors dl:empty:before {  .section[id$=document-errors] h2,
62    content: "This document has no parse error.";  .section[id$=document-errors] h3,
63    font-style: italic;  .section[id$=document-errors] h4,
64    .section[id$=document-errors] h5,
65    .section[id$=document-errors] h6 {
66      padding-left: 40px;
67      background-image: url(icons/structure-32);
68      background-repeat: no-repeat;
69      background-position: 6px center;
70      min-height: 32px;
71  }  }
72    
73  #document-errors dl:empty:before {  .tree-text q, .tree-cdata q, .tree-comment q {
74    content: "This document has no document error.";    display: block;
75    font-style: italic;  }
76    
77    q:before, q:after {
78      content: "";
79  }  }
80    
81  #dump-manifest tbody:empty {  #dump-manifest tbody:empty {
# Line 300  nav [data-active] a { Line 326  nav [data-active] a {
326    background-color: #C0C0C0;    background-color: #C0C0C0;
327  }  }
328    
329    nav a[href$=transfer-errors] {
330      padding-left: 20px;
331      background-image: url(icons/transfer-16);
332      background-repeat: no-repeat;
333      background-position: 2px center;
334      min-height: 16px;
335    }
336    
337    nav a[href$=parse-errors] {
338      padding-left: 20px;
339      background-image: url(icons/syntax-16);
340      background-repeat: no-repeat;
341      background-position: 2px center;
342      min-height: 16px;
343    }
344    
345    nav a[href$=document-errors] {
346      padding-left: 20px;
347      background-image: url(icons/structure-16);
348      background-repeat: no-repeat;
349      background-position: 2px center;
350      min-height: 16px;
351    }
352    
353  .section {  .section {
354    clear: both;    clear: both;
355  }  }
# Line 451  q:after { Line 501  q:after {
501    
502  dt.level-u {  dt.level-u {
503    margin: 0.2em 0 0 0;    margin: 0.2em 0 0 0;
504    border: red 0.2em solid;    border: blue 0.2em solid;
505    border-bottom-style: none;    border-bottom-style: none;
506    padding-top: 0.2em;    padding-top: 0.2em;
507    padding-right: 0.2em;    padding-right: 0.2em;
508    padding-bottom: 0;    padding-bottom: 0;
509      background-color: #e1e1ff;
510      color: black;
511  }  }
512    
513  dd.level-u {  dd.level-u {
514    margin: 0 0 0.2em;    margin: 0 0 0.2em;
515    border: red 0.2em solid;    border: blue 0.2em solid;
516    border-top-style: none;    border-top-style: none;
517    padding-right: 0.2em;    padding-right: 0.2em;
518    padding-bottom: 0.2em;    padding-bottom: 0.2em;
519    padding-top: 0;    padding-top: 0;
520      background-color: #e1e1ff;
521      color: black;
522  }  }
523    
524  dt.layer-transfer {  dt.layer-transfer {
# Line 489  dt.layer-semantics { Line 543  dt.layer-semantics {
543    background-image: url(icons/semantics-16);    background-image: url(icons/semantics-16);
544  }  }
545    
546    .errors dl:empty {
547      display: none;
548    }
549    
550    .errors .no-errors {
551      text-indent: 0;
552    }
553    
554    .errors .no-errors:lang(en) {
555      font-style: italic;
556    }
557    
558  /* List of IDs */  /* List of IDs */
559    
560  #identifiers dd,  #identifiers dd,
# Line 535  dt.layer-semantics { Line 601  dt.layer-semantics {
601     .must-errors and .should-errors */     .must-errors and .should-errors */
602    
603  .result-para.uncertain {  .result-para.uncertain {
604      border: blue 0.2em solid;
605    background-color: #e1e1ff;    background-color: #e1e1ff;
606    color: black;    color: black;
607    background-image: none;    background-image: none;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24