/[pub]/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.11 by wakaba, Sun Nov 4 09:15:02 2007 UTC revision 1.12 by wakaba, Mon Nov 5 09:33:52 2007 UTC
# Line 30  h2 { Line 30  h2 {
30    font-size: 150%;    font-size: 150%;
31  }  }
32    
33  h3 {  h3, th {
34    font-weight: bolder;    font-weight: bolder;
35    font-family: sans-serif;    font-family: sans-serif;
36    font-size: 100%;    font-size: 100%;
# Line 137  q:before, q:after { Line 137  q:before, q:after {
137    background-repeat: no-repeat;    background-repeat: no-repeat;
138  }  }
139    
140    #levels-table tbody th:first-child {
141      padding-left: 42px;
142      min-height: 32px;
143      background-image: url(large-stop);
144      background-position: 5px center;
145      background-repeat: no-repeat;
146      text-align: left;
147    }
148    
149  #identifiers dd, #terms dd {  #identifiers dd, #terms dd {
150    margin-left: 20px;    margin-left: 20px;
151    padding-left: 20px;    padding-left: 20px;
# Line 155  q:before, q:after { Line 164  q:before, q:after {
164  }  }
165    
166  #document-errors dd.should, #error-description .should h3,  #document-errors dd.should, #error-description .should h3,
167  #result-para.SEE-RESULT {  #result-para.SEE-RESULT, #levels-table #level-s th {
168    background-image: url(large-alert);    background-image: url(large-alert);
169  }  }
170    
171    #levels-table #level-w th {
172      background-image: url(large-info);
173    }
174    
175  #document-errors dd.unsupported {  #document-errors dd.unsupported {
176    margin-left: 60px;    margin-left: 60px;
177    border: red 0.2em solid;    border: red 0.2em solid;
# Line 166  q:before, q:after { Line 179  q:before, q:after {
179  }  }
180    
181  #document-errors dd.unsupported, #error-description .unsupported h3,  #document-errors dd.unsupported, #error-description .unsupported h3,
182  #result-para.uncertain {  #result-para.uncertain, #levels-table #level-unsupported th {
183    background-image: none;    background-image: none;
184  }  }
185    
# Line 250  code { Line 263  code {
263    empty-cells: show;    empty-cells: show;
264  }  }
265    
266  .uncertain td, p.uncertain {  .uncertain td, p.uncertain, #level-unsupported, #level-unsupported th {
267    background-color: #e1e1ff;    background-color: #e1e1ff;
268    color: black;    color: black;
269  }  }
270    
271  .FAIL, .uncertain td.FAIL {  .FAIL, .uncertain td.FAIL, #level-m, #level-m th {
272    background-color: #ffcece;    background-color: #ffcece;
273    color: black;    color: black;
274  }  }
275    
276  .SEE-RESULT, .uncertain td.SEE-RESULT {  .SEE-RESULT, .uncertain td.SEE-RESULT, #level-s, #level-s th {
277    background-color: #e1e1ff;    background-color: #e1e1ff;
278    color: black;    color: black;
279  }  }
280    
281  .PASS {  .PASS, #level-w, #level-w th {
282    background-color: #ddffdd;    background-color: #ddffdd;
283    color: black;    color: black;
284  }  }

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24