summaryrefslogtreecommitdiffstats
path: root/reports/stylesheet.css
blob: 3d41926afd87b9c19a9e448f9616adba49136eac (plain)
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
/* Styles for main page */
#banner {
  background: #9c9;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  font: small-caps 20px/20px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#main {
  margin-left: 0em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
}

h1 {
  font:  150% sans-serif;
  color: #226;
  border-bottom: 3px dotted #77d;
}

body {
    font: normal 75% verdana,arial,helvetica;
    color:#000000;
}

table tr td, table tr th {
  font-size: 75%;
}

table.stripes tr th {
    font-weight: bold;
    text-align: left;
    background: #a0a0a0;
}

table.stripes tr td {
    background: #ccccc0;
}

td.pass {
  color: green;
}

td.fail {
  color: red;
  font-weight: bold;
}

#main {
    padding-left: 0em;
}

#controls {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  width: 14em;
  border-right: 2px solid;
}

#body {
  margin-left: 16em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
  border-left: 2px solid;
}