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.

162 lines
2.9 KiB

1 year ago
  1. .wp-block-audio figcaption{
  2. color:#555;
  3. font-size:13px;
  4. text-align:center;
  5. }
  6. .is-dark-theme .wp-block-audio figcaption{
  7. color:hsla(0,0%,100%,.65);
  8. }
  9. .wp-block-audio{
  10. margin:0 0 1em;
  11. }
  12. .wp-block-code{
  13. border:1px solid #ccc;
  14. border-radius:4px;
  15. font-family:Menlo,Consolas,monaco,monospace;
  16. padding:.8em 1em;
  17. }
  18. .wp-block-embed figcaption{
  19. color:#555;
  20. font-size:13px;
  21. text-align:center;
  22. }
  23. .is-dark-theme .wp-block-embed figcaption{
  24. color:hsla(0,0%,100%,.65);
  25. }
  26. .wp-block-embed{
  27. margin:0 0 1em;
  28. }
  29. .blocks-gallery-caption{
  30. color:#555;
  31. font-size:13px;
  32. text-align:center;
  33. }
  34. .is-dark-theme .blocks-gallery-caption{
  35. color:hsla(0,0%,100%,.65);
  36. }
  37. .wp-block-image figcaption{
  38. color:#555;
  39. font-size:13px;
  40. text-align:center;
  41. }
  42. .is-dark-theme .wp-block-image figcaption{
  43. color:hsla(0,0%,100%,.65);
  44. }
  45. .wp-block-image{
  46. margin:0 0 1em;
  47. }
  48. .wp-block-pullquote{
  49. border-bottom:4px solid;
  50. border-top:4px solid;
  51. color:currentColor;
  52. margin-bottom:1.75em;
  53. }
  54. .wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
  55. color:currentColor;
  56. font-size:.8125em;
  57. font-style:normal;
  58. text-transform:uppercase;
  59. }
  60. .wp-block-quote{
  61. border-left:.25em solid;
  62. margin:0 0 1.75em;
  63. padding-left:1em;
  64. }
  65. .wp-block-quote cite,.wp-block-quote footer{
  66. color:currentColor;
  67. font-size:.8125em;
  68. font-style:normal;
  69. position:relative;
  70. }
  71. .wp-block-quote.has-text-align-right{
  72. border-left:none;
  73. border-right:.25em solid;
  74. padding-left:0;
  75. padding-right:1em;
  76. }
  77. .wp-block-quote.has-text-align-center{
  78. border:none;
  79. padding-left:0;
  80. }
  81. .wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{
  82. border:none;
  83. }
  84. .wp-block-search .wp-block-search__label{
  85. font-weight:700;
  86. }
  87. .wp-block-search__button{
  88. border:1px solid #ccc;
  89. padding:.375em .625em;
  90. }
  91. :where(.wp-block-group.has-background){
  92. padding:1.25em 2.375em;
  93. }
  94. .wp-block-separator.has-css-opacity{
  95. opacity:.4;
  96. }
  97. .wp-block-separator{
  98. border:none;
  99. border-bottom:2px solid;
  100. margin-left:auto;
  101. margin-right:auto;
  102. }
  103. .wp-block-separator.has-alpha-channel-opacity{
  104. opacity:1;
  105. }
  106. .wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  107. width:100px;
  108. }
  109. .wp-block-separator.has-background:not(.is-style-dots){
  110. border-bottom:none;
  111. height:1px;
  112. }
  113. .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){
  114. height:2px;
  115. }
  116. .wp-block-table{
  117. margin:0 0 1em;
  118. }
  119. .wp-block-table td,.wp-block-table th{
  120. word-break:normal;
  121. }
  122. .wp-block-table figcaption{
  123. color:#555;
  124. font-size:13px;
  125. text-align:center;
  126. }
  127. .is-dark-theme .wp-block-table figcaption{
  128. color:hsla(0,0%,100%,.65);
  129. }
  130. .wp-block-video figcaption{
  131. color:#555;
  132. font-size:13px;
  133. text-align:center;
  134. }
  135. .is-dark-theme .wp-block-video figcaption{
  136. color:hsla(0,0%,100%,.65);
  137. }
  138. .wp-block-video{
  139. margin:0 0 1em;
  140. }
  141. .wp-block-template-part.has-background{
  142. margin-bottom:0;
  143. margin-top:0;
  144. padding:1.25em 2.375em;
  145. }