test_report.css
00001 body
00002 {
00003 font-family: "Lucida Grande", Sans-Serif;
00004 font-size: 12px;
00005 }
00006
00007 table
00008 {
00009 border-collapse: collapse;
00010 width: 100%;
00011 }
00012
00013 td
00014 {
00015 vertical-align: top;
00016 }
00017
00018 tr.heading
00019 {
00020 font-size: 16px;
00021 text-align: center;
00022 }
00023
00024 table.syn
00025 {
00026 font-size: 13px;
00027 width: 30%;
00028 height: 50%;
00029 margin: auto;
00030 }
00031
00032 div.syn
00033 {
00034 padding-top: 20px;
00035 padding-bottom: 20px;
00036 }
00037
00038 tr.framed
00039 {
00040 border: 2px solid;
00041 }
00042
00043 tr.PASS
00044 {
00045 background-color: #99CC99;
00046 border: 1px solid;
00047 }
00048
00049 tr.FAIL
00050 {
00051 background-color: #CC9999;
00052 border: 1px solid;
00053 }
00054
00055 tr.ABRT
00056 {
00057 background-color: #9999CC;
00058 border: 1px solid;
00059 }
00060
00061 tr.SKIP
00062 {
00063 background-color: #C9C9C9;
00064 border: 1px solid;
00065 }
00066
00067 td.ident
00068 {
00069 width: 200px;
00070 vertical-align: middle;
00071 font-weight: bold;
00072 text-align: center;
00073 }
00074
00075 table.FAIL
00076 {
00077 background-color: #CC9999;
00078 }
00079
00080 table.PASS
00081 {
00082 background-color: #99CC99;
00083 }
00084
00085 table.ABRT
00086 {
00087 background-color: #9999CC;
00088 }
00089
00090 table.SKIP
00091 {
00092 background-color: #C9C9C9;
00093 }