editor-blocks.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805
  1. /*
  2. * Theme Name: Canard
  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 - Formatting
  12. 5.0 Blocks - Layout Elements
  13. 6.0 Blocks - Widgets
  14. --------------------------------------------------------------*/
  15. /*--------------------------------------------------------------
  16. 1.0 General Typography
  17. --------------------------------------------------------------*/
  18. .edit-post-visual-editor .editor-block-list__block,
  19. .edit-post-visual-editor .editor-block-list__block p,
  20. .editor-default-block-appender textarea.editor-default-block-appender__content {
  21. font-family: "PT Serif", serif;
  22. font-size: 16px;
  23. }
  24. @media screen and ( min-width: 768px ) {
  25. .edit-post-visual-editor .editor-block-list__block,
  26. .edit-post-visual-editor .editor-block-list__block p,
  27. .editor-default-block-appender textarea.editor-default-block-appender__content {
  28. font-size: 20px;
  29. }
  30. }
  31. .edit-post-visual-editor .editor-block-list__block {
  32. color: #222;
  33. }
  34. .alignleft {
  35. margin-right: 30px;
  36. }
  37. .alignright {
  38. margin-left: 30px;
  39. }
  40. /* Title */
  41. .editor-post-title__block .editor-post-title__input {
  42. clear: both;
  43. font-family: "Playfair Display", serif;
  44. font-weight: bold;
  45. margin-top: 0;
  46. font-size: 39px;
  47. line-height: 1.54;
  48. }
  49. /* Headings */
  50. .edit-post-visual-editor h1,
  51. .edit-post-visual-editor h2,
  52. .edit-post-visual-editor h3,
  53. .edit-post-visual-editor h4,
  54. .edit-post-visual-editor h5,
  55. .edit-post-visual-editor h6 {
  56. clear: both;
  57. font-family: "Playfair Display", serif;
  58. font-weight: bold;
  59. margin-top: 0;
  60. }
  61. .edit-post-visual-editor h1 {
  62. font-size: 49px;
  63. line-height: 1.225;
  64. margin-bottom: 30px;
  65. }
  66. .edit-post-visual-editor h2 {
  67. font-size: 39px;
  68. line-height: 1.54;
  69. margin-bottom: 30px;
  70. }
  71. .edit-post-visual-editor h3 {
  72. font-size: 31px;
  73. line-height: 1.452;
  74. margin-bottom: 30px;
  75. }
  76. .edit-post-visual-editor h4 {
  77. font-size: 25px;
  78. line-height: 1.2;
  79. margin-bottom: 30px;
  80. }
  81. .edit-post-visual-editor h5 {
  82. font-size: 20px;
  83. line-height: 1.5;
  84. margin-bottom: 30px;
  85. }
  86. .edit-post-visual-editor h6 {
  87. font-size: 16px;
  88. line-height: 1.5;
  89. margin-bottom: 30px;
  90. }
  91. /* Paragraphs */
  92. .edit-post-visual-editor p {
  93. margin: 0 0 30px;
  94. }
  95. .edit-post-visual-editor blockquote p {
  96. margin-bottom: 30px;
  97. }
  98. /*--------------------------------------------------------------
  99. 2.0 General Block Styles
  100. --------------------------------------------------------------*/
  101. /* Main column width */
  102. .wp-block {
  103. max-width: 750px; /* 720px + 30px padding */
  104. }
  105. @media screen and (min-width: 960px) {
  106. .wp-block {
  107. max-width: 584px; /* 554px + 30px padding */
  108. }
  109. }
  110. @media screen and (min-width: 1080px) {
  111. .wp-block {
  112. max-width: 674px; /* 644px + 30px padding */
  113. }
  114. }
  115. @media screen and (min-width: 1380px) {
  116. .wp-block {
  117. max-width: 899px; /* 869px + 30px padding */
  118. }
  119. }
  120. /* Link styles */
  121. .edit-post-visual-editor a,
  122. .editor-block-list__block a,
  123. .wp-block-freeform.block-library-rich-text__tinymce a {
  124. color: #d11415;
  125. font-weight: bold;
  126. text-decoration: none;
  127. }
  128. .edit-post-visual-editor a:hover,
  129. .edit-post-visual-editor a:focus,
  130. .edit-post-visual-editor a:active,
  131. .editor-block-list__block a:hover,
  132. .editor-block-list__block a:focus,
  133. .editor-block-list__block a:active,
  134. .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  135. .wp-block-freeform.block-library-rich-text__tinymce a:focus,
  136. .wp-block-freeform.block-library-rich-text__tinymce a:active {
  137. color: inherit;
  138. outline: none;
  139. }
  140. .edit-post-visual-editor a:visited,
  141. .editor-block-list__block a:visited,
  142. .wp-block-freeform.block-library-rich-text__tinymce a:visited {
  143. font-weight: normal;
  144. }
  145. /* List styles */
  146. .edit-post-visual-editor ul:not(.wp-block-gallery),
  147. .editor-block-list__block ul:not(.wp-block-gallery),
  148. .block-library-list ul,
  149. .wp-block-freeform.block-library-rich-text__tinymce ul {
  150. list-style: square inside;
  151. }
  152. .edit-post-visual-editor ol,
  153. .editor-block-list__block ol,
  154. .block-library-list ol,
  155. .wp-block-freeform.block-library-rich-text__tinymce ol {
  156. list-style: decimal inside;
  157. }
  158. .edit-post-visual-editor ul:not(.wp-block-gallery) li,
  159. .editor-block-list__block ul:not(.wp-block-gallery) li,
  160. .edit-post-visual-editor ol li,
  161. .editor-block-list__block ol li,
  162. .block-library-list li,
  163. .wp-block-freeform.block-library-rich-text__tinymce ul li,
  164. .wp-block-freeform.block-library-rich-text__tinymce ol li {
  165. margin-bottom: 0;
  166. }
  167. .edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
  168. .editor-block-list__block ul:not(.wp-block-gallery) li > ul,
  169. .block-library-list li > ul,
  170. .edit-post-visual-editor li > ol,
  171. .editor-block-list__block li > ol,
  172. .block-library-list li > ol,
  173. .wp-block-freeform.block-library-rich-text__tinymce li > ul,
  174. .wp-block-freeform.block-library-rich-text__tinymce li > ol {
  175. margin-bottom: 0;
  176. margin-left: 30px;
  177. }
  178. .rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
  179. .rtl .editor-block-list__block ul:not(.wp-block-gallery),
  180. .rtl .block-library-list ul,
  181. .rtl .edit-post-visual-editor ol,
  182. .rtl .editor-block-list__block ol,
  183. .rtl .block-library-list ol {
  184. margin-left: 0;
  185. margin-right: 30px;
  186. padding: 0;
  187. }
  188. .rtl .edit-post-visual-editor ol,
  189. .rtl .editor-block-list__block ol,
  190. .rtl .block-library-list ol {
  191. margin-left: 0;
  192. margin-right: 30px;
  193. }
  194. /* Captions */
  195. [class^="wp-block-"] figcaption {
  196. color: #777;
  197. font-family: Lato, sans-serif;
  198. font-size: 16px;
  199. line-height: 1.25;
  200. max-width: 100%;
  201. }
  202. /*--------------------------------------------------------------
  203. 3.0 Blocks - Common Blocks
  204. --------------------------------------------------------------*/
  205. /* Paragraph */
  206. .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
  207. font-size: 64px;
  208. }
  209. /* Image */
  210. .wp-block-image figcaption {
  211. color: #777;
  212. font-family: Lato, sans-serif;
  213. font-size: 16px;
  214. line-height: 1.25;
  215. margin-bottom: 25px;
  216. max-width: 100%;
  217. }
  218. /* Quote */
  219. .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
  220. border-left: 0;
  221. }
  222. .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
  223. .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
  224. border-right: 0;
  225. }
  226. .editor-block-list__block .wp-block-quote:before {
  227. -webkit-font-smoothing: antialiased;
  228. -moz-osx-font-smoothing: grayscale;
  229. display: inline-block;
  230. font-family: Genericons;
  231. font-size: 24px;
  232. font-style: normal;
  233. font-weight: normal;
  234. height: 30px;
  235. line-height: 1.25;
  236. speak: none;
  237. text-decoration: inherit;
  238. vertical-align: top;
  239. width: 30px;
  240. color: #ddd;
  241. content: "\f106";
  242. float: left;
  243. }
  244. .rtl .editor-block-list__block .wp-block-quote:before {
  245. float: right;
  246. }
  247. .wp-block-quote {
  248. color: #555;
  249. font-style: italic;
  250. margin: 0 0 30px;
  251. padding: 0;
  252. position: relative;
  253. }
  254. .rtl .editor-block-list__block blockquote {
  255. border-left: 0;
  256. border-right: 0;
  257. padding-left: 0;
  258. text-align: right !important;
  259. }
  260. .rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
  261. border-right: 0;
  262. padding-right: 0;
  263. }
  264. .wp-block-quote:not(.is-large):not(.is-style-large),
  265. .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
  266. .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
  267. }
  268. .editor-block-list__block .wp-block-quote p {
  269. color: inherit;
  270. margin-bottom: 0;
  271. }
  272. .wp-block-quote__citation {
  273. color: inherit;
  274. font-style: normal;
  275. font-weight: bold;
  276. font-size: inherit;
  277. margin-top: 0;
  278. }
  279. .wp-block-quote__citation:before {
  280. }
  281. .wp-block-quote em,
  282. .wp-block-quote i,
  283. .wp-block-quote__citation:before {
  284. font-style: normal;
  285. }
  286. .wp-block-quote > :last-child {
  287. margin-bottom: 0;
  288. }
  289. .wp-block-quote.alignleft {
  290. margin: 15px 30px 15px 0;
  291. }
  292. .wp-block-quote.alignright {
  293. margin: 15px 0 15px 30px;
  294. }
  295. .wp-block-quote.aligncenter {
  296. margin-bottom: 30px;
  297. }
  298. .rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
  299. .rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
  300. }
  301. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large p,
  302. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large p {
  303. font-size: 120%;
  304. }
  305. /* Audio */
  306. .wp-block-audio audio {
  307. display: block;
  308. width: 100%;
  309. }
  310. /* Cover */
  311. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text,
  312. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text,
  313. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2,
  314. .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text,
  315. .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text,
  316. .edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 {
  317. font-size: 2.0em; /* Cover images inherit the paragraph size; this resets it */
  318. }
  319. /* File */
  320. .wp-block-file__textlink {
  321. color: #d11415;
  322. font-weight: bold;
  323. }
  324. .wp-block-file .wp-block-file__button {
  325. background: #d11415;
  326. border: 2px solid #d11415;
  327. border-radius: 0;
  328. color: #fff;
  329. font-family: Lato, sans-serif;
  330. font-weight: bold;
  331. padding: 5.5px 13px;
  332. text-transform: uppercase;
  333. }
  334. /*--------------------------------------------------------------
  335. 4.0 Blocks - Formatting
  336. --------------------------------------------------------------*/
  337. /* Verse */
  338. .wp-block-verse pre {
  339. background: transparent;
  340. border-left: 0;
  341. color: inherit;
  342. font-family: inherit;
  343. line-height: inherit;
  344. margin-bottom: 30px;
  345. max-width: 100%;
  346. overflow: auto;
  347. padding: 0;
  348. }
  349. /* Code */
  350. .wp-block-code {
  351. font-family: Inconsolata, monospace;
  352. background: #eee;
  353. border: 0;
  354. border-left: 2px solid #d11415;
  355. border-radius: 0;
  356. max-width: 100%;
  357. overflow: auto;
  358. padding: 30px;
  359. }
  360. .wp-block-code textarea {
  361. background: transparent;
  362. }
  363. .rtl .wp-block-code {
  364. border-left: 0;
  365. border-right: 2px solid #d11415;
  366. }
  367. /* Classic */
  368. .wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
  369. -webkit-font-smoothing: antialiased;
  370. -moz-osx-font-smoothing: grayscale;
  371. display: inline-block;
  372. font-family: Genericons;
  373. font-size: 24px;
  374. font-style: normal;
  375. font-weight: normal;
  376. height: 30px;
  377. line-height: 1.25;
  378. speak: none;
  379. text-decoration: inherit;
  380. vertical-align: top;
  381. width: 30px;
  382. color: #ddd;
  383. content: "\f106";
  384. float: left;
  385. }
  386. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
  387. float: right;
  388. }
  389. .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  390. border-left: 0;
  391. color: #555;
  392. font-style: italic;
  393. margin: 0 0 30px;
  394. padding: 0;
  395. position: relative;
  396. }
  397. .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
  398. }
  399. .wp-block-freeform.block-library-rich-text__tinymce blockquote > :last-child {
  400. margin-bottom: 0;
  401. }
  402. .editor-block-list__block .wp-block-freeform.block-library-rich-text__tinymce blockquote:not(.alignleft):not(.alignright) {
  403. }
  404. .wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
  405. font-weight: bold;
  406. font-style: normal;
  407. }
  408. .wp-block-freeform.block-library-rich-text__tinymce blockquote cite:before {
  409. }
  410. .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
  411. }
  412. .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
  413. }
  414. .wp-block-freeform.block-library-rich-text__tinymce blockquote.aligncenter {
  415. }
  416. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  417. }
  418. .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
  419. float: left;
  420. }
  421. .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignright {
  422. float: right;
  423. }
  424. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
  425. margin: .75em 30px .75em 0;
  426. }
  427. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
  428. margin: .75em 0 .75em 30px;
  429. }
  430. .wp-block-freeform.block-library-rich-text__tinymce h1 {
  431. font-size: 49px;
  432. line-height: 1.225;
  433. margin-bottom: 30px;
  434. }
  435. .wp-block-freeform.block-library-rich-text__tinymce h2 {
  436. font-size: 39px;
  437. line-height: 1.54;
  438. margin-bottom: 30px;
  439. }
  440. .wp-block-freeform.block-library-rich-text__tinymce h3 {
  441. font-size: 31px;
  442. line-height: 1.452;
  443. margin-bottom: 30px;
  444. }
  445. .wp-block-freeform.block-library-rich-text__tinymce h4 {
  446. font-size: 25px;
  447. line-height: 1.2;
  448. margin-bottom: 30px;
  449. }
  450. .wp-block-freeform.block-library-rich-text__tinymce h5 {
  451. font-size: 20px;
  452. line-height: 1.5;
  453. margin-bottom: 30px;
  454. }
  455. .wp-block-freeform.block-library-rich-text__tinymce h6 {
  456. font-size: 16px;
  457. line-height: 1.5;
  458. margin-bottom: 30px;
  459. }
  460. .wp-block-freeform.block-library-rich-text__tinymce pre {
  461. background: #eee;
  462. border-left: 2px solid #d11415;
  463. font-size: 16px;
  464. max-width: 100%;
  465. overflow: auto;
  466. padding: 30px;
  467. }
  468. .rtl .wp-block-freeform.block-library-rich-text__tinymce pre {
  469. border-left: 0;
  470. border-right: 2px solid #d11415;
  471. }
  472. .wp-block-freeform.block-library-rich-text__tinymce table {
  473. border: 0;
  474. border-collapse: collapse;
  475. border-top: 1px solid #ddd;
  476. margin: 0 0 30px;
  477. text-align: left;
  478. width: 100%;
  479. }
  480. .wp-block-freeform.block-library-rich-text__tinymce .alternate {
  481. background: transparent;
  482. }
  483. .wp-block-freeform.block-library-rich-text__tinymce table td,
  484. .wp-block-freeform.block-library-rich-text__tinymce table th {
  485. border: 0;
  486. border-bottom: 1px solid #ddd;
  487. padding: 5px;
  488. }
  489. .wp-block-freeform.block-library-rich-text__tinymce table thead {
  490. background-color: #eee;
  491. }
  492. .wp-block-freeform.block-library-rich-text__tinymce table td a,
  493. .wp-block-freeform.block-library-rich-text__tinymce table th a {
  494. }
  495. .wp-block-freeform.block-library-rich-text__tinymce table th {
  496. border-bottom: 1px solid #ddd;
  497. font-family: Lato, sans-serif;
  498. text-transform: uppercase;
  499. }
  500. .rtl .wp-block-freeform.block-library-rich-text__tinymce th,
  501. .rtl .wp-block-freeform.block-library-rich-text__tinymce td {
  502. text-align: right;
  503. }
  504. /* Preformatted */
  505. .editor-block-list__block .wp-block-preformatted pre {
  506. background: #eee;
  507. border-left: 2px solid #d11415;
  508. max-width: 100%;
  509. overflow: auto;
  510. padding: 30px;
  511. }
  512. .rtl .editor-block-list__block .wp-block-preformatted pre {
  513. border-left: 0;
  514. border-right: 2px solid #d11415;
  515. }
  516. /* Pullquote */
  517. .editor-block-list__block .wp-block-pullquote blockquote {
  518. border-top: 4px solid currentColor;
  519. border-bottom: 2px solid currentColor;
  520. color: #555;
  521. font-style: italic;
  522. margin: 0 0 30px;
  523. padding: 15px 0;
  524. position: relative;
  525. }
  526. .wp-block-pullquote {
  527. padding: 0;
  528. border: 0;
  529. }
  530. .wp-block-pullquote.alignleft {
  531. float: left;
  532. margin-right: 30px;
  533. }
  534. .wp-block-pullquote.alignright {
  535. float: right;
  536. margin-left: 30px;
  537. }
  538. .wp-block-pullquote blockquote > .editor-rich-text p {
  539. color: inherit;
  540. margin: 0;
  541. }
  542. .wp-block-pullquote.alignleft blockquote p,
  543. .wp-block-pullquote.alignright blockquote p {
  544. font-size: 20px;
  545. }
  546. .wp-block-pullquote.alignleft .wp-block-pullquote__citation,
  547. .wp-block-pullquote.alignright .wp-block-pullquote__citation {
  548. font-size: 16px;
  549. }
  550. .wp-block-pullquote .wp-block-pullquote__citation {
  551. text-transform: none;
  552. font-size: inherit;
  553. font-weight: bold;
  554. }
  555. /* Table */
  556. .wp-block-table {
  557. border-top: 1px solid #ddd;
  558. margin: 0 0 30px;
  559. text-align: left;
  560. width: 100%;
  561. }
  562. .wp-block-table thead {
  563. background: #eee;
  564. }
  565. .wp-block-table th {
  566. border: 0;
  567. border-bottom: 1px solid #ddd;
  568. font-family: "Lato", sans-serif;
  569. font-weight: bold;
  570. padding: 0;
  571. text-transform: uppercase;
  572. }
  573. .wp-block-table td {
  574. border: 0;
  575. border-bottom: 1px solid #ddd;
  576. padding: 0;
  577. }
  578. .wp-block-table .wp-block-table__cell-content {
  579. padding: 3px 5px;
  580. }
  581. .rtl .wp-block-table {
  582. text-align: right;
  583. }
  584. /* Definition List styles */
  585. .wp-block-freeform.block-library-rich-text__tinymce dt {
  586. font-weight: bold;
  587. }
  588. .wp-block-freeform.block-library-rich-text__tinymce dd {
  589. margin: 0 0 30px;
  590. }
  591. /*--------------------------------------------------------------
  592. 5.0 Blocks - Layout Elements
  593. --------------------------------------------------------------*/
  594. /* Buttons */
  595. .wp-block-button__link {
  596. background: #d11415;
  597. border: 2px solid;
  598. display: inline-block;
  599. font-family: Lato, sans-serif;
  600. font-weight: bold;
  601. padding: 5.5px 13px;
  602. text-transform: uppercase;
  603. }
  604. .wp-block-button__link:not(.has-background) {
  605. border-color: #d11415;
  606. }
  607. .is-style-outline .wp-block-button__link {
  608. color: #d11415;
  609. border-color: currentColor;
  610. }
  611. /* Separator */
  612. .wp-block-separator {
  613. background-color: #ddd;
  614. border: 0;
  615. height: 1px;
  616. margin-bottom: 30px;
  617. max-width: 66%;
  618. }
  619. .wp-block-separator.is-wide {
  620. max-width: 100%;
  621. }
  622. /*--------------------------------------------------------------
  623. 6.0 Blocks - Widgets
  624. --------------------------------------------------------------*/
  625. /* Categories & Archives */
  626. .edit-post-visual-editor [data-align="center"] .wp-block-categories__list,
  627. .edit-post-visual-editor [data-align="center"] .wp-block-archives,
  628. .edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts {
  629. list-style-position: inside;
  630. }
  631. /* Latest Comments */
  632. .editor-block-list__block .wp-block-latest-comments__comment-meta a {
  633. box-shadow: none;
  634. font-weight: 700;
  635. text-decoration: none;
  636. }
  637. .wp-block-latest-comments__comment-date {
  638. }
  639. .wp-block-latest-comments .wp-block-latest-comments__comment {
  640. border-top: 1px solid #ddd;
  641. margin-bottom: 0;
  642. padding: 30px 0;
  643. }
  644. .wp-block-latest-comments__comment-excerpt p:last-child {
  645. margin-bottom: 0;
  646. }
  647. /* Latest Posts */
  648. .edit-post-visual-editor .wp-block-latest-posts.is-grid {
  649. list-style: none;
  650. margin-left: 0;
  651. margin-right: 0;
  652. }
  653. .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
  654. margin-bottom: 15px;
  655. }