editor-blocks.css 17 KB

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