Imported drupal-5.5
[drupal.git] / misc / maintenance.css
blob58052ffca58a7053e0503710550f04e815c18027
1 /* $Id: maintenance.css,v 1.6 2006/07/13 13:11:36 dries Exp $ */
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 line-height: 1.2;
11 h1 {
12 margin: 1.6em 0 1.1em 0;
14 h1, h2, h3, h4, h5, h6 {
15 font-family: sans-serif;
17 :link {
18 color: #0073ba;
19 font-weight: bold;
21 :visited {
22 color: #004975;
23 font-weight: bold;
26 div.messages {
27 border: 1px solid #ddd;
28 padding: 0.4em;
29 margin-top: 1em;
32 div.messages li {
33 margin-top: 0.5em;
34 margin-bottom: 0.5em;
37 div.error {
38 background: #fdd;
39 border: 1px solid #daa;
40 color: #400;
43 /* Update styles */
44 #update-results {
45 margin-top: 3em;
46 padding: 0.25em;
47 border: 1px solid #ccc;
48 background: #eee;
49 font-size: smaller;
51 #update-results h2 {
52 margin-top: 0.25em;
54 #update-results h4 {
55 margin-bottom: 0.25em;
57 #update-results li.none {
58 color: #888;
59 font-style: italic;
61 #update-results li.failure strong {
62 color: #b63300;