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.

1854 lines
32 KiB

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