editor-style.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. html .mceContentBody {
  2. max-width: 656px;
  3. }
  4. body.mceContentBody {
  5. font-family: "Roboto Slab", Georgia, Times, serif;
  6. font-size: 15px;
  7. font-weight: 300;
  8. line-height: 27px;
  9. color: #666;
  10. }
  11. article,
  12. aside,
  13. details,
  14. figcaption,
  15. figure,
  16. footer,
  17. header,
  18. main,
  19. nav,
  20. section {
  21. display: block;
  22. }
  23. ol,
  24. ul {
  25. list-style: none;
  26. }
  27. table {
  28. border-spacing: 0;
  29. /* tables still need 'cellspacing="0"' in the markup */
  30. border-collapse: separate;
  31. }
  32. caption,
  33. th,
  34. td,
  35. th {
  36. font-weight: normal;
  37. text-align: left;
  38. }
  39. blockquote:before,
  40. blockquote:after,
  41. q:before,
  42. q:after {
  43. content: '';
  44. }
  45. blockquote,
  46. q {
  47. quotes: '' '';
  48. }
  49. a:focus {
  50. outline: thin dotted;
  51. }
  52. a:hover,
  53. a:active {
  54. outline: 0;
  55. }
  56. a img {
  57. border: 0;
  58. }
  59. /* =Rebuild
  60. ----------------------------------------------- */
  61. /* Text elements */
  62. p {
  63. margin-bottom: 24px;
  64. }
  65. ul,
  66. ol {
  67. margin: 0 0 24px 36px;
  68. }
  69. ul {
  70. list-style: disc;
  71. }
  72. ol {
  73. list-style: decimal;
  74. }
  75. li > ul,
  76. li > ol {
  77. margin-bottom: 0;
  78. margin-left: 24px;
  79. }
  80. dt {
  81. font-weight: 600;
  82. }
  83. dd {
  84. margin: 0 24px 24px;
  85. }
  86. b,
  87. strong {
  88. font-weight: 600;
  89. }
  90. dfn,
  91. cite,
  92. em,
  93. i {
  94. font-style: italic;
  95. }
  96. blockquote {
  97. margin: 0 24px;
  98. }
  99. address {
  100. margin: 0 0 24px;
  101. }
  102. pre {
  103. font-family: 'Courier 10 Pitch', Courier, monospace;
  104. font-size: .9375em;
  105. line-height: 1.6em;
  106. overflow: auto;
  107. max-width: 100%;
  108. margin-top: -2px;
  109. margin-bottom: 24px;
  110. padding: 24px;
  111. background: rgba(119, 119, 119, .5);
  112. }
  113. code,
  114. kbd,
  115. tt,
  116. var {
  117. font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  118. font-size: .875em;
  119. line-height: 1.71429em;
  120. }
  121. abbr,
  122. acronym {
  123. cursor: help;
  124. border-bottom: 1px dotted #666;
  125. }
  126. mark,
  127. ins {
  128. text-decoration: none;
  129. background: #fff9c0;
  130. }
  131. sup,
  132. sub {
  133. font-size: 75%;
  134. line-height: 0;
  135. position: relative;
  136. height: 0;
  137. vertical-align: baseline;
  138. }
  139. sup {
  140. bottom: 1ex;
  141. }
  142. sub {
  143. top: .5ex;
  144. }
  145. small {
  146. font-size: 75%;
  147. }
  148. big {
  149. font-size: 125%;
  150. }
  151. figure {
  152. margin: 0;
  153. }
  154. table {
  155. width: 100%;
  156. margin: 0 0 24px;
  157. }
  158. th {
  159. font-weight: bold;
  160. }
  161. /* =Global */
  162. /* Alignment */
  163. .alignleft {
  164. display: inline;
  165. float: left;
  166. margin: 14px 27px 14px 0;
  167. }
  168. .alignright {
  169. display: inline;
  170. float: right;
  171. margin: 14px 0 14px 27px;
  172. }
  173. .aligncenter {
  174. display: block;
  175. clear: both;
  176. margin: 14px auto;
  177. }
  178. .alignnone {
  179. margin-top: 14px;
  180. margin-bottom: 14px;
  181. }
  182. /* Headings */
  183. h1,
  184. h2,
  185. h3,
  186. h4,
  187. h5,
  188. h6 {
  189. clear: both;
  190. color: #666;
  191. font-family: "Roboto Slab", Georgia, Times, serif;
  192. font-weight: 600;
  193. }
  194. h1 {
  195. font-size: 28px;
  196. margin: 27px 0;
  197. }
  198. h2 {
  199. font-size: 20px;
  200. margin: 27px 0;
  201. }
  202. h3 {
  203. font-size: 20px;
  204. margin: 27px 0;
  205. }
  206. h4 {
  207. font-size: 16px;
  208. margin: 27px 0;
  209. }
  210. h5 {
  211. font-size: 16px;
  212. margin: 27px 0;
  213. }
  214. h6 {
  215. font-size: 14px;
  216. margin: 27px 0;
  217. }
  218. hr {
  219. height: 0;
  220. margin-top: -1px;
  221. margin-bottom: 24px;
  222. padding-top: 24px;
  223. border: 1px solid #ccc;
  224. border-width: 0 0 1px 0;
  225. clear: both;
  226. }
  227. /* Text elements */
  228. p {
  229. margin-bottom: 27px;
  230. }
  231. ul {
  232. margin: 0 0 27px 27px;
  233. padding: 0;
  234. list-style: disc;
  235. }
  236. ul ul {
  237. list-style: square;
  238. }
  239. ul ul ul {
  240. list-style: circle;
  241. }
  242. ol {
  243. margin: 0 0 27px 27px;
  244. padding: 0;
  245. list-style: decimal;
  246. }
  247. ol ol {
  248. list-style: lower-alpha;
  249. }
  250. ol ol ol {
  251. list-style: lower-roman;
  252. }
  253. li > ul,
  254. li > ol {
  255. margin-bottom: 0;
  256. margin-left: 27px;
  257. }
  258. dt {
  259. font-weight: 600;
  260. }
  261. dd {
  262. margin: 14px 0 14px 27px;
  263. }
  264. b,
  265. strong {
  266. font-weight: bold;
  267. }
  268. dfn,
  269. cite,
  270. em,
  271. i {
  272. font-style: italic;
  273. }
  274. blockquote {
  275. margin: 0 0 27px;
  276. padding-left: 48px;
  277. position: relative;
  278. color: #999;
  279. }
  280. blockquote:before {
  281. font-family: Genericons;
  282. font-size: 32px;
  283. color: #eee;
  284. content: "\f106";
  285. display: block;
  286. position: absolute;
  287. top: 0;
  288. left: 0;
  289. }
  290. blockquote blockquote {
  291. font-size: inherit;
  292. }
  293. blockquote cite {
  294. display: block;
  295. font-size: inherit;
  296. font-weight: inherit;
  297. font-style: inherit;
  298. margin-top: 7px;
  299. width: 100%;
  300. text-align: right;
  301. }
  302. address {
  303. font-style: italic;
  304. margin-bottom: 27px;
  305. }
  306. pre {
  307. background: transparent;
  308. color: #666;
  309. font-family: "Roboto Slab", Georgia, Times, serif;
  310. font-size: 15px;
  311. font-weight: 300;
  312. line-height: 27px;
  313. overflow: auto;
  314. max-width: 100%;
  315. margin-bottom: 27px;
  316. padding: 0;
  317. }
  318. code,
  319. kbd,
  320. tt,
  321. var {
  322. font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  323. font-size: 1em;
  324. line-height: 2.09231em;
  325. }
  326. abbr,
  327. acronym {
  328. margin-bottom: 26px;
  329. cursor: help;
  330. border-bottom: 1px dotted #eee;
  331. }
  332. mark,
  333. ins {
  334. text-decoration: none;
  335. background: fff9c0;
  336. }
  337. sup,
  338. sub {
  339. font-size: .8125em;
  340. line-height: 2.09231em;
  341. line-height: 0;
  342. position: relative;
  343. height: 0;
  344. vertical-align: baseline;
  345. }
  346. sup {
  347. bottom: 1ex;
  348. }
  349. sub {
  350. top: .5ex;
  351. }
  352. small {
  353. font-size: .8125em;
  354. line-height: 2.09231em;
  355. }
  356. big {
  357. font-size: 1.2em;
  358. line-height: 1.36em;
  359. }
  360. figure {
  361. margin: 0;
  362. }
  363. table {
  364. width: 100%;
  365. margin-bottom: 27px;
  366. }
  367. td,
  368. th {
  369. padding: 7px 3px 6px;
  370. border-collapse: collapse;
  371. border-bottom: 1px solid #eee;
  372. }
  373. th {
  374. font-weight: bold;
  375. padding-bottom: 4px;
  376. letter-spacing: 1px;
  377. text-transform: uppercase;
  378. border-bottom-width: 3px;
  379. }
  380. img {
  381. max-width: 100%;
  382. height: auto;
  383. }
  384. /* Links */
  385. a {
  386. -webkit-transition: all .2s ease-in-out;
  387. -moz-transition: all .2s ease-in-out;
  388. -o-transition: all .2s ease-in-out;
  389. transition: all .2s ease-in-out;
  390. text-decoration: none;
  391. color: #1c7c7c;
  392. }
  393. a:visited {
  394. color: #1c7c7c;
  395. }
  396. a:hover,
  397. a:focus,
  398. a:active {
  399. -webkit-transition: all .2s ease-in-out;
  400. -moz-transition: all .2s ease-in-out;
  401. -o-transition: all .2s ease-in-out;
  402. transition: all .2s ease-in-out;
  403. color: #1c7c7c;
  404. }
  405. .wp-caption-dd {
  406. text-align: left;
  407. font-size: .8125em;
  408. line-height: 1.5675em;
  409. margin: 14px 0;
  410. padding: 0 1%;
  411. }
  412. @media screen and (min-width: 50em) {
  413. h1 {
  414. font-size: 32px;
  415. }
  416. h2 {
  417. font-size: 28px;
  418. }
  419. h3 {
  420. font-size: 24px;
  421. }
  422. h4 {
  423. font-size: 20px;
  424. }
  425. body.mceContentBody,
  426. pre {
  427. font-size: 18px;
  428. line-height: 1.7em;
  429. }
  430. blockquote {
  431. font-size: 18pxem;
  432. line-height: 1.4em;
  433. padding-left: 64px;
  434. }
  435. blockquote cite {
  436. font-size: .8125em;
  437. }
  438. blockquote:before {
  439. font-size: 48px;
  440. }
  441. blockquote.alignleft,
  442. blockquote.alignright {
  443. max-width: 280px;
  444. padding-left: 48px;
  445. }
  446. blockquote.alignleft:before,
  447. blockquote.alignright:before {
  448. font-size: 32px;
  449. }
  450. }