xref: /minix3/external/bsd/llvm/dist/clang/tools/scan-build/scanview.css (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*f4a2713aSLionel Sambucbody { color:#000000; background-color:#ffffff }
2*f4a2713aSLionel Sambucbody { font-family: Helvetica, sans-serif; font-size:9pt }
3*f4a2713aSLionel Sambuch1 { font-size: 14pt; }
4*f4a2713aSLionel Sambuch2 { font-size: 12pt; }
5*f4a2713aSLionel Sambuctable { font-size:9pt }
6*f4a2713aSLionel Sambuctable { border-spacing: 0px; border: 1px solid black }
7*f4a2713aSLionel Sambucth, table thead {
8*f4a2713aSLionel Sambuc  background-color:#eee; color:#666666;
9*f4a2713aSLionel Sambuc  font-weight: bold; cursor: default;
10*f4a2713aSLionel Sambuc  text-align:center;
11*f4a2713aSLionel Sambuc  font-weight: bold; font-family: Verdana;
12*f4a2713aSLionel Sambuc  white-space:nowrap;
13*f4a2713aSLionel Sambuc}
14*f4a2713aSLionel Sambuc.W { font-size:0px }
15*f4a2713aSLionel Sambucth, td { padding:5px; padding-left:8px; text-align:left }
16*f4a2713aSLionel Sambuctd.SUMM_DESC { padding-left:12px }
17*f4a2713aSLionel Sambuctd.DESC { white-space:pre }
18*f4a2713aSLionel Sambuctd.Q { text-align:right }
19*f4a2713aSLionel Sambuctd { text-align:left }
20*f4a2713aSLionel Sambuctbody.scrollContent { overflow:auto }
21*f4a2713aSLionel Sambuc
22*f4a2713aSLionel Sambuctable.form_group {
23*f4a2713aSLionel Sambuc    background-color: #ccc;
24*f4a2713aSLionel Sambuc    border: 1px solid #333;
25*f4a2713aSLionel Sambuc    padding: 2px;
26*f4a2713aSLionel Sambuc}
27*f4a2713aSLionel Sambuc
28*f4a2713aSLionel Sambuctable.form_inner_group {
29*f4a2713aSLionel Sambuc    background-color: #ccc;
30*f4a2713aSLionel Sambuc    border: 1px solid #333;
31*f4a2713aSLionel Sambuc    padding: 0px;
32*f4a2713aSLionel Sambuc}
33*f4a2713aSLionel Sambuc
34*f4a2713aSLionel Sambuctable.form {
35*f4a2713aSLionel Sambuc    background-color: #999;
36*f4a2713aSLionel Sambuc    border: 1px solid #333;
37*f4a2713aSLionel Sambuc    padding: 2px;
38*f4a2713aSLionel Sambuc}
39*f4a2713aSLionel Sambuc
40*f4a2713aSLionel Sambuctd.form_label {
41*f4a2713aSLionel Sambuc    text-align: right;
42*f4a2713aSLionel Sambuc    vertical-align: top;
43*f4a2713aSLionel Sambuc}
44*f4a2713aSLionel Sambuc/* For one line entires */
45*f4a2713aSLionel Sambuctd.form_clabel {
46*f4a2713aSLionel Sambuc    text-align: right;
47*f4a2713aSLionel Sambuc    vertical-align: center;
48*f4a2713aSLionel Sambuc}
49*f4a2713aSLionel Sambuctd.form_value {
50*f4a2713aSLionel Sambuc    text-align: left;
51*f4a2713aSLionel Sambuc    vertical-align: top;
52*f4a2713aSLionel Sambuc}
53*f4a2713aSLionel Sambuctd.form_submit {
54*f4a2713aSLionel Sambuc    text-align: right;
55*f4a2713aSLionel Sambuc    vertical-align: top;
56*f4a2713aSLionel Sambuc}
57*f4a2713aSLionel Sambuc
58*f4a2713aSLionel Sambuch1.SubmitFail {
59*f4a2713aSLionel Sambuc    color: #f00;
60*f4a2713aSLionel Sambuc}
61*f4a2713aSLionel Sambuch1.SubmitOk {
62*f4a2713aSLionel Sambuc}
63