wp/wp-admin/css/edit.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    22 #show-comments {
    22 #show-comments {
    23 	overflow: hidden;
    23 	overflow: hidden;
    24 }
    24 }
    25 
    25 
    26 #save-action .spinner,
    26 #save-action .spinner,
    27 #show-comments a,
    27 #show-comments a {
       
    28 	float: left;
       
    29 }
       
    30 
    28 #show-comments .spinner {
    31 #show-comments .spinner {
    29 	float: left;
    32 	float: none;
       
    33 	margin-top: 0;
    30 }
    34 }
    31 
    35 
    32 #lost-connection-notice .spinner {
    36 #lost-connection-notice .spinner {
    33 	display: block;
    37 	visibility: visible;
    34 	float: left;
    38 	float: left;
    35 	margin: 0 5px 0 0;
    39 	margin: 0 5px 0 0;
    36 }
    40 }
    37 
    41 
    38 #titlediv {
    42 #titlediv {
    62 	margin: 0 0 3px;
    66 	margin: 0 0 3px;
    63 	background-color: #fff;
    67 	background-color: #fff;
    64 }
    68 }
    65 
    69 
    66 #titlediv #title-prompt-text {
    70 #titlediv #title-prompt-text {
    67 	color: #777;
    71 	color: #72777c;
    68 	position: absolute;
    72 	position: absolute;
    69 	font-size: 1.7em;
    73 	font-size: 1.7em;
    70 	padding: 11px 10px;
    74 	padding: 11px 10px;
    71 }
       
    72 
       
    73 #wp-fullscreen-save .fs-saved {
       
    74 	color: #999;
       
    75 	float: right;
       
    76 	margin-top: 4px;
       
    77 }
       
    78 
       
    79 #poststuff .inside-submitbox,
       
    80 #side-sortables .inside-submitbox {
       
    81 	margin: 0 3px;
       
    82 	font-size: 11px;
       
    83 }
    75 }
    84 
    76 
    85 input#link_description,
    77 input#link_description,
    86 input#link_url {
    78 input#link_url {
    87 	width: 98%;
    79 	width: 98%;
    93 	padding: 0;
    85 	padding: 0;
    94 	font-size: 11px;
    86 	font-size: 11px;
    95 	margin-top: -1px;
    87 	margin-top: -1px;
    96 }
    88 }
    97 
    89 
    98 #edit-slug-box {
    90 #edit-slug-box,
       
    91 #comment-link-box {
    99 	line-height: 24px;
    92 	line-height: 24px;
   100 	min-height: 25px; /* Yes, line-height + 1 */
    93 	min-height: 25px; /* Yes, line-height + 1 */
   101 	margin-top: 5px;
    94 	margin-top: 5px;
   102 	padding: 0 10px;
    95 	padding: 0 10px;
   103 	color: #666;
    96 	color: #666;
   104 }
    97 }
   105 
    98 
   106 #edit-slug-box .cancel {
    99 #edit-slug-box .cancel {
   107 	margin-right: 10px;
   100 	margin-right: 10px;
       
   101 	padding: 0;
   108 	font-size: 11px;
   102 	font-size: 11px;
       
   103 }
       
   104 
       
   105 #comment-link-box {
       
   106 	margin: 5px 0;
       
   107 	padding: 0 5px;
   109 }
   108 }
   110 
   109 
   111 #editable-post-name-full {
   110 #editable-post-name-full {
   112 	display: none;
   111 	display: none;
   113 }
   112 }
   114 
   113 
   115 #editable-post-name {
   114 #editable-post-name {
   116 	background-color: #fffbcc;
   115 	font-weight: 600;
   117 }
   116 }
   118 
   117 
   119 #editable-post-name input {
   118 #editable-post-name input {
   120 	font-size: 13px;
   119 	font-size: 13px;
   121 	height: 22px;
   120 	font-weight: 400;
       
   121 	height: 24px;
   122 	margin: 0;
   122 	margin: 0;
   123 	width: 16em;
   123 	width: 16em;
   124 }
   124 }
   125 
   125 
   126 .postarea h3 label {
   126 .postarea h3 label {
   127 	float: left;
   127 	float: left;
   128 }
   128 }
   129 
   129 
   130 .submitbox .submit {
   130 body.post-new-php .submitbox .submitdelete {
   131 	text-align: left;
   131 	display: none;
   132 	padding: 12px 10px 10px;
       
   133 	font-size: 11px;
       
   134 	background-color: #464646;
       
   135 	color: #ccc;
       
   136 }
       
   137 
       
   138 .submitbox .submitdelete {
       
   139 	text-decoration: none;
       
   140 	padding: 1px 2px;
       
   141 }
       
   142 
       
   143 /* @todo: do we really need this? word on the street is we don't and this
       
   144 stray rule may actually be compensated for elsewhere. */
       
   145 #normal-sortables .submitbox .submitdelete:hover {
       
   146 	color: #000;
       
   147 	background-color: #f00;
       
   148 	border-bottom-color: #f00;
       
   149 }
   132 }
   150 
   133 
   151 .submitbox .submit a:hover {
   134 .submitbox .submit a:hover {
   152 	text-decoration: underline;
   135 	text-decoration: underline;
   153 }
   136 }
   156 	margin-bottom: 8px;
   139 	margin-bottom: 8px;
   157 	margin-right: 4px;
   140 	margin-right: 4px;
   158 	padding: 6px;
   141 	padding: 6px;
   159 }
   142 }
   160 
   143 
   161 .inside-submitbox #post_status {
       
   162 	margin: 2px 0 2px -2px;
       
   163 }
       
   164 
       
   165 #post-status-select {
   144 #post-status-select {
   166 	margin-top: 3px;
   145 	margin-top: 3px;
   167 }
   146 }
   168 
   147 
   169 /* Post Screen */
   148 /* Post Screen */
   173 
   152 
   174 .postbox {
   153 .postbox {
   175 	position: relative;
   154 	position: relative;
   176 	min-width: 255px;
   155 	min-width: 255px;
   177 	border: 1px solid #e5e5e5;
   156 	border: 1px solid #e5e5e5;
   178 	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
       
   179 	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   157 	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   180 	background: #fff;
   158 	background: #fff;
   181 }
   159 }
   182 
   160 
   183 #trackback_url {
   161 #trackback_url {
   232 
   210 
   233 .category-tabs {
   211 .category-tabs {
   234 	margin: 8px 0 5px;
   212 	margin: 8px 0 5px;
   235 }
   213 }
   236 
   214 
       
   215 /* Back-compat for pre-4.4 */
   237 #category-adder h4 {
   216 #category-adder h4 {
       
   217     margin: 0;
       
   218 }
       
   219 
       
   220 .taxonomy-add-new {
       
   221 	display: inline-block;
   238 	margin: 10px 0;
   222 	margin: 10px 0;
       
   223 	font-weight: 600;
   239 }
   224 }
   240 
   225 
   241 #side-sortables .add-menu-item-tabs,
   226 #side-sortables .add-menu-item-tabs,
   242 .wp-tab-bar {
   227 .wp-tab-bar {
   243 	margin-bottom: 3px;
   228 	margin-bottom: 3px;
   244 }
   229 }
   245 
   230 
   246 #normal-sortables .postbox #replyrow .submit {
   231 #normal-sortables .postbox #replyrow .submit {
   247 	float: none;
   232 	float: none;
   248 	margin: 0;
   233 	margin: 0;
   249 	padding: 0 7px 5px;
   234 	padding: 5px 7px 10px;
       
   235 	overflow: hidden;
   250 }
   236 }
   251 
   237 
   252 #side-sortables .submitbox .submit input,
   238 #side-sortables .submitbox .submit input,
   253 #side-sortables .submitbox .submit .preview,
   239 #side-sortables .submitbox .submit .preview,
   254 #side-sortables .submitbox .submit a.preview:hover {
   240 #side-sortables .submitbox .submit a.preview:hover {
   255 	border: 0 none;
   241 	border: 0 none;
   256 }
       
   257 
       
   258 #side-sortables .inside-submitbox .insidebox,
       
   259 .stuffbox .insidebox {
       
   260 	margin: 11px 0;
       
   261 }
   242 }
   262 
   243 
   263 /* @todo: make this a more generic class */
   244 /* @todo: make this a more generic class */
   264 ul.category-tabs,
   245 ul.category-tabs,
   265 ul.add-menu-item-tabs,
   246 ul.add-menu-item-tabs,
   274 }
   255 }
   275 
   256 
   276 ul.category-tabs li.tabs,
   257 ul.category-tabs li.tabs,
   277 ul.add-menu-item-tabs li.tabs,
   258 ul.add-menu-item-tabs li.tabs,
   278 .wp-tab-active {
   259 .wp-tab-active {
   279 	border: 1px solid #dfdfdf;
   260 	border: 1px solid #ddd;
   280 	border-bottom-color: #fdfdfd;
   261 	border-bottom-color: #fdfdfd;
   281 	background-color: #fdfdfd;
   262 	background-color: #fdfdfd;
   282 }
   263 }
   283 
   264 
   284 ul.category-tabs li,
   265 ul.category-tabs li,
   285 ul.add-menu-item-tabs li,
   266 ul.add-menu-item-tabs li,
   286 ul.wp-tab-bar li {
   267 ul.wp-tab-bar li {
   287 	padding: 3px 5px 5px;
   268 	padding: 3px 5px 6px;
       
   269 }
       
   270 
       
   271 #set-post-thumbnail {
       
   272 	display: inline-block;
       
   273 	max-width: 100%;
   288 }
   274 }
   289 
   275 
   290 #postimagediv .inside img {
   276 #postimagediv .inside img {
   291 	max-width: 100%;
   277 	max-width: 100%;
   292 	height: auto;
   278 	height: auto;
   293 	width: auto;
   279 	width: auto;
       
   280 	vertical-align: top;
       
   281 	background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
       
   282 	background-position: 0 0, 10px 10px;
       
   283 	background-size: 20px 20px;
   294 }
   284 }
   295 
   285 
   296 form#tags-filter {
   286 form#tags-filter {
   297 	position: relative;
   287 	position: relative;
   298 }
       
   299 
       
   300 /* Edit posts */
       
   301 td.post-title strong,
       
   302 td.plugin-title strong {
       
   303 	display: block;
       
   304 	margin-bottom: .2em;
       
   305 	font-size: 14px;
       
   306 }
       
   307 
       
   308 td.post-title p,
       
   309 td.plugin-title p {
       
   310 	margin: 6px 0;
       
   311 }
   288 }
   312 
   289 
   313 /* Global classes */
   290 /* Global classes */
   314 .wp-hidden-children .wp-hidden-child,
   291 .wp-hidden-children .wp-hidden-child,
   315 .ui-tabs-hide {
   292 .ui-tabs-hide {
   333 	width: 100%;
   310 	width: 100%;
   334 	border-spacing: 0;
   311 	border-spacing: 0;
   335 	border: 1px solid #e5e5e5;
   312 	border: 1px solid #e5e5e5;
   336 	border-top: none;
   313 	border-top: none;
   337 	background-color: #f7f7f7;
   314 	background-color: #f7f7f7;
   338 	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
       
   339 	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   315 	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   340 	z-index: 999;
   316 	z-index: 999;
   341 }
   317 }
   342 
   318 
   343 #post-status-info td {
   319 #post-status-info td {
   357 	background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
   333 	background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
   358 	width: 12px;
   334 	width: 12px;
   359 	cursor: row-resize;
   335 	cursor: row-resize;
   360 }
   336 }
   361 
   337 
       
   338 /*rtl:ignore*/
   362 .rtl #content-resize-handle {
   339 .rtl #content-resize-handle {
   363 	background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
   340 	background-image: url(../images/resize-rtl.gif);
       
   341 	background-position: left bottom;
   364 }
   342 }
   365 
   343 
   366 .wp-editor-expand #content-resize-handle {
   344 .wp-editor-expand #content-resize-handle {
   367 	display: none;
   345 	display: none;
   368 }
   346 }
   378 
   356 
   379 #wp-content-editor-container {
   357 #wp-content-editor-container {
   380 	position: relative;
   358 	position: relative;
   381 }
   359 }
   382 
   360 
   383 #content-textarea-clone {
       
   384 	z-index: -1;
       
   385 	position: absolute;
       
   386 	top: 0;
       
   387 	visibility: hidden;
       
   388 	overflow: hidden;
       
   389 	max-width: 100%;
       
   390 	border: 1px solid transparent;
       
   391 }
       
   392 
       
   393 .wp-fullscreen-wrap #content-textarea-clone {
       
   394 	display: none;
       
   395 }
       
   396 
       
   397 /* editor-expand.js override */
       
   398 .wp-fullscreen-wrap {
       
   399 	padding-top: 0 !important;
       
   400 }
       
   401 
       
   402 .wp-fullscreen-wrap .wp-editor-area {
       
   403 	margin-top: 0 !important;
       
   404 }
       
   405 
       
   406 .wp-fullscreen-wrap .mce-edit-area {
       
   407 	padding-top: 0 !important;
       
   408 }
       
   409 /* end editor-expand.js override */
       
   410 
       
   411 .wp-editor-expand #wp-content-editor-tools {
   361 .wp-editor-expand #wp-content-editor-tools {
   412 	z-index: 1000;
   362 	z-index: 1000;
   413 	border-bottom: 1px solid #e5e5e5;
   363 	border-bottom: 1px solid #e5e5e5;
   414 }
   364 }
   415 
   365 
   416 .wp-editor-expand #wp-content-editor-container {
   366 .wp-editor-expand #wp-content-editor-container {
   417 	-webkit-box-shadow: none;
       
   418 	box-shadow: none;
   367 	box-shadow: none;
   419 	margin-top: -1px;
   368 	margin-top: -1px;
   420 }
   369 }
   421 
   370 
   422 .wp-editor-expand #wp-content-editor-container {
   371 .wp-editor-expand #wp-content-editor-container {
   447 
   396 
   448 .mce-fullscreen #wp-content-wrap .mce-statusbar {
   397 .mce-fullscreen #wp-content-wrap .mce-statusbar {
   449 	visibility: visible !important;
   398 	visibility: visible !important;
   450 }
   399 }
   451 
   400 
       
   401 .mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
       
   402 	display: none;
       
   403 }
       
   404 
   452 .post-php.mce-fullscreen #wpadminbar,
   405 .post-php.mce-fullscreen #wpadminbar,
   453 .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
   406 .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
   454 	display: none;
   407 	display: none;
   455 }
   408 }
   456 /* End TinyMCE native fullscreen mode override */
   409 /* End TinyMCE native fullscreen mode override */
   489 	padding: 2px 0 1px 0;
   442 	padding: 2px 0 1px 0;
   490 	display: inline !important;
   443 	display: inline !important;
   491 	height: auto !important;
   444 	height: auto !important;
   492 }
   445 }
   493 
   446 
   494 #misc-publishing-actions label[for="post_status"]:before,
   447 #post-body .misc-pub-post-status:before,
   495 #post-body #visibility:before,
   448 #post-body #visibility:before,
   496 .curtime #timestamp:before,
   449 .curtime #timestamp:before,
   497 #post-body .misc-pub-revisions:before,
   450 #post-body .misc-pub-revisions:before,
   498 span.wp-media-buttons-icon:before {
   451 span.wp-media-buttons-icon:before {
   499 	color: #82878c;
   452 	color: #82878c;
   500 }
   453 }
   501 
   454 
       
   455 #post-body .misc-pub-post-status:before,
   502 #post-body #visibility:before,
   456 #post-body #visibility:before,
   503 .curtime #timestamp:before,
   457 .curtime #timestamp:before,
   504 #post-body .misc-pub-revisions:before {
   458 #post-body .misc-pub-revisions:before {
   505 	font: normal 20px/1 'dashicons';
   459 	font: normal 20px/1 dashicons;
   506 	speak: none;
   460 	speak: none;
   507 	display: inline-block;
   461 	display: inline-block;
   508 	padding: 0 2px 0 0;
   462 	margin-left: -1px;
   509 	top: 0;
   463 	padding-right: 3px;
   510 	left: -1px;
       
   511 	position: relative;
       
   512 	vertical-align: top;
   464 	vertical-align: top;
   513 	-webkit-font-smoothing: antialiased;
   465 	-webkit-font-smoothing: antialiased;
   514 	-moz-osx-font-smoothing: grayscale;
   466 	-moz-osx-font-smoothing: grayscale;
   515 	text-decoration: none !important;
   467 }
       
   468 
       
   469 #post-body .misc-pub-post-status:before {
       
   470 	content: "\f173";
   516 }
   471 }
   517 
   472 
   518 #post-body #visibility:before {
   473 #post-body #visibility:before {
   519 	content: '\f177';
   474 	content: "\f177";
   520 }
   475 }
   521 
   476 
   522 .curtime #timestamp:before {
   477 .curtime #timestamp:before {
   523 	content: '\f145';
   478 	content: "\f145";
       
   479 	position: relative;
   524 	top: -1px;
   480 	top: -1px;
   525 }
   481 }
   526 
   482 
   527 #post-body .misc-pub-revisions:before {
   483 #post-body .misc-pub-revisions:before {
   528 	content: '\f321';
   484 	content: "\f321";
   529 }
   485 }
   530 
   486 
   531 #timestampdiv {
   487 #timestampdiv {
   532 	padding-top: 5px;
   488 	padding-top: 5px;
   533 	line-height: 23px;
   489 	line-height: 23px;
   543 }
   499 }
   544 
   500 
   545 .notification-dialog {
   501 .notification-dialog {
   546 	position: fixed;
   502 	position: fixed;
   547 	top: 30%;
   503 	top: 30%;
       
   504 	max-height: 70%;
   548 	left: 50%;
   505 	left: 50%;
   549 	width: 450px;
   506 	width: 450px;
   550 	margin-left: -225px;
   507 	margin-left: -225px;
   551 	background: #fff;
   508 	background: #fff;
   552 	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
       
   553 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
   509 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
   554 	line-height: 1.5;
   510 	line-height: 1.5;
   555 	z-index: 1000005;
   511 	z-index: 1000005;
       
   512 	overflow-y: auto;
   556 }
   513 }
   557 
   514 
   558 .notification-dialog-background {
   515 .notification-dialog-background {
   559 	position: fixed;
   516 	position: fixed;
   560 	top: 0;
   517 	top: 0;
   570 #post-lock-dialog .post-locked-message,
   527 #post-lock-dialog .post-locked-message,
   571 #post-lock-dialog .post-taken-over {
   528 #post-lock-dialog .post-taken-over {
   572 	margin: 25px;
   529 	margin: 25px;
   573 }
   530 }
   574 
   531 
   575 #post-lock-dialog .post-locked-message a.button {
   532 #post-lock-dialog .post-locked-message a.button,
       
   533 #file-editor-warning .button {
   576 	margin-right: 10px;
   534 	margin-right: 10px;
   577 }
   535 }
   578 
   536 
   579 #post-lock-dialog .post-locked-avatar {
   537 #post-lock-dialog .post-locked-avatar {
   580 	float: left;
   538 	float: left;
   593 #post-lock-dialog.saving .locked-saving,
   551 #post-lock-dialog.saving .locked-saving,
   594 #post-lock-dialog.saved .locked-saved {
   552 #post-lock-dialog.saved .locked-saved {
   595 	display: inline;
   553 	display: inline;
   596 }
   554 }
   597 
   555 
   598 #excerpt,
   556 #excerpt {
   599 .attachmentlinks {
   557 	display: block;
   600 	margin: 0;
   558 	margin: 12px 0 0;
   601 	height: 4em;
   559 	height: 4em;
   602 	width: 98%;
   560 	width: 100%;
   603 }
   561 }
   604 
   562 
   605 .tagchecklist {
   563 .tagchecklist {
   606 	margin-left: 14px;
   564 	margin-left: 14px;
   607 	font-size: 12px;
   565 	font-size: 12px;
   615 .tagchecklist strong {
   573 .tagchecklist strong {
   616 	margin-left: -8px;
   574 	margin-left: -8px;
   617 	position: absolute;
   575 	position: absolute;
   618 }
   576 }
   619 
   577 
   620 .tagchecklist span {
   578 .tagchecklist > li {
       
   579 	float: left;
   621 	margin-right: 25px;
   580 	margin-right: 25px;
   622 	display: block;
       
   623 	float: left;
       
   624 	font-size: 13px;
   581 	font-size: 13px;
   625 	line-height: 1.8em;
   582 	line-height: 1.8em;
   626 	cursor: default;
   583 	cursor: default;
   627 	max-width: 100%;
   584 	max-width: 100%;
   628 	overflow: hidden;
   585 	overflow: hidden;
   629 	text-overflow: ellipsis;
   586 	text-overflow: ellipsis;
   630 }
   587 }
   631 
   588 
   632 .tagchecklist span a {
   589 .tagchecklist .ntdelbutton {
   633 	margin: 1px 0 0 -17px;
   590 	position: absolute;
       
   591 	width: 24px;
       
   592 	height: 24px;
       
   593 	border: none;
       
   594 	margin: 0 0 0 -19px;
       
   595 	padding: 0;
       
   596 	background: none;
   634 	cursor: pointer;
   597 	cursor: pointer;
   635 	width: 20px;
       
   636 	height: 20px;
       
   637 	display: block;
       
   638 	float: left;
       
   639 	text-indent: 0;
   598 	text-indent: 0;
   640 	overflow: hidden;
   599 }
   641 	position: absolute;
   600 
   642 }
   601 #poststuff h3.hndle, /* Back-compat for pre-4.4 */
   643 
   602 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
   644 #poststuff h2 {
   603 #poststuff h2 {
   645 	margin-top: 20px;
       
   646 	font-size: 1.5em;
       
   647 	margin-bottom: 15px;
       
   648 	padding: 0 0 3px;
       
   649 	clear: left;
       
   650 }
       
   651 
       
   652 #poststuff h3 {
       
   653 	font-size: 14px;
   604 	font-size: 14px;
   654 	padding: 8px 12px;
   605 	padding: 8px 12px;
   655 	margin: 0;
   606 	margin: 0;
   656 	line-height: 1.4;
   607 	line-height: 1.4;
   657 }
   608 }
   663 #poststuff .inside #parent_id,
   614 #poststuff .inside #parent_id,
   664 #poststuff .inside #page_template {
   615 #poststuff .inside #page_template {
   665 	max-width: 100%;
   616 	max-width: 100%;
   666 }
   617 }
   667 
   618 
   668 #poststuff .inside label.spam,
       
   669 #poststuff .inside label.deleted {
       
   670 	color: red;
       
   671 }
       
   672 
       
   673 #poststuff .inside label.waiting {
       
   674 	color: orange;
       
   675 }
       
   676 
       
   677 #poststuff .inside label.approved {
       
   678 	color: green;
       
   679 }
       
   680 
       
   681 .ie8 #poststuff .inside #parent_id,
   619 .ie8 #poststuff .inside #parent_id,
   682 .ie8 #poststuff .inside #page_template {
   620 .ie8 #poststuff .inside #page_template {
   683 	width: 250px;
   621 	width: 250px;
   684 }
   622 }
   685 
   623 
       
   624 .post-attributes-label-wrapper {
       
   625 	margin-bottom: 0.5em;
       
   626 }
       
   627 
       
   628 .post-attributes-label {
       
   629 	vertical-align: baseline;
       
   630 	font-weight: 600;
       
   631 }
       
   632 
   686 #post-visibility-select {
   633 #post-visibility-select {
   687 	line-height: 1.5em;
   634 	line-height: 1.5em;
   688 	margin-top: 3px;
   635 	margin-top: 3px;
   689 }
   636 }
   690 
   637 
       
   638 #linksubmitdiv .inside, /* Old Link Manager back-compat. */
   691 #poststuff #submitdiv .inside {
   639 #poststuff #submitdiv .inside {
   692 	margin: 0;
   640 	margin: 0;
   693 	padding: 0;
   641 	padding: 0;
   694 }
   642 }
   695 
   643 
   696 #post-body-content,
   644 #post-body-content,
   697 .edit-form-section {
   645 .edit-form-section {
   698  	margin-bottom: 20px;
   646  	margin-bottom: 20px;
       
   647 }
       
   648 
       
   649 /* Suggested text for privacy policy */
       
   650 .wp-privacy-policy-guide {
       
   651 	max-width: 1000px;
       
   652 }
       
   653 
       
   654 .privacy-text-box {
       
   655 	width: calc(100% - 260px);
       
   656 }
       
   657 
       
   658 .privacy-text-box-toc {
       
   659 	float: right;
       
   660 	width: 250px;
       
   661 	background-color: #fff;
       
   662 }
       
   663 
       
   664 .privacy-text-box-toc p {
       
   665 	margin: 0;
       
   666 	padding: 0.7em 1em;
       
   667 	border-bottom: 1px solid #eee;
       
   668 }
       
   669 
       
   670 .privacy-text-box-toc ol {
       
   671 	margin-left: 2em;
       
   672 }
       
   673 
       
   674 .wp-privacy-policy-guide h3 {
       
   675 	font-size: 1.2em;
       
   676 	margin: 1em 0 0.5em;
       
   677 }
       
   678 
       
   679 .privacy-text-section .privacy-text-copy {
       
   680 	float: right;
       
   681 }
       
   682 
       
   683 .privacy-text-section {
       
   684 	position: relative;
       
   685 	border-top: 1px solid #e3e3e3;
       
   686 }
       
   687 
       
   688 .privacy-text-box-head,
       
   689 .privacy-text-section.text-removed {
       
   690 	padding-bottom: 12px;
       
   691 }
       
   692 
       
   693 .text-removed .policy-text {
       
   694 	font-style: italic;
       
   695 	color: #666;
       
   696 	font-weight: 600;
       
   697 }
       
   698 
       
   699 .privacy-text-actions {
       
   700 	height: 32px;
       
   701 	line-height: 32px;
       
   702 	padding-bottom: 6px;
       
   703 }
       
   704 
       
   705 .wp-privacy-policy-guide .policy-text h2 {
       
   706 	margin: 1.2em 0 1em;
       
   707 	padding: 0;
       
   708 }
       
   709 
       
   710 .suggested-policy-content {
       
   711 	font-style: italic;
       
   712 }
       
   713 
       
   714 .privacy-text-section a.return-to-top {
       
   715 	float: right;
       
   716 	margin-right: -250px;
       
   717 	margin-top: 6px;
       
   718 }
       
   719 
       
   720 .hide-privacy-policy-tutorial .privacy-policy-tutorial {
       
   721 	visibility: hidden;
       
   722 }
       
   723 
       
   724 .wp-suggested-text p {
       
   725 	font-style: italic;
       
   726 }
       
   727 
       
   728 .wp-suggested-text p.privacy-policy-tutorial {
       
   729 	font-style: normal;
       
   730 }
       
   731 
       
   732 .notice.wp-pp-notice {
       
   733 	margin: 15px 0 3px;
   699 }
   734 }
   700 
   735 
   701 /*------------------------------------------------------------------------------
   736 /*------------------------------------------------------------------------------
   702   11.1 - Custom Fields
   737   11.1 - Custom Fields
   703 ------------------------------------------------------------------------------*/
   738 ------------------------------------------------------------------------------*/
   729 }
   764 }
   730 
   765 
   731 #postcustomstuff table {
   766 #postcustomstuff table {
   732 	margin: 0;
   767 	margin: 0;
   733 	width: 100%;
   768 	width: 100%;
   734 	border: 1px solid #dfdfdf;
   769 	border: 1px solid #ddd;
   735 	border-spacing: 0;
   770 	border-spacing: 0;
   736 	background-color: #f9f9f9;
   771 	background-color: #f9f9f9;
   737 }
   772 }
   738 
   773 
   739 #postcustomstuff tr {
   774 #postcustomstuff tr {
   831 
   866 
   832 .post-state-format:before {
   867 .post-state-format:before {
   833 	display: block;
   868 	display: block;
   834 	height: 20px;
   869 	height: 20px;
   835 	width: 20px;
   870 	width: 20px;
   836 	font: normal 20px/1 'dashicons' !important;
   871 	font: normal 20px/1 dashicons !important;
   837 	speak: none;
   872 	speak: none;
   838 	-webkit-font-smoothing: antialiased;
   873 	-webkit-font-smoothing: antialiased;
   839 	-moz-osx-font-smoothing: grayscale;
   874 	-moz-osx-font-smoothing: grayscale;
   840 }
   875 }
   841 
   876 
   842 .post-state-format:before,
   877 .post-state-format:before,
   843 .post-format-icon:before {
   878 .post-format-icon:before {
   844 	color: #ddd;
   879 	color: #ddd;
   845 	-webkit-transition: all .1s ease-in-out;
       
   846 	transition: all .1s ease-in-out;
   880 	transition: all .1s ease-in-out;
   847 }
   881 }
   848 
   882 
   849 a.post-state-format:hover:before,
   883 a.post-state-format:hover:before,
   850 a.post-format-icon:hover:before {
   884 a.post-format-icon:hover:before {
   870 
   904 
   871 .post-format-icon:before {
   905 .post-format-icon:before {
   872 	position: relative;
   906 	position: relative;
   873 	display: inline-block;
   907 	display: inline-block;
   874 	margin-right: 7px;
   908 	margin-right: 7px;
   875 	font: normal 20px/1 'dashicons';
   909 	font: normal 20px/1 dashicons;
   876 	speak: none;
   910 	speak: none;
   877 	-webkit-font-smoothing: antialiased;
   911 	-webkit-font-smoothing: antialiased;
   878 	-moz-osx-font-smoothing: grayscale;
   912 	-moz-osx-font-smoothing: grayscale;
   879 }
   913 }
   880 
   914 
   881 .post-state-format.post-format-standard:before,
   915 .post-state-format.post-format-standard:before,
   882 .post-format-icon.post-format-standard:before,
   916 .post-format-icon.post-format-standard:before,
   883 a.post-state-format.format-standard:before {
   917 a.post-state-format.format-standard:before {
   884 	content: '\f109';
   918 	content: "\f109";
   885 }
   919 }
   886 
   920 
   887 .post-state-format.post-format-image:before,
   921 .post-state-format.post-format-image:before,
   888 .post-format-icon.post-format-image:before,
   922 .post-format-icon.post-format-image:before,
   889 a.post-state-format.format-image:before {
   923 a.post-state-format.format-image:before {
   890 	content: '\f128';
   924 	content: "\f128";
   891 }
   925 }
   892 
   926 
   893 .post-state-format.post-format-gallery:before,
   927 .post-state-format.post-format-gallery:before,
   894 .post-format-icon.post-format-gallery:before,
   928 .post-format-icon.post-format-gallery:before,
   895 a.post-state-format.format-gallery:before {
   929 a.post-state-format.format-gallery:before {
   896 	content: '\f161';
   930 	content: "\f161";
   897 }
   931 }
   898 
   932 
   899 .post-state-format.post-format-audio:before,
   933 .post-state-format.post-format-audio:before,
   900 .post-format-icon.post-format-audio:before,
   934 .post-format-icon.post-format-audio:before,
   901 a.post-state-format.format-audio:before {
   935 a.post-state-format.format-audio:before {
   902 	content: '\f127';
   936 	content: "\f127";
   903 }
   937 }
   904 
   938 
   905 .post-state-format.post-format-video:before,
   939 .post-state-format.post-format-video:before,
   906 .post-format-icon.post-format-video:before,
   940 .post-format-icon.post-format-video:before,
   907 a.post-state-format.format-video:before {
   941 a.post-state-format.format-video:before {
   908 	content: '\f126';
   942 	content: "\f126";
   909 }
   943 }
   910 
   944 
   911 .post-state-format.post-format-chat:before,
   945 .post-state-format.post-format-chat:before,
   912 .post-format-icon.post-format-chat:before,
   946 .post-format-icon.post-format-chat:before,
   913 a.post-state-format.format-chat:before {
   947 a.post-state-format.format-chat:before {
   914 	content: '\f125';
   948 	content: "\f125";
   915 }
   949 }
   916 
   950 
   917 .post-state-format.post-format-status:before,
   951 .post-state-format.post-format-status:before,
   918 .post-format-icon.post-format-status:before,
   952 .post-format-icon.post-format-status:before,
   919 a.post-state-format.format-status:before {
   953 a.post-state-format.format-status:before {
   920 	content: '\f130';
   954 	content: "\f130";
   921 }
   955 }
   922 
   956 
   923 .post-state-format.post-format-aside:before,
   957 .post-state-format.post-format-aside:before,
   924 .post-format-icon.post-format-aside:before,
   958 .post-format-icon.post-format-aside:before,
   925 a.post-state-format.format-aside:before {
   959 a.post-state-format.format-aside:before {
   926 	content: '\f123';
   960 	content: "\f123";
   927 }
   961 }
   928 
   962 
   929 .post-state-format.post-format-quote:before,
   963 .post-state-format.post-format-quote:before,
   930 .post-format-icon.post-format-quote:before,
   964 .post-format-icon.post-format-quote:before,
   931 a.post-state-format.format-quote:before {
   965 a.post-state-format.format-quote:before {
   932 	content: '\f122';
   966 	content: "\f122";
   933 }
   967 }
   934 
   968 
   935 .post-state-format.post-format-link:before,
   969 .post-state-format.post-format-link:before,
   936 .post-format-icon.post-format-link:before,
   970 .post-format-icon.post-format-link:before,
   937 a.post-state-format.format-link:before {
   971 a.post-state-format.format-link:before {
   938 	content: '\f103';
   972 	content: "\f103";
   939 }
   973 }
   940 
   974 
   941 /*------------------------------------------------------------------------------
   975 /*------------------------------------------------------------------------------
   942   12.0 - Categories
   976   12.0 - Categories
   943 ------------------------------------------------------------------------------*/
   977 ------------------------------------------------------------------------------*/
   962 .taxonomydiv div.tabs-panel {
   996 .taxonomydiv div.tabs-panel {
   963 	min-height: 42px;
   997 	min-height: 42px;
   964 	max-height: 200px;
   998 	max-height: 200px;
   965 	overflow: auto;
   999 	overflow: auto;
   966 	padding: 0 0.9em;
  1000 	padding: 0 0.9em;
   967 	border: solid 1px #dfdfdf;
  1001 	border: solid 1px #ddd;
   968 	background-color: #fdfdfd;
  1002 	background-color: #fdfdfd;
   969 }
  1003 }
   970 
  1004 
   971 div.tabs-panel-active {
  1005 div.tabs-panel-active {
   972 	display:block;
  1006 	display:block;
  1000 .taxonomydiv .tabs-panel {
  1034 .taxonomydiv .tabs-panel {
  1001 	border-width: 3px;
  1035 	border-width: 3px;
  1002 	border-style: solid;
  1036 	border-style: solid;
  1003 }
  1037 }
  1004 
  1038 
  1005 .form-wrap p,
       
  1006 .form-wrap label {
       
  1007 	font-size: 11px;
       
  1008 }
       
  1009 
       
  1010 .form-wrap label {
  1039 .form-wrap label {
  1011 	display: block;
  1040 	display: block;
  1012 	padding: 2px;
  1041 	padding: 2px 0;
  1013 	font-size: 12px;
       
  1014 }
  1042 }
  1015 
  1043 
  1016 .form-field input[type="text"],
  1044 .form-field input[type="text"],
  1017 .form-field input[type="password"],
  1045 .form-field input[type="password"],
  1018 .form-field input[type="email"],
  1046 .form-field input[type="email"],
  1039 	font-size: 13px;
  1067 	font-size: 13px;
  1040 	font-style: italic;
  1068 	font-style: italic;
  1041 }
  1069 }
  1042 
  1070 
  1043 .form-wrap .form-field {
  1071 .form-wrap .form-field {
  1044 	margin: 0 0 10px;
  1072 	margin: 1em 0;
  1045 	padding: 8px 0;
  1073 	padding: 0;
  1046 }
  1074 }
  1047 
  1075 
  1048 .form-wrap .form-field #parent {
  1076 .form-wrap .form-field #parent {
  1049 	max-width: 100%;
  1077 	max-width: 100%;
  1050 }
  1078 }
  1051 
  1079 
  1052 .col-wrap h3 {
  1080 .col-wrap h2 {
  1053 	margin: 12px 0;
  1081 	margin: 12px 0;
  1054 	font-size: 1.1em;
  1082 	font-size: 1.1em;
  1055 }
  1083 }
  1056 
  1084 
  1057 .col-wrap p.submit {
  1085 .col-wrap p.submit {
  1058 	margin-top: -10px;
  1086 	margin-top: -10px;
  1059 }
  1087 }
  1060 
  1088 
       
  1089 .edit-term-notes {
       
  1090 	margin-top: 2em;
       
  1091 }
  1061 
  1092 
  1062 /*------------------------------------------------------------------------------
  1093 /*------------------------------------------------------------------------------
  1063   13.0 - Tags
  1094   13.0 - Tags
  1064 ------------------------------------------------------------------------------*/
  1095 ------------------------------------------------------------------------------*/
  1065 
  1096 
  1102 	width: 97%;
  1133 	width: 97%;
  1103 	margin: 0 0 40px;
  1134 	margin: 0 0 40px;
  1104 	text-align: justify;
  1135 	text-align: justify;
  1105 }
  1136 }
  1106 
  1137 
  1107 .tagcloud h3 {
  1138 .tagcloud h2 {
  1108 	margin: 2px 0 12px;
  1139 	margin: 2px 0 12px;
  1109 }
  1140 }
  1110 
  1141 
       
  1142 .the-tagcloud ul {
       
  1143 	margin: 0;
       
  1144 }
       
  1145 
       
  1146 .the-tagcloud ul li {
       
  1147 	display: inline-block;
       
  1148 }
       
  1149 
       
  1150 /* Suggest.js autocomplete, no more used by core. */
  1111 .ac_results {
  1151 .ac_results {
       
  1152 	display: none;
       
  1153 	margin: -1px 0 0;
  1112 	padding: 0;
  1154 	padding: 0;
  1113 	margin: 0;
       
  1114 	list-style: none;
  1155 	list-style: none;
  1115 	position: absolute;
  1156 	position: absolute;
  1116 	z-index: 10000;
  1157 	z-index: 10000;
  1117 	display: none;
  1158 	border: 1px solid #5b9dd9;
  1118 	border: 1px solid #808080;
       
  1119 	background-color: #fff;
  1159 	background-color: #fff;
  1120 }
  1160 }
  1121 
  1161 
  1122 .wp-customizer .ac_results {
  1162 .wp-customizer .ac_results {
  1123 	z-index: 500000;
  1163 	z-index: 500000;
  1124 }
  1164 }
  1125 
  1165 
  1126 .ac_results li {
  1166 .ac_results li {
  1127 	padding: 2px 5px;
  1167 	margin: 0;
       
  1168 	padding: 5px 10px;
  1128 	white-space: nowrap;
  1169 	white-space: nowrap;
  1129 	color: #101010;
       
  1130 	text-align: left;
  1170 	text-align: left;
  1131 }
  1171 }
  1132 
  1172 
  1133 .ac_over {
  1173 .ac_results .ac_over,
  1134 	background-color: #f0f0b8;
  1174 .ac_over .ac_match {
       
  1175 	background-color: #0073aa;
       
  1176 	color: #fff;
  1135 	cursor: pointer;
  1177 	cursor: pointer;
  1136 }
  1178 }
  1137 
  1179 
  1138 .ac_match {
  1180 .ac_match {
  1139 	text-decoration: underline;
  1181 	text-decoration: underline;
       
  1182 }
       
  1183 
       
  1184 #edittag {
       
  1185 	max-width: 800px;
       
  1186 }
       
  1187 
       
  1188 .edit-tag-actions {
       
  1189 	margin-top: 20px;
       
  1190 	overflow: hidden;
       
  1191 	padding: 10px;
       
  1192 	margin-right: 10px;
  1140 }
  1193 }
  1141 
  1194 
  1142 /* Comments */
  1195 /* Comments */
  1143 
  1196 
  1144 .comment-php .wp-editor-area {
  1197 .comment-php .wp-editor-area {
  1146 }
  1199 }
  1147 
  1200 
  1148 .comment-ays th,
  1201 .comment-ays th,
  1149 .comment-ays td {
  1202 .comment-ays td {
  1150 	padding: 10px 15px;
  1203 	padding: 10px 15px;
       
  1204 }
       
  1205 
       
  1206 .comment-ays .comment-content ul {
       
  1207 	list-style: initial;
       
  1208 	margin-left: 2em;
       
  1209 }
       
  1210 
       
  1211 .comment-ays .comment-content a[href]:after {
       
  1212 	content: '(' attr( href ) ')';
       
  1213 	display: inline-block;
       
  1214 	padding: 0 4px;
       
  1215 	color: #72777C;
       
  1216 	font-size: 13px;
       
  1217 	word-break: break-all;
       
  1218 }
       
  1219 
       
  1220 .comment-ays .comment-content p.edit-comment {
       
  1221 	margin-top: 10px;
       
  1222 }
       
  1223 
       
  1224 .comment-ays .comment-content p.edit-comment a[href]:after {
       
  1225 	content: '';
       
  1226 	padding: 0;
  1151 }
  1227 }
  1152 
  1228 
  1153 .comment-ays-submit .button-cancel {
  1229 .comment-ays-submit .button-cancel {
  1154 	margin-left: 1em;
  1230 	margin-left: 1em;
  1155 }
  1231 }
  1190 	width: 100%;
  1266 	width: 100%;
  1191 	border-spacing: 0;
  1267 	border-spacing: 0;
  1192 }
  1268 }
  1193 
  1269 
  1194 .links-table th {
  1270 .links-table th {
  1195 	font-weight: normal;
  1271 	font-weight: 400;
  1196 	text-align: left;
  1272 	text-align: left;
  1197 	vertical-align: top;
  1273 	vertical-align: top;
  1198 	min-width: 80px;
  1274 	min-width: 80px;
  1199 	width: 20%;
  1275 	width: 20%;
  1200 	word-wrap: break-word;
  1276 	word-wrap: break-word;
  1229 .wp-editor-expand #wp-content-wrap .mce-wp-dfw,
  1305 .wp-editor-expand #wp-content-wrap .mce-wp-dfw,
  1230 .wp-editor-expand #qt_content_dfw {
  1306 .wp-editor-expand #qt_content_dfw {
  1231 	display: inline-block;
  1307 	display: inline-block;
  1232 }
  1308 }
  1233 
  1309 
  1234 .focus-on .wrap > h2,
  1310 .focus-on .wrap > h1,
       
  1311 .focus-on .page-title-action,
  1235 .focus-on #wpfooter,
  1312 .focus-on #wpfooter,
  1236 .focus-on .postbox-container > *,
  1313 .focus-on .postbox-container > *,
  1237 .focus-on div.updated,
  1314 .focus-on div.updated,
  1238 .focus-on div.error,
  1315 .focus-on div.error,
  1239 .focus-on div.notice,
  1316 .focus-on div.notice,
       
  1317 .focus-on .update-nag,
  1240 .focus-on #wp-toolbar,
  1318 .focus-on #wp-toolbar,
  1241 .focus-on #screen-meta-links,
  1319 .focus-on #screen-meta-links,
  1242 .focus-on #screen-meta {
  1320 .focus-on #screen-meta {
  1243 	opacity: 0;
  1321 	opacity: 0;
  1244 	-webkit-transition-duration: 0.6s;
       
  1245 	transition-duration: 0.6s;
  1322 	transition-duration: 0.6s;
  1246 	-webkit-transition-property: opacity;
       
  1247 	transition-property: opacity;
  1323 	transition-property: opacity;
  1248 	-webkit-transition-timing-function: ease-in-out;
       
  1249 	transition-timing-function: ease-in-out;
  1324 	transition-timing-function: ease-in-out;
  1250 }
  1325 }
  1251 
  1326 
  1252 .focus-on #wp-toolbar {
  1327 .focus-on #wp-toolbar {
  1253 	opacity: 0.3;
  1328 	opacity: 0.3;
  1254 }
  1329 }
  1255 
  1330 
  1256 .focus-off .wrap > h2,
  1331 .focus-off .wrap > h1,
       
  1332 .focus-off .page-title-action,
  1257 .focus-off #wpfooter,
  1333 .focus-off #wpfooter,
  1258 .focus-off .postbox-container > *,
  1334 .focus-off .postbox-container > *,
  1259 .focus-off div.updated,
  1335 .focus-off div.updated,
  1260 .focus-off div.error,
  1336 .focus-off div.error,
  1261 .focus-off div.notice,
  1337 .focus-off div.notice,
       
  1338 .focus-off .update-nag,
  1262 .focus-off #wp-toolbar,
  1339 .focus-off #wp-toolbar,
  1263 .focus-off #screen-meta-links,
  1340 .focus-off #screen-meta-links,
  1264 .focus-off #screen-meta {
  1341 .focus-off #screen-meta {
  1265 	opacity: 1;
  1342 	opacity: 1;
  1266 	-webkit-transition-duration: 0.2s;
       
  1267 	transition-duration: 0.2s;
  1343 	transition-duration: 0.2s;
  1268 	-webkit-transition-property: opacity;
       
  1269 	transition-property: opacity;
  1344 	transition-property: opacity;
  1270 	-webkit-transition-timing-function: ease-in-out;
       
  1271 	transition-timing-function: ease-in-out;
  1345 	transition-timing-function: ease-in-out;
  1272 }
  1346 }
  1273 
  1347 
  1274 .focus-off #wp-toolbar {
  1348 .focus-off #wp-toolbar {
  1275 	-webkit-transform: translate(0, 0);
  1349 	-webkit-transform: translate(0, 0);
  1276 }
  1350 }
  1277 
  1351 
  1278 .focus-on #adminmenuback,
  1352 .focus-on #adminmenuback,
  1279 .focus-on #adminmenuwrap {
  1353 .focus-on #adminmenuwrap {
  1280 	-webkit-transition-duration: 0.6s;
       
  1281 	transition-duration: 0.6s;
  1354 	transition-duration: 0.6s;
  1282 	-webkit-transition-property: -webkit-transform;
  1355 	transition-property: -webkit-transform;
  1283 	transition-property: transform;
  1356 	transition-property: transform;
  1284 	-webkit-transition-timing-function: ease-in-out;
  1357 	transition-property: transform, -webkit-transform;
  1285 	transition-timing-function: ease-in-out;
  1358 	transition-timing-function: ease-in-out;
  1286 }
  1359 }
  1287 
  1360 
  1288 .focus-on #adminmenuback,
  1361 .focus-on #adminmenuback,
  1289 .focus-on #adminmenuwrap {
  1362 .focus-on #adminmenuwrap {
  1290 	-webkit-transform: translateX( -100% );
  1363 	-webkit-transform: translateX( -100% );
  1291 	-ms-transform: translateX( -100% );
       
  1292 	transform: translateX( -100% );
  1364 	transform: translateX( -100% );
  1293 }
  1365 }
  1294 
  1366 
  1295 .focus-off #adminmenuback,
  1367 .focus-off #adminmenuback,
  1296 .focus-off #adminmenuwrap {
  1368 .focus-off #adminmenuwrap {
  1297 	-webkit-transform: translateX( 0 );
  1369 	-webkit-transform: translateX( 0 );
  1298 	-ms-transform: translateX( 0 );
       
  1299 	transform: translateX( 0 );
  1370 	transform: translateX( 0 );
  1300 	-webkit-transition-duration: 0.2s;
       
  1301 	transition-duration: 0.2s;
  1371 	transition-duration: 0.2s;
  1302 	-webkit-transition-property: -webkit-transform;
  1372 	transition-property: -webkit-transform;
  1303 	transition-property: transform;
  1373 	transition-property: transform;
  1304 	-webkit-transition-timing-function: ease-in-out;
  1374 	transition-property: transform, -webkit-transform;
  1305 	transition-timing-function: ease-in-out;
  1375 	transition-timing-function: ease-in-out;
  1306 }
  1376 }
  1307 
  1377 
  1308 /* =Media Queries
  1378 /* =Media Queries
  1309 -------------------------------------------------------------- */
  1379 -------------------------------------------------------------- */
  1315   (-webkit-min-device-pixel-ratio: 1.25),
  1385   (-webkit-min-device-pixel-ratio: 1.25),
  1316   (min-resolution: 120dpi) {
  1386   (min-resolution: 120dpi) {
  1317 	#content-resize-handle,
  1387 	#content-resize-handle,
  1318 	#post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1388 	#post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1319 		background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
  1389 		background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
  1320 		-webkit-background-size: 11px 11px;
       
  1321 		background-size: 11px 11px;
  1390 		background-size: 11px 11px;
  1322 	}
  1391 	}
  1323 
  1392 
       
  1393 	/*rtl:ignore*/
  1324 	.rtl #content-resize-handle,
  1394 	.rtl #content-resize-handle,
  1325 	.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1395 	.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
  1326 		background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
  1396 		background-image: url(../images/resize-rtl-2x.gif);
       
  1397 		background-position: left bottom;
  1327 	}
  1398 	}
  1328 }
  1399 }
  1329 
  1400 
  1330 /* one column on the post write/edit screen */
  1401 /* one column on the post write/edit screen */
  1331 @media only screen and (max-width: 850px) {
  1402 @media only screen and (max-width: 850px) {
  1360 		display: none;
  1431 		display: none;
  1361 	}
  1432 	}
  1362 }
  1433 }
  1363 
  1434 
  1364 @media screen and ( max-width: 782px ) {
  1435 @media screen and ( max-width: 782px ) {
       
  1436 	.wp-core-ui .edit-tag-actions .button-primary {
       
  1437 		margin-bottom: 0;
       
  1438 	}
       
  1439 
  1365 	#post-body-content {
  1440 	#post-body-content {
  1366 		min-width: 0;
  1441 		min-width: 0;
  1367 	}
  1442 	}
  1368 
  1443 
  1369 	#titlediv #title-prompt-text {
  1444 	#titlediv #title-prompt-text {
  1370 		padding: 10px 10px;
  1445 		padding: 10px 10px;
  1371 	}
  1446 	}
  1372 
  1447 
  1373 	#poststuff h3 {
  1448 	#poststuff h3.hndle, /* Back-compat for pre-4.4 */
       
  1449 	#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
       
  1450 	#poststuff h2 {
  1374 		padding: 12px;
  1451 		padding: 12px;
  1375 	}
  1452 	}
  1376 
  1453 
  1377 	.post-format-options {
  1454 	.post-format-options {
  1378 		padding-right: 0;
  1455 		padding-right: 0;
  1457 
  1534 
  1458 	.tagchecklist {
  1535 	.tagchecklist {
  1459 		margin: 25px 10px;
  1536 		margin: 25px 10px;
  1460 	}
  1537 	}
  1461 
  1538 
  1462 	.tagchecklist span {
  1539 	.tagchecklist > li {
  1463 		font-size: 16px;
  1540 		font-size: 16px;
  1464 		line-height: 120%;
  1541 		line-height: 1.4;
  1465 	}
  1542 	}
  1466 
  1543 
  1467 	/* Discussion */
  1544 	/* Discussion */
  1468 	#commentstatusdiv p {
  1545 	#commentstatusdiv p {
  1469 		line-height: 2.8;
  1546 		line-height: 2.8;
  1521 		margin: 7px 0 0 7px;
  1598 		margin: 7px 0 0 7px;
  1522 		padding: 8px 12px;
  1599 		padding: 8px 12px;
  1523 	}
  1600 	}
  1524 
  1601 
  1525 	#wp-content-media-buttons a {
  1602 	#wp-content-media-buttons a {
  1526 		font-size: 16px;
  1603 		font-size: 14px;
  1527 		line-height: 37px;
  1604 		padding: 6px 10px;
  1528 		height: 39px;
       
  1529 		padding: 0 20px 0 15px;
       
  1530 	}
  1605 	}
  1531 
  1606 
  1532 	.wp-media-buttons span.wp-media-buttons-icon,
  1607 	.wp-media-buttons span.wp-media-buttons-icon,
  1533 	.wp-media-buttons span.jetpack-contact-form-icon {
  1608 	.wp-media-buttons span.jetpack-contact-form-icon {
  1534 		width: 22px !important;
  1609 		width: 22px !important;
  1535 		margin-top: -3px !important;
  1610 		margin-left: -2px !important;
  1536 		margin-left: -5px !important;
       
  1537 	}
  1611 	}
  1538 
  1612 
  1539 	.wp-media-buttons .add_media span.wp-media-buttons-icon:before,
  1613 	.wp-media-buttons .add_media span.wp-media-buttons-icon:before,
  1540 	.wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
  1614 	.wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
  1541 		font-size: 20px !important;
  1615 		font-size: 20px !important;
  1555 	}
  1629 	}
  1556 
  1630 
  1557 	#delete-action,
  1631 	#delete-action,
  1558 	#publishing-action {
  1632 	#publishing-action {
  1559 		line-height: 47px;
  1633 		line-height: 47px;
       
  1634 	}
       
  1635 
       
  1636 	#publishing-action .spinner {
       
  1637 		float: none;
       
  1638 		margin-top: -2px; /* Half of the Publish button's bottom margin. */
  1560 	}
  1639 	}
  1561 
  1640 
  1562 	/* Moderate Comment */
  1641 	/* Moderate Comment */
  1563 	.comment-ays th,
  1642 	.comment-ays th,
  1564 	.comment-ays td {
  1643 	.comment-ays td {
  1576 
  1655 
  1577 	.links-table th,
  1656 	.links-table th,
  1578 	.links-table td {
  1657 	.links-table td {
  1579 		padding: 10px 0;
  1658 		padding: 10px 0;
  1580 	}
  1659 	}
  1581 }
  1660 	
  1582 
  1661 	.privacy-text-box {
  1583 @media only screen and (max-width: 500px) {
  1662 		width: auto;
  1584 	/* Align Add Media + Visual + Text tabs */
  1663 	}
  1585 	#wp-content-media-buttons a {
  1664 	
  1586 		font-size: 14px;
  1665 	.privacy-text-box-toc {
  1587 		padding: 0 10px 0 10px;
  1666 		float: none;
  1588 	}
  1667 		width: auto;
  1589 }
  1668 		height: 100%;
       
  1669 	}
       
  1670 
       
  1671 	.privacy-text-section a.return-to-top {
       
  1672 		float: none;
       
  1673 		margin: 0;
       
  1674 	}
       
  1675 }