start.css 929 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /* ===== start.css =====================================================
  5. == Styles used by the mailnews start page.
  6. ======================================================================= */
  7. body {
  8. margin: 0;
  9. padding: 0;
  10. background: url("chrome://branding/content/messenger-start-bg.png") no-repeat fixed center 3em;
  11. background-size: auto 85%;
  12. }
  13. h1 {
  14. background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
  15. border-bottom: 2px solid #26269A;
  16. font-size: 1.5em;
  17. padding: 0.25em 0.67em; /* 0.67*1.5=1, so fit with 1em below */
  18. margin: 0;
  19. }
  20. #main {
  21. margin: 0 1em;
  22. }
  23. p {
  24. margin: 0.5em 0;
  25. }
  26. h2 {
  27. font-size: 1.2em;
  28. font-weight: bold;
  29. }
  30. ul {
  31. margin: 0.5em 0;
  32. }