about.css 891 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. html {
  5. background: -moz-Dialog;
  6. padding: 0 1em;
  7. font: message-box;
  8. }
  9. body {
  10. color: -moz-FieldText;
  11. position: relative;
  12. min-width: 330px;
  13. max-width: 50em;
  14. margin: 4em auto;
  15. border: 1px solid ThreeDShadow;
  16. border-radius: 10px;
  17. padding: 3em;
  18. padding-inline-start: 30px;
  19. background: -moz-Field;
  20. }
  21. .aboutPageWideContainer {
  22. max-width: 80%;
  23. }
  24. #aboutLogoContainer {
  25. width: 300px;
  26. margin: 0 auto;
  27. margin-bottom: 2em;
  28. }
  29. img {
  30. border: 0;
  31. }
  32. ul {
  33. margin: 0;
  34. margin-inline-start: 1.5em;
  35. padding: 0;
  36. list-style: square;
  37. }
  38. ul > li {
  39. margin-top: .5em;
  40. }
  41. th, td {
  42. padding: 0 5px;
  43. }
  44. .columns {
  45. -moz-column-width: 20em;
  46. -moz-column-gap: 3em;
  47. }