style-rtl.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. @charset "UTF-8";
  2. /**
  3. * Colors
  4. */
  5. /**
  6. * Breakpoints & Media Queries
  7. */
  8. /**
  9. * Often re-used variables
  10. */
  11. /**
  12. * Breakpoint mixins
  13. */
  14. /**
  15. * Long content fade mixin
  16. *
  17. * Creates a fading overlay to signify that the content is longer
  18. * than the space allows.
  19. */
  20. /**
  21. * Button states and focus styles
  22. */
  23. /**
  24. * Applies editor left position to the selector passed as argument
  25. */
  26. /**
  27. * Applies editor right position to the selector passed as argument
  28. */
  29. /**
  30. * Styles that are reused verbatim in a few places
  31. */
  32. /**
  33. * Allows users to opt-out of animations via OS-level preferences.
  34. */
  35. /**
  36. * Reset default styles for JavaScript UI based pages.
  37. * This is a WP-admin agnostic reset
  38. */
  39. /**
  40. * Reset the WP Admin page styles for Gutenberg-like pages.
  41. */
  42. .editor-autocompleters__block .editor-block-icon {
  43. margin-left: 8px; }
  44. .editor-autocompleters__user .editor-autocompleters__user-avatar {
  45. margin-left: 8px;
  46. flex-grow: 0;
  47. flex-shrink: 0;
  48. max-width: none;
  49. width: 24px;
  50. height: 24px; }
  51. .editor-autocompleters__user .editor-autocompleters__user-name {
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. overflow: hidden;
  55. max-width: 200px;
  56. flex-shrink: 0;
  57. flex-grow: 1; }
  58. .editor-autocompleters__user .editor-autocompleters__user-slug {
  59. margin-right: 8px;
  60. color: #8f98a1;
  61. white-space: nowrap;
  62. text-overflow: ellipsis;
  63. overflow: none;
  64. max-width: 100px;
  65. flex-grow: 0;
  66. flex-shrink: 0; }
  67. .editor-autocompleters__user:hover .editor-autocompleters__user-slug {
  68. color: #66c6e4; }
  69. .document-outline {
  70. margin: 20px 0; }
  71. .document-outline ul {
  72. margin: 0;
  73. padding: 0; }
  74. .document-outline__item {
  75. display: flex;
  76. margin: 4px 0; }
  77. .document-outline__item a {
  78. text-decoration: none; }
  79. .document-outline__item .document-outline__emdash::before {
  80. color: #e2e4e7;
  81. margin-left: 4px; }
  82. .document-outline__item.is-h2 .document-outline__emdash::before {
  83. content: "—"; }
  84. .document-outline__item.is-h3 .document-outline__emdash::before {
  85. content: "——"; }
  86. .document-outline__item.is-h4 .document-outline__emdash::before {
  87. content: "———"; }
  88. .document-outline__item.is-h5 .document-outline__emdash::before {
  89. content: "————"; }
  90. .document-outline__item.is-h6 .document-outline__emdash::before {
  91. content: "—————"; }
  92. .document-outline__button {
  93. cursor: pointer;
  94. background: none;
  95. border: none;
  96. display: flex;
  97. align-items: flex-start;
  98. margin: 0 -1px 0 0;
  99. padding: 2px 1px 2px 5px;
  100. color: #23282d;
  101. text-align: right; }
  102. .document-outline__button:disabled {
  103. cursor: default; }
  104. .document-outline__button:focus {
  105. background-color: #fff;
  106. color: #191e23;
  107. box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
  108. outline: 2px solid transparent; }
  109. .document-outline__level {
  110. background: #e2e4e7;
  111. color: #23282d;
  112. border-radius: 3px;
  113. font-size: 13px;
  114. padding: 1px 6px;
  115. margin-left: 4px; }
  116. .is-invalid .document-outline__level {
  117. background: #f0b849; }
  118. .document-outline__item-content {
  119. padding: 1px 0; }
  120. .components-editor-notices__dismissible {
  121. position: -webkit-sticky;
  122. position: sticky;
  123. top: 56px;
  124. left: 0;
  125. color: #191e23; }
  126. @media (min-width: 600px) {
  127. .components-editor-notices__dismissible {
  128. top: 0; } }
  129. .components-editor-notices__pinned {
  130. position: relative;
  131. right: 0;
  132. top: 0;
  133. left: 0;
  134. color: #191e23; }
  135. .components-editor-notices__dismissible .components-notice,
  136. .components-editor-notices__pinned .components-notice {
  137. box-sizing: border-box;
  138. margin: 0 0 5px;
  139. padding: 6px 12px;
  140. min-height: 60px; }
  141. .components-editor-notices__dismissible .components-notice .components-notice__dismiss,
  142. .components-editor-notices__pinned .components-notice .components-notice__dismiss {
  143. margin: 6px 5px 6px -5px; }
  144. .components-editor-notices__snackbar {
  145. width: 100%; }
  146. .editor-error-boundary {
  147. margin: auto;
  148. max-width: 780px;
  149. padding: 20px;
  150. margin-top: 60px;
  151. box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2); }
  152. .editor-page-attributes__template {
  153. margin-bottom: 10px; }
  154. .editor-page-attributes__template label,
  155. .editor-page-attributes__template select {
  156. width: 100%; }
  157. .editor-page-attributes__order {
  158. width: 100%; }
  159. .editor-page-attributes__order .components-base-control__field {
  160. display: flex;
  161. justify-content: space-between;
  162. align-items: center; }
  163. .editor-page-attributes__order input {
  164. width: 66px; }
  165. .editor-post-excerpt__textarea {
  166. width: 100%;
  167. margin-bottom: 10px; }
  168. .editor-post-featured-image {
  169. padding: 0; }
  170. .editor-post-featured-image .components-spinner {
  171. margin: 0; }
  172. .editor-post-featured-image .components-button + .components-button {
  173. display: block;
  174. margin-top: 1em; }
  175. .editor-post-featured-image .components-responsive-wrapper__content {
  176. max-width: 100%;
  177. width: auto; }
  178. .editor-post-featured-image__toggle,
  179. .editor-post-featured-image__preview {
  180. display: block;
  181. width: 100%;
  182. padding: 0;
  183. transition: all 0.1s ease-out;
  184. box-shadow: 0 0 0 0 #00a0d2; }
  185. @media (prefers-reduced-motion: reduce) {
  186. .editor-post-featured-image__toggle,
  187. .editor-post-featured-image__preview {
  188. transition-duration: 0s; } }
  189. .editor-post-featured-image__preview:not(:disabled):not([aria-disabled="true"]):focus {
  190. box-shadow: 0 0 0 4px #00a0d2; }
  191. .editor-post-featured-image__toggle {
  192. border: 1px dashed #a2aab2;
  193. background-color: #edeff0;
  194. line-height: 20px;
  195. padding: 8px 0;
  196. text-align: center; }
  197. .editor-post-featured-image__toggle:hover {
  198. background-color: #f8f9f9; }
  199. .editor-post-format {
  200. flex-direction: column;
  201. align-items: stretch;
  202. width: 100%; }
  203. .editor-post-format__content {
  204. display: inline-flex;
  205. justify-content: space-between;
  206. align-items: center;
  207. width: 100%; }
  208. .editor-post-format__suggestion {
  209. text-align: left;
  210. font-size: 13px; }
  211. .editor-post-last-revision__title {
  212. width: 100%;
  213. font-weight: 600; }
  214. .editor-post-last-revision__title .dashicon {
  215. margin-left: 5px; }
  216. .components-icon-button:not(:disabled):not([aria-disabled="true"]).editor-post-last-revision__title:hover, .components-icon-button:not(:disabled):not([aria-disabled="true"]).editor-post-last-revision__title:active {
  217. border: none;
  218. box-shadow: none; }
  219. .components-icon-button:not(:disabled):not([aria-disabled="true"]).editor-post-last-revision__title:focus {
  220. color: #191e23;
  221. border: none;
  222. box-shadow: none;
  223. outline-offset: -2px;
  224. outline: 1px dotted #555d66; }
  225. .editor-post-locked-modal {
  226. height: auto;
  227. padding-left: 10px;
  228. padding-right: 10px;
  229. padding-top: 10px;
  230. max-width: 480px; }
  231. .editor-post-locked-modal .components-modal__header {
  232. height: 36px; }
  233. .editor-post-locked-modal .components-modal__content {
  234. height: auto; }
  235. .editor-post-locked-modal__buttons {
  236. margin-top: 10px; }
  237. .editor-post-locked-modal__buttons .components-button {
  238. margin-left: 5px; }
  239. .editor-post-locked-modal__avatar {
  240. float: right;
  241. margin: 5px;
  242. margin-left: 15px; }
  243. .editor-post-permalink {
  244. display: inline-flex;
  245. align-items: center;
  246. flex-wrap: wrap;
  247. background: #fff;
  248. padding: 8px 8px 0;
  249. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  250. font-size: 13px;
  251. height: 40px;
  252. white-space: nowrap;
  253. border: 1px solid #b5bcc2;
  254. background-clip: padding-box;
  255. border-right: 0;
  256. box-shadow: 3px 0 0 0 #555d66;
  257. outline: 1px solid transparent;
  258. margin-right: -15px;
  259. margin-left: -15px; }
  260. .is-dark-theme .editor-post-permalink {
  261. box-shadow: 3px 0 0 0 #d7dade; }
  262. @media (min-width: 480px) {
  263. .editor-post-permalink {
  264. padding: 4px; } }
  265. @media (min-width: 600px) {
  266. .editor-post-permalink {
  267. margin-right: -1px;
  268. margin-left: -1px; } }
  269. .editor-post-permalink.editor-post-permalink > * {
  270. margin-bottom: 8px; }
  271. @media (min-width: 480px) {
  272. .editor-post-permalink.editor-post-permalink > * {
  273. margin-bottom: 0; } }
  274. .editor-post-permalink button {
  275. flex-shrink: 0; }
  276. .editor-post-permalink__copy {
  277. border-radius: 4px;
  278. padding: 6px; }
  279. .editor-post-permalink__copy.is-copied {
  280. opacity: 0.3; }
  281. .editor-post-permalink__label {
  282. margin: 0 5px 0 10px;
  283. font-weight: 600; }
  284. .editor-post-permalink__link {
  285. color: #7e8993;
  286. text-decoration: underline;
  287. margin-left: 10px;
  288. flex-grow: 1;
  289. overflow: hidden;
  290. position: relative;
  291. white-space: nowrap;
  292. text-align: right; }
  293. .editor-post-permalink-editor {
  294. width: 100%;
  295. min-width: 20%;
  296. display: inline-flex;
  297. align-items: center; }
  298. .editor-post-permalink-editor .editor-post-permalink__editor-container {
  299. flex: 0 1 100%;
  300. display: flex;
  301. overflow: hidden;
  302. padding: 1px 0; }
  303. .editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__prefix {
  304. flex: 1 1 auto; }
  305. @media (min-width: 600px) {
  306. .editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__prefix {
  307. flex: 1 0 auto; } }
  308. .editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__edit {
  309. flex: 1 1 100%; }
  310. .editor-post-permalink-editor .editor-post-permalink-editor__save {
  311. margin-right: auto; }
  312. .editor-post-permalink-editor__prefix {
  313. color: #6c7781;
  314. min-width: 20%;
  315. overflow: hidden;
  316. position: relative;
  317. white-space: nowrap;
  318. text-overflow: ellipsis; }
  319. .editor-post-permalink input[type="text"].editor-post-permalink-editor__edit {
  320. min-width: 10%;
  321. width: 100%;
  322. margin: 0 3px;
  323. padding: 2px 4px; }
  324. .editor-post-permalink-editor__suffix {
  325. color: #6c7781;
  326. margin-left: 6px;
  327. flex: 0 0 0%; }
  328. .editor-post-permalink-editor__prefix {
  329. text-align: right; }
  330. .editor-post-permalink__link {
  331. text-align: left; }
  332. .editor-post-permalink__editor-container,
  333. .editor-post-permalink__link {
  334. direction: ltr; }
  335. .editor-post-permalink__link::after {
  336. content: "";
  337. display: block;
  338. position: absolute;
  339. -webkit-touch-callout: none;
  340. -webkit-user-select: none;
  341. -moz-user-select: none;
  342. -ms-user-select: none;
  343. user-select: none;
  344. pointer-events: none;
  345. background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 90%);
  346. top: 0;
  347. bottom: 0;
  348. right: 0;
  349. left: auto;
  350. width: 20%;
  351. height: auto; }
  352. .editor-post-publish-panel {
  353. background: #fff;
  354. color: #555d66; }
  355. .editor-post-publish-panel__content {
  356. min-height: calc(100% - 140px); }
  357. .editor-post-publish-panel__content .components-spinner {
  358. display: block;
  359. float: none;
  360. margin: 100px auto 0; }
  361. .editor-post-publish-panel__header {
  362. background: #fff;
  363. padding-right: 16px;
  364. height: 56px;
  365. border-bottom: 1px solid #e2e4e7;
  366. display: flex;
  367. align-items: center;
  368. align-content: space-between; }
  369. .editor-post-publish-panel__header-publish-button {
  370. display: flex;
  371. justify-content: flex-end;
  372. flex-grow: 1;
  373. text-align: left;
  374. flex-wrap: nowrap; }
  375. .editor-post-publish-panel__header-published {
  376. flex-grow: 1; }
  377. .editor-post-publish-panel__footer {
  378. padding: 16px; }
  379. .components-button.editor-post-publish-panel__toggle.is-primary {
  380. display: inline-flex;
  381. align-items: center; }
  382. .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
  383. display: none; }
  384. .components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
  385. margin-left: -4px; }
  386. .editor-post-publish-panel__link {
  387. font-weight: 400;
  388. padding-right: 4px; }
  389. .editor-post-publish-panel__prepublish {
  390. padding: 16px; }
  391. .editor-post-publish-panel__prepublish strong {
  392. color: #191e23; }
  393. .editor-post-publish-panel__prepublish .components-panel__body {
  394. background: #fff;
  395. margin-right: -16px;
  396. margin-left: -16px; }
  397. .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
  398. display: none; }
  399. .post-publish-panel__postpublish .components-panel__body {
  400. border-bottom: 1px solid #e2e4e7;
  401. border-top: none; }
  402. .post-publish-panel__postpublish-buttons {
  403. display: flex;
  404. align-content: space-between;
  405. flex-wrap: wrap;
  406. margin: -5px; }
  407. .post-publish-panel__postpublish-buttons > * {
  408. flex-grow: 1;
  409. margin: 5px; }
  410. .post-publish-panel__postpublish-buttons .components-button {
  411. height: auto;
  412. justify-content: center;
  413. padding: 3px 10px 4px;
  414. line-height: 1.6;
  415. text-align: center;
  416. white-space: normal; }
  417. .post-publish-panel__postpublish-buttons .components-clipboard-button {
  418. width: 100%; }
  419. .post-publish-panel__postpublish-post-address {
  420. margin-bottom: 16px; }
  421. .post-publish-panel__postpublish-post-address input[readonly] {
  422. padding: 10px;
  423. background: #e8eaeb;
  424. overflow: hidden;
  425. text-overflow: ellipsis; }
  426. .post-publish-panel__postpublish-header {
  427. font-weight: 500; }
  428. .post-publish-panel__postpublish-subheader {
  429. margin: 0 0 8px; }
  430. .post-publish-panel__tip {
  431. color: #f0b849; }
  432. .editor-post-saved-state {
  433. display: flex;
  434. align-items: center;
  435. width: 28px;
  436. padding: 12px 4px;
  437. color: #555d66;
  438. overflow: hidden;
  439. white-space: nowrap; }
  440. .editor-post-saved-state .dashicon {
  441. display: inline-block;
  442. flex: 0 0 auto;
  443. margin-left: 8px; }
  444. @media (min-width: 600px) {
  445. .editor-post-saved-state {
  446. width: auto;
  447. padding: 8px 12px;
  448. text-indent: inherit; }
  449. .editor-post-saved-state .dashicon {
  450. margin-left: 4px; } }
  451. .edit-post-header .edit-post-header__settings .components-button.editor-post-save-draft {
  452. margin: 0; }
  453. .editor-post-taxonomies__hierarchical-terms-list {
  454. max-height: 14em;
  455. overflow: auto;
  456. padding-right: 2px; }
  457. .editor-post-taxonomies__hierarchical-terms-choice {
  458. margin-bottom: 8px; }
  459. .editor-post-taxonomies__hierarchical-terms-subchoices {
  460. margin-top: 8px;
  461. margin-right: 16px; }
  462. .components-button.editor-post-taxonomies__hierarchical-terms-submit,
  463. .components-button.editor-post-taxonomies__hierarchical-terms-add {
  464. margin-top: 12px; }
  465. .editor-post-taxonomies__hierarchical-terms-label {
  466. display: inline-block;
  467. margin-top: 12px; }
  468. .editor-post-taxonomies__hierarchical-terms-input {
  469. margin-top: 8px;
  470. width: 100%; }
  471. .editor-post-taxonomies__hierarchical-terms-filter {
  472. margin-bottom: 8px;
  473. width: 100%; }
  474. .editor-post-text-editor {
  475. border: 1px solid #e2e4e7 !important;
  476. display: block;
  477. margin: 0 0 2em;
  478. width: 100%;
  479. box-shadow: none;
  480. resize: none;
  481. overflow: hidden;
  482. font-family: Menlo, Consolas, monaco, monospace !important;
  483. line-height: 150%;
  484. border-radius: 0 !important;
  485. /* Fonts smaller than 16px causes mobile safari to zoom. */
  486. font-size: 16px !important; }
  487. @media (min-width: 600px) {
  488. .editor-post-text-editor {
  489. font-size: 14px !important; } }
  490. .editor-post-text-editor:hover, .editor-post-text-editor:focus {
  491. border: 1px solid #b5bcc2 !important;
  492. box-shadow: none !important;
  493. outline-offset: -2px !important; }
  494. .editor-post-text-editor__toolbar {
  495. display: flex;
  496. flex-direction: row;
  497. flex-wrap: wrap; }
  498. .editor-post-text-editor__toolbar button {
  499. height: 30px;
  500. background: none;
  501. padding: 0 8px;
  502. margin: 3px 4px;
  503. text-align: center;
  504. cursor: pointer;
  505. font-family: Menlo, Consolas, monaco, monospace;
  506. color: #555d66;
  507. border: 1px solid transparent; }
  508. .editor-post-text-editor__toolbar button:first-child {
  509. margin-right: 0; }
  510. .editor-post-text-editor__toolbar button:hover, .editor-post-text-editor__toolbar button:focus {
  511. outline: none;
  512. border: 1px solid #555d66; }
  513. .editor-post-text-editor__bold {
  514. font-weight: 600; }
  515. .editor-post-text-editor__italic {
  516. font-style: italic; }
  517. .editor-post-text-editor__link {
  518. text-decoration: underline;
  519. color: #0085ba; }
  520. body.admin-color-sunrise .editor-post-text-editor__link{
  521. color: #d1864a; }
  522. body.admin-color-ocean .editor-post-text-editor__link{
  523. color: #a3b9a2; }
  524. body.admin-color-midnight .editor-post-text-editor__link{
  525. color: #e14d43; }
  526. body.admin-color-ectoplasm .editor-post-text-editor__link{
  527. color: #a7b656; }
  528. body.admin-color-coffee .editor-post-text-editor__link{
  529. color: #c2a68c; }
  530. body.admin-color-blue .editor-post-text-editor__link{
  531. color: #82b4cb; }
  532. body.admin-color-light .editor-post-text-editor__link{
  533. color: #0085ba; }
  534. .editor-post-text-editor__del {
  535. text-decoration: line-through; }
  536. .edit-post-post-visibility__dialog,
  537. .editor-post-visibility__dialog-fieldset {
  538. padding: 4px;
  539. padding-top: 0; }
  540. .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
  541. .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend {
  542. font-weight: 600;
  543. margin-bottom: 1em;
  544. margin-top: 0.5em;
  545. padding: 0; }
  546. .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio,
  547. .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio {
  548. margin-top: 2px; }
  549. .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
  550. .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label {
  551. font-weight: 600; }
  552. .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
  553. .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info {
  554. margin-top: 0;
  555. margin-right: 28px; }
  556. .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,
  557. .editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
  558. margin-bottom: 0; }
  559. .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input,
  560. .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input {
  561. margin-right: 28px; }
  562. .editor-post-title__block {
  563. position: relative;
  564. padding: 5px 0;
  565. font-size: 16px; }
  566. @media (min-width: 600px) {
  567. .editor-post-title__block {
  568. padding: 5px 2px; } }
  569. .editor-post-title__block .editor-post-title__input {
  570. display: block;
  571. width: 100%;
  572. margin: 0;
  573. box-shadow: none;
  574. background: transparent;
  575. font-family: "Noto Serif", serif;
  576. line-height: 1.4;
  577. color: #191e23;
  578. transition: border 0.1s ease-out, box-shadow 0.1s linear;
  579. padding: 19px 14px;
  580. word-break: keep-all;
  581. border: 1px solid transparent;
  582. border-right-width: 0;
  583. border-left-width: 0;
  584. border-radius: 0;
  585. outline: 1px solid transparent;
  586. font-size: 2.44em;
  587. font-weight: 600; }
  588. @media (prefers-reduced-motion: reduce) {
  589. .editor-post-title__block .editor-post-title__input {
  590. transition-duration: 0s; } }
  591. @media (min-width: 600px) {
  592. .editor-post-title__block .editor-post-title__input {
  593. border-width: 1px;
  594. border-right-width: 0; } }
  595. .editor-post-title__block .editor-post-title__input::-webkit-input-placeholder {
  596. color: rgba(22, 36, 53, 0.55); }
  597. .editor-post-title__block .editor-post-title__input::-moz-placeholder {
  598. color: rgba(22, 36, 53, 0.55); }
  599. .editor-post-title__block .editor-post-title__input:-ms-input-placeholder {
  600. color: rgba(22, 36, 53, 0.55); }
  601. .editor-post-title__block .editor-post-title__input:focus {
  602. border: 1px solid transparent;
  603. border-right-width: 0;
  604. outline: 1px solid transparent;
  605. box-shadow: none; }
  606. .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
  607. border-color: rgba(66, 88, 99, 0.4);
  608. box-shadow: inset -3px 0 0 0 #555d66; }
  609. .is-dark-theme .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
  610. border-color: rgba(255, 255, 255, 0.45);
  611. box-shadow: inset -3px 0 0 0 #d7dade; }
  612. @media (min-width: 600px) {
  613. .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
  614. box-shadow: 3px 0 0 0 #555d66; }
  615. .is-dark-theme .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
  616. box-shadow: 3px 0 0 0 #d7dade; } }
  617. .editor-post-title__block:not(.is-focus-mode):not(.has-fixed-toolbar):not(.is-selected) .editor-post-title__input:hover {
  618. box-shadow: 3px 0 0 0 rgba(145, 151, 162, 0.25); }
  619. .is-dark-theme .editor-post-title__block:not(.is-focus-mode):not(.has-fixed-toolbar):not(.is-selected) .editor-post-title__input:hover {
  620. box-shadow: 3px 0 0 0 rgba(255, 255, 255, 0.25); }
  621. .editor-post-title__block.is-focus-mode .editor-post-title__input {
  622. opacity: 0.5;
  623. transition: opacity 0.1s linear; }
  624. @media (prefers-reduced-motion: reduce) {
  625. .editor-post-title__block.is-focus-mode .editor-post-title__input {
  626. transition-duration: 0s; } }
  627. .editor-post-title__block.is-focus-mode .editor-post-title__input:focus {
  628. opacity: 1; }
  629. .editor-post-title .editor-post-permalink {
  630. font-size: 13px;
  631. color: #191e23;
  632. height: auto;
  633. position: relative;
  634. right: 3px;
  635. top: -2px;
  636. width: calc(100% - 3px); }
  637. @media (min-width: 480px) {
  638. .editor-post-title .editor-post-permalink {
  639. position: absolute;
  640. top: -34px;
  641. left: 0;
  642. flex-wrap: nowrap;
  643. width: auto; } }
  644. @media (min-width: 600px) {
  645. .editor-post-title .editor-post-permalink {
  646. right: 2px;
  647. left: 2px; } }
  648. .editor-post-trash.components-button {
  649. width: 100%;
  650. color: #b52727;
  651. border-color: #b52727;
  652. justify-content: center; }
  653. .editor-post-trash.components-button:hover, .editor-post-trash.components-button:focus {
  654. color: #a02222;
  655. border-color: #a02222; }
  656. .table-of-contents__popover.components-popover:not(.is-mobile) .components-popover__content {
  657. min-width: 380px; }
  658. .components-popover.table-of-contents__popover {
  659. z-index: 99998; }
  660. .table-of-contents__popover .components-popover__content {
  661. padding: 16px; }
  662. @media (min-width: 600px) {
  663. .table-of-contents__popover .components-popover__content {
  664. max-height: calc(100vh - 120px);
  665. overflow-y: auto; } }
  666. .table-of-contents__popover hr {
  667. margin: 10px -16px 0; }
  668. .table-of-contents__wrapper:focus {
  669. color: #191e23;
  670. outline-offset: -1px;
  671. outline: 1px dotted #555d66;
  672. outline-offset: 8px; }
  673. .table-of-contents__counts {
  674. display: flex;
  675. flex-wrap: wrap;
  676. margin: 0; }
  677. .table-of-contents__count {
  678. flex-basis: 25%;
  679. display: flex;
  680. flex-direction: column;
  681. font-size: 13px;
  682. color: #6c7781;
  683. padding-left: 8px;
  684. margin-bottom: 0; }
  685. .table-of-contents__count:last-child {
  686. padding-left: 0; }
  687. .table-of-contents__number,
  688. .table-of-contents__popover .word-count {
  689. font-size: 21px;
  690. font-weight: 400;
  691. line-height: 30px;
  692. color: #555d66; }
  693. .table-of-contents__title {
  694. display: block;
  695. margin-top: 20px;
  696. font-size: 15px;
  697. font-weight: 600; }
  698. .editor-template-validation-notice {
  699. display: flex;
  700. justify-content: space-between;
  701. align-items: center; }
  702. .editor-template-validation-notice .components-button {
  703. margin-right: 5px; }