Açıklama Yok

style-rtl.css 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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. :root {
  72. --wp-admin-theme-color: #007cba;
  73. --wp-admin-theme-color-darker-10: #006ba1;
  74. --wp-admin-theme-color-darker-20: #005a87;
  75. --wp-admin-border-width-focus: 2px;
  76. }
  77. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  78. :root {
  79. --wp-admin-border-width-focus: 1.5px;
  80. }
  81. }
  82. #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector {
  83. background: #fff;
  84. box-sizing: border-box;
  85. }
  86. #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector * {
  87. box-sizing: inherit;
  88. }
  89. #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector {
  90. margin: -12px;
  91. }
  92. #customize-theme-controls .customize-pane-child.accordion-section-content.customize-widgets-layout__inspector .block-editor-block-inspector h3 {
  93. margin-bottom: 0;
  94. }
  95. #customize-theme-controls .customize-pane-child.control-section-sidebar.is-sub-section-open {
  96. transform: translateX(100%);
  97. }
  98. .customize-widgets-header {
  99. display: flex;
  100. justify-content: flex-end;
  101. margin: -15px -12px 0 -12px;
  102. background: #f0f0f1;
  103. border-bottom: 1px solid #e0e0e0;
  104. z-index: 8;
  105. }
  106. @media (min-width: 782px) {
  107. .customize-widgets-header {
  108. margin-bottom: 76px;
  109. }
  110. }
  111. .customize-widgets-header.is-fixed-toolbar-active {
  112. margin-bottom: 0;
  113. }
  114. .customize-widgets-header-toolbar {
  115. display: flex;
  116. border: none;
  117. width: 100%;
  118. align-items: center;
  119. }
  120. .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon {
  121. border-radius: 2px;
  122. color: #fff;
  123. padding: 0;
  124. min-width: 24px;
  125. height: 24px;
  126. margin: 12px auto 12px 0;
  127. }
  128. .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon::before {
  129. content: none;
  130. }
  131. .customize-widgets-header-toolbar .customize-widgets-header-toolbar__inserter-toggle.components-button.has-icon.is-pressed {
  132. background: #1e1e1e;
  133. }
  134. .customize-widgets-header-toolbar .components-button.has-icon.customize-widgets-editor-history-button.redo-button {
  135. margin-right: -12px;
  136. }
  137. #customize-sidebar-outer-content {
  138. width: auto;
  139. min-width: 100%;
  140. }
  141. #customize-outer-theme-controls .widgets-inserter {
  142. padding: 0;
  143. }
  144. #customize-outer-theme-controls .widgets-inserter .customize-section-description-container {
  145. display: none;
  146. }
  147. .customize-widgets-layout__inserter-panel {
  148. background: #fff;
  149. }
  150. .customize-widgets-layout__inserter-panel-header {
  151. display: flex;
  152. justify-content: space-between;
  153. align-items: center;
  154. padding: 16px;
  155. height: 46px;
  156. box-sizing: border-box;
  157. border-bottom: 1px solid #ddd;
  158. }
  159. .customize-widgets-layout__inserter-panel-header .customize-widgets-layout__inserter-panel-header-title {
  160. margin: 0;
  161. }
  162. .block-editor-inserter__quick-inserter .block-editor-inserter__panel-content {
  163. background: #fff;
  164. }
  165. .customize-widgets-keyboard-shortcut-help-modal__section {
  166. margin: 0 0 2rem 0;
  167. }
  168. .customize-widgets-keyboard-shortcut-help-modal__main-shortcuts .customize-widgets-keyboard-shortcut-help-modal__shortcut-list {
  169. margin-top: -25px;
  170. }
  171. .customize-widgets-keyboard-shortcut-help-modal__section-title {
  172. font-size: 0.9rem;
  173. font-weight: 600;
  174. }
  175. .customize-widgets-keyboard-shortcut-help-modal__shortcut {
  176. display: flex;
  177. align-items: baseline;
  178. padding: 0.6rem 0;
  179. border-top: 1px solid #ddd;
  180. margin-bottom: 0;
  181. }
  182. .customize-widgets-keyboard-shortcut-help-modal__shortcut:last-child {
  183. border-bottom: 1px solid #ddd;
  184. }
  185. .customize-widgets-keyboard-shortcut-help-modal__shortcut:empty {
  186. display: none;
  187. }
  188. .customize-widgets-keyboard-shortcut-help-modal__shortcut-term {
  189. font-weight: 600;
  190. margin: 0 1rem 0 0;
  191. text-align: left;
  192. }
  193. .customize-widgets-keyboard-shortcut-help-modal__shortcut-description {
  194. flex: 1;
  195. margin: 0;
  196. flex-basis: auto;
  197. }
  198. .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination {
  199. display: block;
  200. background: none;
  201. margin: 0;
  202. padding: 0;
  203. }
  204. .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination + .customize-widgets-keyboard-shortcut-help-modal__shortcut-key-combination {
  205. margin-top: 10px;
  206. }
  207. .customize-widgets-keyboard-shortcut-help-modal__shortcut-key {
  208. padding: 0.25rem 0.5rem;
  209. border-radius: 8%;
  210. margin: 0 0.2rem 0 0.2rem;
  211. }
  212. .customize-widgets-keyboard-shortcut-help-modal__shortcut-key:last-child {
  213. margin: 0 0.2rem 0 0;
  214. }
  215. .customize-widgets-more-menu {
  216. margin-right: -4px;
  217. }
  218. .customize-widgets-more-menu .components-button {
  219. width: auto;
  220. padding: 0 2px;
  221. }
  222. @media (min-width: 600px) {
  223. .customize-widgets-more-menu {
  224. margin-right: 0;
  225. }
  226. .customize-widgets-more-menu .components-button {
  227. padding: 0 4px;
  228. }
  229. }
  230. .customize-widgets-more-menu__content .components-popover__content {
  231. min-width: 280px;
  232. }
  233. @media (min-width: 480px) {
  234. .customize-widgets-more-menu__content .components-popover__content {
  235. width: auto;
  236. max-width: 480px;
  237. }
  238. }
  239. .customize-widgets-more-menu__content .components-popover__content .components-dropdown-menu__menu {
  240. padding: 0;
  241. }
  242. .components-popover.customize-widgets-more-menu__content {
  243. z-index: 99998;
  244. }
  245. .block-editor-block-contextual-toolbar.is-fixed {
  246. top: 0;
  247. margin-right: -12px;
  248. margin-left: -12px;
  249. width: calc(100% + 24px);
  250. overflow-y: auto;
  251. z-index: 7;
  252. }
  253. .customize-control-sidebar_block_editor .block-editor-block-list__block-popover {
  254. position: fixed;
  255. z-index: 7;
  256. }
  257. .customize-widgets-welcome-guide__image__wrapper {
  258. background: #00a0d2;
  259. text-align: center;
  260. margin-bottom: 8px;
  261. }
  262. .customize-widgets-welcome-guide__image {
  263. height: auto;
  264. }
  265. .wrap .customize-widgets-welcome-guide__heading {
  266. font-size: 18px;
  267. font-weight: 600;
  268. }
  269. .customize-widgets-welcome-guide__text {
  270. line-height: 1.7;
  271. }
  272. .customize-widgets-welcome-guide__button {
  273. justify-content: center;
  274. margin: 1em 0;
  275. width: 100%;
  276. }
  277. .customize-widgets-welcome-guide__separator {
  278. margin: 1em 0;
  279. }
  280. .customize-widgets-welcome-guide__more-info {
  281. line-height: 1.4;
  282. }
  283. #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section {
  284. min-height: 100%;
  285. background-color: #fff;
  286. padding-top: 12px !important;
  287. }
  288. #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section.open {
  289. overflow: unset;
  290. }
  291. #customize-theme-controls .customize-pane-child.customize-widgets__sidebar-section .customize-section-title {
  292. position: static !important;
  293. margin-top: -12px !important;
  294. width: unset !important;
  295. }
  296. .components-modal__screen-overlay {
  297. z-index: 999999;
  298. }
  299. .customize-control-sidebar_block_editor,
  300. .customize-widgets-layout__inspector,
  301. .customize-widgets-popover {
  302. box-sizing: border-box;
  303. }
  304. .customize-control-sidebar_block_editor *,
  305. .customize-control-sidebar_block_editor *::before,
  306. .customize-control-sidebar_block_editor *::after,
  307. .customize-widgets-layout__inspector *,
  308. .customize-widgets-layout__inspector *::before,
  309. .customize-widgets-layout__inspector *::after,
  310. .customize-widgets-popover *,
  311. .customize-widgets-popover *::before,
  312. .customize-widgets-popover *::after {
  313. box-sizing: inherit;
  314. }