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.
 
 
 
 
 

1906 lines
33 KiB

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