~jpds/ubuntu-bots/remove-md5-usage

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
body {
  font-family: verdana, sans;
  font-weight: bold;
  background-color: #eeeeee;
  color: #000066;
  font-size: 10px;
}

div.home {
  margin: 20px auto;
  width: 300px;
  border: 2px solid #000066;
  padding: 0px 10px;
  background-color: #ffffff;
  text-align: center;
}
.submit {
  font-size: 10px;
  border: solid 1px #000066;
  color: #000066;
  font-weight: bold;
  background-color: #eeeeee;
}
.input {
  font-size: 10px;
  border: solid 1px #000066;
  color: #000066;
  font-weight: bold;
  background-color: white;
}
th {
  border-bottom: solid 1px #000066;
  text-align: center;
}
td,th {
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}
td.comment {
  white-space: normal;
  padding-left: 20px;
}
li {
  list-style: none;
}
table {
  width: 100%;
  padding-top: 1em;
  clear: both;
}

div.main {
  margin: 20px;
  border: 2px solid #000066;
  padding: 0px;
  background-color: #ffffff;
  text-align: center;
}
div.pdata {
  text-align: right;
  padding-right: 10px;
  float: right;
}
div.search {
  float: left;
  text-align: left;
  padding-left: 10px;
}
a, span.pseudolink {
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}
span.removal {
  color: #6699cc;
}
tr.bg2 {
  background-color: #eeeeee;
}
div.invisible {
  display: none;
}
div.log {
  display: none;
  color: black;
  width: 100%;
  font-family: monospace;
  white-space: normal;
  text-align: left;
  font-weight: normal;
  clear: both;
}