No Description

admin-block.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. .editor-styles-wrapper,
  2. .editor-styles-wrapper p {
  3. color: #404040;
  4. font-family: 'PT Serif', serif;
  5. font-size: 17px !important;
  6. font-size: 1rem;
  7. line-height: 1.6;
  8. }
  9. .editor-styles-wrapper h1,
  10. .editor-styles-wrapper h2,
  11. .editor-styles-wrapper h3,
  12. .editor-styles-wrapper h4,
  13. .editor-styles-wrapper h5,
  14. .editor-styles-wrapper h6,
  15. .editor-post-title__block .editor-post-title__input {
  16. clear: both;
  17. font-family: 'Crete Round', serif;
  18. font-weight: 700;
  19. margin-top: 0;
  20. letter-spacing: 1px;
  21. }
  22. .wp-block-video video {
  23. max-width: 636px;
  24. }
  25. .wp-block-image img {
  26. display: block;
  27. }
  28. .wp-block-image.alignleft,
  29. .wp-block-image.alignright {
  30. width: 100%
  31. }
  32. .wp-block-image.alignfull img {
  33. width: 100vw;
  34. }
  35. .wp-block-gallery:not(.components-placeholder) {
  36. margin: 1.5em auto;
  37. }
  38. .wp-block-cover-text p {
  39. padding: 1.5em 14px;
  40. }
  41. ul.wp-block-latest-posts.alignwide,
  42. ul.wp-block-latest-posts.alignfull,
  43. ul.wp-block-latest-posts.is-grid.alignwide,
  44. ul.wp-block-latest-posts.is-grid.alignwide {
  45. padding: 0 14px;
  46. }
  47. .wp-block-table {
  48. display: block;
  49. overflow-x: auto;
  50. }
  51. .wp-block-table table {
  52. border-collapse: collapse;
  53. width: 100%
  54. }
  55. .wp-block-table td, .wp-block-table th {
  56. padding: .5em;
  57. }
  58. .wp-block-embed.type-video > .wp-block-embed__wrapper {
  59. position: relative;
  60. width: 100%;
  61. height: 0;
  62. padding-top: 56.25%;
  63. }
  64. .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  65. position: absolute;
  66. width: 100%;
  67. height: 100%;
  68. top: 0;
  69. left: 0;
  70. bottom: 0;
  71. right: 0;
  72. }
  73. .wp-block-quote.is-large {
  74. margin: 0 auto 16px;
  75. }
  76. .wp-block-pullquote>p:first-child {
  77. margin-top: 0;
  78. }
  79. .wp-block-separator {
  80. margin: 3em auto;
  81. padding: 0;
  82. }
  83. @media screen and (min-width: 768px) {
  84. .wp-block-cover-text p {
  85. padding: 1.5em 0;
  86. }
  87. }
  88. /*--------------------------------------------------------------
  89. # Block Color Palette Colors
  90. --------------------------------------------------------------*/
  91. .has-strong-blue-color {
  92. color: #0073aa;
  93. }
  94. .has-strong-blue-background-color {
  95. background-color: #0073aa;
  96. }
  97. .has-lighter-blue-color {
  98. color: #229fd8;
  99. }
  100. .has-lighter-blue-background-color {
  101. background-color: #229fd8;
  102. }
  103. .has-very-light-gray-color {
  104. color: #eee;
  105. }
  106. .has-very-light-gray-background-color {
  107. background-color: #eee;
  108. }
  109. .has-very-dark-gray-color {
  110. color: #444;
  111. }
  112. .has-very-dark-gray-background-color {
  113. background-color: #444;
  114. }