[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/css/ -> editor-rtl.css (source)

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


Generated : Fri Nov 15 08:20:01 2024 Cross-referenced by PHPXref