install-page.css

Same filename in this branch
  1. 9 core/themes/seven/css/theme/install-page.css
Same filename in other branches
  1. 8.9.x core/themes/seven/css/theme/install-page.css
  2. 8.9.x core/themes/claro/css/theme/install-page.css
  3. 10 core/themes/claro/css/theme/install-page.css
  4. 11.x core/themes/claro/css/theme/install-page.css

Installation styling.

Unfortunately we have to make our styling quite strong, to override the .maintenance-page styling.

File

core/themes/claro/css/theme/install-page.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Installation styling.
  10. *
  11. * Unfortunately we have to make our styling quite strong, to override the
  12. * .maintenance-page styling.
  13. */
  14. .install-page {
  15. min-height: 100%;
  16. background-color: #dedfe4;
  17. }
  18. /**
  19. * Password widget
  20. */
  21. .install-page .password-parent,
  22. .install-page .confirm-parent {
  23. width: auto;
  24. }
  25. .install-page .form-item .password-suggestions {
  26. float: none;
  27. width: auto;
  28. }
  29. .install-page table td {
  30. word-break: break-all;
  31. }
  32. .install-page .site-version {
  33. vertical-align: super;
  34. color: #919297;
  35. font-size: 0.5em;
  36. font-weight: 500;
  37. }
  38. @media all and (max-width: 63.125rem) and (min-width: 48em) {
  39. .install-page .password-strength,
  40. .install-page .confirm-parent {
  41. width: 100%;
  42. }
  43. .install-configure-form .form-type-password {
  44. width: 100%;
  45. }
  46. .password-confirm,
  47. .password-field {
  48. float: none;
  49. }
  50. .password-confirm-match {
  51. float: none;
  52. width: auto;
  53. max-width: 100%;
  54. }
  55. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.