You are here

maintenance.css in Drupal 5

Same filename and directory in other branches
  1. 4 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;
  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;
}

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. line-height: 1.2;
  8. }
  9. h1 {
  10. margin: 1.6em 0 1.1em 0;
  11. }
  12. h1, h2, h3, h4, h5, h6 {
  13. font-family: sans-serif;
  14. }
  15. :link {
  16. color: #0073ba;
  17. font-weight: bold;
  18. }
  19. :visited {
  20. color: #004975;
  21. font-weight: bold;
  22. }
  23. div.messages {
  24. border: 1px solid #ddd;
  25. padding: 0.4em;
  26. margin-top: 1em;
  27. }
  28. div.messages li {
  29. margin-top: 0.5em;
  30. margin-bottom: 0.5em;
  31. }
  32. div.error {
  33. background: #fdd;
  34. border: 1px solid #daa;
  35. color: #400;
  36. }
  37. /* Update styles */
  38. #update-results {
  39. margin-top: 3em;
  40. padding: 0.25em;
  41. border: 1px solid #ccc;
  42. background: #eee;
  43. font-size: smaller;
  44. }
  45. #update-results h2 {
  46. margin-top: 0.25em;
  47. }
  48. #update-results h4 {
  49. margin-bottom: 0.25em;
  50. }
  51. #update-results li.none {
  52. color: #888;
  53. font-style: italic;
  54. }
  55. #update-results li.failure strong {
  56. color: #b63300;
  57. }