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

editor-style.css 2.3KB

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