1body { 2 font-family:Arial; 3 background-color:White; 4 color:Black; 5} 6hr { 7 color:Black; 8 background-color:Black; 9 height:1px; 10 border:0; 11} 12h1 { 13 margin-bottom:0px; 14 padding-bottom:0px; 15 font-size:1.625em; 16} 17table.summary, table.legend { 18 font-family:"DejaVu Sans Mono", "Monaco", monospace; 19 font-size:0.94em; 20 border-collapse:collapse; 21 table-layout:fixed; 22} 23table.summary tr, table.summary td, table.summary th, table.legend td 24{ 25 border:1px solid #777777; 26 border-collapse:collapse; 27 padding:0.2em; 28 padding-left:7px; 29 padding-right:7px; 30 text-align:center; 31} 32table.summary th { 33 background:#f2f2f2; 34 white-space:nowrap; 35} 36table.summary td { 37 padding-top:20px; 38 padding-bottom:20px; 39 white-space:nowrap; 40} 41table.summary td.object { 42 text-align:left; 43 max-width:10em; 44 white-space:normal; 45 word-wrap:break-word; 46} 47table.summary td.ver, table.summary th.ver { 48 max-width:10em; 49 white-space:normal; 50 word-wrap:break-word; 51} 52td.passed { 53 background-color:#CCFFCC; 54} 55td.warning { 56 background-color:#F4F4AF; 57} 58td.failed { 59 background-color:#FFCCCC; 60} 61td.new { 62 background-color:#C6DEFF; 63} 64.compatible { 65 background-color:#CCFFCC; 66} 67.almost_compatible { 68 background-color:#FFDAA3; 69} 70.incompatible { 71 background-color:#FFCCCC; 72} 73a.default { 74 color:#336699; 75} 76th.severity { 77 width:55px; 78} 79sup { 80 font-size:0.625em; 81} 82.footer { 83 font-size:0.75em; 84}