Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / target / test-reports / html / stylesheet.css @ 3

History | View | Annotate | Download (960 Bytes)

1

    
2
body {
3
    font:normal 68% verdana,arial,helvetica;
4
    color:#000000;
5
}
6
table tr td, table tr th {
7
    font-size: 68%;
8
}
9
table.details tr th{
10
    font-weight: bold;
11
    text-align:left;
12
    background:#a6caf0;
13
}
14
table.details tr td{
15
    background:#eeeee0;
16
}
17

    
18
p {
19
    line-height:1.5em;
20
    margin-top:0.5em; margin-bottom:1.0em;
21
}
22
h1 {
23
    margin: 0px 0px 5px; font: 165% verdana,arial,helvetica
24
}
25
h2 {
26
    margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
27
}
28
h3 {
29
    margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
30
}
31
h4 {
32
    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
33
}
34
h5 {
35
    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
36
}
37
h6 {
38
    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
39
}
40
.Error {
41
    font-weight:bold; color:red;
42
}
43
.Failure {
44
    font-weight:bold; color:purple;
45
}
46
.Properties {
47
  text-align:right;
48
}