[ 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  .html-active .switch-html:focus,
1146  .tmce-active .switch-tmce:focus {
1147      box-shadow: none;
1148  }
1149  
1150  .wp-switch-editor:active {
1151      background-color: #f6f7f7;
1152      box-shadow: none;
1153  }
1154  
1155  .js .tmce-active .wp-editor-area {
1156      color: #fff;
1157  }
1158  
1159  .tmce-active .quicktags-toolbar {
1160      display: none;
1161  }
1162  
1163  .tmce-active .switch-tmce,
1164  .html-active .switch-html {
1165      background: #f6f7f7;
1166      color: #50575e;
1167      border-bottom-color: #f6f7f7;
1168  }
1169  
1170  .wp-media-buttons {
1171      float: right;
1172  }
1173  
1174  .wp-media-buttons .button {
1175      margin-left: 5px;
1176      margin-bottom: 4px;
1177      padding-right: 7px;
1178      padding-left: 7px;
1179  }
1180  
1181  .wp-media-buttons .button:active {
1182      position: relative;
1183      top: 1px;
1184      margin-top: -1px;
1185      margin-bottom: 1px;
1186  }
1187  
1188  .wp-media-buttons .insert-media {
1189      padding-right: 5px;
1190  }
1191  
1192  .wp-media-buttons a {
1193      text-decoration: none;
1194      color: #3c434a;
1195      font-size: 12px;
1196  }
1197  
1198  .wp-media-buttons img {
1199      padding: 0 4px;
1200      vertical-align: middle;
1201  }
1202  
1203  .wp-media-buttons span.wp-media-buttons-icon {
1204      display: inline-block;
1205      width: 20px;
1206      height: 20px;
1207      line-height: 1;
1208      vertical-align: middle;
1209      margin: 0 2px;
1210  }
1211  
1212  .wp-media-buttons .add_media span.wp-media-buttons-icon {
1213      background: none;
1214  }
1215  
1216  .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
1217      font: normal 18px/1 dashicons;
1218      speak: never;
1219      -webkit-font-smoothing: antialiased;
1220      -moz-osx-font-smoothing: grayscale;
1221  }
1222  
1223  .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
1224      content: "\f104";
1225  }
1226  
1227  .mce-content-body dl.wp-caption {
1228      max-width: 100%;
1229  }
1230  
1231  /* Quicktags */
1232  .quicktags-toolbar {
1233      padding: 3px;
1234      position: relative;
1235      border-bottom: 1px solid #dcdcde;
1236      background: #f6f7f7;
1237      min-height: 30px;
1238  }
1239  
1240  .has-dfw .quicktags-toolbar {
1241      padding-left: 35px;
1242  }
1243  
1244  .wp-core-ui .quicktags-toolbar input.button.button-small {
1245      margin: 2px;
1246  }
1247  
1248  .quicktags-toolbar input[value="link"] {
1249      text-decoration: underline;
1250  }
1251  
1252  .quicktags-toolbar input[value="del"] {
1253      text-decoration: line-through;
1254  }
1255  
1256  .quicktags-toolbar input[value="i"] {
1257      font-style: italic;
1258  }
1259  
1260  .quicktags-toolbar input[value="b"] {
1261      font-weight: 600;
1262  }
1263  
1264  .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
1265  .qt-dfw {
1266      position: absolute;
1267      top: 0;
1268      left: 0;
1269  }
1270  
1271  .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
1272      margin: 7px 0 0 7px;
1273  }
1274  
1275  .qt-dfw {
1276      margin: 5px 0 0 5px;
1277  }
1278  
1279  .qt-fullscreen {
1280      position: static;
1281      margin: 2px;
1282  }
1283  
1284  @media screen and (max-width: 782px) {
1285      .mce-toolbar .mce-btn button,
1286      .qt-dfw {
1287          padding: 6px 7px;
1288      }
1289  
1290      /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */
1291      .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
1292          padding: 6px 7px 5px;
1293      }
1294  
1295      .mce-toolbar .mce-btn-group .mce-btn {
1296          margin: 1px;
1297      }
1298  
1299      .qt-dfw {
1300          width: 36px;
1301          height: 34px;
1302      }
1303  
1304      .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
1305          margin: 4px 0 0 4px;
1306      }
1307  
1308      .mce-toolbar .mce-colorbutton .mce-preview {
1309          right: 8px;
1310          bottom: 6px;
1311      }
1312  
1313      .mce-window .mce-btn {
1314          padding: 2px 0;
1315      }
1316  
1317      .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
1318      .has-dfw .quicktags-toolbar {
1319          padding-left: 40px;
1320      }
1321  }
1322  
1323  @media screen and (min-width: 782px) {
1324      .wp-core-ui .quicktags-toolbar input.button.button-small {
1325          /* .button-small is normally 11px, but a bit too small for these buttons. */
1326          font-size: 12px;
1327          min-height: 26px;
1328          line-height: 2;
1329      }
1330  }
1331  
1332  #wp_editbtns,
1333  #wp_gallerybtns {
1334      padding: 2px;
1335      position: absolute;
1336      display: none;
1337      z-index: 100020;
1338  }
1339  
1340  #wp_editimgbtn,
1341  #wp_delimgbtn,
1342  #wp_editgallery,
1343  #wp_delgallery {
1344      background-color: #f0f0f1;
1345      margin: 2px;
1346      padding: 2px;
1347      border: 1px solid #8c8f94;
1348      border-radius: 3px;
1349  }
1350  
1351  #wp_editimgbtn:hover,
1352  #wp_delimgbtn:hover,
1353  #wp_editgallery:hover,
1354  #wp_delgallery:hover {
1355      border-color: #50575e;
1356      background-color: #c3c4c7;
1357  }
1358  
1359  /*------------------------------------------------------------------------------
1360   wp-link
1361  ------------------------------------------------------------------------------*/
1362  
1363  #wp-link-wrap {
1364      display: none;
1365      background-color: #fff;
1366      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
1367      width: 500px;
1368      overflow: hidden;
1369      margin-right: -250px;
1370      margin-top: -125px;
1371      position: fixed;
1372      top: 50%;
1373      right: 50%;
1374      z-index: 100105;
1375      transition: height 0.2s, margin-top 0.2s;
1376  }
1377  
1378  #wp-link-backdrop {
1379      display: none;
1380      position: fixed;
1381      top: 0;
1382      right: 0;
1383      left: 0;
1384      bottom: 0;
1385      min-height: 360px;
1386      background: #000;
1387      opacity: 0.7;
1388      filter: alpha(opacity=70);
1389      z-index: 100100;
1390  }
1391  
1392  #wp-link {
1393      position: relative;
1394      height: 100%;
1395  }
1396  
1397  #wp-link-wrap {
1398      height: 600px;
1399      margin-top: -300px;
1400  }
1401  
1402  #wp-link-wrap .wp-link-text-field {
1403      display: none;
1404  }
1405  
1406  #wp-link-wrap.has-text-field .wp-link-text-field {
1407      display: block;
1408  }
1409  
1410  #link-modal-title {
1411      background: #fff;
1412      border-bottom: 1px solid #dcdcde;
1413      font-size: 18px;
1414      font-weight: 600;
1415      line-height: 2;
1416      margin: 0;
1417      padding: 0 16px 0 36px;
1418  }
1419  
1420  #wp-link-close {
1421      color: #646970;
1422      padding: 0;
1423      position: absolute;
1424      top: 0;
1425      left: 0;
1426      width: 36px;
1427      height: 36px;
1428      text-align: center;
1429      background: none;
1430      border: none;
1431      cursor: pointer;
1432  }
1433  
1434  #wp-link-close:before {
1435      font: normal 20px/36px dashicons;
1436      vertical-align: top;
1437      speak: never;
1438      -webkit-font-smoothing: antialiased;
1439      -moz-osx-font-smoothing: grayscale;
1440      width: 36px;
1441      height: 36px;
1442      content: "\f158";
1443  }
1444  
1445  #wp-link-close:hover,
1446  #wp-link-close:focus {
1447      color: #135e96;
1448  }
1449  
1450  #wp-link-close:focus {
1451      box-shadow: 0 0 0 2px #2271b1;
1452      /* Only visible in Windows High Contrast mode */
1453      outline: 2px solid transparent;
1454      outline-offset: -2px;
1455  }
1456  
1457  #wp-link-wrap #link-selector {
1458      -webkit-overflow-scrolling: touch;
1459      padding: 0 16px;
1460      position: absolute;
1461      top: calc(2.15384615em + 16px);
1462      right: 0;
1463      left: 0;
1464      bottom: calc(2.15384615em + 19px);
1465      display: flex;
1466      flex-direction: column;
1467      overflow: auto;
1468  }
1469  
1470  #wp-link ol,
1471  #wp-link ul {
1472      list-style: none;
1473      margin: 0;
1474      padding: 0;
1475  }
1476  
1477  #wp-link input[type="text"] {
1478      box-sizing: border-box;
1479  }
1480  
1481  #wp-link #link-options {
1482      padding: 8px 0 12px;
1483  }
1484  
1485  #wp-link p.howto {
1486      margin: 3px 0;
1487  }
1488  
1489  #wp-link p.howto a {
1490      text-decoration: none;
1491      color: inherit;
1492  }
1493  
1494  #wp-link label input[type="text"] {
1495      margin-top: 5px;
1496      width: 70%;
1497  }
1498  
1499  #wp-link #link-options label span,
1500  #wp-link #search-panel label span.search-label {
1501      display: inline-block;
1502      width: 120px;
1503      text-align: left;
1504      padding-left: 5px;
1505      max-width: 24%;
1506      vertical-align: middle;
1507      word-wrap: break-word;
1508  }
1509  
1510  #wp-link .link-search-field {
1511      width: 250px;
1512      max-width: 70%;
1513  }
1514  
1515  #wp-link .link-search-wrapper {
1516      margin: 5px 0 9px;
1517      display: block;
1518  }
1519  
1520  #wp-link .query-results {
1521      position: absolute;
1522      width: calc(100% - 32px);
1523  }
1524  
1525  #wp-link .link-search-wrapper .spinner {
1526      float: none;
1527      margin: -3px 4px 0 0;
1528  }
1529  
1530  #wp-link .link-target {
1531      padding: 3px 0 0;
1532  }
1533  
1534  #wp-link .link-target label {
1535      max-width: 70%;
1536  }
1537  
1538  #wp-link .query-results {
1539      border: 1px #dcdcde solid;
1540      margin: 0 0 12px;
1541      background: #fff;
1542      overflow: auto;
1543      max-height: 290px;
1544  }
1545  
1546  #wp-link li {
1547      clear: both;
1548      margin-bottom: 0;
1549      border-bottom: 1px solid #f0f0f1;
1550      color: #2c3338;
1551      padding: 4px 10px 4px 6px;
1552      cursor: pointer;
1553      position: relative;
1554  }
1555  
1556  #wp-link .query-notice {
1557      padding: 0;
1558      border-bottom: 1px solid #dcdcde;
1559      background-color: #fff;
1560      color: #000;
1561  }
1562  
1563  #wp-link .query-notice .query-notice-default,
1564  #wp-link .query-notice .query-notice-hint {
1565      display: block;
1566      padding: 6px;
1567      border-right: 4px solid #72aee6;
1568  }
1569  
1570  #wp-link .unselectable.no-matches-found {
1571      padding: 0;
1572      border-bottom: 1px solid #dcdcde;
1573      background-color: #f6f7f7;
1574  }
1575  
1576  #wp-link .no-matches-found .item-title {
1577      display: block;
1578      padding: 6px;
1579      border-right: 4px solid #d63638;
1580  }
1581  
1582  #wp-link .query-results em {
1583      font-style: normal;
1584  }
1585  
1586  #wp-link li:hover {
1587      background: #f0f6fc;
1588      color: #101517;
1589  }
1590  
1591  #wp-link li.unselectable {
1592      border-bottom: 1px solid #dcdcde;
1593  }
1594  
1595  #wp-link li.unselectable:hover {
1596      background: #fff;
1597      cursor: auto;
1598      color: #2c3338;
1599  }
1600  
1601  #wp-link li.selected {
1602      background: #dcdcde;
1603      color: #2c3338;
1604  }
1605  
1606  #wp-link li.selected .item-title {
1607      font-weight: 600;
1608  }
1609  
1610  #wp-link li:last-child {
1611      border: none;
1612  }
1613  
1614  #wp-link .item-title {
1615      display: inline-block;
1616      width: 80%;
1617      width: calc(100% - 68px);
1618      word-wrap: break-word;
1619  }
1620  
1621  #wp-link .item-info {
1622      text-transform: uppercase;
1623      color: #646970;
1624      font-size: 11px;
1625      position: absolute;
1626      left: 5px;
1627      top: 5px;
1628  }
1629  
1630  #wp-link .river-waiting {
1631      display: none;
1632      padding: 10px 0;
1633  }
1634  
1635  #wp-link .submitbox {
1636      padding: 8px 16px;
1637      background: #fff;
1638      border-top: 1px solid #dcdcde;
1639      position: absolute;
1640      bottom: 0;
1641      right: 0;
1642      left: 0;
1643  }
1644  
1645  #wp-link-cancel {
1646      line-height: 1.92307692;
1647      float: right;
1648  }
1649  
1650  #wp-link-update {
1651      line-height: 1.76923076;
1652      float: left;
1653  }
1654  
1655  #wp-link-submit {
1656      float: left;
1657  }
1658  
1659  @media screen and (max-width: 782px) {
1660      #link-selector {
1661          padding: 0 16px 60px;
1662      }
1663  
1664      #wp-link-wrap #link-selector {
1665          bottom: calc(2.71428571em + 23px);
1666      }
1667  
1668      #wp-link-cancel {
1669          line-height: 2.46153846;
1670      }
1671  
1672      #wp-link .link-target {
1673          padding-top: 10px;
1674      }
1675  
1676      #wp-link .submitbox .button {
1677          margin-bottom: 0;
1678      }
1679  }
1680  
1681  @media screen and (max-width: 520px) {
1682      #wp-link-wrap {
1683          width: auto;
1684          margin-right: 0;
1685          right: 10px;
1686          left: 10px;
1687          max-width: 500px;
1688      }
1689  }
1690  
1691  @media screen and (max-height: 620px) {
1692      #wp-link-wrap {
1693          transition: none;
1694          height: auto;
1695          margin-top: 0;
1696          top: 10px;
1697          bottom: 10px;
1698      }
1699  
1700      #link-selector {
1701          overflow: auto;
1702      }
1703  }
1704  
1705  @media screen and (max-height: 290px) {
1706      #wp-link-wrap {
1707          height: auto;
1708          margin-top: 0;
1709          top: 10px;
1710          bottom: 10px;
1711      }
1712  
1713      #link-selector {
1714          overflow: auto;
1715          height: calc(100% - 92px);
1716          padding-bottom: 2px;
1717      }
1718  }
1719  
1720  div.wp-link-preview {
1721      float: right;
1722      margin: 5px;
1723      max-width: 694px;
1724      overflow: hidden;
1725      text-overflow: ellipsis;
1726  }
1727  
1728  div.wp-link-preview a {
1729      color: #2271b1;
1730      text-decoration: underline;
1731      transition-property: border, background, color;
1732      transition-duration: .05s;
1733      transition-timing-function: ease-in-out;
1734      cursor: pointer;
1735  }
1736  
1737  div.wp-link-preview a.wplink-url-error {
1738      color: #d63638;
1739  }
1740  
1741  div.wp-link-input {
1742      float: right;
1743      margin: 2px;
1744      max-width: 694px;
1745  }
1746  
1747  div.wp-link-input input {
1748      width: 300px;
1749      padding: 3px;
1750      box-sizing: border-box;
1751      line-height: 1.28571429; /* 18px */
1752      /* Override value inherited from default input fields. */
1753      min-height: 26px;
1754  }
1755  
1756  .mce-toolbar div.wp-link-preview ~ .mce-btn,
1757  .mce-toolbar div.wp-link-input ~ .mce-btn {
1758      margin: 2px 1px;
1759  }
1760  
1761  .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child {
1762      margin-left: 2px;
1763  }
1764  
1765  .ui-autocomplete.wplink-autocomplete {
1766      z-index: 100110;
1767      max-height: 200px;
1768      overflow-y: auto;
1769      padding: 0;
1770      margin: 0;
1771      list-style: none;
1772      position: absolute;
1773      border: 1px solid #4f94d4;
1774      box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
1775      background-color: #fff;
1776  }
1777  
1778  .ui-autocomplete.wplink-autocomplete li {
1779      margin-bottom: 0;
1780      padding: 4px 10px;
1781      clear: both;
1782      white-space: normal;
1783      text-align: right;
1784  }
1785  
1786  .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
1787      float: left;
1788  }
1789  
1790  .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
1791      background-color: #dcdcde;
1792      cursor: pointer;
1793  }
1794  
1795  @media screen and (max-width: 782px) {
1796      div.wp-link-preview,
1797      div.wp-link-input {
1798          max-width: 70%;
1799          max-width: calc(100% - 86px);
1800      }
1801  
1802      div.wp-link-preview {
1803          margin: 8px 5px 8px 0;
1804      }
1805  
1806      div.wp-link-input {
1807          width: 300px;
1808      }
1809  
1810      div.wp-link-input input {
1811          width: 100%;
1812          font-size: 16px;
1813          padding: 5px;
1814      }
1815  }
1816  
1817  /* =Overlay Body
1818  -------------------------------------------------------------- */
1819  
1820  .mce-fullscreen {
1821      z-index: 100010;
1822  }
1823  
1824  /* =Localization
1825  -------------------------------------------------------------- */
1826  .rtl .wp-switch-editor,
1827  .rtl .quicktags-toolbar input {
1828      font-family: Tahoma, sans-serif;
1829  }
1830  
1831  /* rtl:ignore */
1832  .mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
1833      direction: rtl;
1834  }
1835  
1836  /* rtl:ignore */
1837  .mce-rtl .mce-listbox i.mce-caret {
1838      left: 6px;
1839  }
1840  
1841  html:lang(he-il) .rtl .wp-switch-editor,
1842  html:lang(he-il) .rtl .quicktags-toolbar input {
1843      font-family: Arial, sans-serif;
1844  }
1845  
1846  /* HiDPI */
1847  @media print,
1848    (min-resolution: 120dpi) {
1849      .wp-media-buttons .add_media span.wp-media-buttons-icon {
1850          background: none;
1851      }
1852  }


Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref