editor-blocks.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. /*
  2. Theme Name: Photos
  3. Description: Gutenberg Block Editor Styles
  4. */
  5. /*--------------------------------------------------------------
  6. >>> TABLE OF CONTENTS:
  7. ----------------------------------------------------------------
  8. 1.0 General Typography
  9. 2.0 General Block Styles
  10. 3.0 Blocks - Common Blocks
  11. 4.0 Blocks - Widgets
  12. --------------------------------------------------------------*/
  13. /*--------------------------------------------------------------
  14. 1.0 General Typography
  15. --------------------------------------------------------------*/
  16. .block-editor .editor-styles-wrapper,
  17. .block-editor .editor-styles-wrapper p,
  18. .editor-default-block-appender textarea.editor-default-block-appender__content {
  19. font-family: -apple-system, "SF Pro Text", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  20. }
  21. .block-editor .editor-styles-wrapper,
  22. .block-editor .editor-styles-wrapper p {
  23. color: #111;
  24. font-size: 16px;
  25. line-height: 1.5 !important;
  26. }
  27. .block-editor .editor-styles-wrapper .mce-content-body {
  28. line-height: 1.5;
  29. }
  30. @media screen and ( min-width: 1200px ) {
  31. .block-editor .editor-styles-wrapper,
  32. .block-editor .editor-styles-wrapper .editor-rich-text,
  33. .block-editor .editor-styles-wrapper .editor-rich-text p {
  34. font-size: 20px;
  35. }
  36. }
  37. .editor-block-list__layout > .editor-block-list__block > .editor-block-list__block-edit,
  38. .editor-block-list__layout > .editor-block-list__layout > .editor-block-list__block > .editor-block-list__block-edit,
  39. .editor-block-list__layout > .editor-default-block-appender__content {
  40. margin-bottom: 30px;
  41. margin-top: 30px;
  42. }
  43. .alignleft,
  44. .editor-block-list__layout .editor-block-list__block[data-align="left"] .editor-block-list__block-edit {
  45. margin-right: 30px;
  46. }
  47. .rtl .alignleft,
  48. .rtl .editor-block-list__layout .editor-block-list__block[data-align="left"] .editor-block-list__block-edit {
  49. margin-left: 30px;
  50. margin-right: 0;
  51. }
  52. .alignright,
  53. .editor-block-list__layout .editor-block-list__block[data-align="right"] .editor-block-list__block-edit {
  54. margin-left: 30px;
  55. }
  56. .rtl .alignright,
  57. .rtl .editor-block-list__layout .editor-block-list__block[data-align="right"] .editor-block-list__block-edit {
  58. margin-left: 0;
  59. margin-right: 30px;
  60. }
  61. .aligncenter,
  62. .editor-block-list__layout .editor-block-list__block[data-align="center"] .editor-block-list__block-edit {
  63. clear: both;
  64. display: block;
  65. margin-left: auto;
  66. margin-right: auto;
  67. }
  68. .edit-post-visual-editor a,
  69. .editor-block-list__block a,
  70. .wp-block-freeform.block-library-rich-text__tinymce a {
  71. color: #d63031;
  72. }
  73. /* Title */
  74. .editor-post-title__block .editor-post-title__input {
  75. clear: both;
  76. color: #111111;
  77. font-family: -apple-system, "SF Pro Text", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  78. font-weight: bold;
  79. margin-bottom: 1.875em;
  80. margin-top: 0;
  81. text-align: center;
  82. line-height: 1.2;
  83. }
  84. /* Headings */
  85. .edit-post-visual-editor h1,
  86. .edit-post-visual-editor h2,
  87. .edit-post-visual-editor h3,
  88. .edit-post-visual-editor h4,
  89. .edit-post-visual-editor h5,
  90. .edit-post-visual-editor h6 {
  91. clear: both;
  92. font-family: -apple-system, "SF Pro Text", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  93. line-height: 1.2;
  94. font-weight: 700;
  95. }
  96. .edit-post-visual-editor h1 {
  97. font-size: 34px;
  98. line-height: 1.4118;
  99. }
  100. .edit-post-visual-editor h2 {
  101. font-size: 28px;
  102. line-height: 1.2858;
  103. }
  104. .edit-post-visual-editor h3 {
  105. font-size: 24px;
  106. line-height: 1.25;
  107. }
  108. .edit-post-visual-editor h4 {
  109. font-size: 20px;
  110. line-height: 1.5;
  111. }
  112. .edit-post-visual-editor h5 {
  113. font-size: 16px;
  114. line-height: 1.5;
  115. }
  116. .edit-post-visual-editor h6 {
  117. font-size: 14px;
  118. line-height: 1.2858;
  119. }
  120. @media screen and ( min-width: 1200px ) {
  121. .edit-post-visual-editor h1 {
  122. font-size: 42px;
  123. line-height: 1.4286;
  124. }
  125. .edit-post-visual-editor h2 {
  126. font-size: 35px;
  127. line-height: 1.2858;
  128. }
  129. .edit-post-visual-editor h3 {
  130. font-size: 29px;
  131. line-height: 1.2932;
  132. }
  133. .edit-post-visual-editor h4 {
  134. font-size: 24px;
  135. line-height: 1.25;
  136. }
  137. .edit-post-visual-editor h5 {
  138. font-size: 20px;
  139. line-height: 1.3236;
  140. }
  141. .edit-post-visual-editor h6 {
  142. font-size: 17px;
  143. line-height: 1.3236;
  144. }
  145. }
  146. /* Paragraphs */
  147. .edit-post-visual-editor p,
  148. .edit-post-visual-editor blockquote p {
  149. margin: 0 0 1.5em;
  150. }
  151. /*--------------------------------------------------------------
  152. 2.0 General Block Styles
  153. --------------------------------------------------------------*/
  154. /* Main content width */
  155. .wp-block {
  156. max-width: 670px; /* 640px + 30px for editor padding */
  157. }
  158. /* Alignments */
  159. .alignfull {
  160. max-width: 100%;
  161. text-align: center;
  162. }
  163. .alignwide {
  164. margin-left: auto;
  165. margin-right: auto;
  166. max-width: 1020px;
  167. width: 80%;
  168. }
  169. .wp-block[data-align="left"],
  170. .wp-block[data-align="right"] {
  171. max-width: 100%;
  172. }
  173. /* Colors */
  174. .has-red-color {
  175. color: #d63031;
  176. }
  177. .has-red-background-color {
  178. background-color: #d63031;
  179. }
  180. .has-charcoal-color {
  181. color: #111;
  182. }
  183. .has-charcoal-background-color {
  184. background-color: #111;
  185. }
  186. .has-very-light-gray-color {
  187. color: #f0f0f0;
  188. }
  189. .has-very-light-gray-background-color {
  190. background-color: #f0f0f0;
  191. }
  192. .has-very-dark-gray-color {
  193. color: #404040;
  194. }
  195. .has-very-dark-gray-background-color {
  196. background-color: #404040;
  197. }
  198. .has-medium-gray-color {
  199. color: #606060;
  200. }
  201. .has-medium-gray-background-color {
  202. background-color: #606060;
  203. }
  204. /* Text sizing */
  205. .is-small-text {}
  206. .is-regular-text {}
  207. .is-large-text {}
  208. .is-larger-text {}
  209. /* List styles */
  210. .block-editor .editor-styles-wrapper ol ul,
  211. .block-editor .editor-styles-wrapper ul ul {
  212. list-style: disc;
  213. }
  214. .editor-styles-wrapper dd,
  215. .editor-styles-wrapper li {
  216. line-height: 1.5;
  217. margin-bottom: 0;
  218. }
  219. /*--------------------------------------------------------------
  220. 3.0 Common Blocks
  221. --------------------------------------------------------------*/
  222. /* Images */
  223. .wp-block-image img {
  224. display: block;
  225. }
  226. .wp-block-image .alignleft {
  227. margin-bottom: 1.5em;
  228. margin-left: -190px;
  229. margin-right: 1.5em;
  230. margin-top: 0;
  231. }
  232. .rtl .wp-block-image .alignleft {
  233. margin-left: 1.5em;
  234. margin-right: -190px;
  235. }
  236. .wp-block-image .alignright {
  237. margin-bottom: 1.5em;
  238. margin-left: 1.5em;
  239. margin-right: -190px;
  240. margin-top: 0;
  241. }
  242. .rtl .wp-block-image .alignright {
  243. margin-left: -190px;
  244. margin-right: 1.5em;
  245. }
  246. .wp-block-image figcaption {
  247. color: #606060;
  248. font-size: 0.8em;
  249. margin-top: 0;
  250. padding-top: 0.625em;
  251. text-align: center;
  252. }
  253. /* Dropcaps */
  254. p.has-drop-cap:not(:focus):first-letter {
  255. font-family: -apple-system, "SF Pro Text", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  256. font-size: 106px;
  257. font-weight: 300;
  258. margin: 0.08em 0.1em 0 0;
  259. }
  260. /* Images */
  261. .wp-block-image img {
  262. display: block;
  263. }
  264. .wp-block-image figcaption {
  265. color: #606060;
  266. font-size: 0.8em;
  267. margin-top: 0;
  268. padding-top: 0.625em;
  269. text-align: center;
  270. }
  271. /* Galleries */
  272. .wp-block-gallery {
  273. margin-bottom: 30px;
  274. }
  275. /* Captions */
  276. .wp-block-image figcaption,
  277. .wp-block-audio figcaption,
  278. .wp-block-video figcaption {
  279. color: #606060;
  280. }
  281. /* Blockquotes*/
  282. blockquote {
  283. background-color: #f0f0f0;
  284. border-left: 4px solid #d63031;
  285. font-style: italic;
  286. margin: 0 0 1.5em;
  287. padding: 1em 1.5em;
  288. }
  289. .rtl blockquote {
  290. border-left: none;
  291. border-right: 4px solid #d63031;
  292. }
  293. blockquote :last-child,
  294. blockquote p:last-child {
  295. margin-bottom: 0;
  296. }
  297. .wp-block-quote,
  298. .wp-block-quote:not(.is-large):not(.is-style-large),
  299. .rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:left"],
  300. .rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: left"] {
  301. border-left: 4px solid #d63031;
  302. border-right: 0;
  303. padding-left: 26px;
  304. padding-right: 26px;
  305. }
  306. .rtl .wp-block-quote,
  307. .rtl .wp-block-quote:not(.is-large):not(.is-style-large),
  308. .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
  309. .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
  310. border-left: none;
  311. border-right: 4px solid #d63031;
  312. }
  313. .wp-block-quote.is-large,
  314. .wp-block-quote.is-style-large {
  315. margin-left: auto;
  316. margin-right: auto;
  317. margin-bottom: 30px;
  318. padding: 20px 30px;
  319. }
  320. .wp-block-quote p:last-of-type {
  321. margin-bottom: 0;
  322. }
  323. .wp-block-quote__citation {
  324. color: #606060;
  325. font-size: 16px;
  326. font-weight: 300;
  327. margin-top: 0;
  328. }
  329. /* Pullquotes */
  330. .wp-block-pullquote {
  331. border-bottom: none;
  332. border-top: none;
  333. color: #111;
  334. padding: 0;
  335. }
  336. .wp-block-pullquote blockquote {
  337. border-bottom: 4px solid #d63031;
  338. border-left: none;
  339. border-right: none;
  340. border-top: 4px solid #d63031;
  341. font-style: italic;
  342. margin: 0;
  343. padding: 1em 1.5em;
  344. }
  345. .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  346. background-color: #f0f0f0;
  347. }
  348. .wp-block-pullquote p,
  349. .wp-block-pullquote p:last-of-type {
  350. margin-bottom: 1em;
  351. }
  352. .wp-block-pullquote .wp-block-pullquote__citation {
  353. color: #606060;
  354. font-size: inherit;
  355. font-weight: 300;
  356. text-transform: capitalize;
  357. }
  358. .wp-block[data-align="left"] .wp-block-pullquote,
  359. .wp-block[data-align="right"] .wp-block-pullquote {
  360. text-align: left;
  361. }
  362. .rtl .wp-block[data-align="left"] .wp-block-pullquote,
  363. .rtl .wp-block[data-align="right"] .wp-block-pullquote {
  364. text-align: right;
  365. }
  366. .wp-block[data-align="left"] .wp-block-pullquote,
  367. .wp-block[data-align="right"] .wp-block-pullquote {
  368. max-width: 320px;
  369. padding: 0;
  370. }
  371. .wp-block[data-align="wide"] .wp-block-pullquote blockquote,
  372. .wp-block[data-align="full"] .wp-block-pullqupote blockquote {
  373. padding: 2em;
  374. }
  375. @media screen and ( min-width: 1200px ) {
  376. .wp-block-pullquote p,
  377. .editor-styles-wrapper .editor-block-list__block .wp-block-pullquote .editor-rich-text p {
  378. font-size: 32px;
  379. }
  380. .wp-block[data-align="left"] .wp-block-pullquote p,
  381. .wp-block[data-align="right"] .wp-block-pullquote p,
  382. .editor-styles-wrapper .editor-block-list__block[data-align="left"] .editor-rich-text p,
  383. .editor-styles-wrapper .editor-block-list__block[data-align="right"] .editor-rich-text p {
  384. font-size: 27px;
  385. }
  386. .wp-block[data-align="wide"] .wp-block-pullquote blockquote,
  387. .wp-block[data-align="full"] .wp-block-pullqupote blockquote {
  388. padding: 3em;
  389. }
  390. .wp-block[data-align="wide"] .wp-block-pullquote {
  391. max-width: 830px;
  392. width: 100%;
  393. }
  394. .wp-block[data-align="full"] .wp-block-pullquote {
  395. margin: 0 calc( 50% - 510px );
  396. max-width: 1020px;
  397. }
  398. }
  399. /* Cover Images */
  400. .block-editor .editor-styles-wrapper .wp-block-cover .editor-rich-text p,
  401. .block-editor .wp-block-cover-image .wp-block-cover-image-text,
  402. .block-editor .wp-block-cover-image .wp-block-cover-text,
  403. .block-editor .wp-block-cover-image h2,
  404. .block-editor .wp-block-cover .wp-block-cover-image-text,
  405. .block-editor .wp-block-cover .wp-block-cover-text,
  406. .block-editor .wp-block-cover h2 {
  407. color: #fff;
  408. font-size: 2em;
  409. line-height: 1.25;
  410. }
  411. /* Audio & Video */
  412. .wp-block[data-align="left"] .wp-block-audio,
  413. .wp-block[data-align="right"] .wp-block-audio {
  414. width: 320px;
  415. }
  416. .wp-block-audio audio,
  417. .wp-block-video video {
  418. height: auto;
  419. width: 100%;
  420. }
  421. /* Tables */
  422. .wp-block-table {
  423. display: table;
  424. }
  425. .wp-block-table td,
  426. .wp-block-table th {
  427. border-color: #dcdcdc;
  428. padding: 5px 3px;
  429. }
  430. .wp-block-table thead {
  431. background-color: #f0f0f0;
  432. }
  433. .wp-block-table.alignleft,
  434. .wp-block-table.alignright {
  435. max-width: 50%;
  436. }
  437. /* Preformatted, Code, Verse */
  438. .wp-block-code,
  439. .wp-block-preformatted,
  440. .wp-block-verse pre {
  441. background: #f0f0f0;
  442. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  443. font-size: 16px;
  444. line-height: 1.5;
  445. max-width: 100%;
  446. padding: 1.5em;
  447. overflow: auto;
  448. }
  449. .wp-block-code {
  450. border: none;
  451. border-radius: 0;
  452. }
  453. .wp-block-code .editor-plain-text {
  454. background-color: transparent;
  455. color: #111;
  456. font-size: 16px;
  457. }
  458. .wp-block-preformatted {
  459. padding: 1.5em;
  460. }
  461. .wp-block-preformatted pre,
  462. .editor-styles-wrapper .wp-block-preformatted .mce-content-body {
  463. font-size: 16px;
  464. line-height: 1.5;
  465. }
  466. /* Verse */
  467. .wp.block-verse.editor-rich-text {
  468. font-size: 16px;
  469. }
  470. .wp-block-verse.aligncenter {
  471. text-align: center;
  472. }
  473. .wp-block-verse.alignleft {
  474. text-align: left;
  475. }
  476. .rtl .wp-block-verse.alignleft {
  477. text-align: right;
  478. }
  479. .wp-block-verse.alignright {
  480. text-align: right;
  481. }
  482. .rtl .wp-block-verse.alignright {
  483. text-align: left;
  484. }
  485. /* Separator */
  486. .wp-block-separator,
  487. .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  488. background-color: transparent;
  489. border-bottom: 1px solid #dcdcdc;
  490. margin-bottom: 1.5em;
  491. max-width: 180px;
  492. width: 100%;
  493. }
  494. .editor-styles-wrapper .wp-block[data-type="core/separator"] {
  495. max-width: 100%;
  496. }
  497. .wp-block-separator.alignwide,
  498. .wp-block-separator.is-style-wide {
  499. max-width: 75vw;
  500. width: 100%;
  501. }
  502. .wp-block-separator.is-style-dots:before {
  503. color: #d63031;
  504. }
  505. /* Buttons and File block */
  506. .wp-block-file .wp-block-file__button,
  507. .wp-block-button .wp-block-button__link {
  508. font-weight: bold;
  509. line-height: 1.5;
  510. padding: 0.5em 0.75em;
  511. text-align: center;
  512. transition: background 150ms ease-in-out,
  513. color 150ms ease-in-out;
  514. }
  515. .wp-block-file .wp-block-file__button {
  516. border-radius: 4px;
  517. }
  518. .wp-block-file__textlink {
  519. text-decoration: underline;
  520. }
  521. .wp-block-file .wp-block-file__button {
  522. display: inline;
  523. font-size: inherit;
  524. }
  525. .wp-block-file,
  526. .wp-block-file .wp-block-file__button,
  527. .wp-block-button__link:not(.has-text-color) {
  528. color: #d63031;
  529. }
  530. .wp-block-file .wp-block-file__button,
  531. .wp-block-button__link:not(.has-background) {
  532. background: #f0f0f0;
  533. }
  534. .wp-block-button.is-style-outline .wp-block-button__link {
  535. background: transparent;
  536. }
  537. /* Classic Editor */
  538. .wp-block-freeform.block-library-rich-text__tinymce li,
  539. .wp-block-freeform.block-library-rich-text__tinymce p {
  540. line-height: 1.5;
  541. }
  542. .wp-block-freeform > *,
  543. .wp-block-freeform.block-library-rich-text__tinymce .alignleft,
  544. .wp-block-freeform.block-library-rich-text__tinymce .alignright {
  545. margin-bottom: 1.875rem;
  546. }
  547. .block-editor .wp-block-freeform p {
  548. font-size: inherit;
  549. }
  550. .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  551. border-color: #d63031;
  552. margin-bottom: 1.875rem;
  553. padding: 1em 1.5em;
  554. }
  555. .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
  556. margin: 0 0 1.5em;
  557. }
  558. .wp-block-freeform blockquote p:last-of-type {
  559. margin-bottom: 0;
  560. }
  561. .wp-block-freeform hr {
  562. clear: both;
  563. }
  564. .wp-block-freeform table {
  565. border: 1px solid #dcdcdc;
  566. border-collapse: collapse;
  567. margin: 0 0 1.5em;
  568. width: 100%;
  569. }
  570. .wp-block-freeform .mce-item-table,
  571. .wp-block-freeform .mce-item-table td,
  572. .wp-block-freeform .mce-item-table th,
  573. .wp-block-freeform .mce-item-table caption {
  574. border: 1px solid #dcdcdc;
  575. }
  576. .wp-block-freeform th,
  577. .wp-block-freeform td {
  578. line-height: 1.5;
  579. padding: 0.75em;
  580. }
  581. .wp-block-freeform thead {
  582. background-color: #f0f0f0;
  583. }
  584. .wp-block-freeform dt {
  585. font-weight: bold;
  586. }
  587. .wp-block-freeform li {
  588. margin-bottom: 0;
  589. }
  590. .wp-block-freeform.block-library-rich-text__tinymce pre,
  591. .wp-block-freeform.block-library-rich-text__tinymce code,
  592. .wp-block-freeform.block-library-rich-text__tinymce kbd,
  593. .wp-block-freeform.block-library-rich-text__tinymce tt,
  594. .wp-block-freeform.block-library-rich-text__tinymce var {
  595. background: #f0f0f0;
  596. border-radius: 0;
  597. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  598. font-size: 16px;
  599. line-height: 1.5;
  600. padding: 0 0.25;
  601. overflow: auto;
  602. }
  603. .wp-block-freeform.block-library-rich-text__tinymce pre {
  604. padding: 1.5em;
  605. }
  606. .wp-block-freeform ins {
  607. background: #d63031;
  608. color: #fff;
  609. padding: 0 0.25em;
  610. text-decoration: none;
  611. }
  612. .wp-block-freeform q {
  613. quotes: initial;
  614. }
  615. .wp-block-freeform q:before {
  616. content: open-quote;
  617. }
  618. .wp-block-freeform q:after {
  619. content: close-quote;
  620. }
  621. /*--------------------------------------------------------------
  622. 4.0 Blocks - Widgets
  623. --------------------------------------------------------------*/
  624. /* Categories, Latest Posts & Archives */
  625. .block-editor ul.wp-block-archives,
  626. .block-editor ul.wp-block-categories,
  627. .block-editor ul.wp-block-latest-posts {
  628. padding-left: 1em;
  629. }
  630. .edit-post-visual-editor [data-align="center"] .wp-block-categories__list,
  631. .edit-post-visual-editor [data-align="center"] .wp-block-archives,
  632. .edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts {
  633. list-style-position: inside;
  634. }
  635. .rtl .block-editor ul.wp-block-archives,
  636. .rtl .block-editor ul.wp-block-categories,
  637. .rtl .block-editor ul.wp-block-latest-posts {
  638. padding-left: 0em;
  639. padding-right: 1em;
  640. }
  641. /* Latest Comments */
  642. [data-align="full"] .wp-block-latest-comments {
  643. text-align: left;
  644. }
  645. .rtl [data-align="full"] .wp-block-latest-comments.alignfull {
  646. text-align: right;
  647. }