initial import from onelab svn codebase
[plewww.git] / misc / maintenance.css
1 /* $Id: maintenance.css 144 2007-03-28 07:52:20Z thierry $ */
2
3 body {
4   background: url(druplicon.png) 4.2em 4em no-repeat #fff;
5   color: #000;
6   border: 1px solid #bbb;
7   margin: 3em;
8   padding: 1em 1em 1em 128px;
9 }
10 h1 {
11   margin: 1.6em 0 1.1em 0;
12 }
13 h1, h2, h3, h4, h5, h6 {
14   font-family: sans-serif;
15 }
16 :link {
17   color: #0073ba;
18   font-weight: bold;
19 }
20 :visited {
21   color: #004975;
22   font-weight: bold;
23 }
24
25 div.messages {
26   border: 1px solid #ddd;
27   padding: 0.4em;
28   margin-top: 1em;
29 }
30
31 div.error {
32   border: 1px solid #daa;
33 }
34
35 /* Update styles */
36 #update-results {
37   margin-top: 3em;
38   padding: 0.25em;
39   border: 1px solid #ccc;
40   background: #eee;
41   font-size: smaller;
42 }
43 #update-results h2 {
44   margin-top: 0.25em;
45 }
46 #update-results h4 {
47   margin-bottom: 0.25em;
48 }
49 #update-results li.none {
50   color: #888;
51   font-style: italic;
52 }
53 #update-results li.failure strong {
54   color: #b63300;
55 }