You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1022 B

  1. @import (reference) "../include/infopages.less";
  2. @import (reference) "../include/colortheme-all.less";
  3. &.cp-page-what-is-cryptpad {
  4. .infopages_main();
  5. .cp-what-is {
  6. padding-top: 3em;
  7. padding-bottom: 3em;
  8. background-image: url(/customize/bkwhat.jpg);
  9. background-size: cover;
  10. background-repeat: no-repeat;
  11. background-position: center;
  12. color: #fff;
  13. h1 {
  14. font-weight: 700;
  15. }
  16. }
  17. #cp-main {
  18. background: #fff;
  19. }
  20. .cp-container {
  21. padding-top: 3em;
  22. padding-bottom: 3em;
  23. h2 {
  24. margin-top: 0;
  25. font-weight: 700;
  26. color: @cryptpad_header_col;
  27. }
  28. p {
  29. color: @cryptpad_text_col;
  30. }
  31. #zeroknowledge {
  32. width: 65%;
  33. }
  34. .row {
  35. margin-bottom: 1.5em;
  36. }
  37. img {
  38. display: block;
  39. margin: 0 auto;
  40. }
  41. }
  42. }