You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1853 lines
32 KiB

1 year ago
  1. /*------------------------------------------------------------------------------
  2. TinyMCE and Quicklinks toolbars
  3. ------------------------------------------------------------------------------*/
  4. /* TinyMCE widgets/containers */
  5. .mce-tinymce {
  6. box-shadow: none;
  7. }
  8. .mce-container,
  9. .mce-container *,
  10. .mce-widget,
  11. .mce-widget * {
  12. color: inherit;
  13. font-family: inherit;
  14. }
  15. .mce-container .mce-monospace,
  16. .mce-widget .mce-monospace {
  17. font-family: Consolas, Monaco, monospace;
  18. font-size: 13px;
  19. line-height: 150%;
  20. }
  21. /* TinyMCE windows */
  22. #mce-modal-block,
  23. #mce-modal-block.mce-fade {
  24. opacity: 0.7;
  25. filter: alpha(opacity=70);
  26. transition: none;
  27. background: #000;
  28. }
  29. .mce-window {
  30. border-radius: 0;
  31. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  32. -webkit-font-smoothing: subpixel-antialiased;
  33. transition: none;
  34. }
  35. .mce-window .mce-container-body.mce-abs-layout {
  36. overflow: visible;
  37. }
  38. .mce-window .mce-window-head {
  39. background: #fff;
  40. border-bottom: 1px solid #dcdcde;
  41. padding: 0;
  42. min-height: 36px;
  43. }
  44. .mce-window .mce-window-head .mce-title {
  45. color: #3c434a;
  46. font-size: 18px;
  47. font-weight: 600;
  48. line-height: 36px;
  49. margin: 0;
  50. padding: 0 36px 0 16px;
  51. }
  52. .mce-window .mce-window-head .mce-close,
  53. .mce-window-head .mce-close .mce-i-remove {
  54. color: transparent;
  55. top: 0;
  56. right: 0;
  57. width: 36px;
  58. height: 36px;
  59. padding: 0;
  60. line-height: 36px;
  61. text-align: center;
  62. }
  63. .mce-window-head .mce-close .mce-i-remove:before {
  64. font: normal 20px/36px dashicons;
  65. text-align: center;
  66. color: #646970;
  67. width: 36px;
  68. height: 36px;
  69. display: block;
  70. }
  71. .mce-window-head .mce-close:hover .mce-i-remove:before,
  72. .mce-window-head .mce-close:focus .mce-i-remove:before {
  73. color: #135e96;
  74. }
  75. .mce-window-head .mce-close:focus .mce-i-remove,
  76. div.mce-tab:focus {
  77. box-shadow: 0 0 0 1px #4f94d4,
  78. 0 0 2px 1px rgba(79, 148, 212, 0.8);
  79. }
  80. .mce-window .mce-window-head .mce-dragh {
  81. width: calc( 100% - 36px );
  82. }
  83. .mce-window .mce-foot {
  84. border-top: 1px solid #dcdcde;
  85. }
  86. .mce-textbox,
  87. .mce-checkbox i.mce-i-checkbox,
  88. #wp-link .query-results {
  89. border: 1px solid #dcdcde;
  90. border-radius: 0;
  91. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  92. transition: .05s all ease-in-out;
  93. }
  94. .mce-textbox:focus,
  95. .mce-textbox.mce-focus,
  96. .mce-checkbox:focus i.mce-i-checkbox,
  97. #wp-link .query-results:focus {
  98. border-color: #4f94d4;
  99. box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
  100. }
  101. .mce-window .mce-wp-help {
  102. height: 360px;
  103. width: 460px;
  104. overflow: auto;
  105. }
  106. .mce-window .mce-wp-help * {
  107. box-sizing: border-box;
  108. }
  109. .mce-window .mce-wp-help > .mce-container-body {
  110. width: auto !important;
  111. }
  112. .mce-window .wp-editor-help {
  113. padding: 10px 10px 0 20px;
  114. }
  115. .mce-window .wp-editor-help h2,
  116. .mce-window .wp-editor-help p {
  117. margin: 8px 0;
  118. white-space: normal;
  119. font-size: 14px;
  120. font-weight: 400;
  121. }
  122. .mce-window .wp-editor-help table {
  123. width: 100%;
  124. margin-bottom: 20px;
  125. }
  126. .mce-window .wp-editor-help table.wp-help-single {
  127. margin: 0 8px 20px;
  128. }
  129. .mce-window .wp-editor-help table.fixed {
  130. table-layout: fixed;
  131. }
  132. .mce-window .wp-editor-help table.fixed th:nth-child(odd),
  133. .mce-window .wp-editor-help table.fixed td:nth-child(odd) {
  134. width: 12%;
  135. }
  136. .mce-window .wp-editor-help table.fixed th:nth-child(even),
  137. .mce-window .wp-editor-help table.fixed td:nth-child(even) {
  138. width: 38%;
  139. }
  140. .mce-window .wp-editor-help table.fixed th:nth-child(odd) {
  141. padding: 5px 0 0;
  142. }
  143. .mce-window .wp-editor-help td,
  144. .mce-window .wp-editor-help th {
  145. font-size: 13px;
  146. padding: 5px;
  147. vertical-align: middle;
  148. word-wrap: break-word;
  149. white-space: normal;
  150. }
  151. .mce-window .wp-editor-help th {
  152. font-weight: 600;
  153. padding-bottom: 0;
  154. }
  155. .mce-window .wp-editor-help kbd {
  156. font-family: monospace;
  157. padding: 2px 7px 3px;
  158. font-weight: 600;
  159. margin: 0;
  160. background: #f0f0f1;
  161. background: rgba(0, 0, 0, 0.08);
  162. }
  163. .mce-window .wp-help-th-center td:nth-child(odd),
  164. .mce-window .wp-help-th-center th:nth-child(odd) {
  165. text-align: center;
  166. }
  167. /* TinyMCE menus */
  168. .mce-menu,
  169. .mce-floatpanel.mce-popover {
  170. border-color: rgba(0, 0, 0, 0.15);
  171. border-radius: 0;
  172. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  173. }
  174. .mce-menu,
  175. .mce-floatpanel.mce-popover.mce-bottom {
  176. margin-top: 2px;
  177. }
  178. .mce-floatpanel .mce-arrow {
  179. display: none;
  180. }
  181. .mce-menu .mce-container-body {
  182. min-width: 160px;
  183. }
  184. .mce-menu-item {
  185. border: none;
  186. margin-bottom: 2px;
  187. padding: 6px 15px 6px 12px;
  188. }
  189. .mce-menu-has-icons i.mce-ico {
  190. line-height: 20px;
  191. }
  192. /* TinyMCE panel */
  193. div.mce-panel {
  194. border: 0;
  195. background: #fff;
  196. }
  197. .mce-panel.mce-menu {
  198. border: 1px solid #dcdcde;
  199. }
  200. div.mce-tab {
  201. line-height: 13px;
  202. }
  203. /* TinyMCE toolbars */
  204. div.mce-toolbar-grp {
  205. border-bottom: 1px solid #dcdcde;
  206. background: #f6f7f7;
  207. padding: 0;
  208. position: relative;
  209. }
  210. div.mce-inline-toolbar-grp {
  211. border: 1px solid #a7aaad;
  212. border-radius: 2px;
  213. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  214. box-sizing: border-box;
  215. margin-bottom: 8px;
  216. position: absolute;
  217. -webkit-user-select: none;
  218. user-select: none;
  219. max-width: 98%;
  220. z-index: 100100; /* Same as the other TinyMCE "panels" */
  221. }
  222. div.mce-inline-toolbar-grp > div.mce-stack-layout {
  223. padding: 1px;
  224. }
  225. div.mce-inline-toolbar-grp.mce-arrow-up {
  226. margin-bottom: 0;
  227. margin-top: 8px;
  228. }
  229. div.mce-inline-toolbar-grp:before,
  230. div.mce-inline-toolbar-grp:after {
  231. position: absolute;
  232. left: 50%;
  233. display: block;
  234. width: 0;
  235. height: 0;
  236. border-style: solid;
  237. border-color: transparent;
  238. content: "";
  239. }
  240. div.mce-inline-toolbar-grp.mce-arrow-up:before {
  241. top: -9px;
  242. border-bottom-color: #a7aaad;
  243. border-width: 0 9px 9px;
  244. margin-left: -9px;
  245. }
  246. div.mce-inline-toolbar-grp.mce-arrow-down:before {
  247. bottom: -9px;
  248. border-top-color: #a7aaad;
  249. border-width: 9px 9px 0;
  250. margin-left: -9px;
  251. }
  252. div.mce-inline-toolbar-grp.mce-arrow-up:after {
  253. top: -8px;
  254. border-bottom-color: #f6f7f7;
  255. border-width: 0 8px 8px;
  256. margin-left: -8px;
  257. }
  258. div.mce-inline-toolbar-grp.mce-arrow-down:after {
  259. bottom: -8px;
  260. border-top-color: #f6f7f7;
  261. border-width: 8px 8px 0;
  262. margin-left: -8px;
  263. }
  264. div.mce-inline-toolbar-grp.mce-arrow-left:before,
  265. div.mce-inline-toolbar-grp.mce-arrow-left:after {
  266. margin: 0;
  267. }
  268. div.mce-inline-toolbar-grp.mce-arrow-left:before {
  269. left: 20px;
  270. }
  271. div.mce-inline-toolbar-grp.mce-arrow-left:after {
  272. left: 21px;
  273. }
  274. div.mce-inline-toolbar-grp.mce-arrow-right:before,
  275. div.mce-inline-toolbar-grp.mce-arrow-right:after {
  276. left: auto;
  277. margin: 0;
  278. }
  279. div.mce-inline-toolbar-grp.mce-arrow-right:before {
  280. right: 20px;
  281. }
  282. div.mce-inline-toolbar-grp.mce-arrow-right:after {
  283. right: 21px;
  284. }
  285. div.mce-inline-toolbar-grp.mce-arrow-full {
  286. right: 0;
  287. }
  288. div.mce-inline-toolbar-grp.mce-arrow-full > div {
  289. width: 100%;
  290. overflow-x: auto;
  291. }
  292. div.mce-toolbar-grp > div {
  293. padding: 3px;
  294. }
  295. .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
  296. padding-right: 32px;
  297. }
  298. .mce-toolbar .mce-btn-group {
  299. margin: 0;
  300. }
  301. /* Classic block hide/show toolbars */
  302. .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
  303. display: none;
  304. }
  305. .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
  306. display: block;
  307. }
  308. div.mce-statusbar {
  309. border-top: 1px solid #dcdcde;
  310. }
  311. div.mce-path {
  312. padding: 2px 10px;
  313. margin: 0;
  314. }
  315. .mce-path,
  316. .mce-path-item,
  317. .mce-path .mce-divider {
  318. font-size: 12px;
  319. }
  320. .mce-toolbar .mce-btn,
  321. .qt-dfw {
  322. border-color: transparent;
  323. background: transparent;
  324. box-shadow: none;
  325. text-shadow: none;
  326. cursor: pointer;
  327. }
  328. .mce-btn .mce-txt {
  329. direction: inherit;
  330. text-align: inherit;
  331. }
  332. .mce-toolbar .mce-btn-group .mce-btn,
  333. .qt-dfw {
  334. border: 1px solid transparent;
  335. margin: 2px;
  336. border-radius: 2px;
  337. }
  338. .mce-toolbar .mce-btn-group .mce-btn:hover,
  339. .mce-toolbar .mce-btn-group .mce-btn:focus,
  340. .qt-dfw:hover,
  341. .qt-dfw:focus {
  342. background: #f6f7f7;
  343. border-color: #50575e;
  344. color: #1d2327;
  345. box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
  346. outline: none;
  347. }
  348. .mce-toolbar .mce-btn-group .mce-btn.mce-active,
  349. .mce-toolbar .mce-btn-group .mce-btn:active,
  350. .qt-dfw.active {
  351. background: #f0f0f1;
  352. border-color: #50575e;
  353. box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
  354. }
  355. .mce-btn.mce-active,
  356. .mce-btn.mce-active button,
  357. .mce-btn.mce-active:hover button,
  358. .mce-btn.mce-active i,
  359. .mce-btn.mce-active:hover i {
  360. color: inherit;
  361. }
  362. .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
  363. .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus {
  364. border-color: #1d2327;
  365. }
  366. .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
  367. .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
  368. color: #a7aaad;
  369. background: none;
  370. border-color: #dcdcde;
  371. text-shadow: 0 1px 0 #fff;
  372. box-shadow: none;
  373. }
  374. .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
  375. border-color: #50575e;
  376. }
  377. .mce-toolbar .mce-btn-group .mce-first,
  378. .mce-toolbar .mce-btn-group .mce-last {
  379. border-color: transparent;
  380. }
  381. .mce-toolbar .mce-btn button,
  382. .qt-dfw {
  383. padding: 2px 3px;
  384. line-height: normal;
  385. }
  386. .mce-toolbar .mce-listbox button {
  387. font-size: 13px;
  388. line-height: 1.53846153;
  389. padding-left: 6px;
  390. padding-right: 20px;
  391. }
  392. .mce-toolbar .mce-btn i {
  393. text-shadow: none;
  394. }
  395. .mce-toolbar .mce-btn-group > div {
  396. white-space: normal;
  397. }
  398. .mce-toolbar .mce-colorbutton .mce-open {
  399. border-right: 0;
  400. }
  401. .mce-toolbar .mce-colorbutton .mce-preview {
  402. margin: 0;
  403. padding: 0;
  404. top: auto;
  405. bottom: 2px;
  406. left: 3px;
  407. height: 3px;
  408. width: 20px;
  409. background: #50575e;
  410. }
  411. .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
  412. min-width: 0;
  413. background: #3582c4;
  414. border-color: #2271b1 #135e96 #135e96;
  415. box-shadow: 0 1px 0 #135e96;
  416. color: #fff;
  417. text-decoration: none;
  418. text-shadow: none;
  419. }
  420. /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
  421. .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
  422. padding: 2px 3px 1px;
  423. }
  424. .mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico {
  425. color: #fff;
  426. }
  427. .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
  428. .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
  429. background: #4f94d4;
  430. border-color: #135e96;
  431. color: #fff;
  432. }
  433. .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
  434. box-shadow: 0 0 1px 1px #72aee6;
  435. }
  436. .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active {
  437. background: #2271b1;
  438. border-color: #135e96;
  439. box-shadow: inset 0 2px 0 #135e96;
  440. }
  441. /* mce listbox */
  442. .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  443. border-radius: 0;
  444. direction: ltr;
  445. background: #fff;
  446. border: 1px solid #dcdcde;
  447. box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  448. }
  449. .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
  450. .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
  451. border-color: #c3c4c7;
  452. }
  453. .mce-panel .mce-btn i.mce-caret {
  454. border-top: 6px solid #50575e;
  455. margin-left: 2px;
  456. margin-right: 2px;
  457. }
  458. .mce-listbox i.mce-caret {
  459. right: 4px;
  460. }
  461. .mce-panel .mce-btn:hover i.mce-caret,
  462. .mce-panel .mce-btn:focus i.mce-caret {
  463. border-top-color: #1d2327;
  464. }
  465. .mce-panel .mce-active i.mce-caret {
  466. border-top: 0;
  467. border-bottom: 6px solid #1d2327;
  468. margin-top: 7px;
  469. }
  470. .mce-listbox.mce-active i.mce-caret {
  471. margin-top: -3px;
  472. }
  473. .mce-toolbar .mce-splitbtn:hover .mce-open {
  474. border-right-color: transparent;
  475. }
  476. .mce-toolbar .mce-splitbtn .mce-open.mce-active {
  477. background: transparent;
  478. outline: none;
  479. }
  480. .mce-menu .mce-menu-item:hover,
  481. .mce-menu .mce-menu-item.mce-selected,
  482. .mce-menu .mce-menu-item:focus,
  483. .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
  484. .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
  485. background: #2271b1; /* See color scheme. */
  486. color: #fff;
  487. }
  488. .mce-menu .mce-menu-item:hover .mce-caret,
  489. .mce-menu .mce-menu-item:focus .mce-caret,
  490. .mce-menu .mce-menu-item.mce-selected .mce-caret {
  491. border-left-color: #fff;
  492. }
  493. /* rtl:ignore */
  494. .rtl .mce-menu .mce-menu-item:hover .mce-caret,
  495. .rtl .mce-menu .mce-menu-item:focus .mce-caret,
  496. .rtl .mce-menu .mce-menu-item.mce-selected .mce-caret {
  497. border-left-color: inherit;
  498. border-right-color: #fff;
  499. }
  500. .mce-menu .mce-menu-item:hover .mce-text,
  501. .mce-menu .mce-menu-item:focus .mce-text,
  502. .mce-menu .mce-menu-item:hover .mce-ico,
  503. .mce-menu .mce-menu-item:focus .mce-ico,
  504. .mce-menu .mce-menu-item.mce-selected .mce-text,
  505. .mce-menu .mce-menu-item.mce-selected .mce-ico,
  506. .mce-menu .mce-menu-item:hover .mce-menu-shortcut,
  507. .mce-menu .mce-menu-item:focus .mce-menu-shortcut,
  508. .mce-menu .mce-menu-item.mce-active .mce-menu-shortcut,
  509. .mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
  510. .mce-menu .mce-menu-item.mce-disabled:hover .mce-ico {
  511. color: inherit;
  512. }
  513. .mce-menu .mce-menu-item.mce-disabled {
  514. cursor: default;
  515. }
  516. .mce-menu .mce-menu-item.mce-disabled:hover {
  517. background: #c3c4c7;
  518. }
  519. /* Menubar */
  520. div.mce-menubar {
  521. border-color: #dcdcde;
  522. background: #fff;
  523. border-width: 0 0 1px;
  524. }
  525. .mce-menubar .mce-menubtn:hover,
  526. .mce-menubar .mce-menubtn.mce-active,
  527. .mce-menubar .mce-menubtn:focus {
  528. border-color: transparent;
  529. background: transparent;
  530. }
  531. .mce-menubar .mce-menubtn:focus {
  532. color: #043959;
  533. box-shadow:
  534. 0 0 0 1px #4f94d4,
  535. 0 0 2px 1px rgba(79, 148, 212, 0.8);
  536. }
  537. div.mce-menu .mce-menu-item-sep,
  538. .mce-menu-item-sep:hover {
  539. border-bottom: 1px solid #dcdcde;
  540. height: 0;
  541. margin: 5px 0;
  542. }
  543. .mce-menubtn span {
  544. margin-right: 0;
  545. padding-left: 3px;
  546. }
  547. .mce-menu-has-icons i.mce-ico:before {
  548. margin-left: -2px;
  549. }
  550. /* Keyboard shortcuts position */
  551. .mce-menu.mce-menu-align .mce-menu-item-normal {
  552. position: relative;
  553. }
  554. .mce-menu.mce-menu-align .mce-menu-shortcut {
  555. bottom: 0.6em;
  556. font-size: 0.9em;
  557. }
  558. /* Buttons in modals */
  559. .mce-primary button,
  560. .mce-primary button i {
  561. text-align: center;
  562. color: #fff;
  563. text-shadow: none;
  564. padding: 0;
  565. line-height: 1.85714285;
  566. }
  567. .mce-window .mce-btn {
  568. color: #50575e;
  569. background: #f6f7f7;
  570. text-decoration: none;
  571. font-size: 13px;
  572. line-height: 26px;
  573. height: 28px;
  574. margin: 0;
  575. padding: 0;
  576. cursor: pointer;
  577. border: 1px solid #c3c4c7;
  578. -webkit-appearance: none;
  579. border-radius: 3px;
  580. white-space: nowrap;
  581. box-shadow: 0 1px 0 #c3c4c7;
  582. }
  583. /* Remove the dotted border on :focus and the extra padding in Firefox */
  584. .mce-window .mce-btn::-moz-focus-inner {
  585. border-width: 0;
  586. border-style: none;
  587. padding: 0;
  588. }
  589. .mce-window .mce-btn:hover,
  590. .mce-window .mce-btn:focus {
  591. background: #f6f7f7;
  592. border-color: #8c8f94;
  593. color: #1d2327;
  594. }
  595. .mce-window .mce-btn:focus {
  596. border-color: #4f94d4;
  597. box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
  598. }
  599. .mce-window .mce-btn:active {
  600. background: #f0f0f1;
  601. border-color: #8c8f94;
  602. box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  603. transform: translateY(1px);
  604. }
  605. .mce-window .mce-btn.mce-disabled {
  606. color: #a7aaad !important;
  607. border-color: #dcdcde !important;
  608. background: #f6f7f7 !important;
  609. box-shadow: none !important;
  610. text-shadow: 0 1px 0 #fff !important;
  611. cursor: default;
  612. transform: none !important;
  613. }
  614. .mce-window .mce-btn.mce-primary {
  615. background: #3582c4;
  616. border-color: #2271b1 #135e96 #135e96;
  617. box-shadow: 0 1px 0 #135e96;
  618. color: #fff;
  619. text-decoration: none;
  620. text-shadow: 0 -1px 1px #135e96,
  621. 1px 0 1px #135e96,
  622. 0 1px 1px #135e96,
  623. -1px 0 1px #135e96;
  624. }
  625. .mce-window .mce-btn.mce-primary:hover,
  626. .mce-window .mce-btn.mce-primary:focus {
  627. background: #4f94d4;
  628. border-color: #135e96;
  629. color: #fff;
  630. }
  631. .mce-window .mce-btn.mce-primary:focus {
  632. box-shadow: 0 1px 0 #2271b1,
  633. 0 0 2px 1px #72aee6;
  634. }
  635. .mce-window .mce-btn.mce-primary:active {
  636. background: #2271b1;
  637. border-color: #135e96;
  638. box-shadow: inset 0 2px 0 #135e96;
  639. vertical-align: top;
  640. }
  641. .mce-window .mce-btn.mce-primary.mce-disabled {
  642. color: #9ec2e6 !important;
  643. background: #4f94d4 !important;
  644. border-color: #3582c4 !important;
  645. box-shadow: none !important;
  646. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
  647. cursor: default;
  648. }
  649. .mce-menubtn.mce-fixed-width span {
  650. overflow-x: hidden;
  651. text-overflow: ellipsis;
  652. width: 82px;
  653. }
  654. /* Charmap modal */
  655. .mce-charmap {
  656. margin: 3px;
  657. }
  658. .mce-charmap td {
  659. padding: 0;
  660. border-color: #dcdcde;
  661. cursor: pointer;
  662. }
  663. .mce-charmap td:hover {
  664. background: #f6f7f7;
  665. }
  666. .mce-charmap td div {
  667. width: 18px;
  668. height: 22px;
  669. line-height: 1.57142857;
  670. }
  671. /* TinyMCE tooltips */
  672. .mce-tooltip {
  673. margin-top: 2px;
  674. }
  675. .mce-tooltip-inner {
  676. border-radius: 3px;
  677. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  678. color: #fff;
  679. font-size: 12px;
  680. }
  681. /* TinyMCE icons */
  682. .mce-ico {
  683. font-family: tinymce, Arial;
  684. }
  685. .mce-btn-small .mce-ico {
  686. font-family: tinymce-small, Arial;
  687. }
  688. .mce-toolbar .mce-ico {
  689. color: #50575e;
  690. line-height: 1;
  691. width: 20px;
  692. height: 20px;
  693. text-align: center;
  694. text-shadow: none;
  695. margin: 0;
  696. padding: 0;
  697. }
  698. .qt-dfw {
  699. color: #50575e;
  700. line-height: 1;
  701. width: 28px;
  702. height: 26px;
  703. text-align: center;
  704. text-shadow: none;
  705. }
  706. .mce-toolbar .mce-btn .mce-open {
  707. line-height: 20px;
  708. }
  709. .mce-toolbar .mce-btn:hover .mce-open,
  710. .mce-toolbar .mce-btn:focus .mce-open,
  711. .mce-toolbar .mce-btn.mce-active .mce-open {
  712. border-left-color: #1d2327;
  713. }
  714. div.mce-notification {
  715. left: 10% !important;
  716. right: 10%;
  717. }
  718. .mce-notification button.mce-close {
  719. right: 6px;
  720. top: 3px;
  721. font-weight: 400;
  722. color: #50575e;
  723. }
  724. .mce-notification button.mce-close:hover,
  725. .mce-notification button.mce-close:focus {
  726. color: #000;
  727. }
  728. i.mce-i-bold,
  729. i.mce-i-italic,
  730. i.mce-i-bullist,
  731. i.mce-i-numlist,
  732. i.mce-i-blockquote,
  733. i.mce-i-alignleft,
  734. i.mce-i-aligncenter,
  735. i.mce-i-alignright,
  736. i.mce-i-link,
  737. i.mce-i-unlink,
  738. i.mce-i-wp_more,
  739. i.mce-i-strikethrough,
  740. i.mce-i-spellchecker,
  741. i.mce-i-fullscreen,
  742. i.mce-i-wp_fullscreen,
  743. i.mce-i-dfw,
  744. i.mce-i-wp_adv,
  745. i.mce-i-underline,
  746. i.mce-i-alignjustify,
  747. i.mce-i-forecolor,
  748. i.mce-i-backcolor,
  749. i.mce-i-pastetext,
  750. i.mce-i-pasteword,
  751. i.mce-i-removeformat,
  752. i.mce-i-charmap,
  753. i.mce-i-outdent,
  754. i.mce-i-indent,
  755. i.mce-i-undo,
  756. i.mce-i-redo,
  757. i.mce-i-help,
  758. i.mce-i-wp_help,
  759. i.mce-i-wp-media-library,
  760. i.mce-i-ltr,
  761. i.mce-i-wp_page,
  762. i.mce-i-hr,
  763. i.mce-i-wp_code,
  764. i.mce-i-dashicon,
  765. i.mce-i-remove {
  766. font: normal 20px/1 dashicons;
  767. padding: 0;
  768. vertical-align: top;
  769. speak: never;
  770. -webkit-font-smoothing: antialiased;
  771. -moz-osx-font-smoothing: grayscale;
  772. margin-left: -2px;
  773. padding-right: 2px;
  774. }
  775. .qt-dfw {
  776. font: normal 20px/1 dashicons;
  777. vertical-align: top;
  778. speak: never;
  779. -webkit-font-smoothing: antialiased;
  780. -moz-osx-font-smoothing: grayscale;
  781. }
  782. i.mce-i-bold:before {
  783. content: "\f200";
  784. }
  785. i.mce-i-italic:before {
  786. content: "\f201";
  787. }
  788. i.mce-i-bullist:before {
  789. content: "\f203";
  790. }
  791. i.mce-i-numlist:before {
  792. content: "\f204";
  793. }
  794. i.mce-i-blockquote:before {
  795. content: "\f205";
  796. }
  797. i.mce-i-alignleft:before {
  798. content: "\f206";
  799. }
  800. i.mce-i-aligncenter:before {
  801. content: "\f207";
  802. }
  803. i.mce-i-alignright:before {
  804. content: "\f208";
  805. }
  806. i.mce-i-link:before {
  807. content: "\f103";
  808. }
  809. i.mce-i-unlink:before {
  810. content: "\f225";
  811. }
  812. i.mce-i-wp_more:before {
  813. content: "\f209";
  814. }
  815. i.mce-i-strikethrough:before {
  816. content: "\f224";
  817. }
  818. i.mce-i-spellchecker:before {
  819. content: "\f210";
  820. }
  821. i.mce-i-fullscreen:before,
  822. i.mce-i-wp_fullscreen:before,
  823. i.mce-i-dfw:before,
  824. .qt-dfw:before {
  825. content: "\f211";
  826. }
  827. i.mce-i-wp_adv:before {
  828. content: "\f212";
  829. }
  830. i.mce-i-underline:before {
  831. content: "\f213";
  832. }
  833. i.mce-i-alignjustify:before {
  834. content: "\f214";
  835. }
  836. i.mce-i-forecolor:before,
  837. i.mce-i-backcolor:before {
  838. content: "\f215";
  839. }
  840. i.mce-i-pastetext:before {
  841. content: "\f217";
  842. }
  843. i.mce-i-removeformat:before {
  844. content: "\f218";
  845. }
  846. i.mce-i-charmap:before {
  847. content: "\f220";
  848. }
  849. i.mce-i-outdent:before {
  850. content: "\f221";
  851. }
  852. i.mce-i-indent:before {
  853. content: "\f222";
  854. }
  855. i.mce-i-undo:before {
  856. content: "\f171";
  857. }
  858. i.mce-i-redo:before {
  859. content: "\f172";
  860. }
  861. i.mce-i-help:before,
  862. i.mce-i-wp_help:before {
  863. content: "\f223";
  864. }
  865. i.mce-i-wp-media-library:before {
  866. content: "\f104";
  867. }
  868. i.mce-i-ltr:before {
  869. content: "\f320";
  870. }
  871. i.mce-i-wp_page:before {
  872. content: "\f105";
  873. }
  874. i.mce-i-hr:before {
  875. content: "\f460";
  876. }
  877. i.mce-i-remove:before {
  878. content: "\f158";
  879. }
  880. i.mce-i-wp_code:before {
  881. content: "\f475";
  882. }
  883. /* RTL button icons */
  884. .rtl i.mce-i-outdent:before {
  885. content: "\f222";
  886. }
  887. .rtl i.mce-i-indent:before {
  888. content: "\f221";
  889. }
  890. /* Editors */
  891. .wp-editor-wrap {
  892. position: relative;
  893. }
  894. .wp-editor-tools {
  895. position: relative;
  896. z-index: 1;
  897. }
  898. .wp-editor-tools:after {
  899. clear: both;
  900. content: "";
  901. display: table;
  902. }
  903. .wp-editor-container {
  904. clear: both;
  905. border: 1px solid #dcdcde;
  906. }
  907. .wp-editor-area {
  908. font-family: Consolas, Monaco, monospace;
  909. font-size: 13px;
  910. padding: 10px;
  911. margin: 1px 0 0;
  912. line-height: 150%;
  913. border: 0;
  914. outline: none;
  915. display: block;
  916. resize: vertical;
  917. box-sizing: border-box;
  918. }
  919. .rtl .wp-editor-area {
  920. font-family: Tahoma, Monaco, monospace;
  921. }
  922. .locale-he-il .wp-editor-area {
  923. font-family: Arial, Monaco, monospace;
  924. }
  925. .wp-editor-container textarea.wp-editor-area {
  926. width: 100%;
  927. margin: 0;
  928. box-shadow: none;
  929. }
  930. .wp-editor-tabs {
  931. float: right;
  932. }
  933. .wp-switch-editor {
  934. float: left;
  935. box-sizing: content-box;
  936. position: relative;
  937. top: 1px;
  938. background: #f0f0f1;
  939. color: #646970;
  940. cursor: pointer;
  941. font-size: 13px;
  942. line-height: 1.46153846;
  943. height: 20px;
  944. margin: 5px 0 0 5px;
  945. padding: 3px 8px 4px;
  946. border: 1px solid #dcdcde;
  947. }
  948. .wp-switch-editor:focus {
  949. box-shadow:
  950. 0 0 0 1px #4f94d4,
  951. 0 0 2px 1px rgba(79, 148, 212, 0.8);
  952. outline: none;
  953. color: #1d2327;
  954. }
  955. .wp-switch-editor:active,
  956. .html-active .switch-html:focus,
  957. .tmce-active .switch-tmce:focus {
  958. box-shadow: none;
  959. }
  960. .wp-switch-editor:active {
  961. background-color: #f6f7f7;
  962. box-shadow: none;
  963. }
  964. .js .tmce-active .wp-editor-area {
  965. color: #fff;
  966. }
  967. .tmce-active .quicktags-toolbar {
  968. display: none;
  969. }
  970. .tmce-active .switch-tmce,
  971. .html-active .switch-html {
  972. background: #f6f7f7;
  973. color: #50575e;
  974. border-bottom-color: #f6f7f7;
  975. }
  976. .wp-media-buttons {
  977. float: left;
  978. }
  979. .wp-media-buttons .button {
  980. margin-right: 5px;
  981. margin-bottom: 4px;
  982. padding-left: 7px;
  983. padding-right: 7px;
  984. }
  985. .wp-media-buttons .button:active {
  986. position: relative;
  987. top: 1px;
  988. margin-top: -1px;
  989. margin-bottom: 1px;
  990. }
  991. .wp-media-buttons .insert-media {
  992. padding-left: 5px;
  993. }
  994. .wp-media-buttons a {
  995. text-decoration: none;
  996. color: #3c434a;
  997. font-size: 12px;
  998. }
  999. .wp-media-buttons img {
  1000. padding: 0 4px;
  1001. vertical-align: middle;
  1002. }
  1003. .wp-media-buttons span.wp-media-buttons-icon {
  1004. display: inline-block;
  1005. width: 20px;
  1006. height: 20px;
  1007. line-height: 1;
  1008. vertical-align: middle;
  1009. margin: 0 2px;
  1010. }
  1011. .wp-media-buttons .add_media span.wp-media-buttons-icon {
  1012. background: none;
  1013. }
  1014. .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1015. font: normal 18px/1 dashicons;
  1016. speak: never;
  1017. -webkit-font-smoothing: antialiased;
  1018. -moz-osx-font-smoothing: grayscale;
  1019. }
  1020. .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1021. content: "\f104";
  1022. }
  1023. .mce-content-body dl.wp-caption {
  1024. max-width: 100%;
  1025. }
  1026. /* Quicktags */
  1027. .quicktags-toolbar {
  1028. padding: 3px;
  1029. position: relative;
  1030. border-bottom: 1px solid #dcdcde;
  1031. background: #f6f7f7;
  1032. min-height: 30px;
  1033. }
  1034. .has-dfw .quicktags-toolbar {
  1035. padding-right: 35px;
  1036. }
  1037. .wp-core-ui .quicktags-toolbar input.button.button-small {
  1038. margin: 2px;
  1039. }
  1040. .quicktags-toolbar input[value="link"] {
  1041. text-decoration: underline;
  1042. }
  1043. .quicktags-toolbar input[value="del"] {
  1044. text-decoration: line-through;
  1045. }
  1046. .quicktags-toolbar input[value="i"] {
  1047. font-style: italic;
  1048. }
  1049. .quicktags-toolbar input[value="b"] {
  1050. font-weight: 600;
  1051. }
  1052. .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
  1053. .qt-dfw {
  1054. position: absolute;
  1055. top: 0;
  1056. right: 0;
  1057. }
  1058. .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
  1059. margin: 7px 7px 0 0;
  1060. }
  1061. .qt-dfw {
  1062. margin: 5px 5px 0 0;
  1063. }
  1064. .qt-fullscreen {
  1065. position: static;
  1066. margin: 2px;
  1067. }
  1068. @media screen and (max-width: 782px) {
  1069. .mce-toolbar .mce-btn button,
  1070. .qt-dfw {
  1071. padding: 6px 7px;
  1072. }
  1073. /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
  1074. .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
  1075. padding: 6px 7px 5px;
  1076. }
  1077. .mce-toolbar .mce-btn-group .mce-btn {
  1078. margin: 1px;
  1079. }
  1080. .qt-dfw {
  1081. width: 36px;
  1082. height: 34px;
  1083. }
  1084. .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
  1085. margin: 4px 4px 0 0;
  1086. }
  1087. .mce-toolbar .mce-colorbutton .mce-preview {
  1088. left: 8px;
  1089. bottom: 6px;
  1090. }
  1091. .mce-window .mce-btn {
  1092. padding: 2px 0;
  1093. }
  1094. .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
  1095. .has-dfw .quicktags-toolbar {
  1096. padding-right: 40px;
  1097. }
  1098. }
  1099. @media screen and (min-width: 782px) {
  1100. .wp-core-ui .quicktags-toolbar input.button.button-small {
  1101. /* .button-small is normally 11px, but a bit too small for these buttons. */
  1102. font-size: 12px;
  1103. min-height: 26px;
  1104. line-height: 2;
  1105. }
  1106. }
  1107. #wp_editbtns,
  1108. #wp_gallerybtns {
  1109. padding: 2px;
  1110. position: absolute;
  1111. display: none;
  1112. z-index: 100020;
  1113. }
  1114. #wp_editimgbtn,
  1115. #wp_delimgbtn,
  1116. #wp_editgallery,
  1117. #wp_delgallery {
  1118. background-color: #f0f0f1;
  1119. margin: 2px;
  1120. padding: 2px;
  1121. border: 1px solid #8c8f94;
  1122. border-radius: 3px;
  1123. }
  1124. #wp_editimgbtn:hover,
  1125. #wp_delimgbtn:hover,
  1126. #wp_editgallery:hover,
  1127. #wp_delgallery:hover {
  1128. border-color: #50575e;
  1129. background-color: #c3c4c7;
  1130. }
  1131. /*------------------------------------------------------------------------------
  1132. wp-link
  1133. ------------------------------------------------------------------------------*/
  1134. #wp-link-wrap {
  1135. display: none;
  1136. background-color: #fff;
  1137. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  1138. width: 500px;
  1139. overflow: hidden;
  1140. margin-left: -250px;
  1141. margin-top: -125px;
  1142. position: fixed;
  1143. top: 50%;
  1144. left: 50%;
  1145. z-index: 100105;
  1146. transition: height 0.2s, margin-top 0.2s;
  1147. }
  1148. #wp-link-backdrop {
  1149. display: none;
  1150. position: fixed;
  1151. top: 0;
  1152. left: 0;
  1153. right: 0;
  1154. bottom: 0;
  1155. min-height: 360px;
  1156. background: #000;
  1157. opacity: 0.7;
  1158. filter: alpha(opacity=70);
  1159. z-index: 100100;
  1160. }
  1161. #wp-link {
  1162. position: relative;
  1163. height: 100%;
  1164. }
  1165. #wp-link-wrap {
  1166. height: 600px;
  1167. margin-top: -300px;
  1168. }
  1169. #wp-link-wrap .wp-link-text-field {
  1170. display: none;
  1171. }
  1172. #wp-link-wrap.has-text-field .wp-link-text-field {
  1173. display: block;
  1174. }
  1175. #link-modal-title {
  1176. background: #fff;
  1177. border-bottom: 1px solid #dcdcde;
  1178. font-size: 18px;
  1179. font-weight: 600;
  1180. line-height: 2;
  1181. margin: 0;
  1182. padding: 0 36px 0 16px;
  1183. }
  1184. #wp-link-close {
  1185. color: #646970;
  1186. padding: 0;
  1187. position: absolute;
  1188. top: 0;
  1189. right: 0;
  1190. width: 36px;
  1191. height: 36px;
  1192. text-align: center;
  1193. background: none;
  1194. border: none;
  1195. cursor: pointer;
  1196. }
  1197. #wp-link-close:before {
  1198. font: normal 20px/36px dashicons;
  1199. vertical-align: top;
  1200. speak: never;
  1201. -webkit-font-smoothing: antialiased;
  1202. -moz-osx-font-smoothing: grayscale;
  1203. width: 36px;
  1204. height: 36px;
  1205. content: "\f158";
  1206. }
  1207. #wp-link-close:hover,
  1208. #wp-link-close:focus {
  1209. color: #135e96;
  1210. }
  1211. #wp-link-close:focus {
  1212. outline: none;
  1213. box-shadow:
  1214. 0 0 0 1px #4f94d4,
  1215. 0 0 2px 1px rgba(79, 148, 212, 0.8);
  1216. /* Only visible in Windows High Contrast mode */
  1217. outline: 2px solid transparent;
  1218. outline-offset: -2px;
  1219. }
  1220. #wp-link-wrap #link-selector {
  1221. -webkit-overflow-scrolling: touch;
  1222. padding: 0 16px;
  1223. position: absolute;
  1224. top: calc(2.15384615em + 16px);
  1225. left: 0;
  1226. right: 0;
  1227. bottom: calc(2.15384615em + 19px);
  1228. display: flex;
  1229. flex-direction: column;
  1230. overflow: auto;
  1231. }
  1232. #wp-link ol,
  1233. #wp-link ul {
  1234. list-style: none;
  1235. margin: 0;
  1236. padding: 0;
  1237. }
  1238. #wp-link input[type="text"] {
  1239. box-sizing: border-box;
  1240. }
  1241. #wp-link #link-options {
  1242. padding: 8px 0 12px;
  1243. }
  1244. #wp-link p.howto {
  1245. margin: 3px 0;
  1246. }
  1247. #wp-link p.howto a {
  1248. text-decoration: none;
  1249. color: inherit;
  1250. }
  1251. #wp-link label input[type="text"] {
  1252. margin-top: 5px;
  1253. width: 70%;
  1254. }
  1255. #wp-link #link-options label span,
  1256. #wp-link #search-panel label span.search-label {
  1257. display: inline-block;
  1258. width: 120px;
  1259. text-align: right;
  1260. padding-right: 5px;
  1261. max-width: 24%;
  1262. vertical-align: middle;
  1263. word-wrap: break-word;
  1264. }
  1265. #wp-link .link-search-field {
  1266. width: 250px;
  1267. max-width: 70%;
  1268. }
  1269. #wp-link .link-search-wrapper {
  1270. margin: 5px 0 9px;
  1271. display: block;
  1272. }
  1273. #wp-link .query-results {
  1274. position: absolute;
  1275. width: calc(100% - 32px);
  1276. }
  1277. #wp-link .link-search-wrapper .spinner {
  1278. float: none;
  1279. margin: -3px 0 0 4px;
  1280. }
  1281. #wp-link .link-target {
  1282. padding: 3px 0 0;
  1283. }
  1284. #wp-link .link-target label {
  1285. max-width: 70%;
  1286. }
  1287. #wp-link .query-results {
  1288. border: 1px #dcdcde solid;
  1289. margin: 0 0 12px;
  1290. background: #fff;
  1291. overflow: auto;
  1292. max-height: 290px;
  1293. }
  1294. #wp-link li {
  1295. clear: both;
  1296. margin-bottom: 0;
  1297. border-bottom: 1px solid #f0f0f1;
  1298. color: #2c3338;
  1299. padding: 4px 6px 4px 10px;
  1300. cursor: pointer;
  1301. position: relative;
  1302. }
  1303. #wp-link .query-notice {
  1304. padding: 0;
  1305. border-bottom: 1px solid #dcdcde;
  1306. background-color: #fff;
  1307. color: #000;
  1308. }
  1309. #wp-link .query-notice .query-notice-default,
  1310. #wp-link .query-notice .query-notice-hint {
  1311. display: block;
  1312. padding: 6px;
  1313. border-left: 4px solid #72aee6;
  1314. }
  1315. #wp-link .unselectable.no-matches-found {
  1316. padding: 0;
  1317. border-bottom: 1px solid #dcdcde;
  1318. background-color: #f6f7f7;
  1319. }
  1320. #wp-link .no-matches-found .item-title {
  1321. display: block;
  1322. padding: 6px;
  1323. border-left: 4px solid #d63638;
  1324. }
  1325. #wp-link .query-results em {
  1326. font-style: normal;
  1327. }
  1328. #wp-link li:hover {
  1329. background: #f0f6fc;
  1330. color: #101517;
  1331. }
  1332. #wp-link li.unselectable {
  1333. border-bottom: 1px solid #dcdcde;
  1334. }
  1335. #wp-link li.unselectable:hover {
  1336. background: #fff;
  1337. cursor: auto;
  1338. color: #2c3338;
  1339. }
  1340. #wp-link li.selected {
  1341. background: #dcdcde;
  1342. color: #2c3338;
  1343. }
  1344. #wp-link li.selected .item-title {
  1345. font-weight: 600;
  1346. }
  1347. #wp-link li:last-child {
  1348. border: none;
  1349. }
  1350. #wp-link .item-title {
  1351. display: inline-block;
  1352. width: 80%;
  1353. width: calc(100% - 68px);
  1354. word-wrap: break-word;
  1355. }
  1356. #wp-link .item-info {
  1357. text-transform: uppercase;
  1358. color: #646970;
  1359. font-size: 11px;
  1360. position: absolute;
  1361. right: 5px;
  1362. top: 5px;
  1363. }
  1364. #wp-link .river-waiting {
  1365. display: none;
  1366. padding: 10px 0;
  1367. }
  1368. #wp-link .submitbox {
  1369. padding: 8px 16px;
  1370. background: #fff;
  1371. border-top: 1px solid #dcdcde;
  1372. position: absolute;
  1373. bottom: 0;
  1374. left: 0;
  1375. right: 0;
  1376. }
  1377. #wp-link-cancel {
  1378. line-height: 1.92307692;
  1379. float: left;
  1380. }
  1381. #wp-link-update {
  1382. line-height: 1.76923076;
  1383. float: right;
  1384. }
  1385. #wp-link-submit {
  1386. float: right;
  1387. }
  1388. @media screen and (max-width: 782px) {
  1389. #link-selector {
  1390. padding: 0 16px 60px;
  1391. }
  1392. #wp-link-wrap #link-selector {
  1393. bottom: calc(2.71428571em + 23px);
  1394. }
  1395. #wp-link-cancel {
  1396. line-height: 2.46153846;
  1397. }
  1398. #wp-link .link-target {
  1399. padding-top: 10px;
  1400. }
  1401. #wp-link .submitbox .button {
  1402. margin-bottom: 0;
  1403. }
  1404. }
  1405. @media screen and (max-width: 520px) {
  1406. #wp-link-wrap {
  1407. width: auto;
  1408. margin-left: 0;
  1409. left: 10px;
  1410. right: 10px;
  1411. max-width: 500px;
  1412. }
  1413. }
  1414. @media screen and (max-height: 620px) {
  1415. #wp-link-wrap {
  1416. transition: none;
  1417. height: auto;
  1418. margin-top: 0;
  1419. top: 10px;
  1420. bottom: 10px;
  1421. }
  1422. #link-selector {
  1423. overflow: auto;
  1424. }
  1425. }
  1426. @media screen and (max-height: 290px) {
  1427. #wp-link-wrap {
  1428. height: auto;
  1429. margin-top: 0;
  1430. top: 10px;
  1431. bottom: 10px;
  1432. }
  1433. #link-selector {
  1434. overflow: auto;
  1435. height: calc(100% - 92px);
  1436. padding-bottom: 2px;
  1437. }
  1438. }
  1439. div.wp-link-preview {
  1440. float: left;
  1441. margin: 5px;
  1442. max-width: 694px;
  1443. overflow: hidden;
  1444. text-overflow: ellipsis;
  1445. }
  1446. div.wp-link-preview a {
  1447. color: #2271b1;
  1448. text-decoration: underline;
  1449. transition-property: border, background, color;
  1450. transition-duration: .05s;
  1451. transition-timing-function: ease-in-out;
  1452. cursor: pointer;
  1453. }
  1454. div.wp-link-preview a.wplink-url-error {
  1455. color: #d63638;
  1456. }
  1457. div.wp-link-input {
  1458. float: left;
  1459. margin: 2px;
  1460. max-width: 694px;
  1461. }
  1462. div.wp-link-input input {
  1463. width: 300px;
  1464. padding: 3px;
  1465. box-sizing: border-box;
  1466. line-height: 1.28571429; /* 18px */
  1467. /* Override value inherited from default input fields. */
  1468. min-height: 26px;
  1469. }
  1470. .mce-toolbar div.wp-link-preview ~ .mce-btn,
  1471. .mce-toolbar div.wp-link-input ~ .mce-btn {
  1472. margin: 2px 1px;
  1473. }
  1474. .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child {
  1475. margin-right: 2px;
  1476. }
  1477. .ui-autocomplete.wplink-autocomplete {
  1478. z-index: 100110;
  1479. max-height: 200px;
  1480. overflow-y: auto;
  1481. padding: 0;
  1482. margin: 0;
  1483. list-style: none;
  1484. position: absolute;
  1485. border: 1px solid #4f94d4;
  1486. box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
  1487. background-color: #fff;
  1488. }
  1489. .ui-autocomplete.wplink-autocomplete li {
  1490. margin-bottom: 0;
  1491. padding: 4px 10px;
  1492. clear: both;
  1493. white-space: normal;
  1494. text-align: left;
  1495. }
  1496. .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
  1497. float: right;
  1498. }
  1499. .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
  1500. background-color: #dcdcde;
  1501. cursor: pointer;
  1502. }
  1503. @media screen and (max-width: 782px) {
  1504. div.wp-link-preview,
  1505. div.wp-link-input {
  1506. max-width: 70%;
  1507. max-width: calc(100% - 86px);
  1508. }
  1509. div.wp-link-preview {
  1510. margin: 8px 0 8px 5px;
  1511. }
  1512. div.wp-link-input {
  1513. width: 300px;
  1514. }
  1515. div.wp-link-input input {
  1516. width: 100%;
  1517. font-size: 16px;
  1518. padding: 5px;
  1519. }
  1520. }
  1521. /* =Overlay Body
  1522. -------------------------------------------------------------- */
  1523. .mce-fullscreen {
  1524. z-index: 100010;
  1525. }
  1526. /* =Localization
  1527. -------------------------------------------------------------- */
  1528. .rtl .wp-switch-editor,
  1529. .rtl .quicktags-toolbar input {
  1530. font-family: Tahoma, sans-serif;
  1531. }
  1532. /* rtl:ignore */
  1533. .mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
  1534. direction: rtl;
  1535. }
  1536. /* rtl:ignore */
  1537. .mce-rtl .mce-listbox i.mce-caret {
  1538. left: 6px;
  1539. }
  1540. html:lang(he-il) .rtl .wp-switch-editor,
  1541. html:lang(he-il) .rtl .quicktags-toolbar input {
  1542. font-family: Arial, sans-serif;
  1543. }
  1544. /* HiDPI */
  1545. @media print,
  1546. (-webkit-min-device-pixel-ratio: 1.25),
  1547. (min-resolution: 120dpi) {
  1548. .wp-media-buttons .add_media span.wp-media-buttons-icon {
  1549. background: none;
  1550. }
  1551. }