/[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.9 by wakaba, Mon Sep 10 11:51:09 2007 UTC revision 1.10 by wakaba, Tue Sep 11 08:25:23 2007 UTC
# Line 7  Line 7 
7    padding: 0.5em 1em;    padding: 0.5em 1em;
8  }  }
9    
10  dt, strong {  dt, strong, th {
11    font-weight: bolder;    font-weight: bolder;
12    font-family: sans-serif;    font-family: sans-serif;
13  }  }
# Line 103  q:before, q:after { Line 103  q:before, q:after {
103    font-size: 90%;    font-size: 90%;
104  }  }
105    
106  #parse-errors dd, #document-errors dd, #error-description h3 {  #parse-errors dd, #document-errors dd, #error-description h3,
107    #result-para {
108    margin-left: 20px;    margin-left: 20px;
109    padding-left: 40px;    padding-left: 40px;
110    min-height: 32px;    min-height: 32px;
# Line 129  q:before, q:after { Line 130  q:before, q:after {
130    margin-right: 1em;    margin-right: 1em;
131  }  }
132    
133  #document-errors dd.should, #error-description .should h3 {  #document-errors dd.should, #error-description .should h3,
134    #result-para.SEE-RESULT {
135    background-image: url(large-alert);    background-image: url(large-alert);
136  }  }
137    
# Line 139  q:before, q:after { Line 141  q:before, q:after {
141    padding: 0.5em;    padding: 0.5em;
142  }  }
143    
144  #document-errors dd.unsupported, #error-description .unsupported h3 {  #document-errors dd.unsupported, #error-description .unsupported h3,
145    #result-para.uncertain {
146    background-image: none;    background-image: none;
147  }  }
148    
149    #result-para.PASS {
150      background-image: url(ok);
151    }
152    
153  #nav-items {  #nav-items {
154    display: block;    display: block;
155    position: fixed;    position: fixed;
# Line 210  code { Line 217  code {
217  #result-summary th {  #result-summary th {
218    background-color: #fff0f0;    background-color: #fff0f0;
219    color: black;    color: black;
   font-weight: bolder;  
   font-family: sans-serif;  
220  }  }
221    
222  #result-summary th, #result-summary td {  #result-summary th, #result-summary td {
# Line 226  code { Line 231  code {
231    color: black;    color: black;
232  }  }
233    
234  .FAIL {  .FAIL, .uncertain td.FAIL {
235    background-color: #ffcece;    background-color: #ffcece;
236    color: black;    color: black;
237  }  }
238    
239  .SEE-RESULT {  .SEE-RESULT, .uncertain td.SEE-RESULT {
240    background-color: #e1e1ff;    background-color: #e1e1ff;
241    color: black;    color: black;
242  }  }
# Line 242  code { Line 247  code {
247  }  }
248    
249  #result-para {  #result-para {
250    padding: 0.2em 1em;    padding-top: 0.2em;
251      padding-bottom: 0.2em;
252      padding-right: 1em;
253  }  }
254    
255  /*  /*

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24