wp/wp-includes/css/editor-rtl.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    43 .mce-window .mce-container-body.mce-abs-layout {
    43 .mce-window .mce-container-body.mce-abs-layout {
    44 	overflow: visible;
    44 	overflow: visible;
    45 }
    45 }
    46 
    46 
    47 .mce-window .mce-window-head {
    47 .mce-window .mce-window-head {
    48 	background: #fcfcfc;
    48 	background: #fff;
    49 	border-bottom: 1px solid #ddd;
    49 	border-bottom: 1px solid #dcdcde;
    50 	padding: 0;
    50 	padding: 0;
    51 	min-height: 36px;
    51 	min-height: 36px;
    52 }
    52 }
    53 
    53 
    54 .mce-window .mce-window-head .mce-title {
    54 .mce-window .mce-window-head .mce-title {
    55 	color: #444;
    55 	color: #3c434a;
    56 	font-size: 18px;
    56 	font-size: 18px;
    57 	font-weight: 600;
    57 	font-weight: 600;
    58 	line-height: 36px;
    58 	line-height: 36px;
    59 	margin: 0;
    59 	margin: 0;
    60 	padding: 0 16px 0 36px;
    60 	padding: 0 16px 0 36px;
    73 }
    73 }
    74 
    74 
    75 .mce-window-head .mce-close .mce-i-remove:before {
    75 .mce-window-head .mce-close .mce-i-remove:before {
    76 	font: normal 20px/36px dashicons;
    76 	font: normal 20px/36px dashicons;
    77 	text-align: center;
    77 	text-align: center;
    78 	color: #666;
    78 	color: #646970;
    79 	width: 36px;
    79 	width: 36px;
    80 	height: 36px;
    80 	height: 36px;
    81 	display: block;
    81 	display: block;
    82 }
    82 }
    83 
    83 
    84 .mce-window-head .mce-close:hover .mce-i-remove:before,
    84 .mce-window-head .mce-close:hover .mce-i-remove:before,
    85 .mce-window-head .mce-close:focus .mce-i-remove:before {
    85 .mce-window-head .mce-close:focus .mce-i-remove:before {
    86 	color: #006799;
    86 	color: #135e96;
    87 }
    87 }
    88 
    88 
    89 .mce-window-head .mce-close:focus .mce-i-remove,
    89 .mce-window-head .mce-close:focus .mce-i-remove,
    90 div.mce-tab:focus {
    90 div.mce-tab:focus {
    91 	box-shadow: 0 0 0 1px #5b9dd9,
    91 	box-shadow: 0 0 0 1px #4f94d4,
    92 		0 0 2px 1px rgba(30, 140, 190, 0.8);
    92 		0 0 2px 1px rgba(79, 148, 212, 0.8);
    93 }
    93 }
    94 
    94 
    95 .mce-window .mce-window-head .mce-dragh {
    95 .mce-window .mce-window-head .mce-dragh {
    96 	width: calc( 100% - 36px );
    96 	width: calc( 100% - 36px );
    97 }
    97 }
    98 
    98 
    99 .mce-window .mce-foot {
    99 .mce-window .mce-foot {
   100 	border-top: 1px solid #ddd;
   100 	border-top: 1px solid #dcdcde;
   101 }
   101 }
   102 
   102 
   103 .mce-textbox,
   103 .mce-textbox,
   104 .mce-checkbox i.mce-i-checkbox,
   104 .mce-checkbox i.mce-i-checkbox,
   105 #wp-link .query-results {
   105 #wp-link .query-results {
   106 	border: 1px solid #ddd;
   106 	border: 1px solid #dcdcde;
   107 	border-radius: 0;
   107 	border-radius: 0;
   108 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
   108 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
   109 	transition: .05s all ease-in-out;
   109 	transition: .05s all ease-in-out;
   110 }
   110 }
   111 
   111 
   112 .mce-textbox:focus,
   112 .mce-textbox:focus,
   113 .mce-textbox.mce-focus,
   113 .mce-textbox.mce-focus,
   114 .mce-checkbox:focus i.mce-i-checkbox,
   114 .mce-checkbox:focus i.mce-i-checkbox,
   115 #wp-link .query-results:focus {
   115 #wp-link .query-results:focus {
   116 	border-color: #5b9dd9;
   116 	border-color: #4f94d4;
   117 	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
   117 	box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
   118 }
   118 }
   119 
   119 
   120 .mce-window .mce-wp-help {
   120 .mce-window .mce-wp-help {
   121 	height: 360px;
   121 	height: 360px;
   122 	width: 460px;
   122 	width: 460px;
   187 .mce-window .wp-editor-help kbd {
   187 .mce-window .wp-editor-help kbd {
   188 	font-family: monospace;
   188 	font-family: monospace;
   189 	padding: 2px 7px 3px;
   189 	padding: 2px 7px 3px;
   190 	font-weight: 600;
   190 	font-weight: 600;
   191 	margin: 0;
   191 	margin: 0;
   192 	background: #eaeaea;
   192 	background: #f0f0f1;
   193 	background: rgba(0, 0, 0, 0.08);
   193 	background: rgba(0, 0, 0, 0.08);
   194 }
   194 }
   195 
   195 
   196 .mce-window .wp-help-th-center td:nth-child(odd),
   196 .mce-window .wp-help-th-center td:nth-child(odd),
   197 .mce-window .wp-help-th-center th:nth-child(odd) {
   197 .mce-window .wp-help-th-center th:nth-child(odd) {
   234 	border: 0;
   234 	border: 0;
   235 	background: #fff;
   235 	background: #fff;
   236 }
   236 }
   237 
   237 
   238 .mce-panel.mce-menu {
   238 .mce-panel.mce-menu {
   239 	border: 1px solid #ddd;
   239 	border: 1px solid #dcdcde;
   240 }
   240 }
   241 
   241 
   242 div.mce-tab {
   242 div.mce-tab {
   243 	line-height: 13px;
   243 	line-height: 13px;
   244 }
   244 }
   245 
   245 
   246 /* TinyMCE toolbars */
   246 /* TinyMCE toolbars */
   247 div.mce-toolbar-grp {
   247 div.mce-toolbar-grp {
   248 	border-bottom: 1px solid #ddd;
   248 	border-bottom: 1px solid #dcdcde;
   249 	background: #f5f5f5;
   249 	background: #f6f7f7;
   250 	padding: 0;
   250 	padding: 0;
   251 	position: relative;
   251 	position: relative;
   252 }
   252 }
   253 
   253 
   254 div.mce-inline-toolbar-grp {
   254 div.mce-inline-toolbar-grp {
   255 	border: 1px solid #a0a5aa;
   255 	border: 1px solid #a7aaad;
   256 	border-radius: 2px;
   256 	border-radius: 2px;
   257 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
   257 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
   258 	box-sizing: border-box;
   258 	box-sizing: border-box;
   259 	margin-bottom: 8px;
   259 	margin-bottom: 8px;
   260 	position: absolute;
   260 	position: absolute;
   261 	-moz-user-select: none;
       
   262 	-webkit-user-select: none;
   261 	-webkit-user-select: none;
   263 	-ms-user-select: none;
       
   264 	user-select: none;
   262 	user-select: none;
   265 	max-width: 98%;
   263 	max-width: 98%;
   266 	z-index: 100100; /* Same as the other TinyMCE "panels" */
   264 	z-index: 100100; /* Same as the other TinyMCE "panels" */
   267 }
   265 }
   268 
   266 
   287 	content: "";
   285 	content: "";
   288 }
   286 }
   289 
   287 
   290 div.mce-inline-toolbar-grp.mce-arrow-up:before {
   288 div.mce-inline-toolbar-grp.mce-arrow-up:before {
   291 	top: -9px;
   289 	top: -9px;
   292 	border-bottom-color: #a0a5aa;
   290 	border-bottom-color: #a7aaad;
   293 	border-width: 0 9px 9px;
   291 	border-width: 0 9px 9px;
   294 	margin-right: -9px;
   292 	margin-right: -9px;
   295 }
   293 }
   296 
   294 
   297 div.mce-inline-toolbar-grp.mce-arrow-down:before {
   295 div.mce-inline-toolbar-grp.mce-arrow-down:before {
   298 	bottom: -9px;
   296 	bottom: -9px;
   299 	border-top-color: #a0a5aa;
   297 	border-top-color: #a7aaad;
   300 	border-width: 9px 9px 0;
   298 	border-width: 9px 9px 0;
   301 	margin-right: -9px;
   299 	margin-right: -9px;
   302 }
   300 }
   303 
   301 
   304 div.mce-inline-toolbar-grp.mce-arrow-up:after {
   302 div.mce-inline-toolbar-grp.mce-arrow-up:after {
   305 	top: -8px;
   303 	top: -8px;
   306 	border-bottom-color: #f5f5f5;
   304 	border-bottom-color: #f6f7f7;
   307 	border-width: 0 8px 8px;
   305 	border-width: 0 8px 8px;
   308 	margin-right: -8px;
   306 	margin-right: -8px;
   309 }
   307 }
   310 
   308 
   311 div.mce-inline-toolbar-grp.mce-arrow-down:after {
   309 div.mce-inline-toolbar-grp.mce-arrow-down:after {
   312 	bottom: -8px;
   310 	bottom: -8px;
   313 	border-top-color: #f5f5f5;
   311 	border-top-color: #f6f7f7;
   314 	border-width: 8px 8px 0;
   312 	border-width: 8px 8px 0;
   315 	margin-right: -8px;
   313 	margin-right: -8px;
   316 }
   314 }
   317 
   315 
   318 div.mce-inline-toolbar-grp.mce-arrow-left:before,
   316 div.mce-inline-toolbar-grp.mce-arrow-left:before,
   370 .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
   368 .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
   371 	display: block;
   369 	display: block;
   372 }
   370 }
   373 
   371 
   374 div.mce-statusbar {
   372 div.mce-statusbar {
   375 	border-top: 1px solid #e5e5e5;
   373 	border-top: 1px solid #dcdcde;
   376 }
   374 }
   377 
   375 
   378 div.mce-path {
   376 div.mce-path {
   379 	padding: 2px 10px;
   377 	padding: 2px 10px;
   380 	margin: 0;
   378 	margin: 0;
   409 
   407 
   410 .mce-toolbar .mce-btn-group .mce-btn:hover,
   408 .mce-toolbar .mce-btn-group .mce-btn:hover,
   411 .mce-toolbar .mce-btn-group .mce-btn:focus,
   409 .mce-toolbar .mce-btn-group .mce-btn:focus,
   412 .qt-dfw:hover,
   410 .qt-dfw:hover,
   413 .qt-dfw:focus {
   411 .qt-dfw:focus {
   414 	background: #fafafa;
   412 	background: #f6f7f7;
   415 	border-color: #555d66;
   413 	border-color: #50575e;
   416 	color: #23282d;
   414 	color: #1d2327;
   417 	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
   415 	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
   418 	outline: none;
   416 	outline: none;
   419 }
   417 }
   420 
   418 
   421 .mce-toolbar .mce-btn-group .mce-btn.mce-active,
   419 .mce-toolbar .mce-btn-group .mce-btn.mce-active,
   422 .mce-toolbar .mce-btn-group .mce-btn:active,
   420 .mce-toolbar .mce-btn-group .mce-btn:active,
   423 .qt-dfw.active {
   421 .qt-dfw.active {
   424 	background: #ebebeb;
   422 	background: #f0f0f1;
   425 	border-color: #555d66;
   423 	border-color: #50575e;
   426 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
   424 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
   427 }
   425 }
   428 
   426 
   429 .mce-btn.mce-active,
   427 .mce-btn.mce-active,
   430 .mce-btn.mce-active button,
   428 .mce-btn.mce-active button,
   434 	color: inherit;
   432 	color: inherit;
   435 }
   433 }
   436 
   434 
   437 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
   435 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
   438 .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus {
   436 .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus {
   439 	border-color: #23282d;
   437 	border-color: #1d2327;
   440 }
   438 }
   441 
   439 
   442 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
   440 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
   443 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
   441 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
   444 	color: #a0a5aa;
   442 	color: #a7aaad;
   445 	background: none;
   443 	background: none;
   446 	border-color: #ddd;
   444 	border-color: #dcdcde;
   447 	text-shadow: 0 1px 0 #fff;
   445 	text-shadow: 0 1px 0 #fff;
   448 	box-shadow: none;
   446 	box-shadow: none;
   449 }
   447 }
   450 
   448 
   451 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
   449 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus {
   452 	border-color: #555d66;
   450 	border-color: #50575e;
   453 }
   451 }
   454 
   452 
   455 .mce-toolbar .mce-btn-group .mce-first,
   453 .mce-toolbar .mce-btn-group .mce-first,
   456 .mce-toolbar .mce-btn-group .mce-last {
   454 .mce-toolbar .mce-btn-group .mce-last {
   457 	border-color: transparent;
   455 	border-color: transparent;
   488 	top: auto;
   486 	top: auto;
   489 	bottom: 2px;
   487 	bottom: 2px;
   490 	right: 3px;
   488 	right: 3px;
   491 	height: 3px;
   489 	height: 3px;
   492 	width: 20px;
   490 	width: 20px;
   493 	background: #555d66;
   491 	background: #50575e;
   494 }
   492 }
   495 
   493 
   496 .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
   494 .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
   497 	min-width: 0;
   495 	min-width: 0;
   498 	background: #0085ba;
   496 	background: #3582c4;
   499 	border-color: #0073aa #006799 #006799;
   497 	border-color: #2271b1 #135e96 #135e96;
   500 	box-shadow: 0 1px 0 #006799;
   498 	box-shadow: 0 1px 0 #135e96;
   501 	color: #fff;
   499 	color: #fff;
   502 	text-decoration: none;
   500 	text-decoration: none;
   503 	text-shadow: none;
   501 	text-shadow: none;
   504 }
   502 }
   505 
   503 
   512 	color: #fff;
   510 	color: #fff;
   513 }
   511 }
   514 
   512 
   515 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
   513 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
   516 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
   514 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
   517 	background: #008ec2;
   515 	background: #4f94d4;
   518 	border-color: #006799;
   516 	border-color: #135e96;
   519 	color: #fff;
   517 	color: #fff;
   520 }
   518 }
   521 
   519 
   522 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
   520 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus {
   523 	box-shadow: 0 0 1px 1px #33b3db;
   521 	box-shadow: 0 0 1px 1px #72aee6;
   524 }
   522 }
   525 
   523 
   526 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active {
   524 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active {
   527 	background: #0073aa;
   525 	background: #2271b1;
   528 	border-color: #006799;
   526 	border-color: #135e96;
   529 	box-shadow: inset 0 2px 0 #006799;
   527 	box-shadow: inset 0 2px 0 #135e96;
   530 }
   528 }
   531 
   529 
   532 /* mce listbox */
   530 /* mce listbox */
   533 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
   531 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
   534 	border-radius: 0;
   532 	border-radius: 0;
   535 	direction: rtl;
   533 	direction: rtl;
   536 	background: #fff;
   534 	background: #fff;
   537 	border: 1px solid #ddd;
   535 	border: 1px solid #dcdcde;
   538 	box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
   536 	box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
   539 }
   537 }
   540 
   538 
   541 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
   539 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
   542 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
   540 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus {
   543 	border-color: #b4b9be;
   541 	border-color: #c3c4c7;
   544 }
   542 }
   545 
   543 
   546 .mce-panel .mce-btn i.mce-caret {
   544 .mce-panel .mce-btn i.mce-caret {
   547 	border-top: 6px solid #555d66;
   545 	border-top: 6px solid #50575e;
   548 	margin-right: 2px;
   546 	margin-right: 2px;
   549 	margin-left: 2px;
   547 	margin-left: 2px;
   550 }
   548 }
   551 
   549 
   552 .mce-listbox i.mce-caret {
   550 .mce-listbox i.mce-caret {
   553 	left: 4px;
   551 	left: 4px;
   554 }
   552 }
   555 
   553 
   556 .mce-panel .mce-btn:hover i.mce-caret,
   554 .mce-panel .mce-btn:hover i.mce-caret,
   557 .mce-panel .mce-btn:focus i.mce-caret {
   555 .mce-panel .mce-btn:focus i.mce-caret {
   558 	border-top-color: #23282d;
   556 	border-top-color: #1d2327;
   559 }
   557 }
   560 
   558 
   561 .mce-panel .mce-active i.mce-caret {
   559 .mce-panel .mce-active i.mce-caret {
   562 	border-top: 0;
   560 	border-top: 0;
   563 	border-bottom: 6px solid #23282d;
   561 	border-bottom: 6px solid #1d2327;
   564 	margin-top: 7px;
   562 	margin-top: 7px;
   565 }
   563 }
   566 
   564 
   567 .mce-listbox.mce-active i.mce-caret {
   565 .mce-listbox.mce-active i.mce-caret {
   568 	margin-top: -3px;
   566 	margin-top: -3px;
   580 .mce-menu .mce-menu-item:hover,
   578 .mce-menu .mce-menu-item:hover,
   581 .mce-menu .mce-menu-item.mce-selected,
   579 .mce-menu .mce-menu-item.mce-selected,
   582 .mce-menu .mce-menu-item:focus,
   580 .mce-menu .mce-menu-item:focus,
   583 .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
   581 .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,
   584 .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
   582 .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
   585 	background: #0073aa; /* See color scheme. */
   583 	background: #2271b1; /* See color scheme. */
   586 	color: #fff;
   584 	color: #fff;
   587 }
   585 }
   588 
   586 
   589 .mce-menu .mce-menu-item:hover .mce-caret,
   587 .mce-menu .mce-menu-item:hover .mce-caret,
   590 .mce-menu .mce-menu-item:focus .mce-caret,
   588 .mce-menu .mce-menu-item:focus .mce-caret,
   617 .mce-menu .mce-menu-item.mce-disabled {
   615 .mce-menu .mce-menu-item.mce-disabled {
   618 	cursor: default;
   616 	cursor: default;
   619 }
   617 }
   620 
   618 
   621 .mce-menu .mce-menu-item.mce-disabled:hover {
   619 .mce-menu .mce-menu-item.mce-disabled:hover {
   622 	background: #ccc;
   620 	background: #c3c4c7;
   623 }
   621 }
   624 
   622 
   625 /* Menubar */
   623 /* Menubar */
   626 div.mce-menubar {
   624 div.mce-menubar {
   627 	border-color: #e5e5e5;
   625 	border-color: #dcdcde;
   628 	background: #fff;
   626 	background: #fff;
   629 	border-width: 0px 0px 1px;
   627 	border-width: 0px 0px 1px;
   630 }
   628 }
   631 
   629 
   632 .mce-menubar .mce-menubtn:hover,
   630 .mce-menubar .mce-menubtn:hover,
   635 	border-color: transparent;
   633 	border-color: transparent;
   636 	background: transparent;
   634 	background: transparent;
   637 }
   635 }
   638 
   636 
   639 .mce-menubar .mce-menubtn:focus {
   637 .mce-menubar .mce-menubtn:focus {
   640 	color: #124964;
   638 	color: #043959;
   641 	box-shadow:
   639 	box-shadow:
   642 		0 0 0 1px #5b9dd9,
   640 		0 0 0 1px #4f94d4,
   643 		0 0 2px 1px rgba(30, 140, 190, 0.8);
   641 		0 0 2px 1px rgba(79, 148, 212, 0.8);
   644 }
   642 }
   645 
   643 
   646 div.mce-menu .mce-menu-item-sep,
   644 div.mce-menu .mce-menu-item-sep,
   647 .mce-menu-item-sep:hover {
   645 .mce-menu-item-sep:hover {
   648 	border-bottom: 1px solid #ddd;
   646 	border-bottom: 1px solid #dcdcde;
   649 	height: 0px;
   647 	height: 0px;
   650 	margin: 5px 0;
   648 	margin: 5px 0;
   651 }
   649 }
   652 
   650 
   653 .mce-menubtn span {
   651 .mce-menubtn span {
   678 	padding: 0;
   676 	padding: 0;
   679 	line-height: 1.85714285;
   677 	line-height: 1.85714285;
   680 }
   678 }
   681 
   679 
   682 .mce-window .mce-btn {
   680 .mce-window .mce-btn {
   683 	color: #555;
   681 	color: #50575e;
   684 	background: #f7f7f7;
   682 	background: #f6f7f7;
   685 	text-decoration: none;
   683 	text-decoration: none;
   686 	font-size: 13px;
   684 	font-size: 13px;
   687 	line-height: 26px;
   685 	line-height: 26px;
   688 	height: 28px;
   686 	height: 28px;
   689 	margin: 0;
   687 	margin: 0;
   690 	padding: 0;
   688 	padding: 0;
   691 	cursor: pointer;
   689 	cursor: pointer;
   692 	border: 1px solid #cccccc;
   690 	border: 1px solid #c3c4c7;
   693 	-webkit-appearance: none;
   691 	-webkit-appearance: none;
   694 	border-radius: 3px;
   692 	border-radius: 3px;
   695 	white-space: nowrap;
   693 	white-space: nowrap;
   696 	box-shadow: 0 1px 0 #cccccc;
   694 	box-shadow: 0 1px 0 #c3c4c7;
   697 }
   695 }
   698 
   696 
   699 /* Remove the dotted border on :focus and the extra padding in Firefox */
   697 /* Remove the dotted border on :focus and the extra padding in Firefox */
   700 .mce-window .mce-btn::-moz-focus-inner {
   698 .mce-window .mce-btn::-moz-focus-inner {
   701 	border-width: 0;
   699 	border-width: 0;
   703 	padding: 0;
   701 	padding: 0;
   704 }
   702 }
   705 
   703 
   706 .mce-window .mce-btn:hover,
   704 .mce-window .mce-btn:hover,
   707 .mce-window .mce-btn:focus {
   705 .mce-window .mce-btn:focus {
   708 	background: #fafafa;
   706 	background: #f6f7f7;
   709 	border-color: #999;
   707 	border-color: #8c8f94;
   710 	color: #23282d;
   708 	color: #1d2327;
   711 }
   709 }
   712 
   710 
   713 .mce-window .mce-btn:focus {
   711 .mce-window .mce-btn:focus {
   714 	border-color: #5b9dd9;
   712 	border-color: #4f94d4;
   715 	box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
   713 	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
   716 }
   714 }
   717 
   715 
   718 .mce-window .mce-btn:active {
   716 .mce-window .mce-btn:active {
   719 	background: #eee;
   717 	background: #f0f0f1;
   720 	border-color: #999;
   718 	border-color: #8c8f94;
   721 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
   719 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
   722 	transform: translateY(1px);
   720 	transform: translateY(1px);
   723 }
   721 }
   724 
   722 
   725 .mce-window .mce-btn.mce-disabled {
   723 .mce-window .mce-btn.mce-disabled {
   726 	color: #a0a5aa !important;
   724 	color: #a7aaad !important;
   727 	border-color: #ddd !important;
   725 	border-color: #dcdcde !important;
   728 	background: #f7f7f7 !important;
   726 	background: #f6f7f7 !important;
   729 	box-shadow: none !important;
   727 	box-shadow: none !important;
   730 	text-shadow: 0 1px 0 #fff !important;
   728 	text-shadow: 0 1px 0 #fff !important;
   731 	cursor: default;
   729 	cursor: default;
   732 	transform: none !important;
   730 	transform: none !important;
   733 }
   731 }
   734 
   732 
   735 .mce-window .mce-btn.mce-primary {
   733 .mce-window .mce-btn.mce-primary {
   736 	background: #0085ba;
   734 	background: #3582c4;
   737 	border-color: #0073aa #006799 #006799;
   735 	border-color: #2271b1 #135e96 #135e96;
   738 	box-shadow: 0 1px 0 #006799;
   736 	box-shadow: 0 1px 0 #135e96;
   739 	color: #fff;
   737 	color: #fff;
   740 	text-decoration: none;
   738 	text-decoration: none;
   741 	text-shadow: 0 -1px 1px #006799,
   739 	text-shadow: 0 -1px 1px #135e96,
   742 		-1px 0 1px #006799,
   740 		-1px 0 1px #135e96,
   743 		0 1px 1px #006799,
   741 		0 1px 1px #135e96,
   744 		1px 0 1px #006799;
   742 		1px 0 1px #135e96;
   745 }
   743 }
   746 
   744 
   747 .mce-window .mce-btn.mce-primary:hover,
   745 .mce-window .mce-btn.mce-primary:hover,
   748 .mce-window .mce-btn.mce-primary:focus {
   746 .mce-window .mce-btn.mce-primary:focus {
   749 	background: #008ec2;
   747 	background: #4f94d4;
   750 	border-color: #006799;
   748 	border-color: #135e96;
   751 	color: #fff;
   749 	color: #fff;
   752 }
   750 }
   753 
   751 
   754 .mce-window .mce-btn.mce-primary:focus {
   752 .mce-window .mce-btn.mce-primary:focus {
   755 	box-shadow: 0 1px 0 #0073aa,
   753 	box-shadow: 0 1px 0 #2271b1,
   756 		0 0 2px 1px #33b3db;
   754 		0 0 2px 1px #72aee6;
   757 }
   755 }
   758 
   756 
   759 .mce-window .mce-btn.mce-primary:active {
   757 .mce-window .mce-btn.mce-primary:active {
   760 	background: #0073aa;
   758 	background: #2271b1;
   761 	border-color: #006799;
   759 	border-color: #135e96;
   762 	box-shadow: inset 0 2px 0 #006799;
   760 	box-shadow: inset 0 2px 0 #135e96;
   763 	vertical-align: top;
   761 	vertical-align: top;
   764 }
   762 }
   765 
   763 
   766 .mce-window .mce-btn.mce-primary.mce-disabled {
   764 .mce-window .mce-btn.mce-primary.mce-disabled {
   767 	color: #66c6e4 !important;
   765 	color: #9ec2e6 !important;
   768 	background: #008ec2 !important;
   766 	background: #4f94d4 !important;
   769 	border-color: #007cb2 !important;
   767 	border-color: #3582c4 !important;
   770 	box-shadow: none !important;
   768 	box-shadow: none !important;
   771 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
   769 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
   772 	cursor: default;
   770 	cursor: default;
   773 }
   771 }
   774 
   772 
   783 	margin: 3px;
   781 	margin: 3px;
   784 }
   782 }
   785 
   783 
   786 .mce-charmap td {
   784 .mce-charmap td {
   787 	padding: 0;
   785 	padding: 0;
   788 	border-color: #ddd;
   786 	border-color: #dcdcde;
   789 	cursor: pointer;
   787 	cursor: pointer;
   790 }
   788 }
   791 
   789 
   792 .mce-charmap td:hover {
   790 .mce-charmap td:hover {
   793 	background: #f3f3f3;
   791 	background: #f6f7f7;
   794 }
   792 }
   795 
   793 
   796 .mce-charmap td div {
   794 .mce-charmap td div {
   797 	width: 18px;
   795 	width: 18px;
   798 	height: 22px;
   796 	height: 22px;
   819 .mce-btn-small .mce-ico {
   817 .mce-btn-small .mce-ico {
   820 	font-family: tinymce-small, Arial;
   818 	font-family: tinymce-small, Arial;
   821 }
   819 }
   822 
   820 
   823 .mce-toolbar .mce-ico {
   821 .mce-toolbar .mce-ico {
   824 	color: #555d66;
   822 	color: #50575e;
   825 	line-height: 1;
   823 	line-height: 1;
   826 	width: 20px;
   824 	width: 20px;
   827 	height: 20px;
   825 	height: 20px;
   828 	text-align: center;
   826 	text-align: center;
   829 	text-shadow: none;
   827 	text-shadow: none;
   830 	margin: 0;
   828 	margin: 0;
   831 	padding: 0;
   829 	padding: 0;
   832 }
   830 }
   833 
   831 
   834 .qt-dfw {
   832 .qt-dfw {
   835 	color: #555d66;
   833 	color: #50575e;
   836 	line-height: 1;
   834 	line-height: 1;
   837 	width: 28px;
   835 	width: 28px;
   838 	height: 26px;
   836 	height: 26px;
   839 	text-align: center;
   837 	text-align: center;
   840 	text-shadow: none;
   838 	text-shadow: none;
   845 }
   843 }
   846 
   844 
   847 .mce-toolbar .mce-btn:hover .mce-open,
   845 .mce-toolbar .mce-btn:hover .mce-open,
   848 .mce-toolbar .mce-btn:focus .mce-open,
   846 .mce-toolbar .mce-btn:focus .mce-open,
   849 .mce-toolbar .mce-btn.mce-active .mce-open {
   847 .mce-toolbar .mce-btn.mce-active .mce-open {
   850 	border-right-color: #23282d;
   848 	border-right-color: #1d2327;
   851 }
   849 }
   852 
   850 
   853 div.mce-notification {
   851 div.mce-notification {
   854 	right: 10% !important;
   852 	right: 10% !important;
   855 	left: 10%;
   853 	left: 10%;
   857 
   855 
   858 .mce-notification button.mce-close {
   856 .mce-notification button.mce-close {
   859 	left: 6px;
   857 	left: 6px;
   860 	top: 3px;
   858 	top: 3px;
   861 	font-weight: 400;
   859 	font-weight: 400;
   862 	color: #555d66;
   860 	color: #50575e;
   863 }
   861 }
   864 
   862 
   865 .mce-notification button.mce-close:hover,
   863 .mce-notification button.mce-close:hover,
   866 .mce-notification button.mce-close:focus {
   864 .mce-notification button.mce-close:focus {
   867 	color: #000;
   865 	color: #000;
   906 i.mce-i-dashicon,
   904 i.mce-i-dashicon,
   907 i.mce-i-remove {
   905 i.mce-i-remove {
   908 	font: normal 20px/1 dashicons;
   906 	font: normal 20px/1 dashicons;
   909 	padding: 0;
   907 	padding: 0;
   910 	vertical-align: top;
   908 	vertical-align: top;
   911 	speak: none;
   909 	speak: never;
   912 	-webkit-font-smoothing: antialiased;
   910 	-webkit-font-smoothing: antialiased;
   913 	-moz-osx-font-smoothing: grayscale;
   911 	-moz-osx-font-smoothing: grayscale;
   914 	margin-right: -2px;
   912 	margin-right: -2px;
   915 	padding-left: 2px;
   913 	padding-left: 2px;
   916 }
   914 }
   917 
   915 
   918 .qt-dfw {
   916 .qt-dfw {
   919 	font: normal 20px/1 dashicons;
   917 	font: normal 20px/1 dashicons;
   920 	vertical-align: top;
   918 	vertical-align: top;
   921 	speak: none;
   919 	speak: never;
   922 	-webkit-font-smoothing: antialiased;
   920 	-webkit-font-smoothing: antialiased;
   923 	-moz-osx-font-smoothing: grayscale;
   921 	-moz-osx-font-smoothing: grayscale;
   924 }
   922 }
   925 
   923 
   926 i.mce-i-bold:before {
   924 i.mce-i-bold:before {
  1081 	display: table;
  1079 	display: table;
  1082 }
  1080 }
  1083 
  1081 
  1084 .wp-editor-container {
  1082 .wp-editor-container {
  1085 	clear: both;
  1083 	clear: both;
  1086 	border: 1px solid #e5e5e5;
  1084 	border: 1px solid #dcdcde;
  1087 }
  1085 }
  1088 
  1086 
  1089 .wp-editor-area {
  1087 .wp-editor-area {
  1090 	font-family: Consolas, Monaco, monospace;
  1088 	font-family: Consolas, Monaco, monospace;
  1091 	font-size: 13px;
  1089 	font-size: 13px;
  1120 .wp-switch-editor {
  1118 .wp-switch-editor {
  1121 	float: right;
  1119 	float: right;
  1122 	box-sizing: content-box;
  1120 	box-sizing: content-box;
  1123 	position: relative;
  1121 	position: relative;
  1124 	top: 1px;
  1122 	top: 1px;
  1125 	background: #ebebeb;
  1123 	background: #f0f0f1;
  1126 	color: #666;
  1124 	color: #646970;
  1127 	cursor: pointer;
  1125 	cursor: pointer;
  1128 	font-size: 13px;
  1126 	font-size: 13px;
  1129 	line-height: 1.46153846;
  1127 	line-height: 1.46153846;
  1130 	height: 20px;
  1128 	height: 20px;
  1131 	margin: 5px 5px 0 0;
  1129 	margin: 5px 5px 0 0;
  1132 	padding: 3px 8px 4px;
  1130 	padding: 3px 8px 4px;
  1133 	border: 1px solid #e5e5e5;
  1131 	border: 1px solid #dcdcde;
  1134 }
  1132 }
  1135 
  1133 
  1136 .wp-switch-editor:focus {
  1134 .wp-switch-editor:focus {
  1137 	box-shadow:
  1135 	box-shadow:
  1138 		0 0 0 1px #5b9dd9,
  1136 		0 0 0 1px #4f94d4,
  1139 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  1137 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  1140 	outline: none;
  1138 	outline: none;
  1141 	color: #23282d;
  1139 	color: #1d2327;
  1142 }
  1140 }
  1143 
  1141 
  1144 .wp-switch-editor:active,
  1142 .wp-switch-editor:active,
  1145 .html-active .switch-html:focus,
  1143 .html-active .switch-html:focus,
  1146 .tmce-active .switch-tmce:focus {
  1144 .tmce-active .switch-tmce:focus {
  1147 	box-shadow: none;
  1145 	box-shadow: none;
  1148 }
  1146 }
  1149 
  1147 
  1150 .wp-switch-editor:active {
  1148 .wp-switch-editor:active {
  1151 	background-color: #f5f5f5;
  1149 	background-color: #f6f7f7;
  1152 	box-shadow: none;
  1150 	box-shadow: none;
  1153 }
  1151 }
  1154 
  1152 
  1155 .js .tmce-active .wp-editor-area {
  1153 .js .tmce-active .wp-editor-area {
  1156 	color: #fff;
  1154 	color: #fff;
  1160 	display: none;
  1158 	display: none;
  1161 }
  1159 }
  1162 
  1160 
  1163 .tmce-active .switch-tmce,
  1161 .tmce-active .switch-tmce,
  1164 .html-active .switch-html {
  1162 .html-active .switch-html {
  1165 	background: #f5f5f5;
  1163 	background: #f6f7f7;
  1166 	color: #555;
  1164 	color: #50575e;
  1167 	border-bottom-color: #f5f5f5;
  1165 	border-bottom-color: #f6f7f7;
  1168 }
  1166 }
  1169 
  1167 
  1170 .wp-media-buttons {
  1168 .wp-media-buttons {
  1171 	float: right;
  1169 	float: right;
  1172 }
  1170 }
  1189 	padding-right: 5px;
  1187 	padding-right: 5px;
  1190 }
  1188 }
  1191 
  1189 
  1192 .wp-media-buttons a {
  1190 .wp-media-buttons a {
  1193 	text-decoration: none;
  1191 	text-decoration: none;
  1194 	color: #444;
  1192 	color: #3c434a;
  1195 	font-size: 12px;
  1193 	font-size: 12px;
  1196 }
  1194 }
  1197 
  1195 
  1198 .wp-media-buttons img {
  1196 .wp-media-buttons img {
  1199 	padding: 0 4px;
  1197 	padding: 0 4px;
  1213 	background: none;
  1211 	background: none;
  1214 }
  1212 }
  1215 
  1213 
  1216 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1214 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1217 	font: normal 18px/1 dashicons;
  1215 	font: normal 18px/1 dashicons;
  1218 	speak: none;
  1216 	speak: never;
  1219 	-webkit-font-smoothing: antialiased;
  1217 	-webkit-font-smoothing: antialiased;
  1220 	-moz-osx-font-smoothing: grayscale;
  1218 	-moz-osx-font-smoothing: grayscale;
  1221 }
  1219 }
  1222 
  1220 
  1223 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1221 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  1230 
  1228 
  1231 /* Quicktags */
  1229 /* Quicktags */
  1232 .quicktags-toolbar {
  1230 .quicktags-toolbar {
  1233 	padding: 3px;
  1231 	padding: 3px;
  1234 	position: relative;
  1232 	position: relative;
  1235 	border-bottom: 1px solid #ddd;
  1233 	border-bottom: 1px solid #dcdcde;
  1236 	background: #f5f5f5;
  1234 	background: #f6f7f7;
  1237 	min-height: 30px;
  1235 	min-height: 30px;
  1238 }
  1236 }
  1239 
  1237 
  1240 .has-dfw .quicktags-toolbar {
  1238 .has-dfw .quicktags-toolbar {
  1241 	padding-left: 35px;
  1239 	padding-left: 35px;
  1339 
  1337 
  1340 #wp_editimgbtn,
  1338 #wp_editimgbtn,
  1341 #wp_delimgbtn,
  1339 #wp_delimgbtn,
  1342 #wp_editgallery,
  1340 #wp_editgallery,
  1343 #wp_delgallery {
  1341 #wp_delgallery {
  1344 	border-color: #999;
  1342 	background-color: #f0f0f1;
  1345 	background-color: #eee;
       
  1346 	margin: 2px;
  1343 	margin: 2px;
  1347 	padding: 2px;
  1344 	padding: 2px;
  1348 	border-width: 1px;
  1345 	border: 1px solid #8c8f94;
  1349 	border-style: solid;
       
  1350 	border-radius: 3px;
  1346 	border-radius: 3px;
  1351 }
  1347 }
  1352 
  1348 
  1353 #wp_editimgbtn:hover,
  1349 #wp_editimgbtn:hover,
  1354 #wp_delimgbtn:hover,
  1350 #wp_delimgbtn:hover,
  1355 #wp_editgallery:hover,
  1351 #wp_editgallery:hover,
  1356 #wp_delgallery:hover {
  1352 #wp_delgallery:hover {
  1357 	border-color: #555;
  1353 	border-color: #50575e;
  1358 	background-color: #ccc;
  1354 	background-color: #c3c4c7;
  1359 }
  1355 }
  1360 
  1356 
  1361 /*------------------------------------------------------------------------------
  1357 /*------------------------------------------------------------------------------
  1362  wp-link
  1358  wp-link
  1363 ------------------------------------------------------------------------------*/
  1359 ------------------------------------------------------------------------------*/
  1408 #wp-link-wrap.has-text-field .wp-link-text-field {
  1404 #wp-link-wrap.has-text-field .wp-link-text-field {
  1409 	display: block;
  1405 	display: block;
  1410 }
  1406 }
  1411 
  1407 
  1412 #link-modal-title {
  1408 #link-modal-title {
  1413 	background: #fcfcfc;
  1409 	background: #fff;
  1414 	border-bottom: 1px solid #ddd;
  1410 	border-bottom: 1px solid #dcdcde;
  1415 	height: 36px;
  1411 	height: 36px;
  1416 	font-size: 18px;
  1412 	font-size: 18px;
  1417 	font-weight: 600;
  1413 	font-weight: 600;
  1418 	line-height: 2;
  1414 	line-height: 2;
  1419 	margin: 0;
  1415 	margin: 0;
  1420 	padding: 0 16px 0 36px;
  1416 	padding: 0 16px 0 36px;
  1421 }
  1417 }
  1422 
  1418 
  1423 #wp-link-close {
  1419 #wp-link-close {
  1424 	color: #666;
  1420 	color: #646970;
  1425 	padding: 0;
  1421 	padding: 0;
  1426 	position: absolute;
  1422 	position: absolute;
  1427 	top: 0;
  1423 	top: 0;
  1428 	left: 0;
  1424 	left: 0;
  1429 	width: 36px;
  1425 	width: 36px;
  1435 }
  1431 }
  1436 
  1432 
  1437 #wp-link-close:before {
  1433 #wp-link-close:before {
  1438 	font: normal 20px/36px dashicons;
  1434 	font: normal 20px/36px dashicons;
  1439 	vertical-align: top;
  1435 	vertical-align: top;
  1440 	speak: none;
  1436 	speak: never;
  1441 	-webkit-font-smoothing: antialiased;
  1437 	-webkit-font-smoothing: antialiased;
  1442 	-moz-osx-font-smoothing: grayscale;
  1438 	-moz-osx-font-smoothing: grayscale;
  1443 	width: 36px;
  1439 	width: 36px;
  1444 	height: 36px;
  1440 	height: 36px;
  1445 	content: "\f158";
  1441 	content: "\f158";
  1446 }
  1442 }
  1447 
  1443 
  1448 #wp-link-close:hover,
  1444 #wp-link-close:hover,
  1449 #wp-link-close:focus {
  1445 #wp-link-close:focus {
  1450 	color: #006799;
  1446 	color: #135e96;
  1451 }
  1447 }
  1452 
  1448 
  1453 #wp-link-close:focus {
  1449 #wp-link-close:focus {
  1454 	outline: none;
  1450 	outline: none;
  1455 	box-shadow:
  1451 	box-shadow:
  1456 		0 0 0 1px #5b9dd9,
  1452 		0 0 0 1px #4f94d4,
  1457 		0 0 2px 1px rgba(30, 140, 190, 0.8);
  1453 		0 0 2px 1px rgba(79, 148, 212, 0.8);
  1458 	/* Only visible in Windows High Contrast mode */
  1454 	/* Only visible in Windows High Contrast mode */
  1459 	outline: 2px solid transparent;
  1455 	outline: 2px solid transparent;
  1460 	outline-offset: -2px;
  1456 	outline-offset: -2px;
  1461 }
  1457 }
  1462 
  1458 
  1536 #wp-link .link-target label {
  1532 #wp-link .link-target label {
  1537 	max-width: 70%;
  1533 	max-width: 70%;
  1538 }
  1534 }
  1539 
  1535 
  1540 #wp-link .query-results {
  1536 #wp-link .query-results {
  1541 	border: 1px #dfdfdf solid;
  1537 	border: 1px #dcdcde solid;
  1542 	margin: 0 0 12px;
  1538 	margin: 0 0 12px;
  1543 	background: #fff;
  1539 	background: #fff;
  1544 	overflow: auto;
  1540 	overflow: auto;
  1545 	position: absolute;
  1541 	position: absolute;
  1546 	right: 16px;
  1542 	right: 16px;
  1554 }
  1550 }
  1555 
  1551 
  1556 #wp-link li {
  1552 #wp-link li {
  1557 	clear: both;
  1553 	clear: both;
  1558 	margin-bottom: 0;
  1554 	margin-bottom: 0;
  1559 	border-bottom: 1px solid #f1f1f1;
  1555 	border-bottom: 1px solid #f0f0f1;
  1560 	color: #32373c;
  1556 	color: #2c3338;
  1561 	padding: 4px 10px 4px 6px;
  1557 	padding: 4px 10px 4px 6px;
  1562 	cursor: pointer;
  1558 	cursor: pointer;
  1563 	position: relative;
  1559 	position: relative;
  1564 }
  1560 }
  1565 
  1561 
  1566 #wp-link .query-notice {
  1562 #wp-link .query-notice {
  1567 	padding: 0;
  1563 	padding: 0;
  1568 	border-bottom: 1px solid #dfdfdf;
  1564 	border-bottom: 1px solid #dcdcde;
  1569 	background-color: #f7fcfe;
  1565 	background-color: #fff;
  1570 	color: #000;
  1566 	color: #000;
  1571 }
  1567 }
  1572 
  1568 
  1573 #wp-link .query-notice .query-notice-default,
  1569 #wp-link .query-notice .query-notice-default,
  1574 #wp-link .query-notice .query-notice-hint {
  1570 #wp-link .query-notice .query-notice-hint {
  1575 	display: block;
  1571 	display: block;
  1576 	padding: 6px;
  1572 	padding: 6px;
  1577 	border-right: 4px solid #00a0d2;
  1573 	border-right: 4px solid #72aee6;
  1578 }
  1574 }
  1579 
  1575 
  1580 #wp-link .unselectable.no-matches-found {
  1576 #wp-link .unselectable.no-matches-found {
  1581 	padding: 0;
  1577 	padding: 0;
  1582 	border-bottom: 1px solid #dfdfdf;
  1578 	border-bottom: 1px solid #dcdcde;
  1583 	background-color: #fef7f1;
  1579 	background-color: #f6f7f7;
  1584 }
  1580 }
  1585 
  1581 
  1586 #wp-link .no-matches-found .item-title {
  1582 #wp-link .no-matches-found .item-title {
  1587 	display: block;
  1583 	display: block;
  1588 	padding: 6px;
  1584 	padding: 6px;
  1589 	border-right: 4px solid #d54e21;
  1585 	border-right: 4px solid #d63638;
  1590 }
  1586 }
  1591 
  1587 
  1592 #wp-link .query-results em {
  1588 #wp-link .query-results em {
  1593 	font-style: normal;
  1589 	font-style: normal;
  1594 }
  1590 }
  1595 
  1591 
  1596 #wp-link li:hover {
  1592 #wp-link li:hover {
  1597 	background: #eaf2fa;
  1593 	background: #f0f6fc;
  1598 	color: #151515;
  1594 	color: #101517;
  1599 }
  1595 }
  1600 
  1596 
  1601 #wp-link li.unselectable {
  1597 #wp-link li.unselectable {
  1602 	border-bottom: 1px solid #dfdfdf;
  1598 	border-bottom: 1px solid #dcdcde;
  1603 }
  1599 }
  1604 
  1600 
  1605 #wp-link li.unselectable:hover {
  1601 #wp-link li.unselectable:hover {
  1606 	background: #fff;
  1602 	background: #fff;
  1607 	cursor: auto;
  1603 	cursor: auto;
  1608 	color: #32373c;
  1604 	color: #2c3338;
  1609 }
  1605 }
  1610 
  1606 
  1611 #wp-link li.selected {
  1607 #wp-link li.selected {
  1612 	background: #ddd;
  1608 	background: #dcdcde;
  1613 	color: #32373c;
  1609 	color: #2c3338;
  1614 }
  1610 }
  1615 
  1611 
  1616 #wp-link li.selected .item-title {
  1612 #wp-link li.selected .item-title {
  1617 	font-weight: 600;
  1613 	font-weight: 600;
  1618 }
  1614 }
  1628 	word-wrap: break-word;
  1624 	word-wrap: break-word;
  1629 }
  1625 }
  1630 
  1626 
  1631 #wp-link .item-info {
  1627 #wp-link .item-info {
  1632 	text-transform: uppercase;
  1628 	text-transform: uppercase;
  1633 	color: #666;
  1629 	color: #646970;
  1634 	font-size: 11px;
  1630 	font-size: 11px;
  1635 	position: absolute;
  1631 	position: absolute;
  1636 	left: 5px;
  1632 	left: 5px;
  1637 	top: 5px;
  1633 	top: 5px;
  1638 }
  1634 }
  1642 	padding: 10px 0;
  1638 	padding: 10px 0;
  1643 }
  1639 }
  1644 
  1640 
  1645 #wp-link .submitbox {
  1641 #wp-link .submitbox {
  1646 	padding: 8px 16px;
  1642 	padding: 8px 16px;
  1647 	background: #fcfcfc;
  1643 	background: #fff;
  1648 	border-top: 1px solid #ddd;
  1644 	border-top: 1px solid #dcdcde;
  1649 	position: absolute;
  1645 	position: absolute;
  1650 	bottom: 0;
  1646 	bottom: 0;
  1651 	right: 0;
  1647 	right: 0;
  1652 	left: 0;
  1648 	left: 0;
  1653 }
  1649 }
  1754 	overflow: hidden;
  1750 	overflow: hidden;
  1755 	text-overflow: ellipsis;
  1751 	text-overflow: ellipsis;
  1756 }
  1752 }
  1757 
  1753 
  1758 div.wp-link-preview a {
  1754 div.wp-link-preview a {
  1759 	color: #0073aa;
  1755 	color: #2271b1;
  1760 	text-decoration: underline;
  1756 	text-decoration: underline;
  1761 	transition-property: border, background, color;
  1757 	transition-property: border, background, color;
  1762 	transition-duration: .05s;
  1758 	transition-duration: .05s;
  1763 	transition-timing-function: ease-in-out;
  1759 	transition-timing-function: ease-in-out;
  1764 	cursor: pointer;
  1760 	cursor: pointer;
  1765 }
  1761 }
  1766 
  1762 
  1767 div.wp-link-preview a.wplink-url-error {
  1763 div.wp-link-preview a.wplink-url-error {
  1768 	color: #dc3232;
  1764 	color: #d63638;
  1769 }
  1765 }
  1770 
  1766 
  1771 div.wp-link-input {
  1767 div.wp-link-input {
  1772 	float: right;
  1768 	float: right;
  1773 	margin: 2px;
  1769 	margin: 2px;
  1798 	overflow-y: auto;
  1794 	overflow-y: auto;
  1799 	padding: 0;
  1795 	padding: 0;
  1800 	margin: 0;
  1796 	margin: 0;
  1801 	list-style: none;
  1797 	list-style: none;
  1802 	position: absolute;
  1798 	position: absolute;
  1803 	border: 1px solid #5b9dd9;
  1799 	border: 1px solid #4f94d4;
  1804 	box-shadow: 0 1px 2px rgba(30, 140, 190, 0.8);
  1800 	box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8);
  1805 	background-color: #fff;
  1801 	background-color: #fff;
  1806 }
  1802 }
  1807 
  1803 
  1808 .ui-autocomplete.wplink-autocomplete li {
  1804 .ui-autocomplete.wplink-autocomplete li {
  1809 	margin-bottom: 0;
  1805 	margin-bottom: 0;
  1816 .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
  1812 .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
  1817 	float: left;
  1813 	float: left;
  1818 }
  1814 }
  1819 
  1815 
  1820 .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
  1816 .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
  1821 	background-color: #ddd;
  1817 	background-color: #dcdcde;
  1822 	cursor: pointer;
  1818 	cursor: pointer;
  1823 }
  1819 }
  1824 
  1820 
  1825 @media screen and (max-width: 782px) {
  1821 @media screen and (max-width: 782px) {
  1826 	div.wp-link-preview,
  1822 	div.wp-link-preview,