NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /* space above title */
  2. .edit-post-visual-editor__post-title-wrapper {
  3. margin-top: 1em;
  4. }
  5. /* Editor Main column width */
  6. .wp-block {
  7. max-width: 805px;
  8. margin: 0 auto 0.5em auto;
  9. }
  10. /* Editor column width lists */
  11. .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
  12. margin: 0 !important;
  13. }
  14. /* Editor Width of "wide" blocks */
  15. .wp-block[data-align='wide'] {
  16. max-width: 1080px;
  17. }
  18. /* Editor Width of "full-wide" blocks */
  19. .wp-block[data-align='full'] {
  20. max-width: none;
  21. }
  22. .wp-block-group {
  23. padding: 0.1em !important;
  24. }
  25. .wp-block-columns {
  26. grid-gap: 1em !important;
  27. }
  28. .wp-block-image figcaption {
  29. position: inherit !important;
  30. background: none !important;
  31. color: black !important;
  32. max-height: 5% !important;
  33. overflow: visible !important;
  34. padding: 0 !important;
  35. margin-bottom: 1.9699em !important
  36. }
  37. body {
  38. font-family: Questrial, sans-serif;
  39. color: #0d0d0d;
  40. font-size: 1.110770em;
  41. }
  42. p {
  43. line-height: 1.2;
  44. margin-top: 0;
  45. margin-bottom: 1em !important;
  46. }
  47. a {
  48. color: #a10000;
  49. /* leave underline to show links when editing */
  50. /* text-decoration: none; */
  51. }
  52. a:hover {
  53. cursor: pointer;
  54. color: black;
  55. }
  56. /* common */
  57. /* h1, h2, h3, h4, h5, h6 {
  58. display: block;
  59. margin-left: 0;
  60. margin-right: 0;
  61. } */
  62. h1 {
  63. font-size: 2.0736em;
  64. margin-top: 0.48225em;
  65. margin-bottom: 0.48225em;
  66. }
  67. h2 {
  68. font-size: 1.728em;
  69. margin-top: 0.83333em;
  70. margin-bottom: 0;
  71. }
  72. h3 {
  73. font-size: 1.44em;
  74. /* margin-top: 1em; */
  75. margin-bottom: 1em;
  76. }
  77. h4 {
  78. font-size: 1.2em;
  79. /* margin-top: 1.33em; */
  80. margin-bottom: 1.2em;
  81. }
  82. h5 {
  83. font-size: 1.0em;
  84. /* margin-top: 1.6em; */
  85. margin-bottom: 1.44em;
  86. }
  87. h6 {
  88. font-size: 0.83333em;
  89. /* margin-top: 2em; */
  90. margin-bottom: 1.728em;
  91. }
  92. ul {
  93. padding: 0;
  94. }
  95. /* margin to indent marker */
  96. li {
  97. margin: 0 0 0.57870em 2.0736em !important;
  98. }
  99. /* ordered list alignment */
  100. ol {
  101. padding: inherit;
  102. }
  103. /* separator types */
  104. .editor-styles-wrapper, .wp-block-separator {
  105. border: none;
  106. /* height: 0.8em; */
  107. text-align: center
  108. }
  109. hr .wp-block-separator, .is-style-default {
  110. width: 15vw;
  111. border-top: 3px solid !important;
  112. border-bottom: 0 !important;
  113. }
  114. hr .wp-block-separator, .is-style-wide {
  115. width: 50vw;
  116. border-top: 3px solid;
  117. border-bottom: 0;
  118. }
  119. hr .wp-block-separator, .is-style-dots:before {
  120. letter-spacing: 4em;
  121. padding-left: 4em;
  122. }