wp/wp-admin/css/edit-rtl.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    67 	margin: 0 0 3px;
    67 	margin: 0 0 3px;
    68 	background-color: #fff;
    68 	background-color: #fff;
    69 }
    69 }
    70 
    70 
    71 #titlediv #title-prompt-text {
    71 #titlediv #title-prompt-text {
    72 	color: #72777c;
    72 	color: #646970;
    73 	position: absolute;
    73 	position: absolute;
    74 	font-size: 1.7em;
    74 	font-size: 1.7em;
    75 	padding: 10px;
    75 	padding: 10px;
    76 	pointer-events: none;
    76 	pointer-events: none;
    77 }
    77 }
    78 
    78 
    79 input#link_description,
    79 input#link_description,
    80 input#link_url {
    80 input#link_url {
    81 	width: 98%;
    81 	width: 100%;
    82 }
    82 }
    83 
    83 
    84 #pending {
    84 #pending {
    85 	background: 100% none;
    85 	background: 100% none;
    86 	border: 0 none;
    86 	border: 0 none;
    93 #comment-link-box {
    93 #comment-link-box {
    94 	line-height: 1.84615384;
    94 	line-height: 1.84615384;
    95 	min-height: 25px;
    95 	min-height: 25px;
    96 	margin-top: 5px;
    96 	margin-top: 5px;
    97 	padding: 0 10px;
    97 	padding: 0 10px;
    98 	color: #666;
    98 	color: #646970;
    99 }
    99 }
   100 
   100 
   101 #edit-slug-box .cancel {
   101 #edit-slug-box .cancel {
   102 	margin-left: 10px;
   102 	margin-left: 10px;
   103 	padding: 0;
   103 	padding: 0;
   149 
   149 
   150 /* Post Screen */
   150 /* Post Screen */
   151 
   151 
   152 /* Only highlight drop zones when dragging and only in the 2 columns layout. */
   152 /* Only highlight drop zones when dragging and only in the 2 columns layout. */
   153 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
   153 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
   154 	outline: 3px dashed #606a73;
   154 	outline: 3px dashed #646970;
   155 	/* Prevent margin on the child from collapsing with margin on the parent. */
   155 	/* Prevent margin on the child from collapsing with margin on the parent. */
   156 	display: flow-root;
   156 	display: flow-root;
   157 	/*
   157 	/*
   158 	 * This min-height is meant to limit jumpiness while dragging. It's equivalent
   158 	 * This min-height is meant to limit jumpiness while dragging. It's equivalent
   159 	 * to the minimum height of the sortable-placeholder which is given by the height
   159 	 * to the minimum height of the sortable-placeholder which is given by the height
   165 }
   165 }
   166 
   166 
   167 .postbox {
   167 .postbox {
   168 	position: relative;
   168 	position: relative;
   169 	min-width: 255px;
   169 	min-width: 255px;
   170 	border: 1px solid #ccd0d4;
   170 	border: 1px solid #c3c4c7;
   171 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   171 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   172 	background: #fff;
   172 	background: #fff;
   173 }
   173 }
   174 
   174 
   175 #trackback_url {
   175 #trackback_url {
   217 #side-sortables .category-tabs .tabs a,
   217 #side-sortables .category-tabs .tabs a,
   218 #side-sortables .add-menu-item-tabs .tabs a,
   218 #side-sortables .add-menu-item-tabs .tabs a,
   219 .wp-tab-bar .wp-tab-active a,
   219 .wp-tab-bar .wp-tab-active a,
   220 #post-body ul.category-tabs li.tabs a,
   220 #post-body ul.category-tabs li.tabs a,
   221 #post-body ul.add-menu-item-tabs li.tabs a {
   221 #post-body ul.add-menu-item-tabs li.tabs a {
   222 	color: #32373c;
   222 	color: #2c3338;
   223 }
   223 }
   224 
   224 
   225 .category-tabs {
   225 .category-tabs {
   226 	margin: 8px 0 5px;
   226 	margin: 8px 0 5px;
   227 }
   227 }
   269 }
   269 }
   270 
   270 
   271 ul.category-tabs li.tabs,
   271 ul.category-tabs li.tabs,
   272 ul.add-menu-item-tabs li.tabs,
   272 ul.add-menu-item-tabs li.tabs,
   273 .wp-tab-active {
   273 .wp-tab-active {
   274 	border: 1px solid #ddd;
   274 	border: 1px solid #dcdcde;
   275 	border-bottom-color: #fdfdfd;
   275 	border-bottom-color: #fff;
   276 	background-color: #fdfdfd;
   276 	background-color: #fff;
   277 }
   277 }
   278 
   278 
   279 ul.category-tabs li,
   279 ul.category-tabs li,
   280 ul.add-menu-item-tabs li,
   280 ul.add-menu-item-tabs li,
   281 ul.wp-tab-bar li {
   281 ul.wp-tab-bar li {
   290 #postimagediv .inside img {
   290 #postimagediv .inside img {
   291 	max-width: 100%;
   291 	max-width: 100%;
   292 	height: auto;
   292 	height: auto;
   293 	width: auto;
   293 	width: auto;
   294 	vertical-align: top;
   294 	vertical-align: top;
   295 	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);
   295 	background-image: linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
   296 	background-position: 100% 0, 10px 10px;
   296 	background-position: 100% 0, 10px 10px;
   297 	background-size: 20px 20px;
   297 	background-size: 20px 20px;
   298 }
   298 }
   299 
   299 
   300 form#tags-filter {
   300 form#tags-filter {
   321 }
   321 }
   322 
   322 
   323 #post-status-info {
   323 #post-status-info {
   324 	width: 100%;
   324 	width: 100%;
   325 	border-spacing: 0;
   325 	border-spacing: 0;
   326 	border: 1px solid #ccd0d4;
   326 	border: 1px solid #c3c4c7;
   327 	border-top: none;
   327 	border-top: none;
   328 	background-color: #f7f7f7;
   328 	background-color: #f6f7f7;
   329 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   329 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   330 	z-index: 999;
   330 	z-index: 999;
   331 }
   331 }
   332 
   332 
   333 #post-status-info td {
   333 #post-status-info td {
   362 #postdivrich #content {
   362 #postdivrich #content {
   363 	resize: none;
   363 	resize: none;
   364 }
   364 }
   365 
   365 
   366 #wp-word-count {
   366 #wp-word-count {
   367 	display: block;
       
   368 	padding: 2px 10px;
   367 	padding: 2px 10px;
   369 }
   368 }
   370 
   369 
   371 #wp-content-editor-container {
   370 #wp-content-editor-container {
   372 	position: relative;
   371 	position: relative;
   373 }
   372 }
   374 
   373 
   375 .wp-editor-expand #wp-content-editor-tools {
   374 .wp-editor-expand #wp-content-editor-tools {
   376 	z-index: 1000;
   375 	z-index: 1000;
   377 	border-bottom: 1px solid #ccd0d4;
   376 	border-bottom: 1px solid #c3c4c7;
   378 }
   377 }
   379 
   378 
   380 .wp-editor-expand #wp-content-editor-container {
   379 .wp-editor-expand #wp-content-editor-container {
   381 	box-shadow: none;
   380 	box-shadow: none;
   382 	margin-top: -1px;
   381 	margin-top: -1px;
   389 .wp-editor-expand div.mce-statusbar {
   388 .wp-editor-expand div.mce-statusbar {
   390 	z-index: 1;
   389 	z-index: 1;
   391 }
   390 }
   392 
   391 
   393 .wp-editor-expand #post-status-info {
   392 .wp-editor-expand #post-status-info {
   394 	border-top: 1px solid #ccd0d4;
   393 	border-top: 1px solid #c3c4c7;
   395 }
   394 }
   396 
   395 
   397 .wp-editor-expand div.mce-toolbar-grp {
   396 .wp-editor-expand div.mce-toolbar-grp {
   398 	z-index: 999;
   397 	z-index: 999;
   399 }
   398 }
   421 	display: none;
   420 	display: none;
   422 }
   421 }
   423 /* End TinyMCE native fullscreen mode override */
   422 /* End TinyMCE native fullscreen mode override */
   424 
   423 
   425 #wp-content-editor-tools {
   424 #wp-content-editor-tools {
   426 	background-color: #f1f1f1;
   425 	background-color: #f0f0f1;
   427 	padding-top: 20px;
   426 	padding-top: 20px;
   428 }
   427 }
   429 
   428 
   430 #poststuff #post-body.columns-2 #side-sortables {
   429 #poststuff #post-body.columns-2 #side-sortables {
   431 	width: 280px;
   430 	width: 280px;
   458 }
   457 }
   459 
   458 
   460 #post-body .misc-pub-post-status:before,
   459 #post-body .misc-pub-post-status:before,
   461 #post-body #visibility:before,
   460 #post-body #visibility:before,
   462 .curtime #timestamp:before,
   461 .curtime #timestamp:before,
       
   462 #post-body .misc-pub-uploadedby:before,
       
   463 #post-body .misc-pub-uploadedto:before,
   463 #post-body .misc-pub-revisions:before,
   464 #post-body .misc-pub-revisions:before,
   464 #post-body .misc-pub-response-to:before,
   465 #post-body .misc-pub-response-to:before,
   465 #post-body .misc-pub-comment-status:before {
   466 #post-body .misc-pub-comment-status:before {
   466 	color: #82878c;
   467 	color: #8c8f94;
   467 }
   468 }
   468 
   469 
   469 #post-body .misc-pub-post-status:before,
   470 #post-body .misc-pub-post-status:before,
   470 #post-body #visibility:before,
   471 #post-body #visibility:before,
   471 .curtime #timestamp:before,
   472 .curtime #timestamp:before,
       
   473 #post-body .misc-pub-uploadedby:before,
       
   474 #post-body .misc-pub-uploadedto:before,
   472 #post-body .misc-pub-revisions:before,
   475 #post-body .misc-pub-revisions:before,
   473 #post-body .misc-pub-response-to:before,
   476 #post-body .misc-pub-response-to:before,
   474 #post-body .misc-pub-comment-status:before {
   477 #post-body .misc-pub-comment-status:before {
   475 	font: normal 20px/1 dashicons;
   478 	font: normal 20px/1 dashicons;
   476 	speak: none;
   479 	speak: never;
   477 	display: inline-block;
   480 	display: inline-block;
   478 	margin-right: -1px;
   481 	margin-right: -1px;
   479 	padding-left: 3px;
   482 	padding-left: 3px;
   480 	vertical-align: top;
   483 	vertical-align: top;
   481 	-webkit-font-smoothing: antialiased;
   484 	-webkit-font-smoothing: antialiased;
   491 	content: "\f177";
   494 	content: "\f177";
   492 }
   495 }
   493 
   496 
   494 .curtime #timestamp:before {
   497 .curtime #timestamp:before {
   495 	content: "\f145";
   498 	content: "\f145";
       
   499 	position: relative;
       
   500 	top: -1px;
       
   501 }
       
   502 
       
   503 #post-body .misc-pub-uploadedby:before {
       
   504 	content: "\f110";
       
   505 	position: relative;
       
   506 	top: -1px;
       
   507 }
       
   508 
       
   509 #post-body .misc-pub-uploadedto:before {
       
   510 	content: "\f318";
   496 	position: relative;
   511 	position: relative;
   497 	top: -1px;
   512 	top: -1px;
   498 }
   513 }
   499 
   514 
   500 #post-body .misc-pub-revisions:before {
   515 #post-body .misc-pub-revisions:before {
   630 #poststuff .stuffbox h2 {
   645 #poststuff .stuffbox h2 {
   631 	padding: 8px 10px;
   646 	padding: 8px 10px;
   632 }
   647 }
   633 
   648 
   634 #poststuff .stuffbox > h2 {
   649 #poststuff .stuffbox > h2 {
   635 	border-bottom: 1px solid #eee;
   650 	border-bottom: 1px solid #f0f0f1;
   636 }
   651 }
   637 
   652 
   638 #poststuff .inside {
   653 #poststuff .inside {
   639 	margin: 6px 0 0 0;
   654 	margin: 6px 0 0 0;
       
   655 }
       
   656 
       
   657 .link-php #poststuff .inside,
       
   658 .link-add-php #poststuff .inside {
       
   659 	margin-top: 12px;
   640 }
   660 }
   641 
   661 
   642 #poststuff .stuffbox .inside {
   662 #poststuff .stuffbox .inside {
   643 	margin: 0;
   663 	margin: 0;
   644 }
   664 }
   678 	margin-top: 0.5385em;
   698 	margin-top: 0.5385em;
   679 	display: inline-block;
   699 	display: inline-block;
   680 	min-height: 1.6923em;
   700 	min-height: 1.6923em;
   681 }
   701 }
   682 
   702 
       
   703 /**
       
   704 * Privacy Settings section
       
   705 *
       
   706 * Note: This section includes selectors from
       
   707 * Site Health where duplicate styling is used.
       
   708 */
       
   709 
       
   710 /* General */
       
   711 .privacy-settings #wpcontent,
       
   712 .privacy-settings.auto-fold #wpcontent,
       
   713 .site-health #wpcontent,
       
   714 .site-health.auto-fold #wpcontent {
       
   715 	padding-right: 0;
       
   716 }
       
   717 
       
   718 /* Emulates .wrap h1 styling */
       
   719 .privacy-settings-header h1,
       
   720 .health-check-header h1 {
       
   721 	display: inline-block;
       
   722 	font-weight: 600;
       
   723 	margin: 0 0.8rem 1rem;
       
   724 	font-size: 23px;
       
   725 	padding: 9px 0 4px 0;
       
   726 	line-height: 1.3;
       
   727 }
       
   728 
       
   729 /* Header */
       
   730 .privacy-settings-header,
       
   731 .health-check-header {
       
   732 	text-align: center;
       
   733 	margin: 0 0 1rem;
       
   734 	background: #fff;
       
   735 	border-bottom: 1px solid #dcdcde;
       
   736 }
       
   737 
       
   738 .privacy-settings-title-section,
       
   739 .health-check-title-section {
       
   740 	display: flex;
       
   741 	align-items: center;
       
   742 	justify-content: center;
       
   743 	clear: both;
       
   744 	padding-top: 8px;
       
   745 }
       
   746 
       
   747 .privacy-settings-tabs-wrapper {
       
   748 	/* IE 11 */
       
   749 	display: -ms-inline-grid;
       
   750 	-ms-grid-columns: 1fr 1fr;
       
   751 	vertical-align: top;
       
   752 	/* modern browsers */
       
   753 	display: inline-grid;
       
   754 	grid-template-columns: 1fr 1fr;
       
   755 }
       
   756 
       
   757 .privacy-settings-tab {
       
   758 	display: block; /* IE 11 */
       
   759 	text-decoration: none;
       
   760 	color: inherit;
       
   761 	padding: 0.5rem 1rem 1rem;
       
   762 	margin: 0 1rem;
       
   763 	transition: box-shadow 0.5s ease-in-out;
       
   764 }
       
   765 
       
   766 .privacy-settings-tab:nth-child(1),
       
   767 .health-check-tab:nth-child(1) {
       
   768 	-ms-grid-column: 1; /* IE 11 */
       
   769 }
       
   770 
       
   771 .privacy-settings-tab:nth-child(2),
       
   772 .health-check-tab:nth-child(2) {
       
   773 	-ms-grid-column: 2; /* IE 11 */
       
   774 }
       
   775 
       
   776 .privacy-settings-tab:focus,
       
   777 .health-check-tab:focus {
       
   778 	color: #1d2327;
       
   779 	outline: 1px solid #787c82;
       
   780 	box-shadow: none;
       
   781 }
       
   782 
       
   783 .privacy-settings-tab.active,
       
   784 .health-check-tab.active {
       
   785 	box-shadow: inset 0 -3px #3582c4;
       
   786 	font-weight: 600;
       
   787 }
       
   788 
       
   789 /* Body */
       
   790 .privacy-settings-body,
       
   791 .health-check-body {
       
   792 	max-width: 800px;
       
   793 	margin: 0 auto;
       
   794 }
       
   795 
       
   796 .tools-privacy-policy-page th {
       
   797 	min-width: 230px;
       
   798 }
       
   799 
       
   800 .hr-separator {
       
   801 	margin-top: 20px;
       
   802 	margin-bottom: 15px;
       
   803 }
       
   804 
       
   805 /* Accordions */
       
   806 .privacy-settings-accordion,
       
   807 .health-check-accordion {
       
   808 	border: 1px solid #c3c4c7;
       
   809 }
       
   810 
       
   811 .privacy-settings-accordion-heading,
       
   812 .health-check-accordion-heading {
       
   813 	margin: 0;
       
   814 	border-top: 1px solid #c3c4c7;
       
   815 	font-size: inherit;
       
   816 	line-height: inherit;
       
   817 	font-weight: 600;
       
   818 	color: inherit;
       
   819 }
       
   820 
       
   821 .privacy-settings-accordion-heading:first-child,
       
   822 .health-check-accordion-heading:first-child {
       
   823 	border-top: none;
       
   824 }
       
   825 
       
   826 .privacy-settings-accordion-trigger,
       
   827 .health-check-accordion-trigger {
       
   828 	background: #fff;
       
   829 	border: 0;
       
   830 	color: #2c3338;
       
   831 	cursor: pointer;
       
   832 	display: flex;
       
   833 	font-weight: 400;
       
   834 	margin: 0;
       
   835 	padding: 1em 1.5em 1em 3.5em;
       
   836 	min-height: 46px;
       
   837 	position: relative;
       
   838 	text-align: right;
       
   839 	width: 100%;
       
   840 	align-items: center;
       
   841 	justify-content: space-between;
       
   842 	-webkit-user-select: auto;
       
   843 	user-select: auto;
       
   844 }
       
   845 
       
   846 .privacy-settings-accordion-trigger:hover,
       
   847 .privacy-settings-accordion-trigger:active,
       
   848 .health-check-accordion-trigger:hover,
       
   849 .health-check-accordion-trigger:active {
       
   850 	background: #f6f7f7;
       
   851 }
       
   852 
       
   853 .privacy-settings-accordion-trigger:focus,
       
   854 .health-check-accordion-trigger:focus {
       
   855 	color: #1d2327;
       
   856 	border: none;
       
   857 	box-shadow: none;
       
   858 	outline-offset: -1px;
       
   859 	outline: 2px solid #2271b1;
       
   860 	background-color: #f6f7f7;
       
   861 }
       
   862 
       
   863 .privacy-settings-accordion-trigger .title,
       
   864 .health-check-accordion-trigger .title {
       
   865 	pointer-events: none;
       
   866 	font-weight: 600;
       
   867 	flex-grow: 1;
       
   868 }
       
   869 
       
   870 .privacy-settings-accordion-trigger .icon,
       
   871 .privacy-settings-view-read .icon,
       
   872 .health-check-accordion-trigger .icon,
       
   873 .site-health-view-passed .icon {
       
   874 	border: solid #50575e;
       
   875 	border-width: 0 0 2px 2px;
       
   876 	height: 0.5rem;
       
   877 	pointer-events: none;
       
   878 	position: absolute;
       
   879 	left: 1.5em;
       
   880 	top: 50%;
       
   881 	transform: translateY(-70%) rotate(-45deg);
       
   882 	width: 0.5rem;
       
   883 }
       
   884 
       
   885 .privacy-settings-accordion-trigger .badge,
       
   886 .health-check-accordion-trigger .badge {
       
   887 	padding: 0.1rem 0.5rem 0.15rem;
       
   888 	color: #2c3338;
       
   889 	font-weight: 600;
       
   890 }
       
   891 
       
   892 .privacy-settings-accordion-trigger .badge {
       
   893 	margin-right: 0.5rem;
       
   894 }
       
   895 
       
   896 .privacy-settings-accordion-trigger .badge.blue,
       
   897 .health-check-accordion-trigger .badge.blue {
       
   898 	border: 1px solid #72aee6;
       
   899 }
       
   900 
       
   901 .privacy-settings-accordion-trigger .badge.orange,
       
   902 .health-check-accordion-trigger .badge.orange {
       
   903 	border: 1px solid #dba617;
       
   904 }
       
   905 
       
   906 .privacy-settings-accordion-trigger .badge.red,
       
   907 .health-check-accordion-trigger .badge.red {
       
   908 	border: 1px solid #e65054;
       
   909 }
       
   910 
       
   911 .privacy-settings-accordion-trigger .badge.green,
       
   912 .health-check-accordion-trigger .badge.green {
       
   913 	border: 1px solid #00ba37;
       
   914 }
       
   915 
       
   916 .privacy-settings-accordion-trigger .badge.purple,
       
   917 .health-check-accordion-trigger .badge.purple {
       
   918 	border: 1px solid #2271b1;
       
   919 }
       
   920 
       
   921 .privacy-settings-accordion-trigger .badge.gray,
       
   922 .health-check-accordion-trigger .badge.gray {
       
   923 	border: 1px solid #c3c4c7;
       
   924 }
       
   925 
       
   926 .privacy-settings-accordion-trigger[aria-expanded="true"] .icon,
       
   927 .privacy-settings-view-passed[aria-expanded="true"] .icon,
       
   928 .health-check-accordion-trigger[aria-expanded="true"] .icon,
       
   929 .site-health-view-passed[aria-expanded="true"] .icon {
       
   930 	transform: translateY(-30%) rotate(135deg)
       
   931 }
       
   932 
       
   933 .privacy-settings-accordion-panel,
       
   934 .health-check-accordion-panel {
       
   935 	margin: 0;
       
   936 	padding: 1em 1.5em;
       
   937 	background: #fff;
       
   938 }
       
   939 
       
   940 .privacy-settings-accordion-panel[hidden],
       
   941 .health-check-accordion-panel[hidden] {
       
   942 	display: none;
       
   943 }
       
   944 
       
   945 .privacy-settings-accordion-panel a .dashicons,
       
   946 .health-check-accordion-panel a .dashicons {
       
   947 	text-decoration: none;
       
   948 }
       
   949 
       
   950 .privacy-settings-accordion-actions {
       
   951 	text-align: left;
       
   952 	display: block;
       
   953 }
       
   954 
       
   955 .privacy-settings-accordion-actions .success {
       
   956 	display: none;
       
   957 	color: #008a20;
       
   958 	padding-left: 1em;
       
   959 	padding-top: 6px;
       
   960 }
       
   961 
       
   962 .privacy-settings-accordion-actions .success.visible {
       
   963 	display: inline-block;
       
   964 }
       
   965 
   683 /* Suggested text for privacy policy */
   966 /* Suggested text for privacy policy */
   684 .wp-privacy-policy-guide {
   967 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
   685 	max-width: 1000px;
   968 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-policy-tutorial,
   686 }
   969 .privacy-settings-accordion-panel.hide-privacy-policy-tutorial .privacy-text-copy {
   687 
       
   688 .privacy-text-box {
       
   689 	width: calc(100% - 260px);
       
   690 }
       
   691 
       
   692 .privacy-text-box-toc {
       
   693 	float: left;
       
   694 	width: 250px;
       
   695 	background-color: #fff;
       
   696 }
       
   697 
       
   698 .privacy-text-box-toc p {
       
   699 	margin: 0;
       
   700 	padding: 0.7em 1em;
       
   701 	border-bottom: 1px solid #eee;
       
   702 }
       
   703 
       
   704 .privacy-text-box-toc ol {
       
   705 	margin-right: 2em;
       
   706 }
       
   707 
       
   708 .wp-privacy-policy-guide h3 {
       
   709 	font-size: 1.2em;
       
   710 	margin: 1em 0 0.5em;
       
   711 }
       
   712 
       
   713 .privacy-text-section .privacy-text-copy {
       
   714 	float: left;
       
   715 }
       
   716 
       
   717 .privacy-text-section {
       
   718 	position: relative;
       
   719 	border-top: 1px solid #e3e3e3;
       
   720 }
       
   721 
       
   722 .privacy-text-box-head,
       
   723 .privacy-text-section.text-removed {
       
   724 	padding-bottom: 12px;
       
   725 }
       
   726 
       
   727 .text-removed .policy-text {
       
   728 	color: #666;
       
   729 	font-weight: 600;
       
   730 }
       
   731 
       
   732 .privacy-text-actions {
       
   733 	display: inline-block;
       
   734 	width: 100%;
       
   735 	height: 32px;
       
   736 	line-height: 2.46153846;
       
   737 	padding-bottom: 6px;
       
   738 }
       
   739 
       
   740 .privacy-text-actions .success {
       
   741 	display: none;
   970 	display: none;
   742 	color: #40860a;
   971 }
   743 	float: left;
   972 
   744 	padding-left: 1em;
   973 .privacy-settings-accordion-panel strong.wp-policy-help, /* For back-compat, see #49282 */
   745 }
   974 .privacy-settings-accordion-panel strong.privacy-policy-tutorial {
   746 
       
   747 .privacy-text-actions .success.visible {
       
   748 	display: inline-block;
       
   749 	height: 32px;
       
   750 }
       
   751 
       
   752 .wp-privacy-policy-guide .policy-text h2 {
       
   753 	margin: 1.2em 0 1em;
       
   754 	padding: 0;
       
   755 }
       
   756 
       
   757 .suggested-policy-content {
       
   758 	font-style: italic;
       
   759 }
       
   760 
       
   761 .privacy-text-section .return-to-top {
       
   762 	float: left;
       
   763 	margin-left: -250px;
       
   764 	margin-top: 6px;
       
   765 }
       
   766 
       
   767 #wpbody:target:before {
       
   768 	content: "";
       
   769 	display: block;
   975 	display: block;
   770 	padding-top: 50px;
   976 	margin: 0 0 1em;
   771 	margin-top: -50px;
   977 }
   772 }
   978 
   773 
   979 .privacy-text-copy span {
   774 .hide-privacy-policy-tutorial {
   980 	pointer-events: none;
   775 	background-color: #fff;
   981 }
   776 }
   982 
   777 
   983 .privacy-settings-accordion-panel .wp-suggested-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
   778 .hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
   984 .privacy-settings-accordion-panel .wp-suggested-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
   779 .hide-privacy-policy-tutorial .privacy-policy-tutorial {
   985 .privacy-settings-accordion-panel > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p),
   780 	display: none;
   986 .privacy-settings-accordion-panel div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help):not(.privacy-text-copy):not(span.success):not(.notice p) {
   781 }
       
   782 
       
   783 .policy-text {
       
   784 	margin-bottom: 1em;
       
   785 }
       
   786 
       
   787 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help),
       
   788 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
       
   789 	background-color: #fff;
       
   790 	margin: 0;
   987 	margin: 0;
   791 	padding: 1em;
   988 	padding: 1em;
   792 }
   989 	border-right: 2px solid #787c82;
   793 
   990 }
   794 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help),
   991 
   795 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
   992 /* Media queries */
   796 	padding-top: 0;
   993 @media screen and (max-width: 782px) {
   797 }
   994 
   798 
   995 	.privacy-settings-body,
   799 .hide-privacy-policy-tutorial > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
   996 	.health-check-body {
   800 	margin: 1em 0;
   997 		margin: 0 12px;
   801 	padding: 0;
   998 		width: auto;
   802 }
   999 	}
   803 
  1000 
   804 .policy-text ul li,
  1001 	.privacy-settings .notice,
   805 .policy-text ol li {
  1002 	.site-health .notice {
   806 	margin-right: 2em;
  1003 		margin: 5px 10px 15px;
   807 }
  1004 	}
   808 
  1005 
   809 .policy-text ul {
  1006 	.privacy-settings .update-nag,
   810 	list-style: disc;
  1007 	.site-health .update-nag {
   811 }
  1008 		margin-left: 10px;
   812 
  1009 		margin-right: 10px;
   813 strong.wp-policy-help, /* For back-compat, see #49282 */
  1010 	}
   814 strong.privacy-policy-tutorial {
  1011 
   815 	display: block;
  1012 	input#create-page {
   816 	margin: 0 0 1em;
  1013 		margin-top: 10px;
   817 }
  1014 	}
   818 
  1015 
   819 .notice.wp-pp-notice {
  1016 	.wp-core-ui button.privacy-text-copy {
   820 	margin: 15px 0 3px;
  1017 		white-space: normal;
   821 }
  1018 		line-height: 1.8;
       
  1019 	}
       
  1020 }
       
  1021 
       
  1022 @media only screen and (max-width: 1004px) {
       
  1023 
       
  1024 	.privacy-settings-body,
       
  1025 	.health-check-body {
       
  1026 		margin: 0 22px;
       
  1027 		width: auto;
       
  1028 	}
       
  1029 }
       
  1030 
       
  1031 /**
       
  1032 * End Privacy Settings section
       
  1033 */
   822 
  1034 
   823 /*------------------------------------------------------------------------------
  1035 /*------------------------------------------------------------------------------
   824   11.1 - Custom Fields
  1036   11.1 - Custom Fields
   825 ------------------------------------------------------------------------------*/
  1037 ------------------------------------------------------------------------------*/
   826 
  1038 
   827 #postcustomstuff thead th {
  1039 #postcustomstuff thead th {
   828 	padding: 5px 8px 8px;
  1040 	padding: 5px 8px 8px;
   829 	background-color: #f1f1f1;
  1041 	background-color: #f0f0f1;
   830 }
  1042 }
   831 
  1043 
   832 #postcustom #postcustomstuff .submit {
  1044 #postcustom #postcustomstuff .submit {
   833 	border: 0 none;
  1045 	border: 0 none;
   834 	float: none;
  1046 	float: none;
   851 }
  1063 }
   852 
  1064 
   853 #postcustomstuff table {
  1065 #postcustomstuff table {
   854 	margin: 0;
  1066 	margin: 0;
   855 	width: 100%;
  1067 	width: 100%;
   856 	border: 1px solid #ddd;
  1068 	border: 1px solid #dcdcde;
   857 	border-spacing: 0;
  1069 	border-spacing: 0;
   858 	background-color: #f9f9f9;
  1070 	background-color: #f6f7f7;
   859 }
  1071 }
   860 
  1072 
   861 #postcustomstuff tr {
  1073 #postcustomstuff tr {
   862 	vertical-align: top;
  1074 	vertical-align: top;
   863 }
  1075 }
   946 	vertical-align: middle;
  1158 	vertical-align: middle;
   947 	height: 20px;
  1159 	height: 20px;
   948 	width: 20px;
  1160 	width: 20px;
   949 	margin-top: -4px;
  1161 	margin-top: -4px;
   950 	margin-left: 7px;
  1162 	margin-left: 7px;
   951 	color: #ddd;
  1163 	color: #dcdcde;
   952 	font: normal 20px/1 dashicons;
  1164 	font: normal 20px/1 dashicons;
   953 	speak: none;
  1165 	speak: never;
   954 	-webkit-font-smoothing: antialiased;
  1166 	-webkit-font-smoothing: antialiased;
   955 	-moz-osx-font-smoothing: grayscale;
  1167 	-moz-osx-font-smoothing: grayscale;
   956 }
  1168 }
   957 
  1169 
   958 a.post-format-icon:hover:before {
  1170 a.post-format-icon:hover:before {
   959 	color: #006799;
  1171 	color: #135e96;
   960 }
  1172 }
   961 
  1173 
   962 #post-formats-select {
  1174 #post-formats-select {
   963 	line-height: 2;
  1175 	line-height: 2;
   964 }
  1176 }
  1040 .taxonomydiv div.tabs-panel {
  1252 .taxonomydiv div.tabs-panel {
  1041 	min-height: 42px;
  1253 	min-height: 42px;
  1042 	max-height: 200px;
  1254 	max-height: 200px;
  1043 	overflow: auto;
  1255 	overflow: auto;
  1044 	padding: 0 0.9em;
  1256 	padding: 0 0.9em;
  1045 	border: solid 1px #ddd;
  1257 	border: solid 1px #dcdcde;
  1046 	background-color: #fdfdfd;
  1258 	background-color: #fff;
  1047 }
  1259 }
  1048 
  1260 
  1049 div.tabs-panel-active {
  1261 div.tabs-panel-active {
  1050 	display: block;
  1262 	display: block;
  1051 }
  1263 }
  1053 div.tabs-panel-inactive {
  1265 div.tabs-panel-inactive {
  1054 	display: none;
  1266 	display: none;
  1055 }
  1267 }
  1056 
  1268 
  1057 div.tabs-panel-active:focus {
  1269 div.tabs-panel-active:focus {
  1058 	box-shadow: inset 0 0 0 1px #5b9dd9, inset 0 0 2px 1px rgba(30, 140, 190, 0.8);
  1270 	box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8);
  1059 	outline: 0 none;
  1271 	outline: 0 none;
  1060 }
  1272 }
  1061 
  1273 
  1062 #front-page-warning,
  1274 #front-page-warning,
  1063 #front-static-pages ul,
  1275 #front-static-pages ul,
  1109 }
  1321 }
  1110 
  1322 
  1111 p.description,
  1323 p.description,
  1112 .form-wrap p {
  1324 .form-wrap p {
  1113 	margin: 2px 0 5px;
  1325 	margin: 2px 0 5px;
  1114 	color: #666;
  1326 	color: #646970;
  1115 }
  1327 }
  1116 
  1328 
  1117 p.help,
  1329 p.help,
  1118 p.description,
  1330 p.description,
  1119 span.description,
  1331 span.description,
  1197 }
  1409 }
  1198 
  1410 
  1199 #poststuff .inside .the-tagcloud {
  1411 #poststuff .inside .the-tagcloud {
  1200 	margin: 5px 0 10px;
  1412 	margin: 5px 0 10px;
  1201 	padding: 8px;
  1413 	padding: 8px;
  1202 	border: 1px solid #ddd;
  1414 	border: 1px solid #dcdcde;
  1203 	line-height: 1.2;
  1415 	line-height: 1.2;
  1204 	word-spacing: 3px;
  1416 	word-spacing: 3px;
  1205 }
  1417 }
  1206 
  1418 
  1207 .the-tagcloud ul {
  1419 .the-tagcloud ul {
  1210 
  1422 
  1211 .the-tagcloud ul li {
  1423 .the-tagcloud ul li {
  1212 	display: inline-block;
  1424 	display: inline-block;
  1213 }
  1425 }
  1214 
  1426 
  1215 /* Suggest.js autocomplete, no more used by core. */
  1427 /* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */
  1216 .ac_results {
  1428 .ac_results {
  1217 	display: none;
  1429 	display: none;
  1218 	margin: -1px 0 0;
  1430 	margin: -1px 0 0;
  1219 	padding: 0;
  1431 	padding: 0;
  1220 	list-style: none;
  1432 	list-style: none;
  1221 	position: absolute;
  1433 	position: absolute;
  1222 	z-index: 10000;
  1434 	z-index: 10000;
  1223 	border: 1px solid #5b9dd9;
  1435 	border: 1px solid #4f94d4;
  1224 	background-color: #fff;
  1436 	background-color: #fff;
  1225 }
  1437 }
  1226 
  1438 
  1227 .wp-customizer .ac_results {
  1439 .wp-customizer .ac_results {
  1228 	z-index: 500000;
  1440 	z-index: 500000;
  1235 	text-align: right;
  1447 	text-align: right;
  1236 }
  1448 }
  1237 
  1449 
  1238 .ac_results .ac_over,
  1450 .ac_results .ac_over,
  1239 .ac_over .ac_match {
  1451 .ac_over .ac_match {
  1240 	background-color: #0073aa;
  1452 	background-color: #2271b1;
  1241 	color: #fff;
  1453 	color: #fff;
  1242 	cursor: pointer;
  1454 	cursor: pointer;
  1243 }
  1455 }
  1244 
  1456 
  1245 .ac_match {
  1457 .ac_match {
  1277 
  1489 
  1278 .comment-ays .comment-content a[href]:after {
  1490 .comment-ays .comment-content a[href]:after {
  1279 	content: "(" attr( href ) ")";
  1491 	content: "(" attr( href ) ")";
  1280 	display: inline-block;
  1492 	display: inline-block;
  1281 	padding: 0 4px;
  1493 	padding: 0 4px;
  1282 	color: #72777C;
  1494 	color: #646970;
  1283 	font-size: 13px;
  1495 	font-size: 13px;
  1284 	word-break: break-all;
  1496 	word-break: break-all;
  1285 }
  1497 }
  1286 
  1498 
  1287 .comment-ays .comment-content p.edit-comment {
  1499 .comment-ays .comment-content p.edit-comment {
  1696 	.wp_themeSkin .mceSplitButton {
  1908 	.wp_themeSkin .mceSplitButton {
  1697 		margin-top: 1px;
  1909 		margin-top: 1px;
  1698 	}
  1910 	}
  1699 
  1911 
  1700 	.wp_themeSkin .mceSplitButton td a.mceAction {
  1912 	.wp_themeSkin .mceSplitButton td a.mceAction {
  1701 		padding-top: 6px;
  1913 		padding: 6px 6px 6px 3px;
  1702 		padding-bottom: 6px;
       
  1703 		padding-right: 6px;
       
  1704 		padding-left: 3px;
       
  1705 	}
  1914 	}
  1706 
  1915 
  1707 	.wp_themeSkin .mceSplitButton td a.mceOpen,
  1916 	.wp_themeSkin .mceSplitButton td a.mceOpen,
  1708 	.wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
  1917 	.wp_themeSkin .mceSplitButtonEnabled:hover td a.mceOpen {
  1709 		padding-top: 6px;
  1918 		padding-top: 6px;
  1781 	}
  1990 	}
  1782 
  1991 
  1783 	.links-table th,
  1992 	.links-table th,
  1784 	.links-table td {
  1993 	.links-table td {
  1785 		padding: 10px 0;
  1994 		padding: 10px 0;
       
  1995 	}
       
  1996 
       
  1997 	.edit-term-notes {
       
  1998 		display: none;
  1786 	}
  1999 	}
  1787 
  2000 
  1788 	.privacy-text-box {
  2001 	.privacy-text-box {
  1789 		width: auto;
  2002 		width: auto;
  1790 	}
  2003 	}