editor-rtl.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. * Converts a hex value into the rgb equivalent.
  45. *
  46. * @param {string} hex - the hexadecimal value to convert
  47. * @return {string} comma separated rgb values
  48. */
  49. /**
  50. * Breakpoint mixins
  51. */
  52. /**
  53. * Long content fade mixin
  54. *
  55. * Creates a fading overlay to signify that the content is longer
  56. * than the space allows.
  57. */
  58. /**
  59. * Focus styles.
  60. */
  61. /**
  62. * Applies editor left position to the selector passed as argument
  63. */
  64. /**
  65. * Styles that are reused verbatim in a few places
  66. */
  67. /**
  68. * Allows users to opt-out of animations via OS-level preferences.
  69. */
  70. /**
  71. * Reset default styles for JavaScript UI based pages.
  72. * This is a WP-admin agnostic reset
  73. */
  74. /**
  75. * Reset the WP Admin page styles for Gutenberg-like pages.
  76. */
  77. /* Styles for backwards compatibility with the legacy `post-comments` block */
  78. .wp-block-post-comments, .wp-block-comments__legacy-placeholder {
  79. /* utility classes */
  80. /* end utility classes */
  81. }
  82. .wp-block-post-comments .alignleft, .wp-block-comments__legacy-placeholder .alignleft {
  83. float: right;
  84. }
  85. .wp-block-post-comments .alignright, .wp-block-comments__legacy-placeholder .alignright {
  86. float: left;
  87. }
  88. .wp-block-post-comments .navigation::after, .wp-block-comments__legacy-placeholder .navigation::after {
  89. content: "";
  90. display: table;
  91. clear: both;
  92. }
  93. .wp-block-post-comments .commentlist, .wp-block-comments__legacy-placeholder .commentlist {
  94. clear: both;
  95. list-style: none;
  96. margin: 0;
  97. padding: 0;
  98. }
  99. .wp-block-post-comments .commentlist .comment, .wp-block-comments__legacy-placeholder .commentlist .comment {
  100. min-height: 2.25em;
  101. padding-right: 3.25em;
  102. }
  103. .wp-block-post-comments .commentlist .comment p, .wp-block-comments__legacy-placeholder .commentlist .comment p {
  104. font-size: 1em;
  105. line-height: 1.8;
  106. margin: 1em 0;
  107. }
  108. .wp-block-post-comments .commentlist .children, .wp-block-comments__legacy-placeholder .commentlist .children {
  109. list-style: none;
  110. margin: 0;
  111. padding: 0;
  112. }
  113. .wp-block-post-comments .comment-author, .wp-block-comments__legacy-placeholder .comment-author {
  114. line-height: 1.5;
  115. }
  116. .wp-block-post-comments .comment-author .avatar, .wp-block-comments__legacy-placeholder .comment-author .avatar {
  117. border-radius: 1.5em;
  118. display: block;
  119. float: right;
  120. height: 2.5em;
  121. margin-top: 0.5em;
  122. margin-left: 0.75em;
  123. width: 2.5em;
  124. }
  125. .wp-block-post-comments .comment-author cite, .wp-block-comments__legacy-placeholder .comment-author cite {
  126. font-style: normal;
  127. }
  128. .wp-block-post-comments .comment-meta, .wp-block-comments__legacy-placeholder .comment-meta {
  129. font-size: 0.875em;
  130. line-height: 1.5;
  131. }
  132. .wp-block-post-comments .comment-meta b, .wp-block-comments__legacy-placeholder .comment-meta b {
  133. font-weight: normal;
  134. }
  135. .wp-block-post-comments .comment-meta .comment-awaiting-moderation, .wp-block-comments__legacy-placeholder .comment-meta .comment-awaiting-moderation {
  136. margin-top: 1em;
  137. margin-bottom: 1em;
  138. display: block;
  139. }
  140. .wp-block-post-comments .comment-body .commentmetadata, .wp-block-comments__legacy-placeholder .comment-body .commentmetadata {
  141. font-size: 0.875em;
  142. }
  143. .wp-block-post-comments .comment-form-comment label, .wp-block-comments__legacy-placeholder .comment-form-comment label,
  144. .wp-block-post-comments .comment-form-author label,
  145. .wp-block-comments__legacy-placeholder .comment-form-author label,
  146. .wp-block-post-comments .comment-form-email label,
  147. .wp-block-comments__legacy-placeholder .comment-form-email label,
  148. .wp-block-post-comments .comment-form-url label,
  149. .wp-block-comments__legacy-placeholder .comment-form-url label {
  150. display: block;
  151. margin-bottom: 0.25em;
  152. }
  153. .wp-block-post-comments .comment-form textarea, .wp-block-comments__legacy-placeholder .comment-form textarea,
  154. .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
  155. .wp-block-comments__legacy-placeholder .comment-form input:not([type=submit]):not([type=checkbox]) {
  156. display: block;
  157. box-sizing: border-box;
  158. width: 100%;
  159. }
  160. .wp-block-post-comments .comment-form-cookies-consent, .wp-block-comments__legacy-placeholder .comment-form-cookies-consent {
  161. display: flex;
  162. gap: 0.25em;
  163. }
  164. .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent, .wp-block-comments__legacy-placeholder .comment-form-cookies-consent #wp-comment-cookies-consent {
  165. margin-top: 0.35em;
  166. }
  167. .wp-block-post-comments .comment-reply-title, .wp-block-comments__legacy-placeholder .comment-reply-title {
  168. margin-bottom: 0;
  169. }
  170. .wp-block-post-comments .comment-reply-title :where(small), .wp-block-comments__legacy-placeholder .comment-reply-title :where(small) {
  171. font-size: var(--wp--preset--font-size--medium, smaller);
  172. margin-right: 0.5em;
  173. }
  174. .wp-block-post-comments .reply, .wp-block-comments__legacy-placeholder .reply {
  175. font-size: 0.875em;
  176. margin-bottom: 1.4em;
  177. }
  178. .wp-block-post-comments textarea, .wp-block-comments__legacy-placeholder textarea,
  179. .wp-block-post-comments input:not([type=submit]),
  180. .wp-block-comments__legacy-placeholder input:not([type=submit]) {
  181. border: 1px solid #949494;
  182. font-size: 1em;
  183. font-family: inherit;
  184. }
  185. .wp-block-post-comments textarea, .wp-block-comments__legacy-placeholder textarea,
  186. .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
  187. .wp-block-comments__legacy-placeholder input:not([type=submit]):not([type=checkbox]) {
  188. padding: calc(0.667em + 2px);
  189. }
  190. :where(.wp-block-post-comments input[type="submit"]) {
  191. border: none;
  192. }
  193. .block-library-comments-toolbar__popover .components-popover__content {
  194. min-width: 230px;
  195. }
  196. .wp-block-comments__legacy-placeholder * {
  197. pointer-events: none;
  198. }