wp/wp-includes/css/editor.css
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
     1 
       
     2 /*------------------------------------------------------------------------------
     1 /*------------------------------------------------------------------------------
     3  TinyMCE and Quicklinks toolbars
     2  TinyMCE and Quicklinks toolbars
     4 ------------------------------------------------------------------------------*/
     3 ------------------------------------------------------------------------------*/
     5 
     4 
     6 /* wp_theme/ui.css */
     5 /* TinyMCE widgets/containers */
     7 .wp_themeSkin table,
     6 
     8 .wp_themeSkin tbody,
     7 .mce-container,
     9 .wp_themeSkin a,
     8 .mce-container *,
    10 .wp_themeSkin img,
     9 .mce-widget,
    11 .wp_themeSkin tr,
    10 .mce-widget * {
    12 .wp_themeSkin div,
    11 	color: inherit;
    13 .wp_themeSkin td,
    12 	font-family: inherit;
    14 .wp_themeSkin iframe,
    13 }
    15 .wp_themeSkin span,
    14 
    16 .wp_themeSkin *,
    15 /* TinyMCE windows */
    17 .wp_themeSkin .mceText {
    16 #mce-modal-block,
       
    17 #mce-modal-block.mce-fade {
       
    18 	opacity: 0.7;
       
    19 	filter: alpha(opacity=70);
       
    20 	-webkit-transition: none;
       
    21 	transition: none;
       
    22 }
       
    23 
       
    24 .mce-window {
       
    25 	-webkit-border-radius: 0;
       
    26 	border-radius: 0;
       
    27 	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
       
    28 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
       
    29 	-webkit-font-smoothing: subpixel-antialiased;
       
    30 	-webkit-transition: none;
       
    31 	transition: none;
       
    32 }
       
    33 
       
    34 .mce-window .mce-container-body.mce-abs-layout {
       
    35 	overflow: visible;
       
    36 }
       
    37 
       
    38 .mce-window .mce-window-head {
       
    39 	background: #fcfcfc;
       
    40 	border-bottom: 1px solid #dfdfdf;
       
    41 	padding: 0;
       
    42 	min-height: 36px;
       
    43 }
       
    44 
       
    45 .mce-window .mce-window-head .mce-title {
       
    46 	color: #444;
       
    47 	font-size: 18px;
       
    48 	font-weight: 600;
       
    49 	line-height: 36px;
       
    50 	margin: 0;
       
    51 	padding: 0 36px 0 16px;
       
    52 }
       
    53 
       
    54 .mce-window .mce-window-head .mce-close {
       
    55 	color: transparent;
       
    56 	top: 0;
       
    57 	right: 0;
       
    58 	width: 36px;
       
    59 	height: 36px;
       
    60 	line-height: 36px;
       
    61 	text-align: center;
       
    62 }
       
    63 
       
    64 .mce-window .mce-window-head .mce-close:before {
       
    65 	font: normal 20px/36px 'dashicons';
       
    66 	text-align: center;
       
    67 	color: #666;
       
    68 	width: 36px;
       
    69 	height: 36px;
       
    70 	display: block;
       
    71 }
       
    72 
       
    73 .mce-window .mce-window-head .mce-close:hover:before {
       
    74 	color: #00a0d2;
       
    75 }
       
    76 
       
    77 .mce-window .mce-window-head .mce-dragh {
       
    78 	width: -webkit-calc( 100% - 36px );
       
    79 	width: calc( 100% - 36px );
       
    80 }
       
    81 
       
    82 .mce-wp-help .mce-window-head {
       
    83 	border-bottom: none;
       
    84 }
       
    85 
       
    86 .mce-textbox,
       
    87 .mce-checkbox i.mce-i-checkbox,
       
    88 #wp-link .query-results {
       
    89 	border: 1px solid #ddd;
       
    90 	-webkit-border-radius: 0;
       
    91 	border-radius: 0;
       
    92 	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
       
    93 	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
       
    94 	-webkit-transition: .05s all ease-in-out;
       
    95 	transition: .05s all ease-in-out;
       
    96 }
       
    97 
       
    98 .mce-textbox:focus,
       
    99 .mce-textbox.mce-focus,
       
   100 .mce-checkbox:focus i.mce-i-checkbox,
       
   101 #wp-link .query-results:focus {
       
   102 	border-color: #5b9dd9;
       
   103 	-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
       
   104 	box-shadow: 0 0 2px rgba(30,140,190,0.8);
       
   105 }
       
   106 
       
   107 /* TinyMCE menus */
       
   108 .mce-menu,
       
   109 .mce-floatpanel.mce-popover {
       
   110 	border-color: rgba(0,0,0,0.15);
       
   111 	-webkit-border-radius: 0;
       
   112 	border-radius: 0;
       
   113 	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
       
   114 	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
       
   115 }
       
   116 
       
   117 .mce-floatpanel.mce-popover.mce-bottom {
       
   118 	margin-top: 2px;
       
   119 }
       
   120 
       
   121 .mce-floatpanel .mce-arrow {
       
   122 	display: none;
       
   123 }
       
   124 
       
   125 .mce-menu .mce-container-body {
       
   126 	min-width: 160px;
       
   127 }
       
   128 
       
   129 .mce-menu-item {
       
   130 	border: none;
       
   131 	margin-bottom: 2px;
       
   132 }
       
   133 
       
   134 .mce-menu-has-icons i.mce-ico {
       
   135 	line-height: 20px;
       
   136 }
       
   137 
       
   138 /* TinyMCE panel */
       
   139 div.mce-panel {
    18 	border: 0;
   140 	border: 0;
       
   141 	background: #fff;
       
   142 	-webkit-filter: none;
       
   143 	filter: none;
       
   144 }
       
   145 
       
   146 .mce-panel.mce-menu {
       
   147 	border: 1px solid #ddd;
       
   148 }
       
   149 
       
   150 div.mce-tab {
       
   151 	line-height: 13px;
       
   152 }
       
   153 
       
   154 /* TinyMCE toolbars */
       
   155 div.mce-toolbar-grp {
       
   156 	border-bottom: 1px solid #dedede;
       
   157 	background: #f5f5f5;
       
   158 	padding: 0;
       
   159 	position: relative;
       
   160 }
       
   161 
       
   162 div.mce-inline-toolbar-grp {
       
   163 	border: 1px solid #a0a5aa;
       
   164 	-webkit-border-radius: 2px;
       
   165 	border-radius: 2px;
       
   166 	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
       
   167 	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
       
   168 	-webkit-box-sizing: border-box;
       
   169 	-moz-box-sizing: border-box;
       
   170 	box-sizing: border-box;
       
   171 	margin-bottom: 8px;
       
   172 	position: absolute;
       
   173 	-moz-user-select: none;
       
   174 	-webkit-user-select: none;
       
   175 	-ms-user-select: none;
       
   176 	user-select: none;
       
   177 	z-index: 100100; /* Same as the other TinyMCE "panels" */
       
   178 }
       
   179 
       
   180 div.mce-inline-toolbar-grp > div.mce-stack-layout {
       
   181 	padding: 1px;
       
   182 }
       
   183 
       
   184 div.mce-inline-toolbar-grp.mce-arrow-up {
       
   185 	margin-bottom: 0;
       
   186 	margin-top: 8px;
       
   187 }
       
   188 
       
   189 div.mce-inline-toolbar-grp:before,
       
   190 div.mce-inline-toolbar-grp:after {
       
   191 	position: absolute;
       
   192 	left: 50%;
       
   193 	display: block;
       
   194 	width: 0;
       
   195 	height: 0;
       
   196 	border-style: solid;
       
   197 	border-color: transparent;
       
   198 	content: '';
       
   199 }
       
   200 
       
   201 div.mce-inline-toolbar-grp.mce-arrow-up:before {
       
   202 	top: -18px;
       
   203 	border-bottom-color: #a0a5aa;
       
   204 	border-width: 9px;
       
   205 	margin-left: -9px;
       
   206 }
       
   207 
       
   208 div.mce-inline-toolbar-grp.mce-arrow-down:before {
       
   209 	bottom: -18px;
       
   210 	border-top-color: #a0a5aa;
       
   211 	border-width: 9px;
       
   212 	margin-left: -9px;
       
   213 }
       
   214 
       
   215 div.mce-inline-toolbar-grp.mce-arrow-up:after {
       
   216 	top: -16px;
       
   217 	border-bottom-color: #f5f5f5;
       
   218 	border-width: 8px;
       
   219 	margin-left: -8px;
       
   220 }
       
   221 
       
   222 div.mce-inline-toolbar-grp.mce-arrow-down:after {
       
   223 	bottom: -16px;
       
   224 	border-top-color: #f5f5f5;
       
   225 	border-width: 8px;
       
   226 	margin-left: -8px;
       
   227 }
       
   228 
       
   229 div.mce-inline-toolbar-grp.mce-arrow-left:before,
       
   230 div.mce-inline-toolbar-grp.mce-arrow-left:after {
       
   231 	margin: 0;
       
   232 }
       
   233 
       
   234 div.mce-inline-toolbar-grp.mce-arrow-left:before {
       
   235 	left: 20px;
       
   236 }
       
   237 div.mce-inline-toolbar-grp.mce-arrow-left:after {
       
   238 	left: 21px;
       
   239 }
       
   240 
       
   241 div.mce-inline-toolbar-grp.mce-arrow-right:before,
       
   242 div.mce-inline-toolbar-grp.mce-arrow-right:after {
       
   243 	left: auto;
       
   244 	margin: 0;
       
   245 }
       
   246 
       
   247 div.mce-inline-toolbar-grp.mce-arrow-right:before {
       
   248 	right: 20px;
       
   249 }
       
   250 
       
   251 div.mce-inline-toolbar-grp.mce-arrow-right:after {
       
   252 	right: 21px;
       
   253 }
       
   254 
       
   255 div.mce-inline-toolbar-grp.mce-arrow-full {
       
   256 	right: 0;
       
   257 }
       
   258 
       
   259 div.mce-inline-toolbar-grp.mce-arrow-full > div {
       
   260 	width: 100%;
       
   261 	overflow-x: auto;
       
   262 }
       
   263 
       
   264 div.mce-toolbar-grp > div {
       
   265 	padding: 3px;
       
   266 }
       
   267 
       
   268 .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
       
   269 	padding-right: 32px;
       
   270 }
       
   271 
       
   272 .mce-toolbar .mce-btn-group {
       
   273 	margin: 0;
       
   274 }
       
   275 
       
   276 div.mce-statusbar {
       
   277 	border-top: 1px solid #e5e5e5;
       
   278 }
       
   279 
       
   280 div.mce-path {
       
   281 	padding: 2px 10px;
       
   282 	margin: 0;
       
   283 }
       
   284 
       
   285 .mce-path,
       
   286 .mce-path-item,
       
   287 .mce-path .mce-divider {
       
   288 	font-size: 12px;
       
   289 	line-height: 18px;
       
   290 }
       
   291 
       
   292 .mce-toolbar .mce-btn,
       
   293 .qt-dfw {
       
   294 	border-color: transparent;
       
   295 	background: transparent;
       
   296 	-webkit-box-shadow: none;
       
   297 	box-shadow: none;
       
   298 	text-shadow: none;
       
   299 	cursor: pointer;
       
   300 }
       
   301 
       
   302 #wp-fullscreen-buttons .mce-btn,
       
   303 .mce-toolbar .mce-btn-group .mce-btn,
       
   304 .qt-dfw {
       
   305 	border: 1px solid transparent;
       
   306 	margin: 2px;
       
   307 	background-image: none;
       
   308 	-webkit-border-radius: 2px;
       
   309 	border-radius: 2px;
       
   310 	-webkit-filter: none;
       
   311 	filter: none;
       
   312 }
       
   313 
       
   314 #wp-fullscreen-buttons .mce-btn:hover,
       
   315 .mce-toolbar .mce-btn-group .mce-btn:hover,
       
   316 #wp-fullscreen-buttons .mce-btn:focus,
       
   317 .mce-toolbar .mce-btn-group .mce-btn:focus,
       
   318 .qt-dfw:hover,
       
   319 .qt-dfw:focus {
       
   320 	background: #fafafa;
       
   321 	border-color: #999;
       
   322 	color: #23282d;
       
   323 	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
       
   324 	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
       
   325 	outline: none;
       
   326 }
       
   327 
       
   328 .mce-toolbar .mce-btn-group .mce-btn.mce-active,
       
   329 #wp-fullscreen-buttons .mce-btn.mce-active,
       
   330 .mce-toolbar .mce-btn-group .mce-btn:active,
       
   331 #wp-fullscreen-buttons .mce-btn:active,
       
   332 .qt-dfw.active {
       
   333 	background: #ebebeb;
       
   334 	border-color: #999;
       
   335 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
       
   336 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
       
   337 }
       
   338 
       
   339 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
       
   340 	border-color: #555;
       
   341 }
       
   342 
       
   343 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover i.mce-ico {
       
   344 	color: #555;
       
   345 }
       
   346 
       
   347 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,
       
   348 #wp-fullscreen-buttons .mce-btn.mce-disabled:hover,
       
   349 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,
       
   350 #wp-fullscreen-buttons .mce-btn.mce-disabled:focus {
       
   351 	color: #a0a5aa;
       
   352 	background: none;
       
   353 	border-color: #ddd;
       
   354 	text-shadow: 0 1px 0 #fff;
       
   355 	-webkit-box-shadow: none;
       
   356 	box-shadow: none;
       
   357 }
       
   358 
       
   359 .mce-toolbar .mce-btn-group .mce-first,
       
   360 .mce-toolbar .mce-btn-group .mce-last {
       
   361 	border-color: transparent;
       
   362 }
       
   363 
       
   364 .mce-toolbar .mce-btn button,
       
   365 .qt-dfw {
       
   366 	padding: 2px 3px;
       
   367 	line-height: normal;
       
   368 }
       
   369 
       
   370 .mce-toolbar .mce-btn i {
       
   371 	text-shadow: none;
       
   372 }
       
   373 
       
   374 .mce-toolbar .mce-btn-group > div {
       
   375 	white-space: normal;
       
   376 }
       
   377 
       
   378 .mce-toolbar .mce-colorbutton .mce-open {
       
   379 	border-right: 0;
       
   380 }
       
   381 
       
   382 .mce-toolbar .mce-colorbutton .mce-preview {
    19 	margin: 0;
   383 	margin: 0;
    20 	padding: 0;
   384 	padding: 0;
    21 	white-space: nowrap;
   385 	top: auto;
       
   386 	bottom: 2px;
       
   387 	left: 3px;
       
   388 	height: 3px;
       
   389 	width: 20px;
       
   390 }
       
   391 
       
   392 /* mce listbox */
       
   393 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
       
   394     -webkit-border-radius: 0;
       
   395     border-radius: 0;
       
   396     direction: ltr;
       
   397     background: #fff;
       
   398     border: 1px solid #ddd;
       
   399     -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
       
   400     box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
       
   401 }
       
   402 
       
   403 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
       
   404     background-image: none;
       
   405     border-color: #b4b9be;
       
   406 }
       
   407 
       
   408 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox span {
       
   409 	font-size: 13px;
       
   410 }
       
   411 
       
   412 .mce-panel .mce-btn i.mce-caret {
       
   413 	border-top: 6px solid #777;
       
   414 	margin-left: 2px;
       
   415 	margin-right: 2px;
       
   416 }
       
   417 
       
   418 .mce-listbox i.mce-caret {
       
   419 	right: 6px;
       
   420 }
       
   421 
       
   422 .mce-panel .mce-btn button.mce-open i.mce-caret,
       
   423 .mce-panel .mce-btn.mce-listbox i.mce-caret {
       
   424 	margin-left: 0;
       
   425 	margin-right: 0;
       
   426 }
       
   427 
       
   428 .mce-panel .mce-btn:hover i.mce-caret {
       
   429 	border-top-color: #32373c;
       
   430 }
       
   431 
       
   432 .mce-panel .mce-active i.mce-caret {
       
   433 	border-top: 0;
       
   434 	border-bottom: 6px solid #32373c;
       
   435 	margin-top: 7px;
       
   436 }
       
   437 
       
   438 .mce-listbox.mce-active i.mce-caret {
       
   439 	margin-top: -3px;
       
   440 }
       
   441 
       
   442 .mce-toolbar .mce-splitbtn:hover .mce-open {
       
   443 	border-right-color: transparent;
       
   444 }
       
   445 
       
   446 .mce-toolbar .mce-splitbtn .mce-open.mce-active{
       
   447 	-webkit-box-shadow: none;
       
   448 	box-shadow: none;
       
   449 }
       
   450 
       
   451 .mce-menu .mce-menu-item-normal.mce-active {
       
   452 	background-color: #e5e5e5;
       
   453 	-webkit-filter: none;
       
   454 	filter: none;
       
   455 }
       
   456 
       
   457 .mce-menu .mce-menu-item:hover,
       
   458 .mce-menu .mce-menu-item.mce-selected,
       
   459 .mce-menu .mce-menu-item:focus {
       
   460 	color: #000;
       
   461 	background-color: #b4b9be;
       
   462 	background-image: none;
       
   463 	-webkit-filter: none;
       
   464 	filter: none;
       
   465 }
       
   466 
       
   467 .mce-menu .mce-menu-item:hover .mce-ico,
       
   468 .mce-menu .mce-menu-item.mce-selected .mce-ico,
       
   469 .mce-menu .mce-menu-item:focus .mce-ico,
       
   470 .mce-menu .mce-menu-item:hover .mce-text,
       
   471 .mce-menu .mce-menu-item.mce-active:hover .mce-text,
       
   472 .mce-menu .mce-menu-item.mce-selected .mce-text {
       
   473 	color: #000;
       
   474 }
       
   475 
       
   476 /* Menubar */
       
   477 .mce-menubar {
       
   478 	border-color: #e5e5e5;
       
   479 	background: #fff;
       
   480 	border-width: 0px 0px 1px;
       
   481 }
       
   482 
       
   483 .mce-menubar .mce-btn:focus {
       
   484 	outline: 0;
       
   485 }
       
   486 
       
   487 div.mce-menu .mce-menu-item-sep,
       
   488 .mce-menu-item-sep:hover {
       
   489 	margin: 5px 0 4px;
       
   490 }
       
   491 
       
   492 .mce-menubtn span {
       
   493 	margin-right: 0;
       
   494 	padding-left: 3px;
       
   495 }
       
   496 
       
   497 .mce-menu-has-icons i.mce-ico:before {
       
   498 	margin-left: -2px;
       
   499 }
       
   500 
       
   501 /* Buttons in modals */
       
   502 .mce-primary button,
       
   503 .mce-primary button i {
       
   504 	text-align: center;
       
   505 	color: #fff;
       
   506 	text-shadow: none;
       
   507 	padding: 0;
       
   508 	line-height: 26px;
       
   509 }
       
   510 
       
   511 .mce-window .mce-btn {
       
   512 	color: #555;
       
   513 	background: #f7f7f7;
    22 	text-decoration: none;
   514 	text-decoration: none;
    23 	font-weight: normal;
   515 	font-size: 13px;
    24 	cursor: default;
   516 	line-height: 26px;
    25 	vertical-align: baseline;
   517 	height: 28px;
    26 	width: auto;
       
    27 	border-collapse: separate;
       
    28 }
       
    29 
       
    30 .wp_themeSkin a:hover,
       
    31 .wp_themeSkin a:link,
       
    32 .wp_themeSkin a:visited,
       
    33 .wp_themeSkin a:active {
       
    34 	text-decoration: none;
       
    35 	font-weight: normal;
       
    36 	cursor: default;
       
    37 }
       
    38 
       
    39 .wp_themeSkin table td {
       
    40 	vertical-align: middle;
       
    41 }
       
    42 
       
    43 .wp_themeSkin *,
       
    44 .wp_themeSkin a:hover,
       
    45 .wp_themeSkin a:link,
       
    46 .wp_themeSkin a:visited,
       
    47 .wp_themeSkin a:active {
       
    48 	color: #555;
       
    49 }
       
    50 
       
    51 /* Containers */
       
    52 .wp_themeSkin table {}
       
    53 
       
    54 .wp_themeSkin iframe {
       
    55 	display: block;
       
    56 }
       
    57 
       
    58 .wp_themeSkin #mce_fullscreen_ifr {
       
    59 	background-color: #fff;
       
    60 }
       
    61 
       
    62 .wp_themeSkin .mceToolbar {
       
    63 	padding: 1px;
       
    64 }
       
    65 
       
    66 /* External */
       
    67 .wp_themeSkin .mceExternalToolbar {
       
    68 	position: absolute;
       
    69 	border-bottom: 0;
       
    70 	display: none;
       
    71 }
       
    72 
       
    73 .wp_themeSkin .mceExternalToolbar td.mceToolbar {
       
    74 	padding-right: 13px;
       
    75 }
       
    76 
       
    77 .wp_themeSkin .mceExternalClose {
       
    78 	position: absolute;
       
    79 	top: 3px;
       
    80 	right: 3px;
       
    81 	width: 7px;
       
    82 	height: 7px;
       
    83 	background: url("../js/tinymce/themes/advanced/img/icons.gif") -820px 0;
       
    84 }
       
    85 
       
    86 /* Layout */
       
    87 .wp_themeSkin table.mceToolbar,
       
    88 .wp_themeSkin tr.mceFirst .mceToolbar tr td,
       
    89 .wp_themeSkin tr.mceLast .mceToolbar tr td {
       
    90 	border: 0;
       
    91 	margin: 0;
   518 	margin: 0;
    92 	padding: 0;
   519 	padding: 0;
    93 }
   520 	cursor: pointer;
    94 
   521 	border: 1px solid #ccc;
    95 .wp_themeSkin table.mceLayout {
   522 	-webkit-appearance: none;
    96 	border: 0;
   523 	-webkit-border-radius: 3px;
    97 }
   524 	border-radius: 3px;
    98 
   525 	white-space: nowrap;
    99 .wp_themeSkin .mceStatusbar {
   526 	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
   100 	display: block;
   527 	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
   101 	font-family: sans-serif;
   528 	background-image: none;
       
   529 }
       
   530 
       
   531 /* Remove the dotted border on :focus and the extra padding in Firefox */
       
   532 .mce-window .mce-btn::-moz-focus-inner {
       
   533 	border-width: 1px 0;
       
   534 	border-style: solid none;
       
   535 	border-color: transparent;
       
   536 	padding: 0;
       
   537 }
       
   538 
       
   539 .mce-window .mce-btn:hover,
       
   540 .mce-window .mce-btn:focus {
       
   541 	background: #fafafa;
       
   542 	border-color: #999;
       
   543 	color: #23282d;
       
   544 }
       
   545 
       
   546 .mce-window .mce-btn:focus {
       
   547 	-webkit-box-shadow:
       
   548 		0 0 0 1px #5b9dd9,
       
   549 		0 0 2px 1px rgba( 30, 140, 190, 0.8 );
       
   550 	box-shadow:
       
   551 		0 0 0 1px #5b9dd9,
       
   552 		0 0 2px 1px rgba( 30, 140, 190, 0.8 );
       
   553 }
       
   554 
       
   555 .mce-window .mce-btn:active {
       
   556 	background: #eee;
       
   557 	border-color: #999;
       
   558 	color: #32373c;
       
   559 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
       
   560 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
       
   561 }
       
   562 
       
   563 .mce-window .mce-btn.mce-disabled {
       
   564 	color: #a0a5aa;
       
   565 	border-color: #ddd;
       
   566 	background: #f7f7f7;
       
   567 	-webkit-box-shadow: none;
       
   568 	box-shadow: none;
       
   569 	text-shadow: 0 1px 0 #fff;
       
   570 	cursor: default;
       
   571 }
       
   572 
       
   573 .mce-window .mce-btn.mce-primary {
       
   574 	background: #00a0d2;
       
   575 	border-color: #0073aa;
       
   576 	-webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 );
       
   577 	box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
       
   578 	color: #fff;
       
   579 	text-decoration: none;
       
   580 }
       
   581 
       
   582 .mce-window .mce-btn.mce-primary:hover,
       
   583 .mce-window .mce-btn.mce-primary:focus {
       
   584 	background: #1e8cbe;
       
   585 	border-color: #0073aa;
       
   586 	-webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
       
   587 	box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
       
   588 	color: #fff;
       
   589 }
       
   590 
       
   591 .mce-window .mce-btn.mce-primary:focus {
       
   592 	border-color: #0e3950;
       
   593 	-webkit-box-shadow:
       
   594 		inset 0 1px 0 rgba( 120, 200, 230, 0.6 ),
       
   595 		0 0 0 1px #5b9dd9,
       
   596 		0 0 2px 1px rgba( 30, 140, 190, 0.8 );
       
   597 	box-shadow:
       
   598 		inset 0 1px 0 rgba( 120, 200, 230, 0.6 ),
       
   599 		0 0 0 1px #5b9dd9,
       
   600 		0 0 2px 1px rgba( 30, 140, 190, 0.8 );
       
   601 }
       
   602 
       
   603 .mce-window .mce-btn.mce-primary:active {
       
   604 	background: #1b7aa6;
       
   605 	border-color: #005684;
       
   606 	color: rgba( 255, 255, 255, 0.95 );
       
   607 	-webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
       
   608 	box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
       
   609 	vertical-align: top;
       
   610 }
       
   611 
       
   612 .mce-window .mce-btn.mce-primary.mce-disabled {
       
   613 	color: #94cde7;
       
   614 	background: #298cba;
       
   615 	border-color: #1b607f;
       
   616 	-webkit-box-shadow: none;
       
   617 	box-shadow: none;
       
   618 	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 );
       
   619 	cursor: default;
       
   620 }
       
   621 
       
   622 .mce-menubtn.mce-fixed-width button span {
       
   623 	max-width: 80px;
       
   624 	padding-right: 16px;
       
   625 }
       
   626 
       
   627 /* Charmap modal */
       
   628 .mce-charmap {
       
   629 	margin: 3px;
       
   630 }
       
   631 
       
   632 .mce-charmap td {
       
   633 	padding: 0;
       
   634 	border-color: #dfdfdf;
       
   635 	cursor: pointer;
       
   636 }
       
   637 
       
   638 .mce-charmap td:hover {
       
   639 	background: #f3f3f3;
       
   640 }
       
   641 
       
   642 .mce-charmap td div {
       
   643 	width: 18px;
       
   644 	height: 22px;
       
   645 	line-height: 22px;
       
   646 }
       
   647 
       
   648 /* TinyMCE tooltips */
       
   649 .mce-tooltip {
       
   650 	margin-top: 2px;
       
   651 }
       
   652 
       
   653 .mce-tooltip-inner {
       
   654 	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
       
   655 	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
       
   656 	color: #fff;
   102 	font-size: 12px;
   657 	font-size: 12px;
   103 	line-height: 16px;
   658 }
   104 	padding: 0 0 0 8px;
   659 
   105 	overflow: visible;
   660 /* TinyMCE icons */
   106 	height: 20px;
   661 .mce-ico {
   107 	border-top: 1px solid #dfdfdf;
   662 	font-family: 'tinymce', Arial;
   108 	color: #000;
   663 }
   109 	background-color: #f5f5f5;
   664 
   110 }
   665 .mce-btn-small .mce-ico {
   111 
   666     font-family: 'tinymce-small', Arial;
   112 .rtl .wp_themeSkin .mceStatusbar {
   667 }
   113 	padding: 0 8px 0 0;
   668 
   114 }
   669 .mce-toolbar .mce-ico {
   115 
   670 	color: #777;
   116 .wp_themeSkin .mceStatusbar * {
   671 	line-height: 20px;
   117 	color: #555;
       
   118 }
       
   119 
       
   120 .wp_themeSkin .mceStatusbar div {
       
   121 	float: left;
       
   122 	padding: 2px;
       
   123 }
       
   124 
       
   125 .rtl .wp_themeSkin .mceStatusbar div {
       
   126 	float: right;
       
   127 }
       
   128 
       
   129 .wp_themeSkin .mceStatusbar a.mceResize {
       
   130 	display: block;
       
   131 	float: right;
       
   132 	background: url("../js/tinymce/themes/advanced/img/icons.gif") -800px 0;
       
   133 	width: 20px;
   672 	width: 20px;
   134 	height: 20px;
   673 	height: 20px;
   135 	cursor: se-resize;
   674 	text-align: center;
   136 }
   675 	text-shadow: none;
   137 
   676 	margin: 0;
   138 .rtl .wp_themeSkin .mceStatusbar a.mceResize {
   677 	padding: 0;
   139 	float: left;
   678 }
   140 }
   679 
   141 
   680 .qt-dfw {
   142 .wp_themeSkin .mceStatusbar a:hover {
   681 	color: #777;
   143 	text-decoration: underline;
       
   144 }
       
   145 
       
   146 .wp_themeSkin table.mceToolbar {
       
   147 	margin: 0 6px 2px;
       
   148 }
       
   149 
       
   150 .wp_themeSkin table.mceToolbar :active,
       
   151 .wp_themeSkin table.mceToolbar :focus,
       
   152 .wp_themeSkin table.mceToolbar:focus,
       
   153 .wp_themeSkin span.mceSeparator:focus {
       
   154 	outline: none;
       
   155 }
       
   156 
       
   157 .wp_themeSkin #content_toolbar1 {
       
   158 	margin-top: 2px;
       
   159 }
       
   160 
       
   161 .wp_themeSkin .mceToolbar .mceToolbarEndListBox span {
       
   162 	display: none;
       
   163 }
       
   164 
       
   165 .wp_themeSkin span.mceIcon,
       
   166 .wp_themeSkin img.mceIcon {
       
   167 	display: block;
       
   168 	width: 20px;
       
   169 	height: 20px;
       
   170 }
       
   171 
       
   172 .wp_themeSkin .mceIcon {
       
   173 	background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px;
       
   174 }
       
   175 
       
   176 /* Button */
       
   177 .wp_themeSkin .mceButton {
       
   178 	display: block;
       
   179 	width: 20px;
       
   180 	height: 20px;
       
   181 	cursor: default;
       
   182 	padding: 1px 2px;
       
   183 	margin: 1px;
       
   184 	-webkit-border-radius: 2px;
       
   185 	border-radius: 2px;
       
   186 }
       
   187 
       
   188 .wp_themeSkin a.mceButtonEnabled:hover {
       
   189 	background-image: inherit 0 -10px;
       
   190 }
       
   191 
       
   192 .wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {
       
   193 	margin: 0 0 0 1px;
       
   194 }
       
   195 
       
   196 .wp_themeSkin .mceButtonDisabled .mceIcon {
       
   197 	opacity: 0.2;
       
   198 	filter: alpha(opacity=20);
       
   199 }
       
   200 
       
   201 /* Separator */
       
   202 .wp_themeSkin .mceSeparator {
       
   203 	display: none;
       
   204 }
       
   205 
       
   206 /* ListBox */
       
   207 .wp_themeSkin .mceListBox,
       
   208 .wp_themeSkin .mceListBox a {
       
   209 	display: block;
       
   210 }
       
   211 
       
   212 .wp_themeSkin .mceListBox .mceText {
       
   213 	padding: 1px 4px 1px 5px;
       
   214 	width: 70px;
       
   215 	text-align: left;
       
   216 	text-decoration: none;
       
   217 	-webkit-border-bottom-left-radius: 2px;
       
   218 	-webkit-border-top-left-radius: 2px;
       
   219 	border-bottom-left-radius: 2px;
       
   220 	border-top-left-radius: 2px;
       
   221 	font-family: sans-serif;
       
   222 	font-size: 12px;
       
   223 	height: 20px;
       
   224 	line-height: 20px;
   682 	line-height: 20px;
   225 	overflow: hidden;
   683 	width: 28px;
   226 }
   684 	height: 26px;
   227 
       
   228 .wp_themeSkin .mceListBox {
       
   229 	margin: 1px;
       
   230 	direction: ltr;
       
   231 	background-color: #fff;
       
   232 	border: 1px solid #ddd;
       
   233 	-webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
       
   234 	box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .2);
       
   235 }
       
   236 
       
   237 .wp_themeSkin .mceListBox .mceOpen {
       
   238 	width: 12px;
       
   239 	height: 20px;
       
   240 	border-collapse: separate;
       
   241 	padding: 1px;
       
   242 	-webkit-border-bottom-left-radius: 0;
       
   243 	-webkit-border-top-left-radius: 0;
       
   244 	border-bottom-left-radius: 0;
       
   245 	border-top-left-radius: 0;
       
   246 }
       
   247 
       
   248 .wp_themeSkin .mceListBox .mceFirst a {
       
   249 	border-style: solid;
       
   250 	border-width: 1px;
       
   251 	border-bottom-right-radius: 2px;
       
   252 	border-top-right-radius: 2px;
       
   253 }
       
   254 
       
   255 .wp_themeSkin .mceListBoxMenu .mce_formatPreview {
       
   256 	line-height: normal;
       
   257 }
       
   258 
       
   259 .wp_themeSkin .mceListBox .mceOpen,
       
   260 .wp_themeSkin .mceListBoxHover .mceOpen,
       
   261 .wp_themeSkin .mceListBoxSelected .mceOpen,
       
   262 .wp_themeSkin table.mceListBoxEnabled .mceOpen {
       
   263 	background-image: url("../images/down_arrow.gif");
       
   264 	background-position: 3px 1px;
       
   265 	background-repeat: no-repeat;
       
   266 }
       
   267 
       
   268 .wp_themeSkin .mceListBoxDisabled .mceText {
       
   269 	color: gray;
       
   270 }
       
   271 
       
   272 .wp_themeSkin .mceListBoxMenu {
       
   273 	overflow: auto;
       
   274 	overflow-x: hidden;
       
   275 }
       
   276 
       
   277 .wp_themeSkin .mceOldBoxModel .mceListBox .mceText {
       
   278 	height: 22px;
       
   279 }
       
   280 
       
   281 .wp_themeSkin select.mceListBox {
       
   282 	font-family: sans-serif;
       
   283 	font-size: 12px;
       
   284 	border-color: #b2b2b2;
       
   285 	background-color: #fff;
       
   286 }
       
   287 
       
   288 /* SplitButton */
       
   289 .wp_themeSkin .mceSplitButton a,
       
   290 .wp_themeSkin .mceSplitButton span {
       
   291 	display: block;
       
   292 	height: 20px;
       
   293 }
       
   294 
       
   295 .wp_themeSkin .mceSplitButton {
       
   296 	display: block;
       
   297 	direction: ltr;
       
   298 }
       
   299 
       
   300 .wp_themeSkin table.mceSplitButton td {
       
   301 	padding: 2px;
       
   302 	-webkit-border-radius: 2px;
       
   303 	border-radius: 2px;
       
   304 }
       
   305 
       
   306 .wp_themeSkin table.mceSplitButton:hover td {
       
   307 	background-image: inherit 0 -10px;
       
   308 }
       
   309 
       
   310 .wp_themeSkin .mceSplitButton a.mceAction {
       
   311 	height: 20px;
       
   312 	width: 20px;
       
   313 	padding: 1px 2px;
       
   314 	border-right: 0 none;
       
   315 }
       
   316 
       
   317 .wp_themeSkin .mceSplitButton span.mceAction {
       
   318 	background-image: url("../js/tinymce/themes/advanced/img/icons.gif");
       
   319 	background-repeat: no-repeat;
       
   320 	background-color: transparent;
       
   321 	width: 20px;
       
   322 }
       
   323 
       
   324 .wp_themeSkin .mceSplitButton a.mceOpen {
       
   325 	width: 11px;
       
   326 	height: 20px;
       
   327 	background-position: 0px 2px;
       
   328 	background-repeat: no-repeat;
       
   329 	padding: 1px 0;
       
   330 }
       
   331 
       
   332 .wp_themeSkin .mceSplitButton span.mceOpen {
       
   333 	display: none;
       
   334 }
       
   335 
       
   336 .wp_themeSkin .mceSplitButtonDisabled .mceAction {
       
   337 	opacity: 0.3;
       
   338 	filter: alpha(opacity=30);
       
   339 }
       
   340 
       
   341 .wp_themeSkin .mceListBox a.mceText,
       
   342 .wp_themeSkin .mceSplitButton a.mceAction {
       
   343 	-webkit-border-bottom-left-radius: 2px;
       
   344 	-webkit-border-top-left-radius: 2px;
       
   345 	border-bottom-left-radius: 2px;
       
   346 	border-top-left-radius: 2px;
       
   347 }
       
   348 
       
   349 .wp_themeSkin .mceSplitButton a.mceOpen,
       
   350 .wp_themeSkin .mceListBox a.mceOpen {
       
   351 	-webkit-border-bottom-right-radius: 2px;
       
   352 	-webkit-border-top-right-radius: 2px;
       
   353 	border-bottom-right-radius: 2px;
       
   354 	border-top-right-radius: 2px;
       
   355 }
       
   356 
       
   357 .wp_themeSkin span.mce_undo,
       
   358 .wp_themeSkin span.mce_redo,
       
   359 .wp_themeSkin span.mce_bullist,
       
   360 .wp_themeSkin span.mce_numlist,
       
   361 .wp_themeSkin span.mce_blockquote,
       
   362 .wp_themeSkin span.mce_charmap,
       
   363 .wp_themeSkin span.mce_bold,
       
   364 .wp_themeSkin span.mce_italic,
       
   365 .wp_themeSkin span.mce_underline,
       
   366 .wp_themeSkin span.mce_justifyleft,
       
   367 .wp_themeSkin span.mce_justifyright,
       
   368 .wp_themeSkin span.mce_justifycenter,
       
   369 .wp_themeSkin span.mce_justifyfull,
       
   370 .wp_themeSkin span.mce_indent,
       
   371 .wp_themeSkin span.mce_outdent,
       
   372 .wp_themeSkin span.mce_link,
       
   373 .wp_themeSkin span.mce_unlink,
       
   374 .wp_themeSkin span.mce_help,
       
   375 .wp_themeSkin span.mce_removeformat,
       
   376 .wp_themeSkin span.mce_fullscreen,
       
   377 .wp_themeSkin span.mce_wp_fullscreen,
       
   378 .wp_themeSkin span.mce_media,
       
   379 .wp_themeSkin span.mce_pastetext,
       
   380 .wp_themeSkin span.mce_pasteword,
       
   381 .wp_themeSkin span.mce_wp_help,
       
   382 .wp_themeSkin span.mce_wp_adv,
       
   383 .wp_themeSkin span.mce_wp_more,
       
   384 .wp_themeSkin span.mce_strikethrough,
       
   385 .wp_themeSkin span.mce_spellchecker,
       
   386 .wp_themeSkin span.mce_forecolor,
       
   387 .wp_themeSkin .mce_forecolorpicker,
       
   388 .wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
       
   389 .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
       
   390 .wp_themeSkin .mceSplitButton span.mce_numlist,
       
   391 .wp_themeSkin .mceSplitButton span.mce_bullist {
       
   392 	background-image: url('../images/wpicons.png?ver=20120720');
       
   393 }
       
   394 
       
   395 /* ColorSplitButton */
       
   396 .wp_themeSkin div.mceColorSplitMenu table {
       
   397 	background-color: #ebebeb;
       
   398 	border-color: #bbb;
       
   399 }
       
   400 
       
   401 .wp_themeSkin .mceColorSplitMenu td {
       
   402 	padding: 2px;
       
   403 }
       
   404 
       
   405 .wp_themeSkin .mceColorSplitMenu a {
       
   406 	display: block;
       
   407 	width: 9px;
       
   408 	height: 9px;
       
   409 	overflow: hidden;
       
   410 	border-color: #B2B2B2;
       
   411 }
       
   412 
       
   413 .wp_themeSkin .mceColorSplitMenu td.mceMoreColors {
       
   414 	padding: 1px 3px 1px 1px;
       
   415 }
       
   416 
       
   417 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
       
   418 	width: 100%;
       
   419 	height: auto;
       
   420 	text-align: center;
   685 	text-align: center;
   421 	font-family: Tahoma,Verdana,Arial,Helvetica;
   686 	text-shadow: none;
   422 	font-size: 11px;
   687 }
       
   688 
       
   689 .mce-toolbar .mce-btn .mce-open {
   423 	line-height: 20px;
   690 	line-height: 20px;
   424 	border-color: #fff;
   691 }
   425 }
   692 
   426 
   693 .mce-toolbar .mce-btn:hover .mce-open,
   427 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
   694 .mce-toolbar .mce-btn:focus .mce-open,
   428 .wp_themeSkin a.mceMoreColors:hover {}
   695 .mce-toolbar .mce-btn.mce-active .mce-open {
   429 .wp_themeSkin .mceColorPreview {
   696 	border-left-color: #999;
   430 	margin: -5px 0 0 2px;
   697 }
   431 	width: 16px;
   698 
   432 	height: 4px;
   699 i.mce-i-bold,
   433 	overflow: hidden;
   700 i.mce-i-italic,
   434 }
   701 i.mce-i-bullist,
   435 
   702 i.mce-i-numlist,
   436 /* Menu */
   703 i.mce-i-blockquote,
   437 .wp_themeSkin .mceMenu {
   704 i.mce-i-alignleft,
   438 	position: absolute;
   705 i.mce-i-aligncenter,
   439 	left: 0;
   706 i.mce-i-alignright,
   440 	top: 0;
   707 i.mce-i-link,
   441 	z-index: 1000;
   708 i.mce-i-unlink,
   442 	border-color: #ddd;
   709 i.mce-i-wp_more,
   443 	direction: ltr;
   710 i.mce-i-strikethrough,
   444 }
   711 i.mce-i-spellchecker,
   445 
   712 i.mce-i-fullscreen,
   446 .wp_themeSkin .mceNoIcons span.mceIcon {
   713 i.mce-i-wp_fullscreen,
   447 	width: 0;
   714 i.mce-i-dfw,
   448 }
   715 i.mce-i-wp_adv,
   449 
   716 i.mce-i-underline,
   450 .wp_themeSkin .mceNoIcons a .mceText {
   717 i.mce-i-alignjustify,
   451 	padding-left: 10px;
   718 i.mce-i-forecolor,
   452 }
   719 i.mce-i-backcolor,
   453 
   720 i.mce-i-pastetext,
   454 .wp_themeSkin .mceMenu table {
   721 i.mce-i-pasteword,
   455 	background-color: #ebeaeb;
   722 i.mce-i-removeformat,
   456 }
   723 i.mce-i-charmap,
   457 
   724 i.mce-i-outdent,
   458 .wp_themeSkin .mceMenu a,
   725 i.mce-i-indent,
   459 .wp_themeSkin .mceMenu span,
   726 i.mce-i-undo,
   460 .wp_themeSkin .mceMenu {
   727 i.mce-i-redo,
   461 	display: block;
   728 i.mce-i-help,
   462 }
   729 i.mce-i-wp_help,
   463 
   730 i.mce-i-wp-media-library,
   464 .wp_themeSkin .mceMenu td {
   731 i.mce-i-ltr,
   465 	height: 20px;overflow: hidden;
   732 i.mce-i-wp_page,
   466 }
   733 i.mce-i-hr,
   467 
   734 i.mce-i-wp_code,
   468 .wp_themeSkin .mceMenu a {
   735 i.mce-i-dashicon,
   469 	position: relative;
   736 .mce-close {
   470 	padding: 3px 0 4px 0;
   737 	font: normal 20px/1 'dashicons';
   471 	text-decoration: none !important;
   738 	padding: 0;
   472 }
   739 	vertical-align: top;
   473 
   740 	speak: none;
   474 .wp_themeSkin .mceMenu .mceText {
   741 	-webkit-font-smoothing: antialiased;
   475 	position: relative;
   742 	-moz-osx-font-smoothing: grayscale;
   476 	display: block;
   743 	margin-left: -2px;
   477 	font-family: Tahoma,Verdana,Arial,Helvetica;
   744 	padding-right: 2px;
   478 	cursor: default;
   745 }
   479 	margin: 0;
   746 
   480 	padding: 0 25px;
   747 .qt-dfw {
   481 	color: #000;
   748 	font: normal 20px/1 'dashicons';
   482 }
   749 	vertical-align: top;
   483 
   750 	speak: none;
   484 .wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {
   751 	-webkit-font-smoothing: antialiased;
   485 	font-size: 12px;
   752 	-moz-osx-font-smoothing: grayscale;
   486 }
   753 }
   487 
   754 
   488 .wp_themeSkin .mceMenu pre.mceText {
   755 i.mce-i-bold:before {
   489 	font-family: Monospace;
   756 	content: '\f200';
   490 }
   757 }
   491 
   758 
   492 .wp_themeSkin .mceMenu .mceIcon {
   759 i.mce-i-italic:before {
   493 	position: absolute;
   760 	content: '\f201';
   494 	top: 0;
   761 }
   495 	left: 0;
   762 
   496 	width: 22px;
   763 i.mce-i-bullist:before {
   497 }
   764 	content: '\f203';
   498 
   765 }
   499 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
   766 
   500 .wp_themeSkin .mceMenu .mceMenuItemActive {
   767 i.mce-i-numlist:before {
   501 	background-color: #f5f5f5;
   768 	content: '\f204';
   502 }
   769 }
   503 
   770 
   504 .wp_themeSkin td.mceMenuItemSeparator {
   771 i.mce-i-blockquote:before {
   505 	height: 1px;
   772 	content: '\f205';
   506 	background-color: #aaa;
   773 }
   507 }
   774 
   508 
   775 i.mce-i-alignleft:before {
   509 .wp_themeSkin .mceMenuItemTitle a {
   776 	content: '\f206';
   510 	border-top: 0;
   777 }
   511 	border-right: 0;
   778 
   512 	border-left: 0;
   779 i.mce-i-aligncenter:before {
   513 	border-bottom: 1px solid #aaa;
   780 	content: '\f207';
   514 	text-decoration: none !important;
   781 }
   515 	background-color: #ccc;
   782 
   516 }
   783 i.mce-i-alignright:before {
   517 
   784 	content: '\f208';
   518 .wp_themeSkin .mceMenuItemTitle span.mceText {
   785 }
   519 	font-weight: bold;
   786 
   520 	padding-left: 4px;
   787 i.mce-i-link:before {
   521 	color: #000;
   788 	content: '\f103';
   522 }
   789 }
   523 
   790 
   524 .wp_themeSkin .mceMenuItemSelected .mceIcon {
   791 i.mce-i-unlink:before {
   525 	background: url("../js/tinymce/themes/advanced/skins/default/img/menu_check.gif");
   792 	content: '\f225';
   526 	color: #888;
   793 }
   527 }
   794 
   528 
   795 i.mce-i-wp_more:before {
   529 .wp_themeSkin .mceNoIcons .mceMenuItemSelected a {
   796 	content: '\f209';
   530 	background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat -6px center;
   797 }
   531 }
   798 
   532 
   799 i.mce-i-strikethrough:before {
   533 .wp_themeSkin .mceMenu span.mceMenuLine {
   800 	content: '\f224';
   534 	display: none;
   801 }
   535 }
   802 
   536 
   803 i.mce-i-spellchecker:before {
   537 .wp_themeSkin .mceMenuItemSub a {
   804 	content: '\f210';
   538 	background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat top right;
   805 }
   539 }
   806 
   540 
   807 i.mce-i-fullscreen:before,
   541 /* Progress,Resize */
   808 i.mce-i-wp_fullscreen:before,
   542 .wp_themeSkin .mceBlocker {
   809 i.mce-i-dfw:before,
   543 	position: absolute;
   810 .qt-dfw:before {
   544 	left: 0;
   811 	content: '\f211';
   545 	top: 0;
   812 }
   546 	z-index: 1000;
   813 
   547 	opacity: 0.5;
   814 i.mce-i-wp_adv:before {
   548 	filter: alpha(opacity=50);
   815 	content: '\f212';
   549 	background: #FFF;
   816 }
   550 }
   817 
   551 
   818 i.mce-i-underline:before {
   552 .wp_themeSkin .mceProgress {
   819 	content: '\f213';
   553 	position: absolute;
   820 }
   554 	left: 0;
   821 
   555 	top: 0;
   822 i.mce-i-alignjustify:before {
   556 	z-index: 1001;
   823 	content: '\f214';
   557 	background: url("../js/tinymce/themes/advanced/skins/default/img/progress.gif") no-repeat;
   824 }
   558 	width: 32px;
   825 
   559 	height: 32px;
   826 i.mce-i-forecolor:before,
   560 	margin: -16px 0 0 -16px;
   827 i.mce-i-backcolor:before {
   561 }
   828 	content: '\f215';
   562 
   829 }
   563 .wp_themeSkin .mcePlaceHolder {
   830 
   564 	border: 1px dotted gray;
   831 i.mce-i-pastetext:before {
   565 }
   832 	content: '\f217';
   566 
   833 }
   567 /* Rtl */
   834 
   568 .mceRtl .mceListBox .mceText {
   835 i.mce-i-removeformat:before {
   569 	text-align: right;
   836 	content: '\f218';
   570 	padding: 0 4px 0 0;
   837 }
   571 }
   838 
   572 
   839 i.mce-i-charmap:before {
   573 .mceRtl .mceMenuItem .mceText {
   840 	content: '\f220';
   574 	text-align: right;
   841 }
   575 }
   842 
   576 
   843 i.mce-i-outdent:before {
   577 /* Formats */
   844 	content: '\f221';
   578 .wp_themeSkin .mce_p span.mceText {}
   845 }
   579 .wp_themeSkin .mce_address span.mceText {
   846 
   580 	font-style: italic;
   847 i.mce-i-indent:before {
   581 }
   848 	content: '\f222';
   582 
   849 }
   583 .wp_themeSkin .mce_pre span.mceText {
   850 
   584 	font-family: monospace;
   851 i.mce-i-undo:before {
   585 }
   852 	content: '\f171';
   586 
   853 }
   587 .wp_themeSkin .mce_h1 span.mceText {
   854 
   588 	font-weight: bolder;
   855 i.mce-i-redo:before {
   589 	font-size: 18px;
   856 	content: '\f172';
   590 }
   857 }
   591 
   858 
   592 .wp_themeSkin .mce_h2 span.mceText {
   859 i.mce-i-help:before,
   593 	font-weight: bolder;
   860 i.mce-i-wp_help:before {
   594 	font-size: 16px;
   861 	content: '\f223';
   595 }
   862 }
   596 
   863 
   597 .wp_themeSkin .mce_h3 span.mceText {
   864 i.mce-i-wp-media-library:before {
   598 	font-weight: bolder;
   865 	content: '\f104';
   599 	font-size: 14px;
   866 }
   600 }
   867 
   601 
   868 i.mce-i-ltr:before {
   602 .wp_themeSkin .mce_h4 span.mceText {
   869 	content: '\f320';
   603 	font-weight: bolder;
   870 }
   604 	font-size: 12px;
   871 
   605 }
   872 i.mce-i-wp_page:before {
   606 
   873 	content: '\f105';
   607 .wp_themeSkin .mce_h5 span.mceText {
   874 }
   608 	font-weight: bolder;
   875 
   609 	font-size: 11px;
   876 i.mce-i-hr:before {
   610 }
   877 	content: '\f460';
   611 
   878 }
   612 .wp_themeSkin .mce_h6 span.mceText {
   879 
   613 	font-weight: bolder;
   880 .mce-close:before {
   614 	font-size: 10px;
   881 	content: '\f158';
   615 }
   882 }
   616 
   883 
   617 /* Theme */
   884 i.mce-i-wp_code:before {
   618 .wp_themeSkin span.mce_undo {background-position:-500px -20px}
   885 	content: '\f475';
   619 .wp_themeSkin .mceButtonEnabled:hover span.mce_undo,
   886 }
   620 .wp_themeSkin .mceButtonActive span.mce_undo {background-position:-500px 0}
   887 
   621 
   888 /* RTL button icons */
   622 .wp_themeSkin span.mce_redo {background-position:-480px -20px}
   889 .rtl i.mce-i-outdent:before {
   623 .wp_themeSkin .mceButtonEnabled:hover span.mce_redo,
   890 	content: '\f222';
   624 .wp_themeSkin .mceButtonActive span.mce_redo {background-position:-480px 0}
   891 }
   625 
   892 
   626 .wp_themeSkin span.mce_bullist {background-position:-40px -20px}
   893 .rtl i.mce-i-indent:before {
   627 .wp_themeSkin .mceButtonEnabled:hover span.mce_bullist,
   894 	content: '\f221';
   628 .wp_themeSkin .mceButtonActive span.mce_bullist,
   895 }
   629 .wp_themeSkin .mceSplitButton:hover span.mce_bullist {background-position:-40px 0}
   896 
   630 
   897 /* Editors */
   631 .wp_themeSkin span.mce_numlist {background-position:-60px -20px}
       
   632 .wp_themeSkin .mceButtonEnabled:hover span.mce_numlist,
       
   633 .wp_themeSkin .mceButtonActive span.mce_numlist,
       
   634 .wp_themeSkin .mceSplitButton:hover span.mce_numlist {background-position:-60px 0}
       
   635 
       
   636 .wp_themeSkin span.mce_blockquote {background-position:-80px -20px}
       
   637 .wp_themeSkin .mceButtonEnabled:hover span.mce_blockquote,
       
   638 .wp_themeSkin .mceButtonActive span.mce_blockquote {background-position:-80px 0}
       
   639 
       
   640 .wp_themeSkin span.mce_charmap {background-position:-420px -20px}
       
   641 .wp_themeSkin .mceButtonEnabled:hover span.mce_charmap,
       
   642 .wp_themeSkin .mceButtonActive span.mce_charmap {background-position:-420px 0}
       
   643 
       
   644 .wp_themeSkin span.mce_bold {background-position:0 -20px}
       
   645 .wp_themeSkin .mceButtonEnabled:hover span.mce_bold,
       
   646 .wp_themeSkin .mceButtonActive span.mce_bold {background-position:0 0}
       
   647 
       
   648 .wp_themeSkin span.mce_italic {background-position:-20px -20px}
       
   649 .wp_themeSkin .mceButtonEnabled:hover span.mce_italic,
       
   650 .wp_themeSkin .mceButtonActive span.mce_italic {background-position:-20px 0}
       
   651 
       
   652 .wp_themeSkin span.mce_underline {background-position:-280px -20px}
       
   653 .wp_themeSkin .mceButtonEnabled:hover span.mce_underline,
       
   654 .wp_themeSkin .mceButtonActive span.mce_underline {background-position:-280px 0}
       
   655 
       
   656 .wp_themeSkin span.mce_justifyleft {background-position:-100px -20px}
       
   657 .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyleft,
       
   658 .wp_themeSkin .mceButtonActive span.mce_justifyleft {background-position:-100px 0}
       
   659 
       
   660 .wp_themeSkin span.mce_justifyright {background-position:-140px -20px}
       
   661 .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyright,
       
   662 .wp_themeSkin .mceButtonActive span.mce_justifyright {background-position:-140px 0}
       
   663 
       
   664 .wp_themeSkin span.mce_justifycenter {background-position:-120px -20px}
       
   665 .wp_themeSkin .mceButtonEnabled:hover span.mce_justifycenter,
       
   666 .wp_themeSkin .mceButtonActive span.mce_justifycenter {background-position:-120px 0}
       
   667 
       
   668 .wp_themeSkin span.mce_justifyfull {background-position:-300px -20px}
       
   669 .wp_themeSkin .mceButtonEnabled:hover span.mce_justifyfull,
       
   670 .wp_themeSkin .mceButtonActive span.mce_justifyfull {background-position:-300px 0}
       
   671 
       
   672 .wp_themeSkin span.mce_indent {background-position:-460px -20px}
       
   673 .wp_themeSkin .mceButtonEnabled:hover span.mce_indent,
       
   674 .wp_themeSkin .mceButtonActive span.mce_indent {background-position:-460px 0}
       
   675 
       
   676 .wp_themeSkin span.mce_outdent {background-position:-440px -20px}
       
   677 .wp_themeSkin .mceButtonEnabled:hover span.mce_outdent,
       
   678 .wp_themeSkin .mceButtonActive span.mce_outdent {background-position:-440px 0}
       
   679 
       
   680 .wp_themeSkin span.mce_link {background-position:-160px -20px}
       
   681 .wp_themeSkin .mceButtonEnabled:hover span.mce_link,
       
   682 .wp_themeSkin .mceButtonActive span.mce_link {background-position:-160px 0}
       
   683 
       
   684 .wp_themeSkin span.mce_unlink {background-position:-180px -20px}
       
   685 .wp_themeSkin .mceButtonEnabled:hover span.mce_unlink,
       
   686 .wp_themeSkin .mceButtonActive span.mce_unlink {background-position:-180px 0}
       
   687 
       
   688 .wp_themeSkin span.mce_help {background-position:-520px -20px}
       
   689 .wp_themeSkin .mceButtonEnabled:hover span.mce_help,
       
   690 .wp_themeSkin .mceButtonActive span.mce_help {background-position:-520px 0}
       
   691 
       
   692 .wp_themeSkin span.mce_removeformat {background-position:-380px -20px}
       
   693 .wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat,
       
   694 .wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-380px 0}
       
   695 
       
   696 .wp_themeSkin span.mce_strikethrough {background-position:-540px -20px;}
       
   697 .wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough,
       
   698 .wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0}
       
   699 
       
   700 .wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-320px -20px}
       
   701 .wp_themeSkin .mceSplitButtonEnabled:hover span.mce_forecolor,
       
   702 .wp_themeSkin .mceSplitButtonSelected span.mce_forecolor {background-position:-320px 0}
       
   703 
       
   704 .wp_themeSkin .mce_forecolorpicker {background-position:-320px -20px}
       
   705 
       
   706 /* Plugins in WP */
       
   707 .wp_themeSkin span.mce_fullscreen {background-position:-240px -20px}
       
   708 .wp_themeSkin .mceButtonEnabled:hover span.mce_fullscreen,
       
   709 .wp_themeSkin .mceButtonActive span.mce_fullscreen {background-position:-240px 0}
       
   710 
       
   711 .wp_themeSkin span.mce_wp_fullscreen {background-position:-240px -20px}
       
   712 .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_fullscreen,
       
   713 .wp_themeSkin .mceButtonActive span.mce_wp_fullscreen {background-position:-240px 0}
       
   714 
       
   715 .wp_themeSkin span.mce_media {background-position:-400px -20px}
       
   716 .wp_themeSkin .mceButtonEnabled:hover span.mce_media,
       
   717 .wp_themeSkin .mceButtonActive span.mce_media {background-position:-400px 0}
       
   718 
       
   719 .wp_themeSkin span.mce_pastetext {background-position:-340px -20px}
       
   720 .wp_themeSkin .mceButtonEnabled:hover span.mce_pastetext,
       
   721 .wp_themeSkin .mceButtonActive span.mce_pastetext {background-position:-340px 0}
       
   722 
       
   723 .wp_themeSkin span.mce_pasteword {background-position:-360px -20px}
       
   724 .wp_themeSkin .mceButtonEnabled:hover span.mce_pasteword,
       
   725 .wp_themeSkin .mceButtonActive span.mce_pasteword {background-position:-360px 0}
       
   726 
       
   727 .wp_themeSkin span.mce_spellchecker {background-position:-220px -20px}
       
   728 .wp_themeSkin .mceButtonEnabled:hover span.mce_spellchecker,
       
   729 .wp_themeSkin .mceSplitButtonEnabled:hover span.mce_spellchecker,
       
   730 .wp_themeSkin .mceButtonActive span.mce_spellchecker,
       
   731 .wp_themeSkin .mceSplitButtonSelected span.mce_spellchecker {background-position:-220px 0}
       
   732 
       
   733 .wp_themeSkin span.mce_wp_help {background-position:-520px -20px}
       
   734 .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_help,
       
   735 .wp_themeSkin .mceButtonActive span.mce_wp_help {background-position:-520px 0}
       
   736 
       
   737 .wp_themeSkin span.mce_wp_adv {background-position:-260px -20px}
       
   738 .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_adv,
       
   739 .wp_themeSkin .mceButtonActive span.mce_wp_adv {background-position:-260px 0}
       
   740 
       
   741 .wp_themeSkin span.mce_wp_more {background-position:-200px -20px}
       
   742 .wp_themeSkin .mceButtonEnabled:hover span.mce_wp_more,
       
   743 .wp_themeSkin .mceButtonActive span.mce_wp_more {background-position:-200px 0}
       
   744 
       
   745 /* Default icons */
       
   746 .wp_themeSkin span.mce_cleanup {background-position:-380px -20px}
       
   747 .wp_themeSkin span.mce_anchor {background-position:-200px 0}
       
   748 .wp_themeSkin span.mce_sub {background-position:-600px 0}
       
   749 .wp_themeSkin span.mce_sup {background-position:-620px 0}
       
   750 .wp_themeSkin span.mce_newdocument {background-position:-520px 0}
       
   751 .wp_themeSkin span.mce_image {background-position:-380px 0}
       
   752 .wp_themeSkin span.mce_code {background-position:-260px 0}
       
   753 .wp_themeSkin span.mce_hr {background-position:-360px 0}
       
   754 .wp_themeSkin span.mce_visualaid {background-position:-660px 0}
       
   755 .wp_themeSkin span.mce_paste {background-position:-560px 0}
       
   756 .wp_themeSkin span.mce_copy {background-position:-700px 0}
       
   757 .wp_themeSkin span.mce_cut {background-position:-680px 0}
       
   758 .wp_themeSkin .mce_backcolor span.mceAction {background-position:-760px 0}
       
   759 .wp_themeSkin .mce_backcolorpicker {background-position:-760px 0}
       
   760 
       
   761 /* Plugins */
       
   762 .wp_themeSkin span.mce_advhr {background-position:-0px -20px}
       
   763 .wp_themeSkin span.mce_ltr {background-position:-20px -20px}
       
   764 .wp_themeSkin span.mce_rtl {background-position:-40px -20px}
       
   765 .wp_themeSkin span.mce_emotions {background-position:-60px -20px}
       
   766 .wp_themeSkin span.mce_fullpage {background-position:-80px -20px}
       
   767 .wp_themeSkin span.mce_iespell {background-position:-120px -20px}
       
   768 .wp_themeSkin span.mce_insertdate {background-position:-140px -20px}
       
   769 .wp_themeSkin span.mce_inserttime {background-position:-160px -20px}
       
   770 .wp_themeSkin span.mce_absolute {background-position:-180px -20px}
       
   771 .wp_themeSkin span.mce_backward {background-position:-200px -20px}
       
   772 .wp_themeSkin span.mce_forward {background-position:-220px -20px}
       
   773 .wp_themeSkin span.mce_insert_layer {background-position:-240px -20px}
       
   774 .wp_themeSkin span.mce_insertlayer {background-position:-260px -20px}
       
   775 .wp_themeSkin span.mce_movebackward {background-position:-280px -20px}
       
   776 .wp_themeSkin span.mce_moveforward {background-position:-300px -20px}
       
   777 .wp_themeSkin span.mce_nonbreaking {background-position:-340px -20px}
       
   778 .wp_themeSkin span.mce_selectall {background-position:-400px -20px}
       
   779 .wp_themeSkin span.mce_preview {background-position:-420px -20px}
       
   780 .wp_themeSkin span.mce_print {background-position:-440px -20px}
       
   781 .wp_themeSkin span.mce_cancel {background-position:-460px -20px}
       
   782 .wp_themeSkin span.mce_save {background-position:-480px -20px}
       
   783 .wp_themeSkin span.mce_replace {background-position:-500px -20px}
       
   784 .wp_themeSkin span.mce_search {background-position:-520px -20px}
       
   785 .wp_themeSkin span.mce_styleprops {background-position:-560px -20px}
       
   786 .wp_themeSkin span.mce_table {background-position:-580px -20px}
       
   787 .wp_themeSkin span.mce_cell_props {background-position:-600px -20px}
       
   788 .wp_themeSkin span.mce_delete_table {background-position:-620px -20px}
       
   789 .wp_themeSkin span.mce_delete_col {background-position:-640px -20px}
       
   790 .wp_themeSkin span.mce_delete_row {background-position:-660px -20px}
       
   791 .wp_themeSkin span.mce_col_after {background-position:-680px -20px}
       
   792 .wp_themeSkin span.mce_col_before {background-position:-700px -20px}
       
   793 .wp_themeSkin span.mce_row_after {background-position:-720px -20px}
       
   794 .wp_themeSkin span.mce_row_before {background-position:-740px -20px}
       
   795 .wp_themeSkin span.mce_merge_cells {background-position:-760px -20px}
       
   796 .wp_themeSkin span.mce_table_props {background-position:-980px -20px}
       
   797 .wp_themeSkin span.mce_row_props {background-position:-780px -20px}
       
   798 .wp_themeSkin span.mce_split_cells {background-position:-800px -20px}
       
   799 .wp_themeSkin span.mce_template {background-position:-820px -20px}
       
   800 .wp_themeSkin span.mce_visualchars {background-position:-840px -20px}
       
   801 .wp_themeSkin span.mce_abbr {background-position:-860px -20px}
       
   802 .wp_themeSkin span.mce_acronym {background-position:-880px -20px}
       
   803 .wp_themeSkin span.mce_attribs {background-position:-900px -20px}
       
   804 .wp_themeSkin span.mce_cite {background-position:-920px -20px}
       
   805 .wp_themeSkin span.mce_del {background-position:-940px -20px}
       
   806 .wp_themeSkin span.mce_ins {background-position:-960px -20px}
       
   807 .wp_themeSkin span.mce_pagebreak {background-position:0 -40px}
       
   808 .wp_themeSkin span.mce_restoredraft {background-position:-20px -40px}
       
   809 .wp_themeSkin span.mce_visualblocks {background-position: -40px -40px}
       
   810 
       
   811 /* border */
       
   812 .wp_themeSkin .mceExternalToolbar,
       
   813 .wp_themeSkin .mceButton,
       
   814 .wp_themeSkin a.mceButtonEnabled:hover,
       
   815 .wp_themeSkin a.mceButtonActive,
       
   816 .wp_themeSkin a.mceButtonSelected,
       
   817 .wp_themeSkin .mceListBox .mceText,
       
   818 .wp_themeSkin .mceListBox .mceOpen,
       
   819 .wp_themeSkin select.mceListBox,
       
   820 .wp_themeSkin .mceSplitButton a.mceAction,
       
   821 .wp_themeSkin .mceSplitButton a.mceOpen,
       
   822 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
       
   823 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
       
   824 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
       
   825 .wp_themeSkin .mceSplitButton a.mceAction:hover,
       
   826 .wp_themeSkin div.mceColorSplitMenu table,
       
   827 .wp_themeSkin .mceColorSplitMenu a,
       
   828 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors,
       
   829 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover,
       
   830 .wp_themeSkin a.mceMoreColors:hover,
       
   831 .wp_themeSkin .mceMenu {
       
   832 	border-style: solid;
       
   833 	border-width: 1px;
       
   834 }
       
   835 .wp_themeSkin .mceListBox .mceText {
       
   836 	border-right: 0 none;
       
   837 }
       
   838 .wp_themeSkin iframe {
       
   839 	background: transparent;
       
   840 }
       
   841 
       
   842 .wp_themeSkin .mceButton {
       
   843 	border-color: transparent;
       
   844 }
       
   845 
       
   846 .wp_themeSkin .mceListBox .mceText,
       
   847 .wp_themeSkin .mceListBox .mceOpen {
       
   848 	border-color: transparent;
       
   849 }
       
   850 
       
   851 .wp_themeSkin a.mceButtonEnabled:hover,
       
   852 .wp_themeSkin table.mceSplitButton:hover {
       
   853 	border-color: #bbb;
       
   854 	background: #eee;
       
   855 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#fff));
       
   856 	background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff);
       
   857 	background-image:    -moz-linear-gradient(bottom, #e5e5e5, #fff);
       
   858 	background-image:      -o-linear-gradient(bottom, #e5e5e5, #fff);
       
   859 	background-image: linear-gradient(to top, #e5e5e5, #fff);
       
   860 }
       
   861 
       
   862 .wp_themeSkin a.mceButton:active,
       
   863 .wp_themeSkin a.mceButtonEnabled:active,
       
   864 .wp_themeSkin a.mceButtonSelected:active,
       
   865 .wp_themeSkin a.mceButtonActive,
       
   866 .wp_themeSkin a.mceButtonActive:active,
       
   867 .wp_themeSkin a.mceButtonActive:hover,
       
   868 .wp_themeSkin .mceSplitButtonSelected table,
       
   869 .wp_themeSkin .mceSplitButtonSelected table:hover {
       
   870 	outline: none;
       
   871 	border-color: #999 #ccc #ccc #999;
       
   872 	background: #eee;
       
   873 	background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#e3e3e3));
       
   874 	background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e3e3e3);
       
   875 	background-image:    -moz-linear-gradient(bottom, #f6f6f6, #e3e3e3);
       
   876 	background-image:      -o-linear-gradient(bottom, #f6f6f6, #e3e3e3);
       
   877 	background-image: linear-gradient(to top, #f6f6f6, #e3e3e3);
       
   878 }
       
   879 
       
   880 .wp_themeSkin .mceSplitButtonSelected table a.mceOpen,
       
   881 .wp_themeSkin .mceSplitButtonSelected table a.mceAction {
       
   882 	border-color: #999 #ccc #ccc #999;
       
   883 }
       
   884 
       
   885 .wp_themeSkin .mceButtonDisabled {
       
   886 	border-color: transparent;
       
   887 }
       
   888 
       
   889 .wp_themeSkin .mceListBox .mceOpen {
       
   890 	border-left: 0;
       
   891 }
       
   892 
       
   893 .wp_themeSkin .mceListBoxEnabled:hover,
       
   894 .wp_themeSkin .mceListBoxEnabled:active,
       
   895 .wp_themeSkin .mceListBoxHover,
       
   896 .wp_themeSkin .mceListBoxHover:active,
       
   897 .wp_themeSkin .mceListBoxSelected {
       
   898 	-webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .3);
       
   899 	box-shadow:         inset 0 1px 1px -1px rgba(0, 0, 0, .3);
       
   900 	border-color: #bbb;
       
   901 }
       
   902 
       
   903 /* SplitButton */
       
   904 .wp_themeSkin .mceSplitButton .mceLast span.mceOpen .mceIconOnly {
       
   905 	display: block;
       
   906 }
       
   907 
       
   908 .wp_themeSkin .mceSplitButton a.mceAction,
       
   909 .wp_themeSkin .mceSplitButton a.mceOpen {
       
   910 	border-color: transparent;
       
   911 }
       
   912 
       
   913 .wp_themeSkin .mceSplitButton:hover a {
       
   914 	border-color: #bbb;
       
   915 }
       
   916 
       
   917 .wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
       
   918 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
       
   919 .wp_themeSkin .mceSplitButtonActive a.mceOpen,
       
   920 .wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
       
   921 	background-image: url("../images/down_arrow.gif");
       
   922 	background-position: 1px 2px;
       
   923 	background-repeat: no-repeat;
       
   924 	border-left: 0;
       
   925 }
       
   926 
       
   927 .wp_themeSkin .mceSplitButtonActive td {
       
   928 	-webkit-border-radius: 3px;
       
   929 	border-radius: 3px;
       
   930 }
       
   931 
       
   932 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
       
   933 	border-color: #0A246A;
       
   934 	background-color: #B6BDD2;
       
   935 }
       
   936 
       
   937 .wp_themeSkin a.mceMoreColors:hover {
       
   938 	border-color: #0A246A;
       
   939 }
       
   940 
       
   941 .wp_themeSkin .mceMenuItemDisabled .mceText {
       
   942 	color: #888;
       
   943 }
       
   944 
       
   945 #mceModalBlocker {
       
   946 	background: #000;
       
   947 }
       
   948 
       
   949 /* WP specific */
       
   950 .wp-editor-wrap {
   898 .wp-editor-wrap {
   951 	position: relative;
   899 	position: relative;
   952 }
   900 }
   953 
   901 
       
   902 .wp-editor-tools {
       
   903 	position: relative;
       
   904 	z-index: 1;
       
   905 }
       
   906 
       
   907 .wp-editor-tools:after {
       
   908 	clear: both;
       
   909 	content: '';
       
   910 	display: table;
       
   911 }
       
   912 
       
   913 .wp-editor-container {
       
   914 	clear: both;
       
   915 }
       
   916 
   954 .wp-editor-area {
   917 .wp-editor-area {
   955 	font-family: Consolas, Monaco, monospace;
   918 	font-family: Consolas, Monaco, monospace;
       
   919 	font-size: 13px;
   956 	padding: 10px;
   920 	padding: 10px;
   957 	margin: 1px 0 0;
   921 	margin: 1px 0 0;
   958 	line-height: 150%;
   922 	line-height: 150%;
   959 	border: 0 none;
   923 	border: 0 none;
   960 	outline: none;
   924 	outline: none;
   961 	display: block;
   925 	display: block;
   962 	resize: vertical;
   926 	resize: vertical;
       
   927 	-webkit-box-sizing: border-box;
   963 	-moz-box-sizing: border-box;
   928 	-moz-box-sizing: border-box;
   964 	-webkit-box-sizing: border-box;
       
   965 	box-sizing: border-box;
   929 	box-sizing: border-box;
   966 }
   930 }
   967 
   931 
   968 .wp-editor-tools {
   932 .rtl .wp-editor-area {
   969 	height: 30px;
   933 	font-family: Tahoma, Monaco, monospace;
   970 	padding: 0 10px 0 0;
   934 }
   971 }
   935 
   972 
   936 .locale-he-il .wp-editor-area {
   973 .rtl .wp-editor-tools {
   937 	font-family: Arial, Monaco, monospace;
   974 	padding: 0 0 0 10px;
       
   975 }
       
   976 
       
   977 .wp-editor-container {
       
   978 	border-width: 1px;
       
   979 	border-style: solid;
       
   980 	-webkit-border-top-right-radius: 3px;
       
   981 	-webkit-border-top-left-radius: 3px;
       
   982 	border-top-right-radius: 3px;
       
   983 	border-top-left-radius: 3px;
       
   984 	border-color: #ccc #ccc #dfdfdf;
       
   985 }
   938 }
   986 
   939 
   987 .wp-editor-container textarea.wp-editor-area {
   940 .wp-editor-container textarea.wp-editor-area {
   988 	width: 100%;
   941 	width: 100%;
   989 	margin: 0;
   942 	margin: 0;
   990 	-webkit-box-shadow: none;
   943 	-webkit-box-shadow: none;
   991 	box-shadow: none;
   944 	box-shadow: none;
   992 }
   945 }
   993 
   946 
   994 .quicktags-toolbar,
   947 .wp-editor-tabs {
   995 .wp_themeSkin tr.mceFirst td.mceToolbar {
   948 	float: right;
   996 	border-bottom: 1px solid #d1d1d1;
       
   997 	background: #eee;
       
   998 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4));
       
   999 	background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4);
       
  1000 	background-image:    -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4);
       
  1001 	background-image:      -o-linear-gradient(bottom, #e5e5e5, #f4f4f4);
       
  1002 	background-image: linear-gradient(to top, #e5e5e5, #f4f4f4);
       
  1003 }
   949 }
  1004 
   950 
  1005 .wp-switch-editor {
   951 .wp-switch-editor {
  1006 	height: 18px;
   952 	float: left;
  1007 	font: 13px/18px Arial,Helvetica,sans-serif normal;
   953 	-webkit-box-sizing: content-box;
  1008 	margin: 5px 5px 0 0;
   954 	-moz-box-sizing: content-box;
  1009 	padding: 4px 5px 2px;
   955 	box-sizing: content-box;
  1010 	float: right;
   956 	position: relative;
       
   957 	top: 1px;
       
   958 	background: #ebebeb;
       
   959 	color: #777;
  1011 	cursor: pointer;
   960 	cursor: pointer;
  1012 	border-width: 1px;
   961 	font: 13px/19px "Open Sans", sans-serif;
  1013 	border-style: solid;
   962 	height: 20px;
  1014 	-webkit-border-top-right-radius: 3px;
   963 	margin: 5px 0 0 5px;
  1015 	-webkit-border-top-left-radius: 3px;
   964 	padding: 3px 8px 4px;
  1016 	border-top-right-radius: 3px;
   965 	border: 1px solid #e5e5e5;
  1017 	border-top-left-radius: 3px;
   966 }
  1018 	background-color: #f1f1f1;
   967 
  1019 	border-color: #dfdfdf #dfdfdf #ccc;
   968 .wp-switch-editor:focus {
  1020 	color: #999;
   969 	-webkit-box-shadow:
  1021 }
   970 		0 0 0 1px #5b9dd9,
  1022 
   971 		0 0 2px 1px rgba(30, 140, 190, .8);
  1023 html[dir="rtl"] .wp-switch-editor {
   972 	box-shadow:
  1024 	float: left;
   973 		0 0 0 1px #5b9dd9,
       
   974 		0 0 2px 1px rgba(30, 140, 190, .8);
       
   975 	outline: none;
       
   976 	color: #23282d;
       
   977 }
       
   978 
       
   979 .wp-switch-editor:active,
       
   980 .html-active .switch-html:focus,
       
   981 .tmce-active .switch-tmce:focus {
       
   982 	-webkit-box-shadow: none;
       
   983 	box-shadow: none;
  1025 }
   984 }
  1026 
   985 
  1027 .wp-switch-editor:active {
   986 .wp-switch-editor:active {
  1028 	background-color: #f1f1f1;
   987 	background-color: #f5f5f5;
  1029 }
   988 	-webkit-box-shadow: none;
  1030 
   989 	box-shadow: none;
  1031 .wp-switch-editor:hover {
       
  1032 	text-decoration: none !important;
       
  1033 }
   990 }
  1034 
   991 
  1035 .js .tmce-active .wp-editor-area {
   992 .js .tmce-active .wp-editor-area {
  1036 	color: white;
   993 	color: white;
  1037 }
   994 }
  1040 	 display: none;
   997 	 display: none;
  1041 }
   998 }
  1042 
   999 
  1043 .tmce-active .switch-tmce,
  1000 .tmce-active .switch-tmce,
  1044 .html-active .switch-html {
  1001 .html-active .switch-html {
  1045 	border-color: #ccc #ccc #f4f4f4;
  1002 	background: #f5f5f5;
  1046 	background-color: #f4f4f4;
       
  1047 	color: #555;
  1003 	color: #555;
       
  1004 	border-bottom-color: #f5f5f5;
       
  1005 }
       
  1006 
       
  1007 .wp-media-buttons {
       
  1008 	float: left;
  1048 }
  1009 }
  1049 
  1010 
  1050 .wp-media-buttons .button {
  1011 .wp-media-buttons .button {
  1051 	margin-right: 5px;
  1012 	margin-right: 5px;
  1052 }
  1013 	margin-bottom: 4px;
  1053 
  1014 	padding-left: 7px;
  1054 .rtl .wp-media-buttons .button {
  1015 	padding-right: 7px;
  1055 	margin-right: 0;
  1016 }
  1056 	margin-left: 5px;
  1017 
       
  1018 .wp-media-buttons .button:active {
       
  1019 	position: relative;
       
  1020 	top: 1px;
       
  1021 	margin-top: -1px;
       
  1022 	margin-bottom: 1px;
  1057 }
  1023 }
  1058 
  1024 
  1059 .wp-media-buttons .insert-media {
  1025 .wp-media-buttons .insert-media {
  1060 	padding-left: 0.4em;
  1026 	padding-left: 5px;
  1061 }
       
  1062 
       
  1063 .rtl .wp-media-buttons .insert-media {
       
  1064 	padding-left: 10px;
       
  1065 	padding-right: 0.4em;
       
  1066 }
  1027 }
  1067 
  1028 
  1068 .wp-media-buttons a {
  1029 .wp-media-buttons a {
  1069 	text-decoration: none;
  1030 	text-decoration: none;
  1070 	color: #464646;
  1031 	color: #464646;
  1076 	vertical-align: middle;
  1037 	vertical-align: middle;
  1077 }
  1038 }
  1078 
  1039 
  1079 .wp-media-buttons span.wp-media-buttons-icon {
  1040 .wp-media-buttons span.wp-media-buttons-icon {
  1080 	display: inline-block;
  1041 	display: inline-block;
  1081 	width: 16px;
  1042 	width: 18px;
  1082 	height: 16px;
  1043 	height: 18px;
  1083 	vertical-align: text-top;
  1044 	vertical-align: text-top;
  1084 	margin: 0 2px;
  1045 	margin: 0 2px;
  1085 }
  1046 }
  1086 
  1047 
  1087 .wp-media-buttons .add_media span.wp-media-buttons-icon {
  1048 .wp-media-buttons .add_media span.wp-media-buttons-icon {
  1088 	background: url('../../wp-admin/images/media-button.png') no-repeat top left;
  1049 	background: none;
  1089 }
  1050 }
  1090 
  1051 
       
  1052 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
       
  1053 	font: normal 18px/1 'dashicons';
       
  1054 	speak: none;
       
  1055 	-webkit-font-smoothing: antialiased;
       
  1056 	-moz-osx-font-smoothing: grayscale;
       
  1057 }
       
  1058 
       
  1059 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
       
  1060 	content: '\f104';
       
  1061 }
       
  1062 
       
  1063 /* Quicktags */
  1091 .quicktags-toolbar {
  1064 .quicktags-toolbar {
  1092 	border-bottom-style: solid;
  1065 	padding: 3px;
  1093 	border-bottom-width: 1px;
  1066 	position: relative;
  1094 	-webkit-border-top-right-radius: 3px;
  1067 	border-bottom: 1px solid #dedede;
  1095 	-webkit-border-top-left-radius: 3px;
  1068 	background: #f5f5f5;
  1096 	border-top-right-radius: 3px;
  1069 }
  1097 	border-top-left-radius: 3px;
  1070 
  1098 	padding: 2px 8px 0;
  1071 .has-dfw .quicktags-toolbar {
  1099 	min-height: 29px;
  1072 	padding-right: 35px;
  1100 }
  1073 }
  1101 
  1074 
  1102 .quicktags-toolbar > div {
  1075 .wp-core-ui .quicktags-toolbar input.button.button-small {
  1103 	padding: 2px 4px 0;
  1076 	margin: 2px;
  1104 }
       
  1105 
       
  1106 .quicktags-toolbar input {
       
  1107 	margin: 2px 1px 4px;
       
  1108 	line-height: 18px;
       
  1109 	display: inline-block;
       
  1110 	min-width: 26px;
       
  1111 	padding: 2px 4px;
       
  1112 	font: 12px/18px Arial, Helvetica, sans-serif normal;
       
  1113 	color: #464646;
       
  1114 	border: 1px solid #c3c3c3;
       
  1115 	-webkit-border-radius: 3px;
       
  1116 	border-radius: 3px;
       
  1117 	background: #eee;
       
  1118 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));
       
  1119 	background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
       
  1120 	background-image:    -moz-linear-gradient(bottom, #e3e3e3, #fff);
       
  1121 	background-image:      -o-linear-gradient(bottom, #e3e3e3, #fff);
       
  1122 	background-image: linear-gradient(to top, #e3e3e3, #fff);
       
  1123 }
       
  1124 
       
  1125 .quicktags-toolbar input:hover {
       
  1126 	border-color: #aaa;
       
  1127 	background: #ddd;
       
  1128 }
  1077 }
  1129 
  1078 
  1130 .quicktags-toolbar input[value="link"] {
  1079 .quicktags-toolbar input[value="link"] {
  1131 	text-decoration: underline;
  1080 	text-decoration: underline;
  1132 }
  1081 }
  1139 	font-style: italic;
  1088 	font-style: italic;
  1140 }
  1089 }
  1141 
  1090 
  1142 .quicktags-toolbar input[value="b"] {
  1091 .quicktags-toolbar input[value="b"] {
  1143 	font-weight: bold;
  1092 	font-weight: bold;
       
  1093 }
       
  1094 
       
  1095 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
       
  1096 .qt-dfw {
       
  1097 	position: absolute;
       
  1098 	top: 0;
       
  1099 	right: 0;
       
  1100 	margin: 5px 5px 0 0;
       
  1101 }
       
  1102 
       
  1103 .qt-fullscreen {
       
  1104 	position: static;
       
  1105 	margin: 2px;
       
  1106 }
       
  1107 
       
  1108 @media screen and ( max-width: 782px ) {
       
  1109 	.mce-toolbar .mce-btn button,
       
  1110 	.qt-dfw {
       
  1111 		padding: 6px 7px;
       
  1112 	}
       
  1113 
       
  1114 	#wp-fullscreen-buttons .mce-btn,
       
  1115 	.mce-toolbar .mce-btn-group .mce-btn {
       
  1116 		margin: 1px;
       
  1117 	}
       
  1118 
       
  1119 	.qt-dfw {
       
  1120 		width: 36px;
       
  1121 		height: 34px;
       
  1122 	}
       
  1123 
       
  1124 	.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
       
  1125 		margin: 4px 4px 0 0;
       
  1126 	}
       
  1127 
       
  1128 	.mce-toolbar .mce-colorbutton .mce-preview {
       
  1129 		left: 8px;
       
  1130 		bottom: 6px;
       
  1131 	}
       
  1132 
       
  1133 	.mce-window .mce-btn {
       
  1134 		padding: 2px 0;
       
  1135 	}
       
  1136 
       
  1137 	.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
       
  1138 	.has-dfw .quicktags-toolbar {
       
  1139 		padding-right: 40px;
       
  1140 	}
       
  1141 }
       
  1142 
       
  1143 @media screen and ( min-width: 782px ) {
       
  1144 	.wp-core-ui .quicktags-toolbar input.button.button-small {
       
  1145 		/* .button-small is normaly 11px, but a bit too small for these buttons. */
       
  1146 		font-size: 12px;
       
  1147 		height: 26px;
       
  1148 		line-height: 24px;
       
  1149 	}
  1144 }
  1150 }
  1145 
  1151 
  1146 #wp_editbtns,
  1152 #wp_editbtns,
  1147 #wp_gallerybtns {
  1153 #wp_gallerybtns {
  1148 	padding: 2px;
  1154 	padding: 2px;
  1149 	position: absolute;
  1155 	position: absolute;
  1150 	display: none;
  1156 	display: none;
  1151 	z-index: 155000;
  1157 	z-index: 100020;
  1152 }
  1158 }
  1153 
  1159 
  1154 #wp_editimgbtn,
  1160 #wp_editimgbtn,
  1155 #wp_delimgbtn,
  1161 #wp_delimgbtn,
  1156 #wp_editgallery,
  1162 #wp_editgallery,
  1175 
  1181 
  1176 /*------------------------------------------------------------------------------
  1182 /*------------------------------------------------------------------------------
  1177  wp-link
  1183  wp-link
  1178 ------------------------------------------------------------------------------*/
  1184 ------------------------------------------------------------------------------*/
  1179 
  1185 
       
  1186 #wp-link-wrap {
       
  1187 	display: none;
       
  1188 	background-color: #fff;
       
  1189 	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
       
  1190 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
       
  1191 	width: 500px;
       
  1192 	overflow: hidden;
       
  1193 	margin-left: -250px;
       
  1194 	margin-top: -125px;
       
  1195 	position: fixed;
       
  1196 	top: 50%;
       
  1197 	left: 50%;
       
  1198 	z-index: 100105;
       
  1199 	-webkit-transition: height 0.2s, margin-top 0.2s;
       
  1200 	transition: height 0.2s, margin-top 0.2s;
       
  1201 }
       
  1202 
       
  1203 #wp-link-backdrop {
       
  1204 	display: none;
       
  1205 	position: fixed;
       
  1206 	top: 0;
       
  1207 	left: 0;
       
  1208 	right: 0;
       
  1209 	bottom: 0;
       
  1210 	min-height: 360px;
       
  1211 	background: #000;
       
  1212 	opacity: 0.7;
       
  1213 	filter: alpha(opacity=70);
       
  1214 	z-index: 100100;
       
  1215 }
       
  1216 
  1180 #wp-link {
  1217 #wp-link {
  1181 	background-color: #F5F5F5;
  1218 	position: relative;
  1182 	line-height: 1.4em;
  1219 	height: 100%;
  1183 	font-size: 12px;
  1220 }
       
  1221 
       
  1222 #wp-link-wrap.search-panel-visible {
       
  1223 	height: 500px;
       
  1224 	margin-top: -250px;
       
  1225 }
       
  1226 
       
  1227 #wp-link-wrap .wp-link-text-field {
       
  1228 	display: none;
       
  1229 }
       
  1230 
       
  1231 #wp-link-wrap.has-text-field .wp-link-text-field {
       
  1232 	display: block;
       
  1233 }
       
  1234 
       
  1235 #link-modal-title {
       
  1236 	background: #fcfcfc;
       
  1237 	border-bottom: 1px solid #dfdfdf;
       
  1238 	height: 36px;
       
  1239 	font-size: 18px;
       
  1240 	font-weight: 600;
       
  1241 	line-height: 36px;
       
  1242 	padding: 0 36px 0 16px;
       
  1243 	top: 0;
       
  1244 	right: 0;
       
  1245 	left: 0;
       
  1246 }
       
  1247 
       
  1248 #wp-link-close {
       
  1249 	color: #666;
       
  1250 	padding: 0;
       
  1251 	position: absolute;
       
  1252 	top: 0;
       
  1253 	right: 0;
       
  1254 	width: 36px;
       
  1255 	height: 36px;
       
  1256 	text-align: center;
       
  1257 	background: none;
       
  1258 	border: none;
       
  1259 	cursor: pointer;
       
  1260 }
       
  1261 
       
  1262 #wp-link-close:before {
       
  1263 	font: normal 20px/36px 'dashicons';
       
  1264 	vertical-align: top;
       
  1265 	speak: none;
       
  1266 	-webkit-font-smoothing: antialiased;
       
  1267 	-moz-osx-font-smoothing: grayscale;
       
  1268 	width: 36px;
       
  1269 	height: 36px;
       
  1270 	content: '\f158';
       
  1271 }
       
  1272 
       
  1273 #wp-link-close:hover,
       
  1274 #wp-link-close:focus {
       
  1275 	color: #00a0d2;
       
  1276 }
       
  1277 
       
  1278 #wp-link-close:focus {
       
  1279 	outline: none;
       
  1280 	-webkit-box-shadow:
       
  1281 		0 0 0 1px #5b9dd9,
       
  1282 		0 0 2px 1px rgba(30, 140, 190, .8);
       
  1283 	box-shadow:
       
  1284 		0 0 0 1px #5b9dd9,
       
  1285 		0 0 2px 1px rgba(30, 140, 190, .8);
       
  1286 }
       
  1287 
       
  1288 #link-selector {
       
  1289 	padding: 0 16px 50px;
       
  1290 }
       
  1291 
       
  1292 #wp-link-wrap.search-panel-visible #link-selector {
       
  1293 	-webkit-overflow-scrolling: touch;
       
  1294 	padding: 0 16px;
       
  1295 	position: absolute;
       
  1296 	top: 36px;
       
  1297 	left: 0;
       
  1298 	right: 0;
       
  1299 	bottom: 44px;
  1184 }
  1300 }
  1185 
  1301 
  1186 #wp-link ol,
  1302 #wp-link ol,
  1187 #wp-link ul {
  1303 #wp-link ul {
  1188 	list-style: none;
  1304 	list-style: none;
  1189 	margin: 0;
  1305 	margin: 0;
  1190 	padding: 0;
  1306 	padding: 0;
  1191 }
  1307 }
  1192 
  1308 
       
  1309 #wp-link-search-toggle:after {
       
  1310 	display: inline-block;
       
  1311 	font: normal 20px/1 'dashicons';
       
  1312 	vertical-align: top;
       
  1313 	speak: none;
       
  1314 	-webkit-font-smoothing: antialiased;
       
  1315 	-moz-osx-font-smoothing: grayscale;
       
  1316 	content: '\f140';
       
  1317 }
       
  1318 
       
  1319 .search-panel-visible #wp-link-search-toggle:after {
       
  1320 	content: '\f142';
       
  1321 }
       
  1322 
  1193 #wp-link input[type="text"] {
  1323 #wp-link input[type="text"] {
  1194 	-webkit-box-sizing: border-box;
  1324 	-webkit-box-sizing: border-box;
  1195 }
  1325 	-moz-box-sizing: border-box;
  1196 
  1326 	box-sizing: border-box;
  1197 #wp-link input[type="text"],
       
  1198 #wp-link textarea {
       
  1199 	border-width: 1px;
       
  1200 	border-style: solid;
       
  1201 	-webkit-border-radius: 4px;
       
  1202 	border-radius: 4px;
       
  1203 	font-size: 12px;
       
  1204 	margin: 1px;
       
  1205 	padding: 3px;
       
  1206 }
  1327 }
  1207 
  1328 
  1208 #wp-link #link-options {
  1329 #wp-link #link-options {
  1209 	padding: 10px 0 14px;
  1330 	padding: 8px 0 12px;
  1210 	border-bottom: 1px solid #dfdfdf;
       
  1211 	margin: 0 6px 14px;
       
  1212 }
  1331 }
  1213 
  1332 
  1214 #wp-link p.howto {
  1333 #wp-link p.howto {
  1215 	margin: 3px;
  1334 	margin: 3px 0;
  1216 }
  1335 }
  1217 
  1336 
  1218 #wp-link #internal-toggle {
  1337 #wp-link p.howto a {
  1219 	display: inline-block;
  1338 	text-decoration: none;
       
  1339 	color: inherit;
       
  1340 }
       
  1341 
       
  1342 #wp-link-search-toggle {
  1220 	cursor: pointer;
  1343 	cursor: pointer;
  1221 	padding-left: 18px;
       
  1222 }
       
  1223 
       
  1224 #wp-link .toggle-arrow {
       
  1225 	background: transparent url( '../images/toggle-arrow.png' ) top left no-repeat;
       
  1226 	height: 23px;
       
  1227 	line-height: 23px;
       
  1228 }
       
  1229 
       
  1230 #wp-link .toggle-arrow-active {
       
  1231 	background-position: center left;
       
  1232 }
  1344 }
  1233 
  1345 
  1234 #wp-link label input[type="text"] {
  1346 #wp-link label input[type="text"] {
  1235 	width: 360px;
       
  1236 	margin-top: 5px;
  1347 	margin-top: 5px;
       
  1348 	width: 70%;
  1237 }
  1349 }
  1238 
  1350 
  1239 #wp-link #link-options label span,
  1351 #wp-link #link-options label span,
  1240 #wp-link #search-panel label span.search-label {
  1352 #wp-link #search-panel label span.search-label {
  1241 	display: inline-block;
  1353 	display: inline-block;
  1242 	width: 80px;
  1354 	width: 80px;
  1243 	text-align: right;
  1355 	text-align: right;
  1244 	padding-right: 5px;
  1356 	padding-right: 5px;
       
  1357 	max-width: 24%;
  1245 }
  1358 }
  1246 
  1359 
  1247 #wp-link .link-search-field {
  1360 #wp-link .link-search-field {
  1248 	float: left;
  1361 	float: left;
  1249 	width: 220px;
  1362 	width: 250px;
       
  1363 	max-width: 70%;
  1250 }
  1364 }
  1251 
  1365 
  1252 #wp-link .link-search-wrapper {
  1366 #wp-link .link-search-wrapper {
  1253 	margin: 5px 6px 9px;
  1367 	margin: 5px 0 9px;
  1254 	display: block;
  1368 	display: block;
  1255 	overflow: hidden;
  1369 	overflow: hidden;
  1256 }
  1370 }
  1257 
  1371 
  1258 #wp-link .link-search-wrapper span {
  1372 #wp-link .link-search-wrapper span {
  1259 	float: left;
  1373 	float: left;
  1260 	margin-top: 4px;
  1374 	margin-top: 4px;
  1261 }
  1375 }
  1262 
  1376 
  1263 #wp-link .link-search-wrapper .spinner {
  1377 #wp-link .link-search-wrapper .spinner {
  1264 	display: none;
  1378 	margin-top: 5px;
  1265 	vertical-align: text-bottom;
       
  1266 }
  1379 }
  1267 
  1380 
  1268 #wp-link .link-target {
  1381 #wp-link .link-target {
  1269 	width: auto;
       
  1270 	padding: 3px 0 0;
  1382 	padding: 3px 0 0;
  1271 	margin: 0 0 0 87px;
  1383 	white-space: nowrap;
  1272 	font-size: 11px;
  1384 	overflow: hidden;
       
  1385 	text-overflow: ellipsis;
       
  1386 }
       
  1387 
       
  1388 #wp-link .link-target label {
       
  1389 	max-width: 70%;
  1273 }
  1390 }
  1274 
  1391 
  1275 #wp-link .query-results {
  1392 #wp-link .query-results {
  1276 	border: 1px #dfdfdf solid;
  1393 	border: 1px #dfdfdf solid;
  1277 	margin: 0 5px 5px;
  1394 	margin: 0;
  1278 	background: #fff;
  1395 	background: #fff;
  1279 	height: 185px;
       
  1280 	overflow: auto;
  1396 	overflow: auto;
  1281 	position: relative;
  1397 	position: absolute;
  1282 }
  1398 	left: 16px;
  1283 
  1399 	right: 16px;
  1284 #wp-link li,
  1400 	bottom: 16px;
  1285 #wp-link .query-notice {
  1401 	top: 172px;
       
  1402 }
       
  1403 
       
  1404 .has-text-field #wp-link .query-results {
       
  1405 	top: 205px;
       
  1406 }
       
  1407 
       
  1408 #wp-link li {
  1286 	clear: both;
  1409 	clear: both;
  1287 	margin-bottom: 0;
  1410 	margin-bottom: 0;
  1288 	border-bottom: 1px solid #f1f1f1;
  1411 	border-bottom: 1px solid #f1f1f1;
  1289 	color: #333;
  1412 	color: #32373c;
  1290 	padding: 4px 6px;
  1413 	padding: 4px 6px 4px 10px;
  1291 	cursor: pointer;
  1414 	cursor: pointer;
  1292 	position: relative;
  1415 	position: relative;
       
  1416 }
       
  1417 
       
  1418 #wp-link .query-notice {
       
  1419 	padding: 0;
       
  1420 	border-bottom: 1px solid #dfdfdf;
       
  1421 	background-color: #f7fcfe;
       
  1422 	color: #000;
       
  1423 }
       
  1424 
       
  1425 #wp-link .query-notice .query-notice-default,
       
  1426 #wp-link .query-notice .query-notice-hint {
       
  1427 	display: block;
       
  1428 	padding: 6px;
       
  1429 	border-left: 4px solid #00a0d2;
       
  1430 }
       
  1431 
       
  1432 #wp-link .unselectable.no-matches-found {
       
  1433 	padding: 0;
       
  1434 	border-bottom: 1px solid #dfdfdf;
       
  1435 	background-color: #fef7f1;
       
  1436 }
       
  1437 
       
  1438 #wp-link .no-matches-found .item-title {
       
  1439 	display: block;
       
  1440 	padding: 6px;
       
  1441 	border-left: 4px solid #d54e21;
       
  1442 }
       
  1443 
       
  1444 #wp-link .query-results em {
       
  1445 	font-style: normal;
  1293 }
  1446 }
  1294 
  1447 
  1295 #wp-link li:hover {
  1448 #wp-link li:hover {
  1296 	background: #eaf2fa;
  1449 	background: #eaf2fa;
  1297 	color: #151515;
  1450 	color: #151515;
  1302 }
  1455 }
  1303 
  1456 
  1304 #wp-link li.unselectable:hover {
  1457 #wp-link li.unselectable:hover {
  1305 	background: #fff;
  1458 	background: #fff;
  1306 	cursor: auto;
  1459 	cursor: auto;
  1307 	color: #333;
  1460 	color: #32373c;
  1308 }
  1461 }
  1309 
  1462 
  1310 #wp-link li.selected {
  1463 #wp-link li.selected {
  1311 	background: #ddd;
  1464 	background: #ddd;
  1312 	color: #333;
  1465 	color: #32373c;
  1313 }
  1466 }
  1314 
  1467 
  1315 #wp-link li.selected .item-title {
  1468 #wp-link li.selected .item-title {
  1316 	font-weight: bold;
  1469 	font-weight: bold;
       
  1470 }
       
  1471 
       
  1472 #wp-link li:last-child {
       
  1473 	border: none;
  1317 }
  1474 }
  1318 
  1475 
  1319 #wp-link .item-title {
  1476 #wp-link .item-title {
  1320 	display: inline-block;
  1477 	display: inline-block;
  1321 	width: 80%;
  1478 	width: 80%;
       
  1479 	width: -webkit-calc(100% - 68px);
       
  1480 	width: calc(100% - 68px);
       
  1481 	word-wrap: break-word;
  1322 }
  1482 }
  1323 
  1483 
  1324 #wp-link .item-info {
  1484 #wp-link .item-info {
  1325 	text-transform: uppercase;
  1485 	text-transform: uppercase;
  1326 	color: #666;
  1486 	color: #666;
  1327 	font-size: 11px;
  1487 	font-size: 11px;
  1328 	position: absolute;
  1488 	position: absolute;
  1329 	right: 5px;
  1489 	right: 5px;
  1330 	top: 4px;
  1490 	top: 5px;
  1331 	bottom: 0;
  1491 }
  1332 }
  1492 
  1333 
  1493 #wp-link #search-results,
  1334 #wp-link #search-results {
  1494 #wp-link #search-panel {
  1335 	display: none;
  1495 	display: none;
  1336 }
  1496 }
  1337 
  1497 
  1338 #wp-link #search-panel {
  1498 #wp-link-wrap.search-panel-visible #search-panel {
  1339 	float: left;
  1499 	display: block;
  1340 	width: 100%;
       
  1341 }
  1500 }
  1342 
  1501 
  1343 #wp-link .river-waiting {
  1502 #wp-link .river-waiting {
  1344 	display: none;
  1503 	display: none;
  1345 	padding: 10px 0;
  1504 	padding: 10px 0;
  1346 }
  1505 }
  1347 
  1506 
  1348 #wp-link .river-waiting .spinner {
       
  1349 	margin: 0 auto;
       
  1350 	display: block;
       
  1351 }
       
  1352 
       
  1353 #wp-link .submitbox {
  1507 #wp-link .submitbox {
  1354 	padding: 5px 10px;
  1508 	padding: 8px 16px;
  1355 	font-size: 11px;
  1509 	background: #fcfcfc;
  1356 	overflow: auto;
  1510 	border-top: 1px solid #dfdfdf;
  1357 	height: 29px;
  1511 	position: absolute;
       
  1512 	bottom: 0;
       
  1513 	left: 0;
       
  1514 	right: 0;
  1358 }
  1515 }
  1359 
  1516 
  1360 #wp-link-cancel {
  1517 #wp-link-cancel {
  1361 	line-height: 25px;
  1518 	line-height: 25px;
  1362 	float: left;
  1519 	float: left;
  1365 #wp-link-update {
  1522 #wp-link-update {
  1366 	line-height: 23px;
  1523 	line-height: 23px;
  1367 	float: right;
  1524 	float: right;
  1368 }
  1525 }
  1369 
  1526 
  1370 /*!
  1527 #wp-link-submit {
  1371  * jQuery UI CSS Framework 1.10.1
       
  1372  * http://jqueryui.com
       
  1373  *
       
  1374  * Copyright 2013 jQuery Foundation and other contributors
       
  1375  * Released under the MIT license.
       
  1376  * http://jquery.org/license
       
  1377  *
       
  1378  * http://docs.jquery.com/UI/Theming/API
       
  1379  */
       
  1380 
       
  1381 /* Layout helpers
       
  1382 ----------------------------------*/
       
  1383 .ui-helper-hidden {
       
  1384 	display: none;
       
  1385 }
       
  1386 .ui-helper-hidden-accessible {
       
  1387 	border: 0;
       
  1388 	clip: rect(0 0 0 0);
       
  1389 	height: 1px;
       
  1390 	margin: -1px;
       
  1391 	overflow: hidden;
       
  1392 	padding: 0;
       
  1393 	position: absolute;
       
  1394 	width: 1px;
       
  1395 }
       
  1396 .ui-helper-reset {
       
  1397 	margin: 0;
       
  1398 	padding: 0;
       
  1399 	border: 0;
       
  1400 	outline: 0;
       
  1401 	line-height: 1.3;
       
  1402 	text-decoration: none;
       
  1403 	font-size: 100%;
       
  1404 	list-style: none;
       
  1405 }
       
  1406 .ui-helper-clearfix:before,
       
  1407 .ui-helper-clearfix:after {
       
  1408 	content: "";
       
  1409 	display: table;
       
  1410 	border-collapse: collapse;
       
  1411 }
       
  1412 .ui-helper-clearfix:after {
       
  1413 	clear: both;
       
  1414 }
       
  1415 .ui-helper-clearfix {
       
  1416 	min-height: 0; /* support: IE7 */
       
  1417 }
       
  1418 .ui-helper-zfix {
       
  1419 	width: 100%;
       
  1420 	height: 100%;
       
  1421 	top: 0;
       
  1422 	left: 0;
       
  1423 	position: absolute;
       
  1424 	opacity: 0;
       
  1425 	filter:Alpha(Opacity=0);
       
  1426 }
       
  1427 
       
  1428 .ui-front {
       
  1429 	z-index: 100;
       
  1430 }
       
  1431 
       
  1432 
       
  1433 /* Interaction Cues
       
  1434 ----------------------------------*/
       
  1435 .ui-state-disabled {
       
  1436 	cursor: default !important;
       
  1437 }
       
  1438 
       
  1439 
       
  1440 /* Icons
       
  1441 ----------------------------------*/
       
  1442 
       
  1443 /* states and images */
       
  1444 .ui-icon {
       
  1445 	display: block;
       
  1446 	text-indent: -99999px;
       
  1447 	overflow: hidden;
       
  1448 	background-repeat: no-repeat;
       
  1449 }
       
  1450 
       
  1451 
       
  1452 /* Misc visuals
       
  1453 ----------------------------------*/
       
  1454 
       
  1455 /* Overlays */
       
  1456 .ui-widget-overlay {
       
  1457 	position: fixed;
       
  1458 	top: 0;
       
  1459 	left: 0;
       
  1460 	width: 100%;
       
  1461 	height: 100%;
       
  1462 }
       
  1463 
       
  1464 
       
  1465 /*!
       
  1466  * jQuery UI Resizable 1.10.1
       
  1467  * http://jqueryui.com
       
  1468  *
       
  1469  * Copyright 2013 jQuery Foundation and other contributors
       
  1470  * Released under the MIT license.
       
  1471  * http://jquery.org/license
       
  1472  *
       
  1473  * http://docs.jquery.com/UI/Resizable#theming
       
  1474  */
       
  1475 .ui-resizable {
       
  1476 	position: relative;
       
  1477 }
       
  1478 .ui-resizable-handle {
       
  1479 	position: absolute;
       
  1480 	font-size: 0.1px;
       
  1481 	display: block;
       
  1482 }
       
  1483 .ui-resizable-disabled .ui-resizable-handle,
       
  1484 .ui-resizable-autohide .ui-resizable-handle {
       
  1485 	display: none;
       
  1486 }
       
  1487 .ui-resizable-n {
       
  1488 	cursor: n-resize;
       
  1489 	height: 7px;
       
  1490 	width: 100%;
       
  1491 	top: -5px;
       
  1492 	left: 0;
       
  1493 }
       
  1494 .ui-resizable-s {
       
  1495 	cursor: s-resize;
       
  1496 	height: 7px;
       
  1497 	width: 100%;
       
  1498 	bottom: -5px;
       
  1499 	left: 0;
       
  1500 }
       
  1501 .ui-resizable-e {
       
  1502 	cursor: e-resize;
       
  1503 	width: 7px;
       
  1504 	right: -5px;
       
  1505 	top: 0;
       
  1506 	height: 100%;
       
  1507 }
       
  1508 .ui-resizable-w {
       
  1509 	cursor: w-resize;
       
  1510 	width: 7px;
       
  1511 	left: -5px;
       
  1512 	top: 0;
       
  1513 	height: 100%;
       
  1514 }
       
  1515 .ui-resizable-se {
       
  1516 	cursor: se-resize;
       
  1517 	width: 12px;
       
  1518 	height: 12px;
       
  1519 	right: 1px;
       
  1520 	bottom: 1px;
       
  1521 }
       
  1522 .ui-resizable-sw {
       
  1523 	cursor: sw-resize;
       
  1524 	width: 9px;
       
  1525 	height: 9px;
       
  1526 	left: -5px;
       
  1527 	bottom: -5px;
       
  1528 }
       
  1529 .ui-resizable-nw {
       
  1530 	cursor: nw-resize;
       
  1531 	width: 9px;
       
  1532 	height: 9px;
       
  1533 	left: -5px;
       
  1534 	top: -5px;
       
  1535 }
       
  1536 .ui-resizable-ne {
       
  1537 	cursor: ne-resize;
       
  1538 	width: 9px;
       
  1539 	height: 9px;
       
  1540 	right: -5px;
       
  1541 	top: -5px;
       
  1542 }
       
  1543 
       
  1544 /*!
       
  1545  * jQuery UI Dialog 1.10.1
       
  1546  * http://jqueryui.com
       
  1547  *
       
  1548  * Copyright 2013 jQuery Foundation and other contributors
       
  1549  * Released under the MIT license.
       
  1550  * http://jquery.org/license
       
  1551  *
       
  1552  * http://docs.jquery.com/UI/Dialog#theming
       
  1553  */
       
  1554 .ui-dialog {
       
  1555 	position: absolute;
       
  1556 	top: 0;
       
  1557 	left: 0;
       
  1558 	padding: .2em;
       
  1559 	outline: 0;
       
  1560 }
       
  1561 .ui-dialog .ui-dialog-titlebar {
       
  1562 	padding: .4em 1em;
       
  1563 	position: relative;
       
  1564 }
       
  1565 .ui-dialog .ui-dialog-title {
       
  1566 	float: left;
       
  1567 	margin: .1em 0;
       
  1568 	white-space: nowrap;
       
  1569 	width: 90%;
       
  1570 	overflow: hidden;
       
  1571 	text-overflow: ellipsis;
       
  1572 }
       
  1573 .ui-dialog .ui-dialog-titlebar-close {
       
  1574 	position: absolute;
       
  1575 	right: .3em;
       
  1576 	top: 50%;
       
  1577 	width: 21px;
       
  1578 	margin: -10px 0 0 0;
       
  1579 	padding: 1px;
       
  1580 	height: 20px;
       
  1581 }
       
  1582 .ui-dialog .ui-dialog-content {
       
  1583 	position: relative;
       
  1584 	border: 0;
       
  1585 	padding: .5em 1em;
       
  1586 	background: none;
       
  1587 	overflow: auto;
       
  1588 }
       
  1589 .ui-dialog .ui-dialog-buttonpane {
       
  1590 	text-align: left;
       
  1591 	border-width: 1px 0 0 0;
       
  1592 	background-image: none;
       
  1593 	margin-top: .5em;
       
  1594 	padding: .3em 1em .5em .4em;
       
  1595 }
       
  1596 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
       
  1597 	float: right;
  1528 	float: right;
  1598 }
  1529 	margin-bottom: 0;
  1599 .ui-dialog .ui-dialog-buttonpane button {
  1530 }
  1600 	margin: .5em .4em .5em 0;
  1531 
  1601 	cursor: pointer;
  1532 @media screen and ( max-width: 782px ) {
  1602 }
  1533 	#wp-link-wrap {
  1603 .ui-dialog .ui-resizable-se {
  1534 		margin-top: -140px;
  1604 	width: 12px;
  1535 	}
  1605 	height: 12px;
  1536 
  1606 	right: -5px;
  1537 	#wp-link-wrap.search-panel-visible .query-results {
  1607 	bottom: -5px;
  1538 		top: 195px;
  1608 	background-position: 16px 16px;
  1539 	}
  1609 }
  1540 
  1610 .ui-draggable .ui-dialog-titlebar {
  1541 	#wp-link-wrap.search-panel-visible.has-text-field .query-results {
  1611 	cursor: move;
  1542 		top: 235px;
  1612 }
  1543 	}
  1613 
  1544 
  1614 /* WP jQuery Dialog Theme */
  1545 	#link-selector {
  1615 .wp-dialog {
  1546 		padding: 0 16px 60px;
  1616 	padding: 0;
  1547 	}
  1617 	z-index: 300002;
  1548 
  1618 	border: 1px solid #999;
  1549 	#wp-link-wrap.search-panel-visible #link-selector {
  1619 	-webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
  1550 		bottom: 52px;
  1620 	box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
  1551 	}
  1621 	background-color: #f5f5f5;
  1552 
  1622 	-webkit-border-top-left-radius: 4px;
  1553 	#wp-link-cancel {
  1623 	border-top-left-radius: 4px;
  1554 		line-height: 32px;
  1624 	-webkit-border-top-right-radius: 4px;
  1555 	}
  1625 	border-top-right-radius: 4px;
  1556 }
  1626 }
  1557 
  1627 
  1558 @media screen and ( max-width: 520px ) {
  1628 .wp-dialog .ui-dialog-title {
  1559 	#wp-link-wrap {
  1629 	display: block;
  1560 		width: auto;
  1630 	text-align: center;
  1561 		margin-left: 0;
  1631 	padding: 1px 0 2px;
  1562 		left: 10px;
  1632 }
  1563 		right: 10px;
  1633 
  1564 		max-width: 500px;
  1634 .wp-dialog .ui-dialog-titlebar {
  1565 	}
  1635 	padding: 0 1em;
  1566 }
  1636 	background-color: #444;
  1567 
  1637 	font-weight: bold;
  1568 @media screen and ( max-height: 520px ) {
  1638 	font-size: 11px;
  1569 	#wp-link-wrap {
  1639 	line-height: 18px;
  1570 		-webkit-transition: none;
       
  1571 		transition: none;
       
  1572 	}
       
  1573 
       
  1574 	#wp-link-wrap.search-panel-visible {
       
  1575 		height: auto;
       
  1576 		margin-top: 0;
       
  1577 		top: 10px;
       
  1578 		bottom: 10px;
       
  1579 	}
       
  1580 
       
  1581 	.search-panel-visible #link-selector {
       
  1582 		overflow: auto;
       
  1583 	}
       
  1584 
       
  1585 	.search-panel-visible #search-panel .query-results {
       
  1586 		position: static;
       
  1587 	}
       
  1588 }
       
  1589 
       
  1590 @media screen and ( max-height: 290px ) {
       
  1591 	#wp-link-wrap {
       
  1592 		height: auto;
       
  1593 		margin-top: 0;
       
  1594 		top: 10px;
       
  1595 		bottom: 10px;
       
  1596 	}
       
  1597 
       
  1598 	#link-selector {
       
  1599 		overflow: auto;
       
  1600 		height: -webkit-calc(100% - 92px);
       
  1601 		height: calc(100% - 92px);
       
  1602 		padding-bottom: 2px;
       
  1603 	}
       
  1604 
       
  1605 	#search-panel .query-results {
       
  1606 		position: static;
       
  1607 	}
       
  1608 }
       
  1609 
       
  1610 /* Old TinyMCE 3.x modal */
       
  1611 /*
       
  1612 .clearlooks2 .mceTop {
       
  1613 	border-bottom: 1px solid #ccc;
       
  1614 }
       
  1615 
       
  1616 .clearlooks2 .mceTop span {
       
  1617 	font: 13px/24px "Open Sans", sans-serif;
  1640 	color: #e5e5e5;
  1618 	color: #e5e5e5;
  1641 	-webkit-border-top-left-radius: 3px;
  1619 }
  1642 	border-top-left-radius: 3px;
  1620 
  1643 	-webkit-border-top-right-radius: 3px;
  1621 .clearlooks2 .mceTop .mceLeft {
  1644 	border-top-right-radius: 3px;
       
  1645 }
       
  1646 
       
  1647 .wp-dialog .ui-dialog-content {
       
  1648 	padding: 0;
       
  1649 }
       
  1650 
       
  1651 .wp-dialog .ui-dialog-titlebar-close {
       
  1652 	cursor: pointer;
       
  1653 	-webkit-appearance: none;
       
  1654 	border: 0;
       
  1655 	width: 29px;
       
  1656 	height: 16px;
       
  1657 	top: 13px;
       
  1658 	right: 6px;
       
  1659 	background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
       
  1660 }
       
  1661 
       
  1662 .wp-dialog .ui-dialog-titlebar-close .ui-button-text {
       
  1663 	display: none;
       
  1664 }
       
  1665 
       
  1666 .wp-dialog .ui-dialog-titlebar-close:hover,
       
  1667 .wp-dialog .ui-dialog-titlebar-close:focus {
       
  1668 	background-position: -87px -32px;
       
  1669 }
       
  1670 
       
  1671 .ui-widget-overlay {
       
  1672 	z-index: 300001;
       
  1673 	background-color: #000;
       
  1674 	opacity: 0.6;
       
  1675 	filter: alpha(opacity=60);
       
  1676 }
       
  1677 
       
  1678 .rtl .wp-dialog .ui-dialog-titlebar-close {
       
  1679 	right: auto;
       
  1680 	left: 6px;
       
  1681 }
       
  1682 
       
  1683 /*
       
  1684 RTL
       
  1685 */
       
  1686 .rtl #wp-link #internal-toggle {
       
  1687 	padding-right: 18px;
       
  1688 	padding-left: 0;
       
  1689 }
       
  1690 
       
  1691 .rtl #wp-link #link-options label span,
       
  1692 .rtl #wp-link #search-panel label span.search-label {
       
  1693 	text-align: left;
       
  1694 	padding-right: 0;
       
  1695 	padding-left: 5px;
       
  1696 }
       
  1697 
       
  1698 .rtl #wp-link #link-options label #url-field {
       
  1699 	direction: ltr;
       
  1700 }
       
  1701 
       
  1702 .rtl #wp-link .link-search-field,
       
  1703 .rtl #wp-link .link-search-wrapper span {
       
  1704 	float: right;
       
  1705 }
       
  1706 
       
  1707 .rtl #wp-link .link-target {
       
  1708 	margin-right: 87px;
       
  1709 	margin-left: 0;
       
  1710 }
       
  1711 
       
  1712 .rtl #wp-link .item-info {
       
  1713 	left: 5px;
       
  1714 	right: auto;
       
  1715 	top: 4px;
       
  1716 	bottom: 0;
       
  1717 }
       
  1718 
       
  1719 .rtl #wp-link #search-panel {
       
  1720 	float: right;
       
  1721 }
       
  1722 
       
  1723 .rtl #wp-link-cancel {
       
  1724 	float: right;
       
  1725 }
       
  1726 
       
  1727 .rtl #wp-link-update {
       
  1728 	float: left;
       
  1729 }
       
  1730 
       
  1731 .rtl #wp-link .toggle-arrow {
       
  1732 	background-position: top right;
       
  1733 }
       
  1734 
       
  1735 .rtl #wp-link .toggle-arrow-active {
       
  1736 	background-position: center right;
       
  1737 }
       
  1738 
       
  1739 .rtl .wp_themeSkin .mceListBox .mceText {
       
  1740 	text-align: right;
       
  1741 }
       
  1742 
       
  1743 .rtl .wp_themeSkin .mceNoIcons a .mceText {
       
  1744 	padding-right: 10px;
       
  1745 	padding-left: 25px;
       
  1746 }
       
  1747 
       
  1748 .rtl .mceListBoxMenu.mceNoIcons {
       
  1749 	direction: rtl;
       
  1750 }
       
  1751 
       
  1752 .clearlooks2 .mceFocus .mceTop .mceLeft {
       
  1753 	background: #444444;
  1622 	background: #444444;
  1754 	border-left: 1px solid #999;
  1623 	border-color: transparent;
  1755 	border-top: 1px solid #999;
  1624 }
  1756 	-webkit-border-top-left-radius: 3px;
  1625 
  1757 	border-top-left-radius: 3px;
  1626 .clearlooks2 .mceTop .mceRight {
  1758 }
       
  1759 
       
  1760 .clearlooks2 .mceFocus .mceTop .mceRight {
       
  1761 	background: #444444;
  1627 	background: #444444;
  1762 	border-right: 1px solid #999;
  1628 	border-color: transparent;
  1763 	border-top: 1px solid #999;
  1629 }
  1764 	-webkit-border-top-right-radius: 3px;
  1630 
  1765 	border-top-right-radius: 3px;
  1631 .clearlooks2 .mceMiddle {
       
  1632 	clip: rect(24px auto auto auto);
  1766 }
  1633 }
  1767 
  1634 
  1768 .clearlooks2 .mceMiddle .mceLeft {
  1635 .clearlooks2 .mceMiddle .mceLeft {
  1769 	background: #f1f1f1;
  1636 	background: #f1f1f1;
  1770 	border-left: 1px solid #999;
  1637 	border-color: transparent;
  1771 }
  1638 }
  1772 
  1639 
  1773 .clearlooks2 .mceMiddle .mceRight {
  1640 .clearlooks2 .mceMiddle .mceRight {
  1774 	background: #f1f1f1;
  1641 	background: #f1f1f1;
  1775 	border-right: 1px solid #999;
  1642 	border-color: transparent;
  1776 }
  1643 }
  1777 
  1644 
  1778 .clearlooks2 .mceBottom {
  1645 .clearlooks2 .mceBottom {
  1779 	background: #f1f1f1;
  1646 	background: #f1f1f1;
  1780 	border-bottom: 1px solid #999;
  1647 	border-color: transparent;
  1781 }
  1648 }
  1782 
  1649 
  1783 .clearlooks2 .mceBottom .mceLeft {
  1650 .clearlooks2 .mceBottom .mceLeft {
  1784 	background: #f1f1f1;
  1651 	background: #f1f1f1;
  1785 	border-bottom: 1px solid #999;
  1652 	border-color: transparent;
  1786 	border-left: 1px solid #999;
       
  1787 }
  1653 }
  1788 
  1654 
  1789 .clearlooks2 .mceBottom .mceCenter {
  1655 .clearlooks2 .mceBottom .mceCenter {
  1790 	background: #f1f1f1;
  1656 	background: #f1f1f1;
  1791 	border-bottom: 1px solid #999;
  1657 	border-color: transparent;
  1792 }
  1658 }
  1793 
  1659 
  1794 .clearlooks2 .mceBottom .mceRight {
  1660 .clearlooks2 .mceBottom .mceRight {
  1795 	background: #f1f1f1;
  1661 	background: #f1f1f1;
  1796 	border-bottom: 1px solid #999;
  1662 	border-color: transparent;
  1797 	border-right: 1px solid #999;
  1663 }
  1798 }
  1664 
  1799 
  1665 .clearlooks2 .mceClose,
       
  1666 .clearlooks2 .mceFocus .mceClose,
       
  1667 .clearlooks2 .mceFocus .mceClose:hover {
       
  1668 	background-image: none;
       
  1669 }
       
  1670 .clearlooks2 .mceClose:before {
       
  1671 	content: '\f158';
       
  1672 	font: normal 20px/1 'dashicons';
       
  1673 	speak: none;
       
  1674 	-webkit-font-smoothing: antialiased;
       
  1675 	-moz-osx-font-smoothing: grayscale;
       
  1676 	color: #999;
       
  1677 	padding-left: 12px;
       
  1678 }
       
  1679 
       
  1680 /* from colors.css
       
  1681 .clearlooks2 {
       
  1682 	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
       
  1683 }
       
  1684 
       
  1685 .clearlooks2 .mceMiddle span,
       
  1686 .clearlooks2 .mceMiddle .mceLeft,
       
  1687 .clearlooks2 .mceMiddle .mceRight,
       
  1688 .clearlooks2 .mceBottom,
       
  1689 .clearlooks2 .mceBottom .mceLeft,
       
  1690 .clearlooks2 .mceBottom .mceCenter,
       
  1691 .clearlooks2 .mceBottom .mceRight {
       
  1692 	background-color: #fcfcfc;
       
  1693 }
       
  1694 
       
  1695 .clearlooks2 .mceTop span,
  1800 .clearlooks2 .mceFocus .mceTop span {
  1696 .clearlooks2 .mceFocus .mceTop span {
  1801 	color: #e5e5e5;
  1697 	color: #23282d;
  1802 }
  1698 }
  1803 
  1699 
  1804 
  1700 .clearlooks2 .mceClose:before {
  1805 /* Distraction Free Writing mode
  1701 	color: #999;
       
  1702 }
       
  1703 
       
  1704 .clearlooks2 .mceClose:hover:before {
       
  1705 	color: #00a0d2;
       
  1706 }
       
  1707 */
       
  1708 /* Distraction-Free Writing mode
  1806  * =Overlay Styles
  1709  * =Overlay Styles
  1807 -------------------------------------------------------------- */
  1710 -------------------------------------------------------------- */
  1808 .fullscreen-overlay {
  1711 .fullscreen-overlay {
  1809 	z-index: 149999;
  1712 	z-index: 100005;
  1810 	display: none;
  1713 	display: none;
  1811 	position: fixed;
  1714 	position: fixed;
  1812 	top: 0;
  1715 	top: 0;
  1813 	bottom: 0;
  1716 	bottom: 0;
  1814 	left: 0;
  1717 	left: 0;
  1815 	right: 0;
  1718 	right: 0;
       
  1719 	-webkit-filter: inherit;
  1816 	filter: inherit;
  1720 	filter: inherit;
  1817 }
  1721 }
  1818 
  1722 
  1819 .fullscreen-active .fullscreen-overlay,
  1723 .wp-fullscreen-active .fullscreen-overlay,
  1820 .fullscreen-active #wp-fullscreen-body {
  1724 .wp-fullscreen-active #wp-fullscreen-body {
  1821 	display: block;
  1725 	display: block;
  1822 }
  1726 }
  1823 
  1727 
  1824 .fullscreen-fader {
  1728 .fullscreen-fader {
  1825 	z-index: 200000;
  1729 	z-index: 200000;
  1826 }
  1730 }
  1827 
  1731 
  1828 .fullscreen-active .fullscreen-fader {
  1732 .wp-fullscreen-active .fullscreen-fader,
       
  1733 .wp-core-ui.wp-fullscreen-active .postbox-container {
  1829 	display: none;
  1734 	display: none;
  1830 }
  1735 }
  1831 
  1736 
  1832 /* =Overlay Body
  1737 /* =Overlay Body
  1833 -------------------------------------------------------------- */
  1738 -------------------------------------------------------------- */
       
  1739 
       
  1740 #wp-fullscreen-body,
       
  1741 .mce-fullscreen {
       
  1742 	z-index: 100010;
       
  1743 }
       
  1744 
  1834 #wp-fullscreen-body {
  1745 #wp-fullscreen-body {
  1835 	width: 100%;
       
  1836 	z-index: 150005;
       
  1837 	display: none;
  1746 	display: none;
       
  1747 }
       
  1748 
       
  1749 .wp-fullscreen-wrap {
       
  1750 	margin: 0;
       
  1751 	padding: 0;
  1838 	position: absolute;
  1752 	position: absolute;
  1839 	top: 0;
       
  1840 	left: 0;
  1753 	left: 0;
  1841 	font-size: 12px;
  1754 	right: 0;
  1842 }
  1755 	bottom: 30px;
  1843 
  1756 	top: 60px;
  1844 #wp-fullscreen-wrap {
  1757 	z-index: 100015;
  1845 	margin: 0 auto 50px;
  1758 }
  1846 	position: relative;
  1759 
  1847 	padding-top: 60px;
  1760 .wp-fullscreen-wrap .wp-editor-container,
  1848 }
  1761 .wp-fullscreen-title,
  1849 
  1762 #wp-fullscreen-central-toolbar {
  1850 #wp-fullscreen-title {
  1763 	-webkit-box-sizing: border-box;
  1851 	font-size: 1.7em;
  1764 	-moz-box-sizing: border-box;
  1852 	line-height: 100%;
  1765 	box-sizing: border-box;
  1853 	outline: medium none;
  1766 	max-width: 100%;
  1854 	padding: 6px 7px;
  1767 }
  1855 	width: 100%;
  1768 
  1856 	margin-bottom: 30px;
  1769 .wp-fullscreen-active .wp-editor-tools,
  1857 	-webkit-box-shadow: none;
  1770 .wp-fullscreen-active .quicktags-toolbar,
  1858 	box-shadow: none;
  1771 .wp-fullscreen-active .mce-toolbar-grp,
  1859 }
  1772 .wp-fullscreen-active .mce-statusbar {
  1860 
  1773 	display: none;
  1861 #wp-fullscreen-container {
  1774 }
  1862 	padding: 4px 10px 50px;
  1775 
  1863 }
  1776 #wp-fullscreen-statusbar {
  1864 
  1777 	position: fixed;
  1865 #wp-fullscreen-title,
  1778 	left: 0;
  1866 #wp-fullscreen-container {
  1779 	right: 0;
       
  1780 	bottom: 0;
       
  1781 	height: 30px;
       
  1782 	z-index: 100020;
       
  1783 	background: #fff;
       
  1784 	-webkit-transition: height 0.2s;
       
  1785 	transition: height 0.2s;
       
  1786 }
       
  1787 
       
  1788 #wp-fullscreen-status {
       
  1789 	margin: 0 auto;
       
  1790 	padding: 0;
       
  1791 }
       
  1792 
       
  1793 .wp-fullscreen-active .wp-fullscreen-title,
       
  1794 .wp-fullscreen-active .wp-fullscreen-title:focus,
       
  1795 .wp-fullscreen-active .wp-editor-container {
  1867 	-webkit-border-radius: 0;
  1796 	-webkit-border-radius: 0;
  1868 	border-radius: 0;
  1797 	border-radius: 0;
  1869 	border: 1px dashed transparent;
  1798 	border: 1px dashed transparent;
  1870 	background: transparent;
  1799 	background: transparent;
  1871 	-moz-transition-property: border-color;
       
  1872 	-moz-transition-duration: 0.6s;
       
  1873 	-webkit-transition-property: border-color;
       
  1874 	-webkit-transition-duration: 0.6s;
       
  1875 	-o-transition-property: border-color;
       
  1876 	-o-transition-duration: 0.6s;
       
  1877 	transition-property: border-color;
       
  1878 	transition-duration: 0.6s;
       
  1879 }
       
  1880 
       
  1881 #wp_mce_fullscreen {
       
  1882 	width: 100%;
       
  1883 	min-height: 300px;
       
  1884 	border: 0;
       
  1885 	background: transparent;
       
  1886 	font-family: Consolas, Monaco, monospace;
       
  1887 	line-height: 1.6em;
       
  1888 	padding: 0;
       
  1889 	overflow-y: hidden;
       
  1890 	outline: none;
       
  1891 	resize: none;
       
  1892 	-webkit-box-shadow: none;
  1800 	-webkit-box-shadow: none;
  1893 	box-shadow: none;
  1801 	box-shadow: none;
       
  1802 	-webkit-transition: border-color 0.4s;
       
  1803 	transition: border-color 0.4s;
       
  1804 }
       
  1805 
       
  1806 .wp-fullscreen-active .wp-editor-container {
       
  1807 	margin: 0 auto 40px;
       
  1808 }
       
  1809 
       
  1810 .wp-fullscreen-active .wp-fullscreen-title {
       
  1811 	font-size: 1.7em;
       
  1812 	line-height: 100%;
       
  1813 	outline: medium none;
       
  1814 	padding: 3px 7px;
       
  1815 	margin: 10px auto 30px;
       
  1816 	display: block;
  1894 }
  1817 }
  1895 
  1818 
  1896 #wp-fullscreen-tagline {
  1819 #wp-fullscreen-tagline {
  1897 	color: #BBBBBB;
  1820 	color: #82878c;
  1898 	font-size: 18px;
  1821 	font-size: 18px;
  1899 	float: right;
  1822 	float: right;
  1900 	padding-top: 5px;
  1823 	padding: 4px 0 0;
  1901 }
  1824 }
  1902 
  1825 
  1903 /* =Top bar
  1826 /* =Top bar
  1904 -------------------------------------------------------------- */
  1827 -------------------------------------------------------------- */
  1905 #fullscreen-topbar {
  1828 #fullscreen-topbar {
       
  1829 	background: #f5f5f5;
       
  1830 	border-bottom: 1px solid #dedede;
       
  1831 	height: 45px;
  1906 	position: fixed;
  1832 	position: fixed;
       
  1833 	left: 0;
       
  1834 	right: 0;
  1907 	top: 0;
  1835 	top: 0;
  1908 	left: 0;
       
  1909 	z-index: 150050;
       
  1910 	border-bottom-style: solid;
       
  1911 	border-bottom-width: 1px;
       
  1912 	min-width: 800px;
       
  1913 	width: 100%;
  1836 	width: 100%;
  1914 	height: 40px;
  1837 	z-index: 100020;
       
  1838 	-webkit-transition: opacity 0.4s;
       
  1839 	transition: opacity 0.4s;
  1915 }
  1840 }
  1916 
  1841 
  1917 #wp-fullscreen-toolbar {
  1842 #wp-fullscreen-toolbar {
  1918 	padding: 6px 10px 0;
  1843 	padding: 6px 10px 0;
  1919 	clear: both;
  1844 	clear: both;
  1920 	max-width: 1100px;
  1845 	max-width: 1100px;
  1921 	min-width: 820px;
       
  1922 	margin: 0 auto;
  1846 	margin: 0 auto;
  1923 }
  1847 }
  1924 
  1848 
  1925 #wp-fullscreen-mode-bar,
  1849 #wp-fullscreen-mode-bar,
  1926 #wp-fullscreen-button-bar,
  1850 #wp-fullscreen-button-bar,
  1927 #wp-fullscreen-close,
  1851 #wp-fullscreen-close {
  1928 #wp-fullscreen-count {
       
  1929 	float: left;
  1852 	float: left;
       
  1853 }
       
  1854 
       
  1855 #wp-fullscreen-count,
       
  1856 #wp-fullscreen-tagline {
       
  1857 	display: inline-block;
       
  1858 }
       
  1859 
       
  1860 #wp-fullscreen-button-bar {
       
  1861 	margin-top: 2px;
  1930 }
  1862 }
  1931 
  1863 
  1932 #wp-fullscreen-save {
  1864 #wp-fullscreen-save {
  1933 	float: right;
  1865 	float: right;
  1934 	padding: 2px 2px 0 5px;
  1866 	padding: 2px 0 0;
       
  1867 	min-width: 95px;
  1935 }
  1868 }
  1936 
  1869 
  1937 #wp-fullscreen-count,
  1870 #wp-fullscreen-count,
  1938 #wp-fullscreen-close {
  1871 #wp-fullscreen-close {
  1939 	padding-top: 5px;
  1872 	padding: 5px 0 0;
  1940 }
  1873 }
  1941 
  1874 
  1942 #wp-fullscreen-central-toolbar {
  1875 #wp-fullscreen-central-toolbar {
  1943 	margin: auto;
  1876 	margin: auto;
  1944 	padding: 0;
  1877 	padding: 0;
       
  1878 	min-width: 620px;
  1945 }
  1879 }
  1946 
  1880 
  1947 #wp-fullscreen-buttons > div {
  1881 #wp-fullscreen-buttons > div {
  1948 	float: left;
  1882 	float: left;
  1949 }
  1883 }
  1950 
  1884 
  1951 #wp-fullscreen-mode-bar {
  1885 #wp-fullscreen-mode-bar {
  1952 	padding: 1px 14px 0 0;
  1886 	padding: 3px 14px 0 0;
  1953 }
       
  1954 
       
  1955 #wp-fullscreen-modes a {
       
  1956 	display: block;
       
  1957 	font-size: 11px;
       
  1958 	text-decoration: none;
       
  1959 	float: left;
       
  1960 	margin: 1px 0 0 0;
       
  1961 	padding: 2px 6px 2px;
       
  1962 	border-width: 1px 1px 1px 0;
       
  1963 	border-style: solid;
       
  1964 	border-color: #bbb;
       
  1965 	color: #777;
       
  1966 	text-shadow: 0 1px 0 #fff;
       
  1967 	background-color: #f4f4f4;
       
  1968 	background: #f4f4f4;
       
  1969 	background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9));
       
  1970 	background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9);
       
  1971 	background-image:    -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9);
       
  1972 	background-image:      -o-linear-gradient(bottom, #e4e4e4, #f9f9f9);
       
  1973 	background-image: linear-gradient(to top, #e4e4e4, #f9f9f9);
       
  1974 }
       
  1975 
       
  1976 #wp-fullscreen-modes a:hover,
       
  1977 .wp-html-mode #wp-fullscreen-modes a:last-child,
       
  1978 .wp-tmce-mode #wp-fullscreen-modes a:first-child {
       
  1979 	color: #333;
       
  1980 	border-color: #999;
       
  1981 	background: #eee;
       
  1982 	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
       
  1983 	background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9);
       
  1984 	background-image:    -moz-linear-gradient(top, #e4e4e4, #f9f9f9);
       
  1985 	background-image:      -o-linear-gradient(top, #e4e4e4, #f9f9f9);
       
  1986 	background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9);
       
  1987 }
       
  1988 
       
  1989 #wp-fullscreen-modes a:first-child {
       
  1990 	border-width: 1px;
       
  1991 	-webkit-border-top-left-radius: 3px;
       
  1992 	-webkit-border-bottom-left-radius: 3px;
       
  1993 	border-top-left-radius: 3px;
       
  1994 	border-bottom-left-radius: 3px;
       
  1995 }
       
  1996 
       
  1997 #wp-fullscreen-modes a:last-child {
       
  1998 	-webkit-border-top-right-radius: 3px;
       
  1999 	-webkit-border-bottom-right-radius: 3px;
       
  2000 	border-top-right-radius: 3px;
       
  2001 	border-bottom-right-radius: 3px;
       
  2002 }
       
  2003 
       
  2004 #wp-fullscreen-buttons .active a {
       
  2005 	background: inherit;
       
  2006 }
  1887 }
  2007 
  1888 
  2008 #wp-fullscreen-buttons .hidden {
  1889 #wp-fullscreen-buttons .hidden {
  2009 	display: none;
  1890 	display: none;
  2010 }
  1891 }
  2011 
  1892 
  2012 #wp-fullscreen-buttons .disabled {
  1893 #wp-fullscreen-buttons .disabled {
  2013 	opacity: 0.5;
  1894 	opacity: 0.5;
  2014 }
  1895 }
  2015 
  1896 
       
  1897 #wp-fullscreen-buttons .mce-btn button {
       
  1898     margin: 0;
       
  1899     outline: 0 none;
       
  1900     border: 0 none;
       
  1901     white-space: nowrap;
       
  1902     width: auto;
       
  1903     background: none;
       
  1904 	color: #32373c;
       
  1905     cursor: pointer;
       
  1906     font-size: 18px;
       
  1907     line-height: 20px;
       
  1908     overflow: visible;
       
  1909     text-align: center;
       
  1910     -webkit-box-sizing: border-box;
       
  1911     -moz-box-sizing: border-box;
       
  1912     box-sizing: border-box;
       
  1913 }
       
  1914 
  2016 .wp-html-mode #wp-fullscreen-buttons div {
  1915 .wp-html-mode #wp-fullscreen-buttons div {
  2017 	display: none;
  1916 	display: none;
  2018 }
  1917 }
  2019 
  1918 
  2020 .wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
  1919 .wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
  2021 	display: block;
  1920 	display: block;
  2022 }
  1921 }
  2023 
  1922 
  2024 #fullscreen-topbar.fullscreen-make-sticky {
       
  2025 	display: block !important;
       
  2026 }
       
  2027 
       
  2028 #wp-fullscreen-save img {
  1923 #wp-fullscreen-save img {
  2029 	vertical-align: middle;
  1924 	vertical-align: middle;
  2030 }
  1925 }
  2031 
  1926 
  2032 #wp-fullscreen-save img,
       
  2033 #wp-fullscreen-save span {
  1927 #wp-fullscreen-save span {
  2034 	padding-right: 4px;
       
  2035 	display: none;
  1928 	display: none;
  2036 }
  1929 	margin: 5px 6px 0;
  2037 
  1930 	float: left;
  2038 #wp-fullscreen-buttons #wp_fs_image span.mce_image {
       
  2039 	background-image: url('../../wp-admin/images/media-button.png');
       
  2040 	background-position: 2px 2px;
       
  2041 }
  1931 }
  2042 
  1932 
  2043 /* =Thickbox Adjustments
  1933 /* =Thickbox Adjustments
  2044 -------------------------------------------------------------- */
  1934 -------------------------------------------------------------- */
  2045 .fullscreen-active #TB_overlay {
  1935 .wp-fullscreen-active #TB_overlay {
  2046 	z-index: 150100;
  1936 	z-index: 100050;
  2047 }
  1937 }
  2048 
  1938 
  2049 .fullscreen-active #TB_window {
  1939 .wp-fullscreen-active #TB_window {
  2050 	z-index: 150102;
  1940 	z-index: 100051;
  2051 }
       
  2052 
       
  2053 /* =TinyMCE Adjustments
       
  2054 -------------------------------------------------------------- */
       
  2055 #wp_mce_fullscreen_ifr {
       
  2056 	background: transparent;
       
  2057 }
       
  2058 
       
  2059 #wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst {
       
  2060 	display : none;
       
  2061 }
       
  2062 
       
  2063 #wp-fullscreen-container .wp_themeSkin table td {
       
  2064 	vertical-align: top;
       
  2065 }
  1941 }
  2066 
  1942 
  2067 /* Colors */
  1943 /* Colors */
  2068 .fullscreen-overlay {
  1944 .fullscreen-overlay {
  2069 	background: #fff;
  1945 	background: #fff;
  2070 }
  1946 }
  2071 
  1947 
  2072 .wp-fullscreen-focus #wp-fullscreen-title,
       
  2073 .wp-fullscreen-focus #wp-fullscreen-container {
       
  2074 	border-color: #ccc;
       
  2075 }
       
  2076 
       
  2077 #fullscreen-topbar {
       
  2078 	border-bottom-color: #DFDFDF;
       
  2079 	background: #f1f1f1;
       
  2080 	background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
       
  2081 	background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
       
  2082 	background-image:    -moz-linear-gradient(bottom, #ececec, #f9f9f9);
       
  2083 	background-image:      -o-linear-gradient(bottom, #ececec, #f9f9f9);
       
  2084 	background-image: linear-gradient(to top, #ececec, #f9f9f9);
       
  2085 }
       
  2086 
       
  2087 #mce_fullscreen_container {
       
  2088 	background: #fff;
       
  2089 	/* Fix for the default fullscreen plugin for the media modal */
       
  2090 	z-index: 110000 !important;
       
  2091 }
       
  2092 
       
  2093 /* =CSS 3 transitions
  1948 /* =CSS 3 transitions
  2094 -------------------------------------------------------------- */
  1949 -------------------------------------------------------------- */
       
  1950 
       
  1951 .wp-fullscreen-active #fullscreen-topbar {
       
  1952 	-webkit-transition-duration: 0.8s;
       
  1953 	transition-duration: 0.8s;
       
  1954 	opacity: 0;
       
  1955 	filter: alpha(opacity=0);
       
  1956 }
       
  1957 
       
  1958 .wp-fullscreen-active #wp-fullscreen-statusbar {
       
  1959 	height: 0;
       
  1960 }
       
  1961 
       
  1962 .wp-fullscreen-active.wp-dfw-show-ui #fullscreen-topbar {
       
  1963 	-webkit-transition-duration: 0.4s;
       
  1964 	transition-duration: 0.4s;
       
  1965 	opacity: 1;
       
  1966 	filter: alpha(opacity=100);
       
  1967 }
       
  1968 
       
  1969 .wp-fullscreen-active.wp-dfw-show-ui #wp-fullscreen-statusbar {
       
  1970 	height: 29px;
       
  1971 	background: #f8f8f8;
       
  1972 	border-top: 1px solid #eee;
       
  1973 }
       
  1974 
       
  1975 .wp-fullscreen-active .wp-fullscreen-title,
       
  1976 .wp-fullscreen-active .wp-editor-container {
       
  1977 	-webkit-transition-duration: 0.8s;
       
  1978 	transition-duration: 0.8s;
       
  1979 	border-color: transparent;
       
  1980 }
       
  1981 
       
  1982 .wp-fullscreen-active.wp-dfw-show-ui .wp-fullscreen-title,
       
  1983 .wp-fullscreen-active.wp-dfw-show-ui .wp-editor-container {
       
  1984 	-webkit-transition-duration: 0.4s;
       
  1985 	transition-duration: 0.4s;
       
  1986 	border-color: #ccc;
       
  1987 }
  2095 
  1988 
  2096 .fade-1000,
  1989 .fade-1000,
  2097 .fade-600,
  1990 .fade-600,
  2098 .fade-400,
  1991 .fade-400,
  2099 .fade-300 {
  1992 .fade-300 {
  2100 	opacity: 0;
  1993 	opacity: 0;
  2101 	-moz-transition-property: opacity;
       
  2102 	-webkit-transition-property: opacity;
  1994 	-webkit-transition-property: opacity;
  2103 	-o-transition-property: opacity;
       
  2104 	transition-property: opacity;
  1995 	transition-property: opacity;
  2105 }
  1996 }
  2106 
  1997 
  2107 .fade-1000 {
  1998 .fade-1000 {
  2108 	-moz-transition-duration: 1s;
       
  2109 	-webkit-transition-duration: 1s;
  1999 	-webkit-transition-duration: 1s;
  2110 	-o-transition-duration: 1s;
       
  2111 	transition-duration: 1s;
  2000 	transition-duration: 1s;
  2112 }
  2001 }
  2113 
  2002 
  2114 .fade-600 {
  2003 .fade-600 {
  2115 	-moz-transition-duration: 0.6s;
       
  2116 	-webkit-transition-duration: 0.6s;
  2004 	-webkit-transition-duration: 0.6s;
  2117 	-o-transition-duration: 0.6s;
       
  2118 	transition-duration: 0.6s;
  2005 	transition-duration: 0.6s;
  2119 }
  2006 }
  2120 
  2007 
  2121 .fade-400 {
  2008 .fade-400 {
  2122 	-moz-transition-duration: 0.4s;
       
  2123 	-webkit-transition-duration: 0.4s;
  2009 	-webkit-transition-duration: 0.4s;
  2124 	-o-transition-duration: 0.4s;
       
  2125 	transition-duration: 0.4s;
  2010 	transition-duration: 0.4s;
  2126 }
  2011 }
  2127 
  2012 
  2128 .fade-300 {
  2013 .fade-300 {
  2129 	-moz-transition-duration: 0.3s;
       
  2130 	-webkit-transition-duration: 0.3s;
  2014 	-webkit-transition-duration: 0.3s;
  2131 	-o-transition-duration: 0.3s;
       
  2132 	transition-duration: 0.3s;
  2015 	transition-duration: 0.3s;
  2133 }
  2016 }
  2134 
  2017 
  2135 .fade-trigger {
  2018 .fade-trigger {
  2136 	opacity: 1;
  2019 	opacity: 1;
  2137 }
  2020 }
  2138 
  2021 
  2139 /* Distraction Free Writing - RTL
  2022 /* DFW on touch screen devices */
  2140  * =Overlay Styles
  2023 .wp-dfw-touch #fullscreen-topbar {
       
  2024 	position: absolute;
       
  2025 	opacity: 1;
       
  2026 }
       
  2027 
       
  2028 .wp-dfw-touch .wp-fullscreen-wrap .wp-editor-container,
       
  2029 .wp-dfw-touch .wp-fullscreen-title {
       
  2030 	max-width: 700px;
       
  2031 }
       
  2032 
       
  2033 .wp-fullscreen-active.wp-dfw-touch  .wp-fullscreen-title,
       
  2034 .wp-fullscreen-active.wp-dfw-touch .wp-editor-container {
       
  2035 	border-color: #ccc;
       
  2036 }
       
  2037 
       
  2038 .wp-dfw-touch #wp-fullscreen-statusbar {
       
  2039 	height: 30px;
       
  2040 }
       
  2041 
       
  2042 @media screen and ( max-width: 782px ) {
       
  2043 	#wp-fullscreen-close,
       
  2044 	#wp-fullscreen-central-toolbar,
       
  2045 	#wp-fullscreen-mode-bar,
       
  2046 	#wp-fullscreen-button-bar,
       
  2047 	#wp-fullscreen-save {
       
  2048 		display: inline-block;
       
  2049 	}
       
  2050 
       
  2051 	#fullscreen-topbar {
       
  2052 		height: 85px;
       
  2053 	}
       
  2054 
       
  2055 	#wp-fullscreen-central-toolbar {
       
  2056 		width: auto !important;
       
  2057 		min-width: 0;
       
  2058 	}
       
  2059 
       
  2060 	#wp-fullscreen-close {
       
  2061 		line-height: 30px;
       
  2062 		vertical-align: top;
       
  2063 		padding: 0 12px;
       
  2064 	}
       
  2065 
       
  2066 	#wp-fullscreen-button-bar {
       
  2067 		position: absolute;
       
  2068 		top: 45px;
       
  2069 		left: 0;
       
  2070 	}
       
  2071 
       
  2072 	.wp-fullscreen-wrap {
       
  2073 		top: 95px;
       
  2074 	}
       
  2075 
       
  2076 	#wp-fullscreen-save {
       
  2077 		position: absolute;
       
  2078 		right: 10px;
       
  2079 	}
       
  2080 }
       
  2081 
       
  2082 @media screen and ( max-width: 480px ) {
       
  2083 	#wp_fs_help {
       
  2084 		display: none;
       
  2085 	}
       
  2086 
       
  2087 	.wp-fullscreen-wrap .wp-editor-container,
       
  2088 	.wp-fullscreen-title {
       
  2089 		width: 480px !important;
       
  2090 	}
       
  2091 
       
  2092 	body.wp-fullscreen-active {
       
  2093 		width: 480px;
       
  2094 		overflow: auto;
       
  2095 	}
       
  2096 
       
  2097 	#fullscreen-topbar,
       
  2098 	.wp-fullscreen-wrap {
       
  2099 		width: 480px;
       
  2100 	}
       
  2101 
       
  2102 	#fullscreen-topbar {
       
  2103 		position: absolute;
       
  2104 	}
       
  2105 
       
  2106 	#wp-fullscreen-status {
       
  2107 		width: auto !important;
       
  2108 		max-width: 100%;
       
  2109 		padding: 0 10px;
       
  2110 	}
       
  2111 }
       
  2112 
       
  2113 /* =Localization
  2141 -------------------------------------------------------------- */
  2114 -------------------------------------------------------------- */
  2142 
  2115 .rtl .wp-switch-editor,
  2143 /* No RTL for now, this space intentionally left blank */
  2116 .rtl .quicktags-toolbar input {
  2144 
  2117 	font-family: Tahoma, sans-serif;
  2145 /* =Overlay Body
  2118 }
  2146 -------------------------------------------------------------- */
  2119 
  2147 .rtl #wp-fullscreen-tagline {
  2120 /* rtl:ignore */
  2148 	float: left;
  2121 .mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
  2149 }
  2122 	direction: rtl;
  2150 
  2123 }
  2151 /* =Top bar
  2124 
  2152 -------------------------------------------------------------- */
  2125 /* rtl:ignore */
  2153 .rtl #fullscreen-topbar {
  2126 .mce-rtl .mce-listbox i.mce-caret {
  2154 	left:auto;
  2127 	left: 6px;
  2155 	right: 0;
  2128 }
  2156 }
  2129 
  2157 
  2130 html:lang(he-il) .rtl .wp-switch-editor,
  2158 .rtl #wp-fullscreen-mode-bar,
  2131 html:lang(he-il) .rtl .quicktags-toolbar input  {
  2159 .rtl #wp-fullscreen-button-bar,
  2132  	font-family: Arial, sans-serif;
  2160 .rtl #wp-fullscreen-close,
  2133 }
  2161 .rtl #wp-fullscreen-count {
       
  2162 	float: right;
       
  2163 }
       
  2164 
       
  2165 .rtl #wp-fullscreen-save {
       
  2166 	float: left;
       
  2167 }
       
  2168 
       
  2169 .rtl #wp-fullscreen-save {
       
  2170 	padding: 2px 5px 0 2px;
       
  2171 }
       
  2172 
       
  2173 .rtl #wp-fullscreen-buttons > div {
       
  2174 	float: right;
       
  2175 }
       
  2176 
       
  2177 .rtl #wp-fullscreen-mode-bar {
       
  2178 	padding: 1px 0 0 14px;
       
  2179 }
       
  2180 
       
  2181 .rtl #wp-fullscreen-modes a {
       
  2182 	float: right;
       
  2183 	border-width: 1px 0 1px 1px;
       
  2184 }
       
  2185 
       
  2186 .rtl #wp-fullscreen-modes a:first-child {
       
  2187 	-webkit-border-top-left-radius: 0;
       
  2188 	-webkit-border-top-right-radius: 3px;
       
  2189 	-webkit-border-bottom-left-radius: 0;
       
  2190 	-webkit-border-bottom-right-radius: 3px;
       
  2191 	border-width: 1px;
       
  2192 	border-top-left-radius: 0;
       
  2193 	border-top-right-radius: 3px;
       
  2194 	border-bottom-left-radius: 0;
       
  2195 	border-bottom-right-radius: 3px;
       
  2196 }
       
  2197 
       
  2198 .rtl #wp-fullscreen-modes a:last-child {
       
  2199 	-webkit-border-top-right-radius: 0;
       
  2200 	-webkit-border-top-left-radius: 3px;
       
  2201 	-webkit-border-bottom-right-radius: 0;
       
  2202 	-webkit-border-bottom-left-radius: 3px;
       
  2203 	border-top-right-radius: 0;
       
  2204 	border-top-left-radius: 3px;
       
  2205 	border-bottom-right-radius: 0;
       
  2206 	border-bottom-left-radius: 3px;
       
  2207 }
       
  2208 
       
  2209 .rtl #wp-fullscreen-save img,
       
  2210 .rtl #wp-fullscreen-save span {
       
  2211 	padding-right: 0;
       
  2212 	padding-left: 4px;
       
  2213 }
       
  2214 
       
  2215 /* =Thickbox Adjustments
       
  2216 -------------------------------------------------------------- */
       
  2217 /* No RTL for now, this space intentionally left blank */
       
  2218 
       
  2219 
       
  2220 /* =TinyMCE Adjustments
       
  2221 -------------------------------------------------------------- */
       
  2222 /* No RTL for now, this space intentionally left blank */
       
  2223 
       
  2224 
  2134 
  2225 /* HiDPI */
  2135 /* HiDPI */
  2226 @media print,
  2136 @media print,
  2227   (-o-min-device-pixel-ratio: 5/4),
       
  2228   (-webkit-min-device-pixel-ratio: 1.25),
  2137   (-webkit-min-device-pixel-ratio: 1.25),
  2229   (min-resolution: 120dpi) {
  2138   (min-resolution: 120dpi) {
  2230 	.wp_themeSkin span.mce_undo,
       
  2231 	.wp_themeSkin span.mce_redo,
       
  2232 	.wp_themeSkin span.mce_bullist,
       
  2233 	.wp_themeSkin span.mce_numlist,
       
  2234 	.wp_themeSkin span.mce_blockquote,
       
  2235 	.wp_themeSkin span.mce_charmap,
       
  2236 	.wp_themeSkin span.mce_bold,
       
  2237 	.wp_themeSkin span.mce_italic,
       
  2238 	.wp_themeSkin span.mce_underline,
       
  2239 	.wp_themeSkin span.mce_justifyleft,
       
  2240 	.wp_themeSkin span.mce_justifyright,
       
  2241 	.wp_themeSkin span.mce_justifycenter,
       
  2242 	.wp_themeSkin span.mce_justifyfull,
       
  2243 	.wp_themeSkin span.mce_indent,
       
  2244 	.wp_themeSkin span.mce_outdent,
       
  2245 	.wp_themeSkin span.mce_link,
       
  2246 	.wp_themeSkin span.mce_unlink,
       
  2247 	.wp_themeSkin span.mce_help,
       
  2248 	.wp_themeSkin span.mce_removeformat,
       
  2249 	.wp_themeSkin span.mce_fullscreen,
       
  2250 	.wp_themeSkin span.mce_wp_fullscreen,
       
  2251 	.wp_themeSkin span.mce_media,
       
  2252 	.wp_themeSkin span.mce_pastetext,
       
  2253 	.wp_themeSkin span.mce_pasteword,
       
  2254 	.wp_themeSkin span.mce_wp_help,
       
  2255 	.wp_themeSkin span.mce_wp_adv,
       
  2256 	.wp_themeSkin span.mce_wp_more,
       
  2257 	.wp_themeSkin span.mce_strikethrough,
       
  2258 	.wp_themeSkin span.mce_spellchecker,
       
  2259 	.wp_themeSkin span.mce_forecolor,
       
  2260 	.wp_themeSkin .mce_forecolorpicker,
       
  2261 	.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker,
       
  2262 	.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
       
  2263 	.wp_themeSkin .mceSplitButton span.mce_numlist,
       
  2264 	.wp_themeSkin .mceSplitButton span.mce_bullist {
       
  2265 		background-image: url('../images/wpicons-2x.png?ver=20120720');
       
  2266 		background-size: 560px 40px;
       
  2267 	}
       
  2268 
       
  2269 	.wp-media-buttons .add_media span.wp-media-buttons-icon,
  2139 	.wp-media-buttons .add_media span.wp-media-buttons-icon,
  2270 	#wp-fullscreen-buttons #wp_fs_image span.mce_image {
  2140 	#wp-fullscreen-buttons #wp_fs_image span.mce_image {
  2271 		background-image: url('../../wp-admin/images/media-button-2x.png');
  2141 		background: none;
  2272 		background-size: 16px 16px;
  2142 	}
  2273 	}
  2143 }
  2274 
       
  2275 	.wp_themeSkin .mceListBox .mceOpen,
       
  2276 	.wp_themeSkin .mceListBoxHover .mceOpen,
       
  2277 	.wp_themeSkin .mceListBoxSelected .mceOpen,
       
  2278 	.wp_themeSkin table.mceListBoxEnabled .mceOpen {
       
  2279 		background-image: url('../images/down_arrow-2x.gif');
       
  2280 		background-size: 10px 20px;
       
  2281 	}
       
  2282 
       
  2283 	.wp_themeSkin .mceSplitButtonEnabled a.mceOpen,
       
  2284 	.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
       
  2285 	.wp_themeSkin .mceSplitButtonActive a.mceOpen,
       
  2286 	.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
       
  2287 		background-image: url('../images/down_arrow-2x.gif');
       
  2288 		background-size: 10px 20px;
       
  2289 	}
       
  2290 
       
  2291 	#wp-link .toggle-arrow {
       
  2292 		background: transparent url('../images/toggle-arrow-2x.png') top left no-repeat;
       
  2293 		background-size: 19px 69px;
       
  2294 	}
       
  2295 }