~ubuntu-branches/ubuntu/karmic/drupal5/karmic-security

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
/* $Id: maintenance.css,v 1.6 2006/07/13 13:11:36 dries Exp $ */

body {
  background: url(druplicon.png) 4.2em 4em no-repeat #fff;
  color: #000;
  border: 1px solid #bbb;
  margin: 3em;
  padding: 1em 1em 1em 128px;
  line-height: 1.2;
}
h1 {
  margin: 1.6em 0 1.1em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}
:link {
  color: #0073ba;
  font-weight: bold;
}
:visited {
  color: #004975;
  font-weight: bold;
}

div.messages {
  border: 1px solid #ddd;
  padding: 0.4em;
  margin-top: 1em;
}

div.messages li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.error {
  background: #fdd;
  border: 1px solid #daa;
  color: #400;
}

/* Update styles */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller;
}
#update-results h2 {
  margin-top: 0.25em;
}
#update-results h4 {
  margin-bottom: 0.25em;
}
#update-results li.none {
  color: #888;
  font-style: italic;
}
#update-results li.failure strong {
  color: #b63300;
}