main.css
1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
@import url("help.css");
@import url("source-viewer.css");
@import url("tooltip.css");
.hidden {
display: none;
}
a.dfn {
border-bottom: 1px dotted #00aa00;
cursor: help;
}
a.dfn:active, a.dfn:link, a.dfn:visited {
color: #000000;
text-decoration: none;
}
a.dfn:hover {
color: #0000ff;
text-decoration: none;
}
body {
font-family: verdana, arial, helvetica;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}
h5 {
margin-top: 0.5em;
}
div.footer {
font-size: 68%;
margin-top: 1.5em;
}
div.percentgraph
{
background-color: #f02020;
border: #808080 1px solid;
height: 1.3em;
margin: 0px;
padding: 0px;
width: 100px;
}
div.percentgraph div.greenbar
{
background-color: #00f000;
height: 1.3em;
margin: 0px;
padding: 0px;
}
div.percentgraph div.na
{
background-color: #eaeaea;
height: 1.3em;
margin: 0px;
padding: 0px;
}
div.percentgraph span.text
{
display: block;
position: absolute;
text-align: center;
width: 100px;
}
div.separator {
height: 10px;
}
table tr td, table tr th {
font-size: 68%;
}
td.value table tr td {
font-size: 11px;
}
table.percentgraph {
border: 0px;
font-size: 130%;
margin: 0px;
margin-left: auto;
margin-right: 0px;
padding: 0px;
}
table.percentgraph tr.percentgraph {
border: 0px;
margin: 0px;
padding: 0px;
}
table.percentgraph td.percentgraph {
border: 0px;
margin: 0px;
padding: 0px;
padding-left: 4px;
}
table.report {
border-collapse: collapse;
width: 100%;
}
table.report td {
border: #d0d0d0 1px solid;
}
table.report td.heading {
background: #dcecff;
font-weight: bold;
text-align: center;
}
table.report td.heading:hover {
background: #c0ffc0;
cursor: pointer;
}
table.report td.value {
text-align: right;
}