You are here

maintenance.css in Drupal 4

Same filename and directory in other branches
  1. 5 misc/maintenance.css
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 {
  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.error {
  border: 1px solid #daa;
}

/* 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;
}

File

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