Нет описания

theme-rtl.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. /**
  2. * Colors
  3. */
  4. /**
  5. * Breakpoints & Media Queries
  6. */
  7. /**
  8. * SCSS Variables.
  9. *
  10. * Please use variables from this sheet to ensure consistency across the UI.
  11. * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
  12. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
  13. */
  14. /**
  15. * Colors
  16. */
  17. /**
  18. * Fonts & basic variables.
  19. */
  20. /**
  21. * Grid System.
  22. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
  23. */
  24. /**
  25. * Dimensions.
  26. */
  27. /**
  28. * Shadows.
  29. */
  30. /**
  31. * Editor widths.
  32. */
  33. /**
  34. * Block & Editor UI.
  35. */
  36. /**
  37. * Block paddings.
  38. */
  39. /**
  40. * React Native specific.
  41. * These variables do not appear to be used anywhere else.
  42. */
  43. /**
  44. * Breakpoint mixins
  45. */
  46. /**
  47. * Long content fade mixin
  48. *
  49. * Creates a fading overlay to signify that the content is longer
  50. * than the space allows.
  51. */
  52. /**
  53. * Focus styles.
  54. */
  55. /**
  56. * Applies editor left position to the selector passed as argument
  57. */
  58. /**
  59. * Styles that are reused verbatim in a few places
  60. */
  61. /**
  62. * Allows users to opt-out of animations via OS-level preferences.
  63. */
  64. /**
  65. * Reset default styles for JavaScript UI based pages.
  66. * This is a WP-admin agnostic reset
  67. */
  68. /**
  69. * Reset the WP Admin page styles for Gutenberg-like pages.
  70. */
  71. #start-resizable-editor-section {
  72. display: none;
  73. }
  74. .wp-block-audio figcaption {
  75. color: #555;
  76. font-size: 13px;
  77. text-align: center;
  78. }
  79. .is-dark-theme .wp-block-audio figcaption {
  80. color: rgba(255, 255, 255, 0.65);
  81. }
  82. .wp-block-code {
  83. font-family: Menlo, Consolas, monaco, monospace;
  84. color: #1e1e1e;
  85. padding: 0.8em 1em;
  86. border: 1px solid #ddd;
  87. border-radius: 4px;
  88. }
  89. .wp-block-embed figcaption {
  90. color: #555;
  91. font-size: 13px;
  92. text-align: center;
  93. }
  94. .is-dark-theme .wp-block-embed figcaption {
  95. color: rgba(255, 255, 255, 0.65);
  96. }
  97. .blocks-gallery-caption {
  98. color: #555;
  99. font-size: 13px;
  100. text-align: center;
  101. }
  102. .is-dark-theme .blocks-gallery-caption {
  103. color: rgba(255, 255, 255, 0.65);
  104. }
  105. .wp-block-image figcaption {
  106. color: #555;
  107. font-size: 13px;
  108. text-align: center;
  109. }
  110. .is-dark-theme .wp-block-image figcaption {
  111. color: rgba(255, 255, 255, 0.65);
  112. }
  113. .wp-block-pullquote {
  114. border-top: 4px solid currentColor;
  115. border-bottom: 4px solid currentColor;
  116. margin-bottom: 1.75em;
  117. color: currentColor;
  118. }
  119. .wp-block-pullquote cite,
  120. .wp-block-pullquote footer, .wp-block-pullquote__citation {
  121. color: currentColor;
  122. text-transform: uppercase;
  123. font-size: 0.8125em;
  124. font-style: normal;
  125. }
  126. .wp-block-quote {
  127. border-right: 0.25em solid currentColor;
  128. margin: 0 0 1.75em 0;
  129. padding-right: 1em;
  130. }
  131. .wp-block-quote cite,
  132. .wp-block-quote footer {
  133. color: currentColor;
  134. font-size: 0.8125em;
  135. position: relative;
  136. font-style: normal;
  137. }
  138. .wp-block-quote.has-text-align-right {
  139. border-right: none;
  140. border-left: 0.25em solid currentColor;
  141. padding-right: 0;
  142. padding-left: 1em;
  143. }
  144. .wp-block-quote.has-text-align-center {
  145. border: none;
  146. padding-right: 0;
  147. }
  148. .wp-block-quote.is-style-large, .wp-block-quote.is-large {
  149. border: none;
  150. }
  151. .wp-block-search .wp-block-search__label {
  152. font-weight: bold;
  153. }
  154. .wp-block-group.has-background {
  155. padding: 1.25em 2.375em;
  156. margin-top: 0;
  157. margin-bottom: 0;
  158. }
  159. .wp-block-separator {
  160. border: none;
  161. border-bottom: 2px solid currentColor;
  162. margin-right: auto;
  163. margin-left: auto;
  164. opacity: 0.4;
  165. }
  166. .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  167. width: 100px;
  168. }
  169. .wp-block-separator.has-background:not(.is-style-dots) {
  170. border-bottom: none;
  171. height: 1px;
  172. }
  173. .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  174. height: 2px;
  175. }
  176. .wp-block-table thead {
  177. border-bottom: 3px solid;
  178. }
  179. .wp-block-table tfoot {
  180. border-top: 3px solid;
  181. }
  182. .wp-block-table td,
  183. .wp-block-table th {
  184. padding: 0.5em;
  185. border: 1px solid;
  186. word-break: normal;
  187. }
  188. .wp-block-table figcaption {
  189. color: #555;
  190. font-size: 13px;
  191. text-align: center;
  192. }
  193. .is-dark-theme .wp-block-table figcaption {
  194. color: rgba(255, 255, 255, 0.65);
  195. }
  196. .wp-block-video figcaption {
  197. color: #555;
  198. font-size: 13px;
  199. text-align: center;
  200. }
  201. .is-dark-theme .wp-block-video figcaption {
  202. color: rgba(255, 255, 255, 0.65);
  203. }
  204. .wp-block-template-part.has-background {
  205. padding: 1.25em 2.375em;
  206. margin-top: 0;
  207. margin-bottom: 0;
  208. }
  209. #end-resizable-editor-section {
  210. display: none;
  211. }