drupal/misc/maintenance.css

59 lines
858 B
CSS
Raw Normal View History

2005-08-11 13:00:17 +00:00
/* $Id$ */
2005-07-27 01:58:43 +00:00
body {
background: url(druplicon.png) 4.2em 4em no-repeat #fff;
color: #000;
border: 1px solid #bbb;
margin: 3em;
padding: 1em 1em 1em 128px;
}
h1 {
margin: 1.6em 0 1.1em 0;
}
h1, h2, h3, h4, h5, h6 {
2005-07-27 01:58:43 +00:00
font-family: sans-serif;
}
ul {
margin: 0;
}
2005-07-27 01:58:43 +00:00
:link {
color: #0073ba;
font-weight: bold;
}
:visited {
color: #004975;
font-weight: bold;
}
2005-07-29 20:31:05 +00:00
div.messages {
border: 1px solid #ddd;
padding: 0.4em;
margin-top: 1em;
}
div.error {
border: 1px solid #daa;
}
2005-07-29 20:31:05 +00:00
/* 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;
2005-07-29 20:31:05 +00:00
}
#update-results li.none {
color: #888;
font-style: italic;
2005-07-29 20:31:05 +00:00
}
#update-results li.failure strong {
2005-07-29 20:31:05 +00:00
color: #b63300;
}