Coding Standards: Apply coding standards on CSS.

Remove units when the value is zero. Combine redundant values in shorthand declarations.
This was generated with `stylelint --fix` and a custom config (see #53866).

Props ankitmaru, audrasjb, pbiron, ayeshrajans, hareesh-pillai, netweb, mukesh27.
Fixes #53866.


Built from https://develop.svn.wordpress.org/trunk@51727


git-svn-id: http://core.svn.wordpress.org/trunk@51333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2021-09-02 22:18:00 +00:00
parent fcc79f847a
commit c11fbdc7ae
84 changed files with 233 additions and 233 deletions

View File

@ -40,7 +40,7 @@
.icon16 {
height: 18px;
width: 18px;
padding: 6px 6px;
padding: 6px;
margin: -6px -8px 0 0;
float: right;
}
@ -345,7 +345,7 @@
}
#adminmenu .wp-menu-image img {
padding: 9px 0 0 0;
padding: 9px 0 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
@ -488,7 +488,7 @@ ul#adminmenu > li.current > a.current:after {
#adminmenu li.wp-menu-separator {
height: 5px;
padding: 0;
margin: 0 0 6px 0;
margin: 0 0 6px;
cursor: inherit;
}
@ -503,7 +503,7 @@ ul#adminmenu > li.current > a.current:after {
font-weight: 400;
font-size: 14px;
padding: 5px 11px 5px 4px;
margin: -7px -5px 4px 0px;
margin: -7px -5px 4px 0;
border-width: 3px 5px 3px 0;
border-style: solid;
border-color: transparent;
@ -654,7 +654,7 @@ li#wp-admin-bar-menu-toggle {
.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
top: 0px;
top: 0;
right: 36px;
}

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
.icon16 {
height: 18px;
width: 18px;
padding: 6px 6px;
padding: 6px;
margin: -6px 0 0 -8px;
float: left;
}
@ -344,7 +344,7 @@
}
#adminmenu .wp-menu-image img {
padding: 9px 0 0 0;
padding: 9px 0 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
@ -487,7 +487,7 @@ ul#adminmenu > li.current > a.current:after {
#adminmenu li.wp-menu-separator {
height: 5px;
padding: 0;
margin: 0 0 6px 0;
margin: 0 0 6px;
cursor: inherit;
}
@ -502,7 +502,7 @@ ul#adminmenu > li.current > a.current:after {
font-weight: 400;
font-size: 14px;
padding: 5px 4px 5px 11px;
margin: -7px 0px 4px -5px;
margin: -7px 0 4px -5px;
border-width: 3px 0 3px 5px;
border-style: solid;
border-color: transparent;
@ -653,7 +653,7 @@ li#wp-admin-bar-menu-toggle {
.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
top: 0px;
top: 0;
left: 36px;
}

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
/* Needs higher specificiity. */
.wp-picker-container .wp-color-result.button {
min-height: 30px;
margin: 0 0px 6px 6px;
margin: 0 0 6px 6px;
padding: 0 30px 0 0;
font-size: 11px;
}

View File

@ -11,7 +11,7 @@
/* Needs higher specificiity. */
.wp-picker-container .wp-color-result.button {
min-height: 30px;
margin: 0 6px 6px 0px;
margin: 0 6px 6px 0;
padding: 0 0 0 30px;
font-size: 11px;
}

View File

