]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/src/main/resources/org/argeo/slc/core/test/tree/htmlreport/style.css
Introduce XSLT report generation
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / resources / org / argeo / slc / core / test / tree / htmlreport / style.css
1 body {
2 font-family: sans-serif;
3 font-size: 12px;
4 color: black;
5 background-color: white;
6 }
7
8 h1 {
9 font-family: sans-serif;
10 font-size: 16px;
11 font-weight: bold;
12 color: #000000;
13 padding: 0px 0px 5px 0px;
14 margin: 0px;
15 }
16
17 h2 {
18 font-family: sans-serif;
19 font-size: 14px;
20 font-weight: bold;
21 color: #000000;
22 padding: 5px 0px 5px 0px;
23 margin: 0px;
24 margin-top: 5px;
25 }
26
27 table,form {
28 margin: 0px;
29 }
30
31 th {
32 font-size: 12px;
33 padding: 2px 20px 2px 2px;
34 vertical-align: top;
35 text-align: left;
36 }
37
38 td {
39 font-size: 12px;
40 padding: 1px;
41 vertical-align: top;
42 text-align: left;
43 }
44
45 .passed {
46 color: green;
47 }
48
49 .failed {
50 color: red;
51 }
52
53 a {
54 text-decoration: none;
55 }
56
57 a.nav {
58 color: #0066CC;
59 text-decoration: none;
60 }
61
62 a:hover {
63 text-decoration: underline;
64 }