editor-blocks.css 19 KB

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