@ -418,7 +418,7 @@ code {
kbd,
code {
padding: 3px 5px 2px 5px;
padding: 3px 5px 2px;
margin: 0 1px;
background: #f0f0f1;
background: rgba(0, 0, 0, 0.07);
@ -583,7 +583,7 @@ code {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 0 4px 0;
padding: 9px 0 4px;
line-height: 1.3;
}
@ -958,7 +958,7 @@ a#remove-post-thumbnail:hover {
}
#minor-publishing-actions {
padding: 10px 10px 0 10px;
padding: 10px 10px 0;
text-align: left;
}
@ -1233,7 +1233,7 @@ th.action-links {
.filter-group .filter-group-feature label {
display: block;
margin: 14px 23px 14px 0px;
margin: 14px 23px 14px 0;
}
.filter-drawer .buttons {
@ -1610,7 +1610,7 @@ form.upgrade {
form.upgrade .hint {
font-style: italic;
font-size: 85%;
margin: -0.5em 0 2em 0;
margin: -0.5em 0 2em;
}
.update-php .spinner {
@ -1708,7 +1708,7 @@ p.auto-update-status {
/* screen options and help tabs revert */
#screen-meta {
display: none;
margin: 0 0px -1px 20px;
margin: 0 0 -1px 20px;
position: relative;
background-color: #fff;
border: 1px solid #c3c4c7;
@ -3286,7 +3286,7 @@ img {
.tree-folder > .current-file::before {
right: 4px;
height: 15px;
width: 0px;
width: 0;
border-right: none;
top: 3px;
}
@ -3381,7 +3381,7 @@ img {
}
#templateside li.howto {
padding: 6px 12px 12px 12px;
padding: 6px 12px 12px;
}
.theme-editor-php .highlight {
@ -3433,7 +3433,7 @@ img {
}
.widget-top .widget-action .toggle-indicator:before {
padding: 1px 0px 1px 2px;
padding: 1px 0 1px 2px;
border-radius: 50%;
}
@ -3828,7 +3828,7 @@ img {
.wrap div.updated,
.wrap div.error,
.media-upload-form div.error {
margin: 20px 0 10px 0;
margin: 20px 0 10px;
padding: 5px 10px;
font-size: 14px;
line-height: 175%;
@ -3938,7 +3938,7 @@ img {
right: -8px;
}
.tree-folder > li::before {
top: 0px;
top: 0;
height: 13px;
}
.tree-folder > .current-file::before {

File diff suppressed because one or more lines are too long

View File

@ -417,7 +417,7 @@ code {
kbd,
code {
padding: 3px 5px 2px 5px;
padding: 3px 5px 2px;
margin: 0 1px;
background: #f0f0f1;
background: rgba(0, 0, 0, 0.07);
@ -582,7 +582,7 @@ code {
font-size: 23px;
font-weight: 400;
margin: 0;
padding: 9px 0 4px 0;
padding: 9px 0 4px;
line-height: 1.3;
}
@ -957,7 +957,7 @@ a#remove-post-thumbnail:hover {
}
#minor-publishing-actions {
padding: 10px 10px 0 10px;
padding: 10px 10px 0;
text-align: right;
}
@ -1232,7 +1232,7 @@ th.action-links {
.filter-group .filter-group-feature label {
display: block;
margin: 14px 0px 14px 23px;
margin: 14px 0 14px 23px;
}
.filter-drawer .buttons {
@ -1609,7 +1609,7 @@ form.upgrade {
form.upgrade .hint {
font-style: italic;
font-size: 85%;
margin: -0.5em 0 2em 0;
margin: -0.5em 0 2em;
}
.update-php .spinner {
@ -1707,7 +1707,7 @@ p.auto-update-status {
/* screen options and help tabs revert */
#screen-meta {
display: none;
margin: 0 20px -1px 0px;
margin: 0 20px -1px 0;
position: relative;
background-color: #fff;
border: 1px solid #c3c4c7;
@ -3285,7 +3285,7 @@ img {
.tree-folder > .current-file::before {
left: 4px;
height: 15px;
width: 0px;
width: 0;
border-left: none;
top: 3px;
}
@ -3380,7 +3380,7 @@ img {
}
#templateside li.howto {
padding: 6px 12px 12px 12px;
padding: 6px 12px 12px;
}
.theme-editor-php .highlight {
@ -3432,7 +3432,7 @@ img {
}
.widget-top .widget-action .toggle-indicator:before {
padding: 1px 2px 1px 0px;
padding: 1px 2px 1px 0;
border-radius: 50%;
}
@ -3827,7 +3827,7 @@ img {
.wrap div.updated,
.wrap div.error,
.media-upload-form div.error {
margin: 20px 0 10px 0;
margin: 20px 0 10px;
padding: 5px 10px;
font-size: 14px;
line-height: 175%;
@ -3937,7 +3937,7 @@ img {
left: -8px;
}
.tree-folder > li::before {
top: 0px;
top: 0;
height: 13px;
}
.tree-folder > .current-file::before {

File diff suppressed because one or more lines are too long

View File

@ -744,7 +744,7 @@ body.trashing #publish-settings {
}
.customize-section-title {
margin: -12px -12px 0 -12px;
margin: -12px -12px 0;
border-bottom: 1px solid #dcdcde;
background: #fff;
}
@ -767,11 +767,11 @@ div.customize-section-description p:last-child {
#customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child {
border-bottom: 1px solid #dcdcde;
padding: 12px 12px 12px 12px;
padding: 12px;
}
.ios #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child {
padding: 12px 12px 13px 12px;
padding: 12px 12px 13px;
}
.customize-section-title h3,
@ -1141,7 +1141,7 @@ p.customize-section-description {
*/
#customize-controls .customize-control-notifications-container { /* Scoped to #customize-controls for specificity over notification styles in common.css. */
margin: 4px 0 8px 0;
margin: 4px 0 8px;
padding: 0;
cursor: default;
}
@ -1154,7 +1154,7 @@ p.customize-section-description {
#customize-controls .customize-control-notifications-container li.notice {
list-style: none;
margin: 0 0 6px 0;
margin: 0 0 6px;
padding: 9px 14px;
overflow: hidden;
}
@ -1456,7 +1456,7 @@ p.customize-section-description {
}
.customize-control-header .header-view:last-child {
margin-bottom: 0px;
margin-bottom: 0;
}
/* Convoluted, but 'outline' support isn't good enough yet */
@ -1692,7 +1692,7 @@ p.customize-section-description {
border-bottom: 1px solid #dcdcde;
border-right: none;
border-left: none;
margin: 0 0 15px 0;
margin: 0 0 15px;
padding-left: 100px; /* Space for the button */
}
@ -1894,7 +1894,7 @@ p.customize-section-description {
}
.control-panel-themes .customize-themes-notifications .notice {
margin: 0 0 25px 0;
margin: 0 0 25px;
}
.customize-themes-full-container .customize-themes-section {
@ -1908,7 +1908,7 @@ p.customize-section-description {
.control-section .customize-section-text-before {
padding: 0 15px 8px 0;
margin: 15px 0 0 0;
margin: 15px 0 0;
line-height: 16px;
border-bottom: 1px solid #dcdcde;
color: #50575e;
@ -2129,7 +2129,7 @@ p.customize-section-description {
position: relative;
right: 0;
width: 100%;
margin: 0 0 25px 0;
margin: 0 0 25px;
}
.filter-drawer {
top: 46px;
@ -2239,7 +2239,7 @@ p.customize-section-description {
width: 26px;
display: block;
line-height: 2.3;
padding: 0 8px 0 8px;
padding: 0 8px;
border-left: 1px solid #dcdcde;
}
@ -2400,7 +2400,7 @@ body.cheatin h1 {
color: #50575e;
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 30px 0 0 0;
margin: 30px 0 0;
padding: 0 0 7px;
}

File diff suppressed because one or more lines are too long

View File

@ -743,7 +743,7 @@ body.trashing #publish-settings {
}
.customize-section-title {
margin: -12px -12px 0 -12px;
margin: -12px -12px 0;
border-bottom: 1px solid #dcdcde;
background: #fff;
}
@ -766,11 +766,11 @@ div.customize-section-description p:last-child {
#customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child {
border-bottom: 1px solid #dcdcde;
padding: 12px 12px 12px 12px;
padding: 12px;
}
.ios #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child {
padding: 12px 12px 13px 12px;
padding: 12px 12px 13px;
}
.customize-section-title h3,
@ -1140,7 +1140,7 @@ p.customize-section-description {
*/
#customize-controls .customize-control-notifications-container { /* Scoped to #customize-controls for specificity over notification styles in common.css. */
margin: 4px 0 8px 0;
margin: 4px 0 8px;
padding: 0;
cursor: default;
}
@ -1153,7 +1153,7 @@ p.customize-section-description {
#customize-controls .customize-control-notifications-container li.notice {
list-style: none;
margin: 0 0 6px 0;
margin: 0 0 6px;
padding: 9px 14px;
overflow: hidden;
}
@ -1455,7 +1455,7 @@ p.customize-section-description {
}
.customize-control-header .header-view:last-child {
margin-bottom: 0px;
margin-bottom: 0;
}
/* Convoluted, but 'outline' support isn't good enough yet */
@ -1691,7 +1691,7 @@ p.customize-section-description {
border-bottom: 1px solid #dcdcde;
border-left: none;
border-right: none;
margin: 0 0 15px 0;
margin: 0 0 15px;
padding-right: 100px; /* Space for the button */
}
@ -1893,7 +1893,7 @@ p.customize-section-description {
}
.control-panel-themes .customize-themes-notifications .notice {
margin: 0 0 25px 0;
margin: 0 0 25px;
}
.customize-themes-full-container .customize-themes-section {
@ -1907,7 +1907,7 @@ p.customize-section-description {
.control-section .customize-section-text-before {
padding: 0 0 8px 15px;
margin: 15px 0 0 0;
margin: 15px 0 0;
line-height: 16px;
border-bottom: 1px solid #dcdcde;
color: #50575e;
@ -2128,7 +2128,7 @@ p.customize-section-description {
position: relative;
left: 0;
width: 100%;
margin: 0 0 25px 0;
margin: 0 0 25px;
}
.filter-drawer {
top: 46px;
@ -2238,7 +2238,7 @@ p.customize-section-description {
width: 26px;
display: block;
line-height: 2.3;
padding: 0 8px 0 8px;
padding: 0 8px;
border-right: 1px solid #dcdcde;
}
@ -2399,7 +2399,7 @@ body.cheatin h1 {
color: #50575e;
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 30px 0 0 0;
margin: 30px 0 0;
padding: 0 0 7px;
}

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
#customize-theme-controls .customize-section-title-nav_menus-heading,
#customize-theme-controls .customize-section-title-menu_locations-heading,
#customize-theme-controls .customize-section-title-menu_locations-description {
padding: 0 12px 0 12px;
padding: 0 12px;
}
#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description {
@ -101,7 +101,7 @@
.wp-customizer .menu-item-settings .description-thin {
width: 100%;
height: auto;
margin: 0 0 8px 0;
margin: 0 0 8px;
}
.wp-customizer .menu-item-settings input[type="text"] {
@ -186,7 +186,7 @@
}
.wp-customizer .menu-settings dl {
margin: 12px 0 0 0;
margin: 12px 0 0;
padding: 0;
}
@ -323,7 +323,7 @@
#available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
display: block;
padding: 1px 0px 1px 2px;
padding: 1px 0 1px 2px;
speak: never;
border-radius: 50%;
color: #787c82;
@ -582,8 +582,8 @@
}
#available-menu-items .accordion-section-content .available-menu-items-list {
margin: 0 0 45px 0;
padding: 1px 15px 15px 15px;
margin: 0 0 45px;
padding: 1px 15px 15px;
}
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */
@ -591,7 +591,7 @@
}
#new-custom-menu-item .accordion-section-content {
padding: 0 15px 15px 15px;
padding: 0 15px 15px;
}
#available-menu-items .menu-item-tpl {
@ -691,7 +691,7 @@
position: absolute;
right: 0;
top: 60px; /* below title div / search input */
bottom: 0px; /* 100% height that still triggers lazy load */
bottom: 0; /* 100% height that still triggers lazy load */
max-height: none;
width: 100%;
padding: 1px 15px 15px;
@ -796,7 +796,7 @@ body.adding-menu-items #customize-preview iframe {
#create-new-menu-submit {
float: left;
margin: 0 0 12px 0;
margin: 0 0 12px;
}
.menu-delete-item {
@ -806,7 +806,7 @@ body.adding-menu-items #customize-preview iframe {
}
.assigned-menu-locations-title p {
margin: 0 0 8px 0;
margin: 0 0 8px;
}
li.assigned-to-menu-location .menu-delete-item {

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
#customize-theme-controls .customize-section-title-nav_menus-heading,
#customize-theme-controls .customize-section-title-menu_locations-heading,
#customize-theme-controls .customize-section-title-menu_locations-description {
padding: 0 12px 0 12px;
padding: 0 12px;
}
#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description {
@ -100,7 +100,7 @@
.wp-customizer .menu-item-settings .description-thin {
width: 100%;
height: auto;
margin: 0 0 8px 0;
margin: 0 0 8px;
}
.wp-customizer .menu-item-settings input[type="text"] {
@ -185,7 +185,7 @@
}
.wp-customizer .menu-settings dl {
margin: 12px 0 0 0;
margin: 12px 0 0;
padding: 0;
}
@ -322,7 +322,7 @@
#available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
display: block;
padding: 1px 2px 1px 0px;
padding: 1px 2px 1px 0;
speak: never;
border-radius: 50%;
color: #787c82;
@ -581,8 +581,8 @@
}
#available-menu-items .accordion-section-content .available-menu-items-list {
margin: 0 0 45px 0;
padding: 1px 15px 15px 15px;
margin: 0 0 45px;
padding: 1px 15px 15px;
}
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */
@ -590,7 +590,7 @@
}
#new-custom-menu-item .accordion-section-content {
padding: 0 15px 15px 15px;
padding: 0 15px 15px;
}
#available-menu-items .menu-item-tpl {
@ -690,7 +690,7 @@
position: absolute;
left: 0;
top: 60px; /* below title div / search input */
bottom: 0px; /* 100% height that still triggers lazy load */
bottom: 0; /* 100% height that still triggers lazy load */
max-height: none;
width: 100%;
padding: 1px 15px 15px;
@ -795,7 +795,7 @@ body.adding-menu-items #customize-preview iframe {
#create-new-menu-submit {
float: right;
margin: 0 0 12px 0;
margin: 0 0 12px;
}
.menu-delete-item {
@ -805,7 +805,7 @@ body.adding-menu-items #customize-preview iframe {
}
.assigned-menu-locations-title p {
margin: 0 0 8px 0;
margin: 0 0 8px;
}
li.assigned-to-menu-location .menu-delete-item {

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,7 @@
}
.widget-inside {
padding: 1px 10px 10px 10px;
padding: 1px 10px 10px;
border-top: none;
line-height: 1.23076923;
}

File diff suppressed because one or more lines are too long

View File

@ -81,7 +81,7 @@
}
.widget-inside {
padding: 1px 10px 10px 10px;
padding: 1px 10px 10px;
border-top: none;
line-height: 1.23076923;
}

File diff suppressed because one or more lines are too long

View File

@ -519,7 +519,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_primary .rss-widget {
font-size: 13px;
padding: 0 12px 0;
padding: 0 12px;
}
#dashboard_primary .rss-widget:last-child {
@ -600,7 +600,7 @@ body #dashboard-widgets .postbox form .submit {
color: #50575e;
background: #f6f7f7;
border-top: 1px solid #f0f0f1;
padding: 10px 12px 6px 12px;
padding: 10px 12px 6px;
}
#dashboard_right_now .sub h3 {
@ -836,7 +836,7 @@ body #dashboard-widgets .postbox form .submit {
}
#activity-widget #the-comment-list .comment-item p.row-actions {
margin: 4px 0 0 0;
margin: 4px 0 0;
}
#activity-widget #the-comment-list .comment-item:first-child {

File diff suppressed because one or more lines are too long

View File

@ -518,7 +518,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_primary .rss-widget {
font-size: 13px;
padding: 0 12px 0;
padding: 0 12px;
}
#dashboard_primary .rss-widget:last-child {
@ -599,7 +599,7 @@ body #dashboard-widgets .postbox form .submit {
color: #50575e;
background: #f6f7f7;
border-top: 1px solid #f0f0f1;
padding: 10px 12px 6px 12px;
padding: 10px 12px 6px;
}
#dashboard_right_now .sub h3 {
@ -835,7 +835,7 @@ body #dashboard-widgets .postbox form .submit {
}
#activity-widget #the-comment-list .comment-item p.row-actions {
margin: 4px 0 0 0;
margin: 4px 0 0;
}
#activity-widget #the-comment-list .comment-item:first-child {

File diff suppressed because one or more lines are too long

View File

@ -101,7 +101,7 @@ th {
width: 100%;
border: none;
text-align: justify;
margin: 0 0 1em 0;
margin: 0 0 1em;
padding: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -100,7 +100,7 @@ th {
width: 100%;
border: none;
text-align: justify;
margin: 0 0 1em 0;
margin: 0 0 1em;
padding: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -451,7 +451,7 @@ form#tags-filter {
}
.curtime #timestamp {
padding: 2px 0 1px 0;
padding: 2px 0 1px;
display: inline !important;
height: auto !important;
}
@ -651,7 +651,7 @@ form#tags-filter {
}
#poststuff .inside {
margin: 6px 0 0 0;
margin: 6px 0 0;
}
.link-php #poststuff .inside,
@ -722,7 +722,7 @@ form#tags-filter {
font-weight: 600;
margin: 0 0.8rem 1rem;
font-size: 23px;
padding: 9px 0 4px 0;
padding: 9px 0 4px;
line-height: 1.3;
}
@ -1364,7 +1364,7 @@ p.description code {
}
#poststuff .tagsdiv .howto {
margin: 1em 0 6px 0;
margin: 1em 0 6px;
}
.ajaxtag .newtag {
@ -1773,7 +1773,7 @@ table.links-table {
}
#titlediv #title-prompt-text {
padding: 10px 10px;
padding: 10px;
}
#poststuff .stuffbox .inside {
@ -1956,7 +1956,7 @@ table.links-table {
}
.misc-pub-section {
padding: 20px 10px 20px;
padding: 20px 10px;
}
.misc-pub-section > a {

File diff suppressed because one or more lines are too long

View File

@ -450,7 +450,7 @@ form#tags-filter {
}
.curtime #timestamp {
padding: 2px 0 1px 0;
padding: 2px 0 1px;
display: inline !important;
height: auto !important;
}
@ -650,7 +650,7 @@ form#tags-filter {
}
#poststuff .inside {
margin: 6px 0 0 0;
margin: 6px 0 0;
}
.link-php #poststuff .inside,
@ -721,7 +721,7 @@ form#tags-filter {
font-weight: 600;
margin: 0 0.8rem 1rem;
font-size: 23px;
padding: 9px 0 4px 0;
padding: 9px 0 4px;
line-height: 1.3;
}
@ -1363,7 +1363,7 @@ p.description code {
}
#poststuff .tagsdiv .howto {
margin: 1em 0 6px 0;
margin: 1em 0 6px;
}
.ajaxtag .newtag {
@ -1772,7 +1772,7 @@ table.links-table {
}
#titlediv #title-prompt-text {
padding: 10px 10px;
padding: 10px;
}
#poststuff .stuffbox .inside {
@ -1955,7 +1955,7 @@ table.links-table {
}
.misc-pub-section {
padding: 20px 10px 20px;
padding: 20px 10px;
}
.misc-pub-section > a {

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ select {
}
textarea.code {
padding: 4px 6px 1px 6px;
padding: 4px 6px 1px;
}
input[type="text"],
@ -1000,8 +1000,8 @@ table.form-table td .updated p {
.pressthis-bookmarklet span {
display: inline-block;
margin: 0px 0 0;
padding: 0px 9px 8px 12px;
margin: 0;
padding: 0 9px 8px 12px;
}
.pressthis-bookmarklet span:before {
@ -1226,7 +1226,7 @@ table.form-table td .updated p {
}
.request-filesystem-credentials-form .notice {
margin: 0 0 20px 0;
margin: 0 0 20px;
clear: both;
}
@ -1563,13 +1563,13 @@ table.form-table td .updated p {
}
.form-table th {
padding: 10px 0 0 0;
padding: 10px 0 0;
border-bottom: 0;
}
.form-table td {
margin-bottom: 0;
padding: 4px 0 6px 0;
padding: 4px 0 6px;
}
.form-table.permalink-structure td code {

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@ select {
}
textarea.code {
padding: 4px 6px 1px 6px;
padding: 4px 6px 1px;
}
input[type="text"],
@ -999,8 +999,8 @@ table.form-table td .updated p {
.pressthis-bookmarklet span {
display: inline-block;
margin: 0px 0 0;
padding: 0px 12px 8px 9px;
margin: 0;
padding: 0 12px 8px 9px;
}
.pressthis-bookmarklet span:before {
@ -1225,7 +1225,7 @@ table.form-table td .updated p {
}
.request-filesystem-credentials-form .notice {
margin: 0 0 20px 0;
margin: 0 0 20px;
clear: both;
}
@ -1562,13 +1562,13 @@ table.form-table td .updated p {
}
.form-table th {
padding: 10px 0 0 0;
padding: 10px 0 0;
border-bottom: 0;
}
.form-table td {
margin-bottom: 0;
padding: 4px 0 6px 0;
padding: 4px 0 6px;
}
.form-table.permalink-structure td code {

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ body {
color: #3c434a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 140px auto 25px;
padding: 20px 20px 10px 20px;
padding: 20px 20px 10px;
max-width: 700px;
-webkit-font-smoothing: subpixel-antialiased;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
@ -79,7 +79,7 @@ label {
#logo {
margin: -130px auto 25px;
padding: 0 0 25px 0;
padding: 0 0 25px;
width: 84px;
height: 84px;
overflow: hidden;
@ -142,7 +142,7 @@ textarea {
}
.form-table p {
margin: 4px 0 0 0;
margin: 4px 0 0;
font-size: 11px;
}

View File

@ -1,2 +1,2 @@
/*! This file is auto-generated */
html{background:#f0f0f1;margin:0 20px}body{background:#fff;border:1px solid #c3c4c7;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:140px auto 25px;padding:20px 20px 10px 20px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;box-shadow:0 1px 1px rgba(0,0,0,.04)}a{color:#2271b1}a:active,a:hover{color:#135e96}a:focus{color:#043959;box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8)}h1,h2{border-bottom:1px solid #dcdcde;clear:both;color:#646970;font-size:24px;padding:0 0 7px;font-weight:400}h3{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}dl,ol,ul{padding:5px 22px 5px 5px}a img{border:0}abbr{border:0;font-variant:normal}fieldset{border:0;padding:0;margin:0}label{cursor:pointer}#logo{margin:-130px auto 25px;padding:0 0 25px 0;width:84px;height:84px;overflow:hidden;background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);background-size:84px;background-position:center top;background-repeat:no-repeat;color:#3c434a;font-size:20px;font-weight:400;line-height:1.3em;text-decoration:none;text-align:center;text-indent:-9999px;outline:0}.step{margin:20px 0 15px}.step,th{text-align:right;padding:0}.language-chooser.wp-core-ui .step .button.button-large{font-size:14px}textarea{border:1px solid #dcdcde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;width:100%;box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px;padding:10px 0 10px 20px;font-size:14px;vertical-align:top}.form-table th{font-size:14px;text-align:right;padding:10px 0 10px 20px;width:140px;vertical-align:top}.form-table code{line-height:1.28571428;font-size:14px}.form-table p{margin:4px 0 0 0;font-size:11px}.form-table input{line-height:1.33333333;font-size:15px;padding:3px 5px}input,submit{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}#pass-strength-result,.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:218px}.form-table th p{font-weight:400}.form-table.install-success td,.form-table.install-success th{vertical-align:middle;padding:16px 0 16px 20px}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:1.28571428;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.message{border-right:4px solid #d63638;padding:.7em .6em;background-color:#fcf0f1}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=email],.form-table td input[type=password],.form-table td input[type=text],.form-table td input[type=url],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;box-sizing:border-box}.wp-pwd #pass1{padding-left:50px}.wp-pwd .button.wp-hide-pw{left:0}#pass-strength-result{width:100%}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #dcdcde;background:#fff;color:#2c3338;font-size:16px;font-family:Arial,sans-serif;font-weight:400}.language-chooser select:focus{color:#2c3338}.language-chooser select option:focus,.language-chooser select option:hover{color:#0a4b78}.language-chooser .step{text-align:left}.screen-reader-input,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;visibility:hidden;opacity:.7;width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;vertical-align:middle;margin-left:15px}.button.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}
html{background:#f0f0f1;margin:0 20px}body{background:#fff;border:1px solid #c3c4c7;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:140px auto 25px;padding:20px 20px 10px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;box-shadow:0 1px 1px rgba(0,0,0,.04)}a{color:#2271b1}a:active,a:hover{color:#135e96}a:focus{color:#043959;box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8)}h1,h2{border-bottom:1px solid #dcdcde;clear:both;color:#646970;font-size:24px;padding:0 0 7px;font-weight:400}h3{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}dl,ol,ul{padding:5px 22px 5px 5px}a img{border:0}abbr{border:0;font-variant:normal}fieldset{border:0;padding:0;margin:0}label{cursor:pointer}#logo{margin:-130px auto 25px;padding:0 0 25px;width:84px;height:84px;overflow:hidden;background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);background-size:84px;background-position:center top;background-repeat:no-repeat;color:#3c434a;font-size:20px;font-weight:400;line-height:1.3em;text-decoration:none;text-align:center;text-indent:-9999px;outline:0}.step{margin:20px 0 15px}.step,th{text-align:right;padding:0}.language-chooser.wp-core-ui .step .button.button-large{font-size:14px}textarea{border:1px solid #dcdcde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;width:100%;box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px;padding:10px 0 10px 20px;font-size:14px;vertical-align:top}.form-table th{font-size:14px;text-align:right;padding:10px 0 10px 20px;width:140px;vertical-align:top}.form-table code{line-height:1.28571428;font-size:14px}.form-table p{margin:4px 0 0;font-size:11px}.form-table input{line-height:1.33333333;font-size:15px;padding:3px 5px}input,submit{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}#pass-strength-result,.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:218px}.form-table th p{font-weight:400}.form-table.install-success td,.form-table.install-success th{vertical-align:middle;padding:16px 0 16px 20px}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:1.28571428;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.message{border-right:4px solid #d63638;padding:.7em .6em;background-color:#fcf0f1}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=email],.form-table td input[type=password],.form-table td input[type=text],.form-table td input[type=url],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;box-sizing:border-box}.wp-pwd #pass1{padding-left:50px}.wp-pwd .button.wp-hide-pw{left:0}#pass-strength-result{width:100%}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #dcdcde;background:#fff;color:#2c3338;font-size:16px;font-family:Arial,sans-serif;font-weight:400}.language-chooser select:focus{color:#2c3338}.language-chooser select option:focus,.language-chooser select option:hover{color:#0a4b78}.language-chooser .step{text-align:left}.screen-reader-input,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;visibility:hidden;opacity:.7;width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;vertical-align:middle;margin-left:15px}.button.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}

View File

@ -9,7 +9,7 @@ body {
color: #3c434a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 140px auto 25px;
padding: 20px 20px 10px 20px;
padding: 20px 20px 10px;
max-width: 700px;
-webkit-font-smoothing: subpixel-antialiased;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
@ -78,7 +78,7 @@ label {
#logo {
margin: -130px auto 25px;
padding: 0 0 25px 0;
padding: 0 0 25px;
width: 84px;
height: 84px;
overflow: hidden;
@ -141,7 +141,7 @@ textarea {
}
.form-table p {
margin: 4px 0 0 0;
margin: 4px 0 0;
font-size: 11px;
}

View File

@ -1,2 +1,2 @@
/*! This file is auto-generated */
html{background:#f0f0f1;margin:0 20px}body{background:#fff;border:1px solid #c3c4c7;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:140px auto 25px;padding:20px 20px 10px 20px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;box-shadow:0 1px 1px rgba(0,0,0,.04)}a{color:#2271b1}a:active,a:hover{color:#135e96}a:focus{color:#043959;box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8)}h1,h2{border-bottom:1px solid #dcdcde;clear:both;color:#646970;font-size:24px;padding:0 0 7px;font-weight:400}h3{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}dl,ol,ul{padding:5px 5px 5px 22px}a img{border:0}abbr{border:0;font-variant:normal}fieldset{border:0;padding:0;margin:0}label{cursor:pointer}#logo{margin:-130px auto 25px;padding:0 0 25px 0;width:84px;height:84px;overflow:hidden;background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);background-size:84px;background-position:center top;background-repeat:no-repeat;color:#3c434a;font-size:20px;font-weight:400;line-height:1.3em;text-decoration:none;text-align:center;text-indent:-9999px;outline:0}.step{margin:20px 0 15px}.step,th{text-align:left;padding:0}.language-chooser.wp-core-ui .step .button.button-large{font-size:14px}textarea{border:1px solid #dcdcde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;width:100%;box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px;padding:10px 20px 10px 0;font-size:14px;vertical-align:top}.form-table th{font-size:14px;text-align:left;padding:10px 20px 10px 0;width:140px;vertical-align:top}.form-table code{line-height:1.28571428;font-size:14px}.form-table p{margin:4px 0 0 0;font-size:11px}.form-table input{line-height:1.33333333;font-size:15px;padding:3px 5px}input,submit{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}#pass-strength-result,.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:218px}.form-table th p{font-weight:400}.form-table.install-success td,.form-table.install-success th{vertical-align:middle;padding:16px 20px 16px 0}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:1.28571428;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.message{border-left:4px solid #d63638;padding:.7em .6em;background-color:#fcf0f1}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=email],.form-table td input[type=password],.form-table td input[type=text],.form-table td input[type=url],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;box-sizing:border-box}.wp-pwd #pass1{padding-right:50px}.wp-pwd .button.wp-hide-pw{right:0}#pass-strength-result{width:100%}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #dcdcde;background:#fff;color:#2c3338;font-size:16px;font-family:Arial,sans-serif;font-weight:400}.language-chooser select:focus{color:#2c3338}.language-chooser select option:focus,.language-chooser select option:hover{color:#0a4b78}.language-chooser .step{text-align:right}.screen-reader-input,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;visibility:hidden;opacity:.7;width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;vertical-align:middle;margin-right:15px}.button.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}
html{background:#f0f0f1;margin:0 20px}body{background:#fff;border:1px solid #c3c4c7;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin:140px auto 25px;padding:20px 20px 10px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;box-shadow:0 1px 1px rgba(0,0,0,.04)}a{color:#2271b1}a:active,a:hover{color:#135e96}a:focus{color:#043959;box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8)}h1,h2{border-bottom:1px solid #dcdcde;clear:both;color:#646970;font-size:24px;padding:0 0 7px;font-weight:400}h3{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}dl,ol,ul{padding:5px 5px 5px 22px}a img{border:0}abbr{border:0;font-variant:normal}fieldset{border:0;padding:0;margin:0}label{cursor:pointer}#logo{margin:-130px auto 25px;padding:0 0 25px;width:84px;height:84px;overflow:hidden;background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);background-size:84px;background-position:center top;background-repeat:no-repeat;color:#3c434a;font-size:20px;font-weight:400;line-height:1.3em;text-decoration:none;text-align:center;text-indent:-9999px;outline:0}.step{margin:20px 0 15px}.step,th{text-align:left;padding:0}.language-chooser.wp-core-ui .step .button.button-large{font-size:14px}textarea{border:1px solid #dcdcde;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;width:100%;box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px;padding:10px 20px 10px 0;font-size:14px;vertical-align:top}.form-table th{font-size:14px;text-align:left;padding:10px 20px 10px 0;width:140px;vertical-align:top}.form-table code{line-height:1.28571428;font-size:14px}.form-table p{margin:4px 0 0;font-size:11px}.form-table input{line-height:1.33333333;font-size:15px;padding:3px 5px}input,submit{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}#pass-strength-result,.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:218px}.form-table th p{font-weight:400}.form-table.install-success td,.form-table.install-success th{vertical-align:middle;padding:16px 20px 16px 0}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:1.28571428;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.message{border-left:4px solid #d63638;padding:.7em .6em;background-color:#fcf0f1}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=email],.form-table td input[type=password],.form-table td input[type=text],.form-table td input[type=url],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;box-sizing:border-box}.wp-pwd #pass1{padding-right:50px}.wp-pwd .button.wp-hide-pw{right:0}#pass-strength-result{width:100%}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #dcdcde;background:#fff;color:#2c3338;font-size:16px;font-family:Arial,sans-serif;font-weight:400}.language-chooser select:focus{color:#2c3338}.language-chooser select option:focus,.language-chooser select option:hover{color:#0a4b78}.language-chooser .step{text-align:right}.screen-reader-input,.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;visibility:hidden;opacity:.7;width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;vertical-align:middle;margin-right:15px}.button.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}

View File

@ -1553,7 +1553,7 @@ div.action-links,
}
.plugin-card .notice {
margin: 20px 20px 0 20px;
margin: 20px 20px 0;
}
.plugin-icon {
@ -1644,7 +1644,7 @@ div.action-links,
}
.tablenav.top {
margin: 20px 0 5px 0;
margin: 20px 0 5px;
}
.tablenav.bottom {

File diff suppressed because one or more lines are too long

View File

@ -1552,7 +1552,7 @@ div.action-links,
}
.plugin-card .notice {
margin: 20px 20px 0 20px;
margin: 20px 20px 0;
}
.plugin-icon {
@ -1643,7 +1643,7 @@ div.action-links,
}
.tablenav.top {
margin: 20px 0 5px 0;
margin: 20px 0 5px;
}
.tablenav.bottom {

File diff suppressed because one or more lines are too long

View File

@ -289,11 +289,11 @@ p {
.login #nav,
.login #backtoblog {
font-size: 13px;
padding: 0 24px 0;
padding: 0 24px;
}
.login #nav {
margin: 24px 0 0 0;
margin: 24px 0 0;
}
#backtoblog {

File diff suppressed because one or more lines are too long

View File

@ -288,11 +288,11 @@ p {
.login #nav,
.login #backtoblog {
font-size: 13px;
padding: 0 24px 0;
padding: 0 24px;
}
.login #nav {
margin: 24px 0 0 0;
margin: 24px 0 0;
}
#backtoblog {

File diff suppressed because one or more lines are too long

View File

@ -249,7 +249,7 @@
.media-upload-form .media-item.error,
.media-upload-form .media-item .error {
width: auto;
margin: 0 0 1px 0;
margin: 0 0 1px;
}
.media-upload-form .media-item .error {
@ -760,7 +760,7 @@ border color while dragging a file over the uploader drop area */
bottom: 0;
left: 0;
right: 0;
box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
}
.edit-attachment-frame .attachment-media-view {
@ -811,7 +811,7 @@ border color while dragging a file over the uploader drop area */
padding: 12px 16px 0;
width: 35%;
height: 100%;
box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
border-bottom: 0;
border-right: 1px solid #dcdcde;
background: #f6f7f7;

File diff suppressed because one or more lines are too long

View File

@ -248,7 +248,7 @@
.media-upload-form .media-item.error,
.media-upload-form .media-item .error {
width: auto;
margin: 0 0 1px 0;
margin: 0 0 1px;
}
.media-upload-form .media-item .error {
@ -759,7 +759,7 @@ border color while dragging a file over the uploader drop area */
bottom: 0;
right: 0;
left: 0;
box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
}
.edit-attachment-frame .attachment-media-view {
@ -810,7 +810,7 @@ border color while dragging a file over the uploader drop area */
padding: 12px 16px 0;
width: 35%;
height: 100%;
box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
border-bottom: 0;
border-left: 1px solid #dcdcde;
background: #f6f7f7;

File diff suppressed because one or more lines are too long

View File

@ -304,7 +304,7 @@ input.bulk-select-switcher:focus + .bulk-select-button-label{
#select-nav-menu-container {
text-align: left;
padding: 0 10px 3px 10px;
padding: 0 10px 3px;
margin-bottom: 5px;
}
@ -434,7 +434,7 @@ input.bulk-select-switcher:focus + .bulk-select-button-label{
}
#manage-menu .inside {
padding: 0px 0px;
padding: 0;
}
/* Custom Links */
@ -615,7 +615,7 @@ li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
}
/* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
.menu-item-depth-0 { margin-right: 0px; }
.menu-item-depth-0 { margin-right: 0; }
.menu-item-depth-1 { margin-right: 30px; }
.menu-item-depth-2 { margin-right: 60px; }
.menu-item-depth-3 { margin-right: 90px; }
@ -628,7 +628,7 @@ li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
.menu-item-depth-10 { margin-right: 300px; }
.menu-item-depth-11 { margin-right: 330px; }
.menu-item-depth-0 .menu-item-transport { margin-right: 0px; }
.menu-item-depth-0 .menu-item-transport { margin-right: 0; }
.menu-item-depth-1 .menu-item-transport { margin-right: -30px; }
.menu-item-depth-2 .menu-item-transport { margin-right: -60px; }
.menu-item-depth-3 .menu-item-transport { margin-right: -90px; }
@ -1006,7 +1006,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
position: sticky;
bottom: 0;
z-index: 10;
box-shadow: 0 -1px 0 0px #ddd;
box-shadow: 0 -1px 0 0 #ddd;
}
#save_menu_header {

File diff suppressed because one or more lines are too long

View File

@ -303,7 +303,7 @@ input.bulk-select-switcher:focus + .bulk-select-button-label{
#select-nav-menu-container {
text-align: right;
padding: 0 10px 3px 10px;
padding: 0 10px 3px;
margin-bottom: 5px;
}
@ -433,7 +433,7 @@ input.bulk-select-switcher:focus + .bulk-select-button-label{
}
#manage-menu .inside {
padding: 0px 0px;
padding: 0;
}
/* Custom Links */
@ -614,7 +614,7 @@ li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
}
/* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
.menu-item-depth-0 { margin-left: 0px; }
.menu-item-depth-0 { margin-left: 0; }
.menu-item-depth-1 { margin-left: 30px; }
.menu-item-depth-2 { margin-left: 60px; }
.menu-item-depth-3 { margin-left: 90px; }
@ -627,7 +627,7 @@ li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
.menu-item-depth-10 { margin-left: 300px; }
.menu-item-depth-11 { margin-left: 330px; }
.menu-item-depth-0 .menu-item-transport { margin-left: 0px; }
.menu-item-depth-0 .menu-item-transport { margin-left: 0; }
.menu-item-depth-1 .menu-item-transport { margin-left: -30px; }
.menu-item-depth-2 .menu-item-transport { margin-left: -60px; }
.menu-item-depth-3 .menu-item-transport { margin-left: -90px; }
@ -1005,7 +1005,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
position: sticky;
bottom: 0;
z-index: 10;
box-shadow: 0 -1px 0 0px #ddd;
box-shadow: 0 -1px 0 0 #ddd;
}
#save_menu_header {

File diff suppressed because one or more lines are too long

View File

@ -150,8 +150,8 @@ are styled in the Privacy section of edit.css */
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 5px 10px;
border-color: transparent transparent #ffffff transparent;
border-width: 0 10px 5px;
border-color: transparent transparent #ffffff;
left: 20px;
top: 5px;
}

File diff suppressed because one or more lines are too long

View File

@ -149,8 +149,8 @@ are styled in the Privacy section of edit.css */
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 5px 10px;
border-color: transparent transparent #ffffff transparent;
border-width: 0 10px 5px;
border-color: transparent transparent #ffffff;
right: 20px;
top: 5px;
}

File diff suppressed because one or more lines are too long

View File

@ -704,7 +704,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
font-size: 15px;
font-weight: 400;
line-height: 1.5;
margin: 30px 0 0 0;
margin: 30px 0 0;
}
.theme-overlay .theme-tags {
@ -712,7 +712,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
color: #646970;
font-size: 13px;
font-weight: 400;
margin: 30px 0 0 0;
margin: 30px 0 0;
padding-top: 20px;
}
@ -866,7 +866,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.theme-browser .theme .theme-actions {
padding: 5px 10px 4px 10px;
padding: 5px 10px 4px;
}
.theme-overlay.small-screenshot .theme-screenshots {
@ -939,7 +939,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.theme-overlay .theme-author {
margin: 5px 0 15px 0;
margin: 5px 0 15px;
}
.theme-overlay .current-label {
@ -952,7 +952,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
clear: both;
right: 0;
left: 0;
margin: -5px 0 20px 0;
margin: -5px 0 20px;
width: 100%;
max-width: 280px;
}

File diff suppressed because one or more lines are too long

View File

@ -703,7 +703,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
font-size: 15px;
font-weight: 400;
line-height: 1.5;
margin: 30px 0 0 0;
margin: 30px 0 0;
}
.theme-overlay .theme-tags {
@ -711,7 +711,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
color: #646970;
font-size: 13px;
font-weight: 400;
margin: 30px 0 0 0;
margin: 30px 0 0;
padding-top: 20px;
}
@ -865,7 +865,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.theme-browser .theme .theme-actions {
padding: 5px 10px 4px 10px;
padding: 5px 10px 4px;
}
.theme-overlay.small-screenshot .theme-screenshots {
@ -938,7 +938,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
.theme-overlay .theme-author {
margin: 5px 0 15px 0;
margin: 5px 0 15px;
}
.theme-overlay .current-label {
@ -951,7 +951,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
clear: both;
left: 0;
right: 0;
margin: -5px 0 20px 0;
margin: -5px 0 20px;
width: 100%;
max-width: 280px;
}
@ -1316,7 +1316,7 @@ div#custom-background-image img {
}
.background-position-control .button-group:last-child > label:last-child .button {
border-radius: 0 0 3px 0;
border-radius: 0 0 3px;
}
.background-position-control .button-group:last-child > label:last-child .dashicons {

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@
.widgets-holder-wrap .widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
padding: 1px 15px 15px;
line-height: 1.23076923;
}
@ -437,7 +437,7 @@ div#widgets-left .widget-holder {
width: 100%;
background: transparent;
padding: 0;
margin: 0 0 20px 0;
margin: 0 0 20px;
border: none;
box-shadow: none;
}
@ -472,7 +472,7 @@ div#widgets-right .sidebars-column-2 {
}
div#widgets-right .widgets-holder-wrap {
margin: 10px 0 0 0;
margin: 10px 0 0;
}
div#widgets-right .sidebar-description {
@ -735,7 +735,7 @@ div#widgets-right .widget-top:hover,
}
.widgets-chooser .widgets-chooser-actions {
padding: 10px 0 12px 0;
padding: 10px 0 12px;
text-align: center;
}
@ -827,7 +827,7 @@ ul.CodeMirror-hints {
.widget-access-link {
float: none;
margin: 15px 0 0 0;
margin: 15px 0 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
.widgets-holder-wrap .widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
padding: 1px 15px 15px;
line-height: 1.23076923;
}
@ -436,7 +436,7 @@ div#widgets-left .widget-holder {
width: 100%;
background: transparent;
padding: 0;
margin: 0 0 20px 0;
margin: 0 0 20px;
border: none;
box-shadow: none;
}
@ -471,7 +471,7 @@ div#widgets-right .sidebars-column-2 {
}
div#widgets-right .widgets-holder-wrap {
margin: 10px 0 0 0;
margin: 10px 0 0;
}
div#widgets-right .sidebar-description {
@ -734,7 +734,7 @@ div#widgets-right .widget-top:hover,
}
.widgets-chooser .widgets-chooser-actions {
padding: 10px 0 12px 0;
padding: 10px 0 12px;
text-align: center;
}
@ -826,7 +826,7 @@ ul.CodeMirror-hints {
.widget-access-link {
float: none;
margin: 15px 0 0 0;
margin: 15px 0 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -624,7 +624,7 @@ div.mce-path {
div.mce-menubar {
border-color: #dcdcde;
background: #fff;
border-width: 0px 0px 1px;
border-width: 0 0 1px;
}
.mce-menubar .mce-menubtn:hover,
@ -644,7 +644,7 @@ div.mce-menubar {
div.mce-menu .mce-menu-item-sep,
.mce-menu-item-sep:hover {
border-bottom: 1px solid #dcdcde;
height: 0px;
height: 0;
margin: 5px 0;
}

View File

@ -623,7 +623,7 @@ div.mce-path {
div.mce-menubar {
border-color: #dcdcde;
background: #fff;
border-width: 0px 0px 1px;
border-width: 0 0 1px;
}
.mce-menubar .mce-menubtn:hover,
@ -643,7 +643,7 @@ div.mce-menubar {
div.mce-menu .mce-menu-item-sep,
.mce-menu-item-sep:hover {
border-bottom: 1px solid #dcdcde;
height: 0px;
height: 0;
margin: 5px 0;
}

View File

@ -1395,7 +1395,7 @@
top: 50%;
right: 15%;
width: 70%;
margin: -5px 0 0 0;
margin: -5px 0 0;
}
.media-uploader-status {
@ -1977,7 +1977,7 @@
}
.media-modal .imgedit-wrap .imgedit-panel-content {
padding: 16px 16px 0 16px;
padding: 16px 16px 0;
position: absolute;
top: 0;
left: 282px;
@ -2290,7 +2290,7 @@
.image-details .custom-size .sep {
float: right;
margin: 26px 6px 0 6px;
margin: 26px 6px 0;
}
.image-details .custom-size .description {
@ -2429,7 +2429,7 @@
float: right;
width: 25%;
text-align: left;
margin: 8px 1% 0 1%;
margin: 8px 1% 0;
line-height: 1.1;
}
@ -2626,7 +2626,7 @@
.media-sidebar .setting,
.attachment-details .setting {
margin: 6px 0px;
margin: 6px 0;
}
.media-sidebar .setting input,
@ -2920,7 +2920,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
margin: 12px 0 0 0;
margin: 12px 0 0;
}
}
@ -2934,7 +2934,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
margin: 12px 0 0 0;
margin: 12px 0 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -1394,7 +1394,7 @@
top: 50%;
left: 15%;
width: 70%;
margin: -5px 0 0 0;
margin: -5px 0 0;
}
.media-uploader-status {
@ -1976,7 +1976,7 @@
}
.media-modal .imgedit-wrap .imgedit-panel-content {
padding: 16px 16px 0 16px;
padding: 16px 16px 0;
position: absolute;
top: 0;
right: 282px;
@ -2289,7 +2289,7 @@
.image-details .custom-size .sep {
float: left;
margin: 26px 6px 0 6px;
margin: 26px 6px 0;
}
.image-details .custom-size .description {
@ -2428,7 +2428,7 @@
float: left;
width: 25%;
text-align: right;
margin: 8px 1% 0 1%;
margin: 8px 1% 0;
line-height: 1.1;
}
@ -2625,7 +2625,7 @@
.media-sidebar .setting,
.attachment-details .setting {
margin: 6px 0px;
margin: 6px 0;
}
.media-sidebar .setting input,
@ -2919,7 +2919,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
margin: 12px 0 0 0;
margin: 12px 0 0;
}
}
@ -2933,7 +2933,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
margin: 12px 0 0 0;
margin: 12px 0 0;
}
}

File diff suppressed because one or more lines are too long

View File

@ -301,7 +301,7 @@ p.wp-embed-share-description {
width: 100%;
border: none;
height: 28px;
margin: 0 0 10px 0;
margin: 0 0 10px;
padding: 0 5px;
font-size: 14px;
font-weight: 400;

File diff suppressed because one or more lines are too long

View File

@ -141,7 +141,7 @@
.wp-pointer-top .wp-pointer-arrow,
.wp-pointer-undefined .wp-pointer-arrow {
top: 0;
border-width: 0 13px 13px 13px;
border-width: 0 13px 13px;
border-bottom-color: #2271b1;
}
@ -158,7 +158,7 @@
.wp-pointer-bottom .wp-pointer-arrow {
bottom: 0;
border-width: 13px 13px 0 13px;
border-width: 13px 13px 0;
border-top-color: #c3c4c7;
}

View File

@ -1,2 +1,2 @@
/*! This file is auto-generated */
.wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 60px 14px 18px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227";font:normal 20px/1.6 dashicons;position:absolute;top:8px;right:15px;speak:never;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:left;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-right:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153";display:block!important;font:normal 16px/1 dashicons;speak:never;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;right:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{right:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0 13px;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-right:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}
.wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 60px 14px 18px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227";font:normal 20px/1.6 dashicons;position:absolute;top:8px;right:15px;speak:never;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:left;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-right:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153";display:block!important;font:normal 16px/1 dashicons;speak:never;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;right:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{right:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-right:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}

View File

@ -140,7 +140,7 @@
.wp-pointer-top .wp-pointer-arrow,
.wp-pointer-undefined .wp-pointer-arrow {
top: 0;
border-width: 0 13px 13px 13px;
border-width: 0 13px 13px;
border-bottom-color: #2271b1;
}
@ -157,7 +157,7 @@
.wp-pointer-bottom .wp-pointer-arrow {
bottom: 0;
border-width: 13px 13px 0 13px;
border-width: 13px 13px 0;
border-top-color: #c3c4c7;
}

View File

@ -1,2 +1,2 @@
/*! This file is auto-generated */
.wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 18px 14px 60px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227";font:normal 20px/1.6 dashicons;position:absolute;top:8px;left:15px;speak:never;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:right;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-left:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153";display:block!important;font:normal 16px/1 dashicons;speak:never;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;left:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{left:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0 13px;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-left:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}
.wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 18px 14px 60px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227";font:normal 20px/1.6 dashicons;position:absolute;top:8px;left:15px;speak:never;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:right;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-left:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153";display:block!important;font:normal 16px/1 dashicons;speak:never;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;left:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{left:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-left:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51726';
$wp_version = '5.9-alpha-51727';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.