-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.css
More file actions
149 lines (124 loc) · 2.83 KB
/
Copy pathreport.css
File metadata and controls
149 lines (124 loc) · 2.83 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
* {
font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
body {
background-color: #fff;
margin: 0;
}
br {
clear: both
}
pre {
font-family : Courier;
}
/* IMAGES */
div.currentmasterreport img, div.currentchildreport img {
border: 0;
}
/* TABLES */
div.currentmasterreport table, div.currentchildreport table {
border-spacing: 0px;
empty-cells: show;
}
div.currentmasterreport table th, div.currentchildreport table th {
color: #2b7c92;
white-space: nowrap;
padding: 2px 8px;
background-color: #cfe0f1;
background-image: none;
color: #2b7c92;
font-size: 11px;
letter-spacing: 1px;
text-decoration: underline;
}
div.currentmasterreport table td, div.currentchildreport table td {
background: none;
border-top: 1px #fff solid;
border-bottom: 1px #ccc solid;
font-size: 8pt;
padding: 3px 9px;
background-color: #f2f2f5;
border-collapse: collapse;
}
div.currentmasterreport table td.currentcell, div.currentchildreport table td.currentcell {
background-color: rgb(214,214,214);
}
/* TITLE BANNER */
div.banner {
background-image: url(headerBg.jpg);
background-repeat: repeat-x;
padding: 5px 5px 0 5px;
margin: 0 0 15px 0;
}
h2.banner {
color: #fff;
font-size: 2em;
}
small.banner {
color: #fff;
}
/* REPORT TABS */
div.currentmaintab, div.currentchildtab {
background-image: url(topDimTabL.gif);
display: block;
float: left;
height: 21px;
padding: 0;
margin: 0 5px 0 0;
background-repeat: no-repeat
}
div.maintab, div.childtab {
background-image: url(topTabL.gif);
display: block;
float: left;
height: 21px;
padding: 0;
margin: 0 5px 0 0;
background-repeat: no-repeat
}
div.currentmaintab div, div.currentchildtab div {
background-image: url(topDimTabR.gif);
background-repeat: no-repeat;
background-position: top right;
height: 21px;
float: left;
margin: 0;
}
div.maintab div, div.childtab div {
background-image: url(topTabR.gif);
background-repeat: no-repeat;
background-position: top right;
height: 21px;
float: left;
margin: 0;
}
div.currentmaintab div p, div.currentchildtab div p {
margin: 0 8px;
height: 21px;
line-height: 21px;
background-image: url(topDimTabBg.gif);
font-weight:bold;
display: block;
text-decoration: none;
vertical-align: middle;
float: left;
font-size: 9pt;
}
div.maintab div p, div.childtab div p {
margin: 0 8px;
height: 21px;
line-height: 21px;
background-image: url(topTabBg.gif);
display: block;
text-decoration: none;
vertical-align: middle;
float: left;
font-size: 9pt;
}
/* REPORTS */
div.masterreport, div.childreport {
display:none;
}
div.currentmasterreport, div.currentchildreport {
display:inline;
}