Update xhtml-compiler.
[htmlpurifier-web.git] / comparison.css
blob4f9964029936881d0b1a4c155ffb7f47151782af
1 /* Page-specific CSS: comparison.html */
3 #content table.summary {
4 background-color: #FFF;
5 border-collapse: collapse;
6 border: 1px solid #3C578C;
7 color: #000;
8 margin-left: auto;
9 margin-right: auto;
10 width: 25em;
12 #content table.summary th, table.summary td {
13 margin: 0;
14 padding: .1em;
16 #content table.summary td {
17 padding-left: 1em;
19 #content table.summary th {
20 border-right: 1px solid #3C578C;
21 padding-right: 1em;
22 text-align: right;
23 width: 50%;
26 .impl-yes {background: #9D9; color: #000;}
27 .impl-no {background: #E88; color: #000;}
28 .impl-partial {background: #FFA; color: #000;}
29 .impl-almostyes {background: #CEC; color: #000;}
30 .impl-irrelevant{background: #9D9; color: #000;}