/[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.8 by wakaba, Mon Sep 3 14:30:46 2007 UTC revision 1.9 by wakaba, Mon Sep 10 11:51:09 2007 UTC
# Line 186  code { Line 186  code {
186    white-space: pre-wrap;    white-space: pre-wrap;
187  }  }
188    
189    .rfc2119 {
190      border-style: none;
191      text-transform: lowercase;
192      font-variant: small-caps;
193      font-style: normal;
194      text-decoration: none;
195      font-weight: normal;
196      font-family: sans-serif;
197    }
198    
199    #result-summary table {
200      margin-left: auto;
201      margin-right: auto;
202      border: 3px solid #800080;
203      border-collapse: collapse;
204    }
205    
206    #result-summary tbody, colgroup {
207      border: 3px solid #800080;
208    }
209    
210    #result-summary th {
211      background-color: #fff0f0;
212      color: black;
213      font-weight: bolder;
214      font-family: sans-serif;
215    }
216    
217    #result-summary th, #result-summary td {
218      border: 1px solid #800080;
219      padding: 0.2em 0.5em;
220      text-align: center;
221      empty-cells: show;
222    }
223    
224    .uncertain td, p.uncertain {
225      background-color: #e1e1ff;
226      color: black;
227    }
228    
229    .FAIL {
230      background-color: #ffcece;
231      color: black;
232    }
233    
234    .SEE-RESULT {
235      background-color: #e1e1ff;
236      color: black;
237    }
238    
239    .PASS {
240      background-color: #ddffdd;
241      color: black;
242    }
243    
244    #result-para {
245      padding: 0.2em 1em;
246    }
247    
248  /*  /*
249    
250  Copyright 2007 Wakaba <w@suika.fam.cx>  Copyright 2007 Wakaba <w@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24