master
1.gallio-report body
2{
3 margin: 0px 0px 0px 0px;
4 padding: 0px 0px 0px 0px;
5 font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
6 font-size: 10pt;
7}
8
9.gallio-report div#header
10{
11 margin: 0px 0px 0px 0px;
12 padding: 0px 0px 0px 0px;
13 background-color: #95b0be;
14 background-image: url(../img/header-background.gif);
15 background-repeat: repeat-y;
16 width: 100%;
17 height: 60px; /*border: solid 1px red;*/
18}
19
20.gallio-report h1
21{
22 font-size: 18pt;
23 letter-spacing: 0.2em;
24 font-weight: normal;
25 width: 100%;
26 height: 60px;
27 background-image: url(../img/GallioTestReportHeader.png);
28 background-repeat: no-repeat;
29 background-position: 0 0;
30 color: White;
31 text-indent: 110px;/*border: solid 1px white;*/
32 padding-top: 15px;
33}
34
35.gallio-report h2
36{
37 font-size: 13pt;
38 letter-spacing: 0.15em;
39 color: #1f1f1f;
40 /*text-decoration: underline;*/
41 /* font-weight: normal;*/
42 /*padding: 8px;*/
43 padding: 0;
44 margin: 0 0 3px 0;
45 text-indent: 8px;
46}
47
48.gallio-report h3
49{
50 font-size: 10pt;
51}
52
53.gallio-report ul
54{
55 list-style-type: none;
56 padding-left: 0px;
57 margin-left: 24px;
58}
59
60.gallio-report ul.testStepRunContainer
61{
62 margin-left: 12px;
63}
64
65
66/* Progress bars */
67.gallio-report table.progressBar
68{
69 display: inline;
70 vertical-align: middle;
71}
72
73.gallio-report div.progressBar
74{
75 overflow: hidden;
76
77 background-color: #DDDDDD;
78 border: solid 1px #000000;
79 padding: 0px 0px 0px 0px;
80 margin: 0px 0px 0px 0px;
81
82 height: 8px;
83 width: 72px;
84}
85
86.gallio-report .progress-passed
87{
88 height:100%;
89 float:left;
90 background-color: #008000;
91}
92
93.gallio-report .progress-failed
94{
95 height:100%;
96 float:left;
97 background-color: #ff0000;
98}
99
100.gallio-report .progress-inconclusive
101{
102 height:100%;
103 float:left;
104 background-color: #ffff00;
105}
106
107.gallio-report .progress-skipped
108{
109 height:100%;
110 float:left;
111 background-color: #dddddd;
112}
113
114/* Outcome bar */
115.gallio-report table.outcomeBar
116{
117 display: inline;
118 vertical-align: middle;
119}
120
121.gallio-report div.outcomeBar
122{
123 overflow: hidden;
124
125 border: solid 1px #000000;
126 padding: 0px 0px 0px 0px;
127 margin: 0px 0px 0px 0px;
128
129 height: 6px;
130 width: 20px;
131}
132
133.gallio-report .outcome-passed
134{
135 background-color: #008000;
136}
137
138.gallio-report .outcome-failed
139{
140 background-color: #ff0000;
141}
142
143.gallio-report .outcome-inconclusive
144{
145 background-color: #ffff00;
146}
147
148.gallio-report .outcome-skipped
149{
150 background-color: #dddddd;
151}
152
153/* Toggles */
154.gallio-report .toggle
155{
156 cursor: pointer;
157}
158
159/* Styles for test runs, including customized varieties per component kind */
160.gallio-report .testStepRun
161{
162 margin-top: 12pt;
163 font-size: 10pt;
164}
165
166.gallio-report .testStepRunHeading
167{
168 font-weight:bold;
169 font-size:10pt;
170 position:relative;
171}
172
173.gallio-report .testStepRunHeading-Level1
174{
175 font-size:11pt;
176}
177
178.gallio-report .testStepRunHeading-Level2
179{
180 font-size:10pt;
181}
182
183.gallio-report .testStepRunHeading-Level3
184{
185 font-size:10pt;
186}
187
188.gallio-report .testStepRunHeading-Level4
189{
190 font-size:10pt;
191}
192
193.gallio-report .testStepRunPanel
194{
195 margin-left: 12pt;
196}
197
198/* Styles for metadata entries */
199.gallio-report .metadata
200{
201 margin: 5px 5px 5px 0px;
202 padding: 5px 5px 5px 5px;
203
204 /*border: solid 1px #505090;*/
205 background: #f4f4ff;
206 font-size: 9pt;
207}
208
209/* Styles used for execution logs */
210.gallio-report .log
211{
212 margin: 5px 0px 5px 0px;
213}
214
215.gallio-report .logAttachmentList
216{
217 font-size: 10pt;
218 font-style: italic;
219}
220
221.gallio-report .logAttachmentEmbedding
222{
223 font-size: 10pt;
224 font-style: italic;
225 padding: 5px 10px 5px 10px;
226}
227
228.gallio-report .logStream
229{
230 background-color: #f0f0f0;
231 /*border: dotted 1px #505050;*/
232 border-bottom: solid 1px #c6c6c6;
233 border-right: solid 1px #c6c6c6;
234 margin: 5px 5px 5px 0px;
235 padding: 5px 5px 5px 5px;
236}
237
238.gallio-report .logStreamHeading
239{
240 font-weight:bold;
241 font-size: 9pt;
242 text-decoration: underline;
243}
244
245.gallio-report .logStreamBody
246{
247 font-size: 10pt;
248 border-style: none;
249}
250
251.gallio-report .logStreamSection
252{
253 margin-top: 12pt;
254 margin-bottom: 12pt;
255 padding-left: 6px;
256 border-left: solid 3px black;
257}
258
259.gallio-report .logStreamSectionHeading
260{
261 font-size: 10pt;
262 font-weight: bold;
263 text-decoration: underline;
264}
265
266/* Styles used for coloring different named streams */
267.gallio-report .logStream-Failures
268{
269 background-color: #ffd8d8;
270 border: dotted 1px #905050;
271}
272
273.gallio-report .logStream-Warnings
274{
275 background-color: #ffffc8;
276 border: dotted 1px #909050;
277}
278
279
280.gallio-report div.section
281{
282 background-color: #ebeaea;
283 margin: 5px;
284 padding: 10px;
285 border-bottom: solid 1px #dcdcdc;
286 border-right: solid 1px #dcdcdc;
287}
288
289.gallio-report div.section-content
290{
291 background-color: #fbfbfb;
292 padding-top: 3px;
293 padding-bottom: 3px;
294}
295
296.gallio-report table.statistics-table
297{
298 width: 99%;
299 margin: 0 20px 0 0;
300 /*border: solid 1px red;*/
301 border-collapse: collapse;
302}
303
304.gallio-report table.statistics-table td.statistics-label-cell
305{
306 font-weight: bolder;
307 color: #646464;
308 padding: 0 10x 0 10px;
309 /*text-align: right;*/
310}
311
312.gallio-report table.statistics-table tr.alternate-row td
313{
314 background-color: #f2f2f2;
315}
316
317.gallio-report div#statistics-section-content
318{
319 padding: 10px 20px 10px 20px;
320}
321
322.gallio-report div#statistics-section-content table.statistics-table
323{
324 width: 100%;
325}
326.gallio-report span.outcome-icons
327{
328 font-size: 11pt;
329}