Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -144,7 +144,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .shortlink-input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
background: #32373c;
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
@ -231,7 +231,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
||||
#wpadminbar .ab-icon,
|
||||
#wpadminbar .ab-item:before {
|
||||
#wpadminbar .ab-item:before,
|
||||
.wp-admin-bar-arrow {
|
||||
position: relative;
|
||||
float: right;
|
||||
font: normal 20px/1 dashicons;
|
||||
|
@ -247,7 +248,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-item:before,
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
color: rgba(240, 245, 250, 0.6);
|
||||
}
|
||||
|
||||
#wpadminbar .ab-icon:before,
|
||||
|
@ -264,7 +265,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar .ab-submenu .ab-item {
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
color: rgba(240, 245, 250, 0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a,
|
||||
|
@ -272,7 +273,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
color: rgba(240, 245, 250, 0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
||||
|
@ -308,7 +309,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before,
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
position: absolute;
|
||||
font: normal 17px/1 dashicons;
|
||||
|
@ -322,9 +323,10 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding-left: 2em;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
||||
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
||||
top: 1px;
|
||||
left: 4px;
|
||||
left: 10px;
|
||||
padding: 4px 0;
|
||||
content: "\f141";
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -334,7 +336,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
||||
top: 1px;
|
||||
right: 6px;
|
||||
content: "\f139";
|
||||
|
@ -382,6 +384,22 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Recovery Mode
|
||||
*/
|
||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
||||
color: #fff;
|
||||
background-color: #ca4a1f;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item,
|
||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
||||
color: #fff;
|
||||
background-color: #c0461e;
|
||||
}
|
||||
|
||||
/**
|
||||
* My Account
|
||||
*/
|
||||
|
@ -633,7 +651,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding: 0 24px 0 3px;
|
||||
margin: 0;
|
||||
color: #ccc;
|
||||
background-color: rgba( 255, 255, 255, 0 );
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
@ -648,7 +666,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
z-index: 10;
|
||||
color: #000;
|
||||
width: 200px;
|
||||
background-color: rgba( 255, 255, 255, 0.9 );
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
cursor: text;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -726,7 +744,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
z-index: 100000;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
||||
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -144,7 +144,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .shortlink-input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
background: #32373c;
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
@ -231,7 +231,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
||||
#wpadminbar .ab-icon,
|
||||
#wpadminbar .ab-item:before {
|
||||
#wpadminbar .ab-item:before,
|
||||
.wp-admin-bar-arrow {
|
||||
position: relative;
|
||||
float: left;
|
||||
font: normal 20px/1 dashicons;
|
||||
|
@ -247,7 +248,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-item:before,
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
color: rgba(240, 245, 250, 0.6);
|
||||
}
|
||||
|
||||
#wpadminbar .ab-icon:before,
|
||||
|
@ -264,7 +265,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar .ab-submenu .ab-item {
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
color: rgba(240, 245, 250, 0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a,
|
||||
|
@ -272,7 +273,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
color: rgba(240, 245, 250, 0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
||||
|
@ -308,7 +309,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before,
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
position: absolute;
|
||||
font: normal 17px/1 dashicons;
|
||||
|
@ -322,9 +323,10 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding-right: 2em;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
||||
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
||||
top: 1px;
|
||||
right: 4px;
|
||||
right: 10px;
|
||||
padding: 4px 0;
|
||||
content: "\f139";
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -334,7 +336,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
||||
top: 1px;
|
||||
left: 6px;
|
||||
content: "\f141";
|
||||
|
@ -382,6 +384,22 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Recovery Mode
|
||||
*/
|
||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
||||
color: #fff;
|
||||
background-color: #ca4a1f;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item,
|
||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
||||
color: #fff;
|
||||
background-color: #c0461e;
|
||||
}
|
||||
|
||||
/**
|
||||
* My Account
|
||||
*/
|
||||
|
@ -633,7 +651,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding: 0 3px 0 24px;
|
||||
margin: 0;
|
||||
color: #ccc;
|
||||
background-color: rgba( 255, 255, 255, 0 );
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
@ -648,7 +666,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
z-index: 10;
|
||||
color: #000;
|
||||
width: 200px;
|
||||
background-color: rgba( 255, 255, 255, 0.9 );
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
cursor: text;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -726,7 +744,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
z-index: 100000;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
||||
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -149,7 +149,7 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button:focus,
|
||||
.wp-core-ui .button-secondary:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.wp-core-ui .button.active,
|
||||
|
@ -158,15 +158,15 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button-secondary:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.wp-core-ui .button.active:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow:
|
||||
inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
|
||||
0 0 3px rgba( 0, 115, 170, .8 );
|
||||
inset 0 2px 5px -3px rgba(0, 0, 0, 0.5),
|
||||
0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.wp-core-ui .button[disabled],
|
||||
|
@ -212,7 +212,7 @@ TABLE OF CONTENTS:
|
|||
color: #124964;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
}
|
||||
|
@ -268,7 +268,6 @@ TABLE OF CONTENTS:
|
|||
background: #0073aa;
|
||||
border-color: #006799;
|
||||
box-shadow: inset 0 2px 0 #006799;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-primary[disabled],
|
||||
|
@ -279,7 +278,7 @@ TABLE OF CONTENTS:
|
|||
background: #008ec2 !important;
|
||||
border-color: #007cb2 !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
|
2
wp-includes/css/buttons-rtl.min.css
vendored
2
wp-includes/css/buttons-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -149,7 +149,7 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button:focus,
|
||||
.wp-core-ui .button-secondary:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.wp-core-ui .button.active,
|
||||
|
@ -158,15 +158,15 @@ TABLE OF CONTENTS:
|
|||
.wp-core-ui .button-secondary:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.wp-core-ui .button.active:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow:
|
||||
inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
|
||||
0 0 3px rgba( 0, 115, 170, .8 );
|
||||
inset 0 2px 5px -3px rgba(0, 0, 0, 0.5),
|
||||
0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.wp-core-ui .button[disabled],
|
||||
|
@ -212,7 +212,7 @@ TABLE OF CONTENTS:
|
|||
color: #124964;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
}
|
||||
|
@ -268,7 +268,6 @@ TABLE OF CONTENTS:
|
|||
background: #0073aa;
|
||||
border-color: #006799;
|
||||
box-shadow: inset 0 2px 0 #006799;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-primary[disabled],
|
||||
|
@ -279,7 +278,7 @@ TABLE OF CONTENTS:
|
|||
background: #008ec2 !important;
|
||||
border-color: #007cb2 !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
|
2
wp-includes/css/buttons.min.css
vendored
2
wp-includes/css/buttons.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -47,7 +47,7 @@
|
|||
background: #0085ba !important;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #fff;
|
||||
box-shadow: 0 2px 1px rgba(46,68,83,0.15);
|
||||
box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
background: #0085ba !important;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #fff;
|
||||
box-shadow: 0 2px 1px rgba(46,68,83,0.15);
|
||||
box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
2
wp-includes/css/dashicons.min.css
vendored
2
wp-includes/css/dashicons.min.css
vendored
File diff suppressed because one or more lines are too long
2033
wp-includes/css/dist/block-editor/style-rtl.css
vendored
Normal file
2033
wp-includes/css/dist/block-editor/style-rtl.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
wp-includes/css/dist/block-editor/style-rtl.min.css
vendored
Normal file
1
wp-includes/css/dist/block-editor/style-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2045
wp-includes/css/dist/block-editor/style.css
vendored
Normal file
2045
wp-includes/css/dist/block-editor/style.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
9
wp-includes/css/dist/block-editor/style.min.css
vendored
Normal file
9
wp-includes/css/dist/block-editor/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
541
wp-includes/css/dist/block-library/editor-rtl.css
vendored
541
wp-includes/css/dist/block-library/editor-rtl.css
vendored
|
@ -28,36 +28,39 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.block-editor ul.wp-block-archives {
|
||||
padding-right: 2.5em; }
|
||||
|
||||
.wp-block-audio {
|
||||
margin: 0; }
|
||||
|
||||
.editor-block-list__block[data-type="core/button"][data-align="center"] {
|
||||
.block-editor-block-list__block[data-type="core/button"][data-align="center"] {
|
||||
text-align: center; }
|
||||
|
||||
.editor-block-list__block[data-type="core/button"][data-align="right"] {
|
||||
.block-editor-block-list__block[data-type="core/button"][data-align="right"] {
|
||||
text-align: right; }
|
||||
|
||||
.wp-block-button {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
position: relative; }
|
||||
.wp-block-button .editor-rich-text__tinymce.mce-content-body {
|
||||
.wp-block-button [contenteditable] {
|
||||
cursor: text; }
|
||||
.wp-block-button:not(.has-text-color):not(.is-style-outline) .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce {
|
||||
.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable {
|
||||
color: #fff; }
|
||||
.wp-block-button .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce {
|
||||
.wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable {
|
||||
opacity: 0.8; }
|
||||
.editor-block-preview__content .wp-block-button {
|
||||
.block-editor-block-preview__content .wp-block-button {
|
||||
max-width: 100%; }
|
||||
.editor-block-preview__content .wp-block-button .editor-rich-text__tinymce[data-is-placeholder-visible="true"] {
|
||||
.block-editor-block-preview__content .wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] {
|
||||
height: auto; }
|
||||
.editor-block-preview__content .wp-block-button .wp-block-button__link {
|
||||
.block-editor-block-preview__content .wp-block-button .wp-block-button__link {
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
white-space: nowrap !important;
|
||||
text-overflow: ellipsis; }
|
||||
|
||||
.block-library-button__inline-link {
|
||||
|
@ -69,20 +72,20 @@
|
|||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
width: 374px; }
|
||||
.block-library-button__inline-link .editor-url-input {
|
||||
.block-library-button__inline-link .block-editor-url-input {
|
||||
width: auto; }
|
||||
.block-library-button__inline-link .editor-url-input__suggestions {
|
||||
.block-library-button__inline-link .block-editor-url-input__suggestions {
|
||||
width: 302px;
|
||||
z-index: 6; }
|
||||
.block-library-button__inline-link > .dashicon {
|
||||
width: 36px; }
|
||||
.block-library-button__inline-link .dashicon {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]:-ms-input-placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]:-ms-input-placeholder {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]::-ms-input-placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]::-ms-input-placeholder {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]::placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]::placeholder {
|
||||
color: #8f98a1; }
|
||||
[data-align="center"] .block-library-button__inline-link {
|
||||
margin-right: auto;
|
||||
|
@ -96,11 +99,15 @@
|
|||
.block-editor .wp-block-categories ul ul {
|
||||
margin-top: 6px; }
|
||||
|
||||
.wp-block-code .editor-plain-text {
|
||||
.wp-block-code .block-editor-plain-text {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d; }
|
||||
.wp-block-code .editor-plain-text:focus {
|
||||
color: #23282d;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-code .block-editor-plain-text {
|
||||
font-size: 13px; } }
|
||||
.wp-block-code .block-editor-plain-text:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.components-tab-button {
|
||||
|
@ -140,29 +147,29 @@
|
|||
background-color: #555d66;
|
||||
color: #fff; }
|
||||
|
||||
.wp-block-columns .editor-block-list__layout {
|
||||
.wp-block-columns .block-editor-block-list__layout {
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
.wp-block-columns .editor-block-list__layout .editor-block-list__block {
|
||||
.wp-block-columns .block-editor-block-list__layout .block-editor-block-list__block {
|
||||
max-width: none; }
|
||||
|
||||
.editor-block-list__block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
|
||||
.block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks {
|
||||
padding-right: 14px;
|
||||
padding-left: 14px; }
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
|
||||
.block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks {
|
||||
padding-right: 60px;
|
||||
padding-left: 60px; } }
|
||||
|
||||
.wp-block-columns {
|
||||
display: block; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
display: flex;
|
||||
flex-wrap: wrap; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout {
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
flex-wrap: nowrap; } }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
@ -174,69 +181,69 @@
|
|||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
flex-basis: 100%; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > div > .editor-inner-blocks {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > div > .block-editor-inner-blocks {
|
||||
margin-top: -28px;
|
||||
margin-bottom: -28px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit::before {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit::before {
|
||||
right: 0;
|
||||
left: 0; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > .editor-block-contextual-toolbar {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > .block-editor-block-contextual-toolbar {
|
||||
margin-right: -1px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
margin-right: 14px;
|
||||
margin-left: 14px; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
flex-basis: 50%;
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
flex-basis: calc(50% - (16px + 28px));
|
||||
flex-grow: 0; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:nth-child(odd) {
|
||||
margin-left: 32px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:nth-child(even) {
|
||||
margin-right: 32px; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
|
||||
margin-right: 32px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:last-child) {
|
||||
margin-left: 32px; } }
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:nth-child(even) {
|
||||
margin-right: calc(32px + 14px); } }
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
|
||||
margin-right: calc(32px + 14px); } }
|
||||
|
||||
.wp-block-columns [data-type="core/column"].is-hovered > .block-editor-block-list__block-edit::before {
|
||||
content: none; }
|
||||
|
||||
.wp-block-columns [data-type="core/column"].is-hovered .block-editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
.wp-block-columns [data-type="core/column"] {
|
||||
pointer-events: none; }
|
||||
.wp-block-columns [data-type="core/column"].is-hovered > .editor-block-list__block-edit::before {
|
||||
content: none; }
|
||||
.wp-block-columns [data-type="core/column"].is-hovered .editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
:not(.components-disabled) > .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > * {
|
||||
pointer-events: all; }
|
||||
|
||||
.wp-block-cover-image .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.wp-block-cover .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
position: inherit; }
|
||||
|
||||
.wp-block-cover-image .editor-rich-text__tinymce:focus a[data-mce-selected],
|
||||
.wp-block-cover .editor-rich-text__tinymce:focus a[data-mce-selected] {
|
||||
padding: 0 2px;
|
||||
margin: 0 -2px;
|
||||
border-radius: 2px;
|
||||
box-shadow: none;
|
||||
background: rgba(255, 255, 255, 0.3); }
|
||||
.wp-block-columns [data-type="core/column"] .block-editor-block-list__layout {
|
||||
pointer-events: all; }
|
||||
|
||||
.wp-block-cover-image.components-placeholder h2,
|
||||
.wp-block-cover.components-placeholder h2 {
|
||||
color: inherit; }
|
||||
|
||||
.wp-block-cover-image.has-left-content .editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-left-content .editor-rich-text__inline-toolbar {
|
||||
justify-content: flex-start; }
|
||||
.wp-block-cover-image.has-right-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover-image.has-left-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-right-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-left-content .block-editor-rich-text__inline-toolbar {
|
||||
display: inline-block; }
|
||||
|
||||
.wp-block-cover-image.has-right-content .editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-right-content .editor-rich-text__inline-toolbar {
|
||||
justify-content: flex-end; }
|
||||
.wp-block-cover-image .block-editor-block-list__layout,
|
||||
.wp-block-cover .block-editor-block-list__layout {
|
||||
width: 100%; }
|
||||
|
||||
.wp-block-cover-image .block-editor-block-list__block,
|
||||
.wp-block-cover .block-editor-block-list__block {
|
||||
color: #f8f9f9; }
|
||||
|
||||
.wp-block-cover-image .wp-block-cover__inner-container,
|
||||
.wp-block-cover .wp-block-cover__inner-container {
|
||||
text-align: right; }
|
||||
|
||||
.wp-block-cover-image .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout,
|
||||
.wp-block-cover .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.wp-block-cover-image.components-placeholder,
|
||||
.wp-block-cover.components-placeholder {
|
||||
|
@ -259,7 +266,9 @@
|
|||
clear: both; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-embed {
|
||||
min-width: 360px; } }
|
||||
min-width: 360px; }
|
||||
.wp-block-embed.components-placeholder {
|
||||
min-width: 0; } }
|
||||
.wp-block-embed.is-loading {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -275,6 +284,14 @@
|
|||
.wp-block-embed .components-placeholder__error {
|
||||
word-break: break-word; }
|
||||
|
||||
.block-library-embed__interactive-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
opacity: 0; }
|
||||
|
||||
.wp-block-file {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -296,12 +313,9 @@
|
|||
margin-right: 1em; }
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce {
|
||||
overflow: hidden;
|
||||
/**
|
||||
* The following gallery styles were replicated
|
||||
* from the styles applied in the tinymce skin,
|
||||
* /wp-includes/js/tinymce/skins/wordpress/wp-content.css.
|
||||
*/ }
|
||||
/* Remove blue highlighting of selected images in WebKit */
|
||||
/* Image captions */
|
||||
/* WP Views */ }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce p,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce li {
|
||||
line-height: 1.8; }
|
||||
|
@ -366,16 +380,76 @@
|
|||
margin-left: auto; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag {
|
||||
width: 96%;
|
||||
height: 0;
|
||||
height: 20px;
|
||||
display: block;
|
||||
margin: 15px auto;
|
||||
outline: 0;
|
||||
cursor: default;
|
||||
border: 2px dashed #bababa; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview-type-gallery::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
background-image: url(/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png);
|
||||
background-size: 1900px 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce img::selection {
|
||||
background-color: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp {
|
||||
-ms-user-select: element; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
|
||||
margin: 0;
|
||||
/* dl browser reset */
|
||||
max-width: 100%; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img {
|
||||
display: block; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption * {
|
||||
-webkit-user-drag: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
|
||||
padding-top: 0.5em;
|
||||
margin: 0;
|
||||
/* browser dd reset */ }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview {
|
||||
width: 99.99%;
|
||||
/* All IE need hasLayout, incl. 11 (ugh, not again!!) */
|
||||
position: relative;
|
||||
clear: both;
|
||||
margin-bottom: 16px;
|
||||
border: 1px solid transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
background: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim {
|
||||
display: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder {
|
||||
border: 1px dashed #e8eaeb;
|
||||
padding: 10px; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error {
|
||||
border: 1px solid #e8eaeb;
|
||||
padding: 1em 0;
|
||||
margin: 0;
|
||||
word-wrap: break-word; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p {
|
||||
margin: 0;
|
||||
text-align: center; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error {
|
||||
border-color: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 32px; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus {
|
||||
outline: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .gallery a {
|
||||
|
@ -421,28 +495,40 @@
|
|||
border: none;
|
||||
padding: 0; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active button,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active:hover button,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active i,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active:hover i {
|
||||
color: #23282d; }
|
||||
div[data-type="core/freeform"] .block-editor-block-list__block-edit::before {
|
||||
transition: border-color 0.1s linear, box-shadow 0.1s linear;
|
||||
border: 1px solid #e2e4e7;
|
||||
outline: 1px solid transparent; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn i {
|
||||
font-style: normal; }
|
||||
div[data-type="core/freeform"].is-selected .block-editor-block-list__block-edit::before {
|
||||
border-color: #b5bcc2;
|
||||
border-right-color: transparent; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-toolbar-grp > div {
|
||||
padding: 1px 3px; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .editor-block-list__block-edit::before {
|
||||
outline: 1px solid #e2e4e7; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"].is-hovered .editor-block-list__breadcrumb {
|
||||
div[data-type="core/freeform"].is-hovered .block-editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
div[data-type="core/freeform"] .editor-block-contextual-toolbar + div {
|
||||
margin-top: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
.mce-toolbar-grp .mce-btn.mce-active button,
|
||||
.mce-toolbar-grp .mce-btn.mce-active:hover button,
|
||||
.mce-toolbar-grp .mce-btn.mce-active i,
|
||||
.mce-toolbar-grp .mce-btn.mce-active:hover i {
|
||||
color: #23282d; }
|
||||
|
||||
.mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last {
|
||||
margin-left: 0;
|
||||
margin-right: 8px; }
|
||||
|
||||
.mce-toolbar-grp .mce-btn i {
|
||||
font-style: normal; }
|
||||
|
||||
.block-library-classic__toolbar {
|
||||
width: auto;
|
||||
margin: 0 -14px;
|
||||
|
@ -451,71 +537,75 @@ div[data-type="core/freeform"] .editor-block-contextual-toolbar + div {
|
|||
z-index: 10;
|
||||
top: 14px;
|
||||
transform: translateY(-14px);
|
||||
border: 1px solid #e2e4e7;
|
||||
border-bottom: none;
|
||||
padding: 0 14px; }
|
||||
.is-selected .block-library-classic__toolbar {
|
||||
border-color: #b5bcc2;
|
||||
border-right-color: transparent; }
|
||||
@media (min-width: 600px) {
|
||||
.block-library-classic__toolbar {
|
||||
padding: 0; } }
|
||||
|
||||
.block-library-classic__toolbar:empty {
|
||||
height: 37px;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #e2e4e7; }
|
||||
.block-library-classic__toolbar:empty::before {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
content: attr(data-placeholder);
|
||||
color: #555d66;
|
||||
line-height: 37px;
|
||||
padding: 14px; }
|
||||
|
||||
.block-library-classic__toolbar .mce-tinymce-inline,
|
||||
.block-library-classic__toolbar .mce-tinymce-inline > div,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp > div,
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar .mce-menubar > div {
|
||||
height: auto !important;
|
||||
width: 100% !important; }
|
||||
|
||||
.block-library-classic__toolbar .mce-container-body.mce-abs-layout {
|
||||
overflow: visible; }
|
||||
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp {
|
||||
position: static; }
|
||||
|
||||
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
|
||||
display: none; }
|
||||
|
||||
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
|
||||
display: block; }
|
||||
.block-library-classic__toolbar:empty {
|
||||
height: 37px;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #e2e4e7; }
|
||||
.block-library-classic__toolbar:empty::before {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
content: attr(data-placeholder);
|
||||
color: #555d66;
|
||||
line-height: 37px;
|
||||
padding: 14px; }
|
||||
.block-library-classic__toolbar .mce-tinymce-inline,
|
||||
.block-library-classic__toolbar .mce-tinymce-inline > div,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp > div,
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar .mce-menubar > div {
|
||||
height: auto !important;
|
||||
width: 100% !important; }
|
||||
.block-library-classic__toolbar .mce-container-body.mce-abs-layout {
|
||||
overflow: visible; }
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp {
|
||||
position: static; }
|
||||
.block-library-classic__toolbar .mce-toolbar-grp > div {
|
||||
padding: 1px 3px; }
|
||||
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
|
||||
display: none; }
|
||||
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
|
||||
display: block; }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-switcher__no-switcher-icon {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-switcher__no-switcher-icon {
|
||||
display: none; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar {
|
||||
float: left;
|
||||
margin-left: 23px;
|
||||
margin-left: 25px;
|
||||
transform: translateY(-13px);
|
||||
top: 14px; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-top: 3px; } }
|
||||
@media (min-width: 600px) and (min-width: 782px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
|
||||
margin-top: 0; } }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar::before {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar::before {
|
||||
content: "";
|
||||
display: block;
|
||||
border-right: 1px solid #e2e4e7;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .components-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar__control.components-button:hover {
|
||||
background-color: transparent; }
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .components-toolbar {
|
||||
background: transparent;
|
||||
border: none; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item {
|
||||
padding-left: 36px; } }
|
||||
|
||||
ul.wp-block-gallery li {
|
||||
|
@ -524,55 +614,54 @@ ul.wp-block-gallery li {
|
|||
.blocks-gallery-item figure:not(.is-selected):focus {
|
||||
outline: none; }
|
||||
|
||||
.blocks-gallery-item img:focus,
|
||||
.blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #0085ba; }
|
||||
|
||||
body.admin-color-sunrise .blocks-gallery-item img:focus, body.admin-color-sunrise .blocks-gallery-item .is-selected {
|
||||
body.admin-color-sunrise .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #d1864a; }
|
||||
|
||||
body.admin-color-ocean .blocks-gallery-item img:focus, body.admin-color-ocean .blocks-gallery-item .is-selected {
|
||||
body.admin-color-ocean .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #a3b9a2; }
|
||||
|
||||
body.admin-color-midnight .blocks-gallery-item img:focus, body.admin-color-midnight .blocks-gallery-item .is-selected {
|
||||
body.admin-color-midnight .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #e14d43; }
|
||||
|
||||
body.admin-color-ectoplasm .blocks-gallery-item img:focus, body.admin-color-ectoplasm .blocks-gallery-item .is-selected {
|
||||
body.admin-color-ectoplasm .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #a7b656; }
|
||||
|
||||
body.admin-color-coffee .blocks-gallery-item img:focus, body.admin-color-coffee .blocks-gallery-item .is-selected {
|
||||
body.admin-color-coffee .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #c2a68c; }
|
||||
|
||||
body.admin-color-blue .blocks-gallery-item img:focus, body.admin-color-blue .blocks-gallery-item .is-selected {
|
||||
body.admin-color-blue .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #82b4cb; }
|
||||
|
||||
body.admin-color-light .blocks-gallery-item img:focus, body.admin-color-light .blocks-gallery-item .is-selected {
|
||||
body.admin-color-light .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #0085ba; }
|
||||
|
||||
.blocks-gallery-item .is-transient img {
|
||||
opacity: 0.3; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text {
|
||||
.blocks-gallery-item .block-editor-rich-text {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow-y: auto; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) {
|
||||
.blocks-gallery-item .block-editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) {
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
|
||||
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
||||
.blocks-gallery-item .is-selected .editor-rich-text {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text {
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-top: -4px; } }
|
||||
|
||||
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__inline-toolbar {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text .block-editor-rich-text__inline-toolbar {
|
||||
top: 0; }
|
||||
|
||||
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text figcaption {
|
||||
padding-top: 48px; }
|
||||
|
||||
.blocks-gallery-item .components-form-file-upload,
|
||||
|
@ -593,12 +682,9 @@ body.admin-color-light .blocks-gallery-item img:focus, body.admin-color-light .b
|
|||
.blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover, .blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus {
|
||||
border: 1px solid #555d66; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce a {
|
||||
.blocks-gallery-item .block-editor-rich-text figcaption a {
|
||||
color: #fff; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce:focus a[data-mce-selected] {
|
||||
color: rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.block-library-gallery-item__inline-menu {
|
||||
padding: 2px;
|
||||
position: absolute;
|
||||
|
@ -678,22 +764,26 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.wp-block-heading h6 {
|
||||
font-size: 0.8em; }
|
||||
|
||||
.wp-block-heading h1.editor-rich-text__tinymce,
|
||||
.wp-block-heading h2.editor-rich-text__tinymce,
|
||||
.wp-block-heading h3.editor-rich-text__tinymce {
|
||||
.wp-block-heading h1,
|
||||
.wp-block-heading h2,
|
||||
.wp-block-heading h3 {
|
||||
line-height: 1.4; }
|
||||
|
||||
.wp-block-heading h4.editor-rich-text__tinymce {
|
||||
.wp-block-heading h4 {
|
||||
line-height: 1.5; }
|
||||
|
||||
.wp-block-html .editor-plain-text {
|
||||
.wp-block-html .block-editor-plain-text {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d;
|
||||
padding: 0.8em 1em;
|
||||
border: 1px solid #e2e4e7;
|
||||
border-radius: 4px; }
|
||||
.wp-block-html .editor-plain-text:focus {
|
||||
border-radius: 4px;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-html .block-editor-plain-text {
|
||||
font-size: 13px; } }
|
||||
.wp-block-html .block-editor-plain-text:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.wp-block-image {
|
||||
|
@ -719,11 +809,11 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
display: block;
|
||||
z-index: 1; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"][data-align="center"] .wp-block-image {
|
||||
.block-editor-block-list__block[data-type="core/image"][data-align="center"] .wp-block-image {
|
||||
margin-right: auto;
|
||||
margin-left: auto; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"][data-align="center"][data-resized="false"] .wp-block-image > div {
|
||||
.block-editor-block-list__block[data-type="core/image"][data-align="center"][data-resized="false"] .wp-block-image > div {
|
||||
margin-right: auto;
|
||||
margin-left: auto; }
|
||||
|
||||
|
@ -743,24 +833,24 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height {
|
||||
margin-right: 5px; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"] .editor-block-toolbar .editor-url-input__button-modal {
|
||||
.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin: -1px 0; }
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/image"] .editor-block-toolbar .editor-url-input__button-modal {
|
||||
.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
|
||||
margin: -1px; } }
|
||||
|
||||
[data-type="core/image"][data-align="center"] .editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="left"] .editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="right"] .editor-block-list__block-edit figure {
|
||||
[data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit figure {
|
||||
margin: 0;
|
||||
display: table; }
|
||||
|
||||
[data-type="core/image"][data-align="center"] .editor-block-list__block-edit .editor-rich-text,
|
||||
[data-type="core/image"][data-align="left"] .editor-block-list__block-edit .editor-rich-text,
|
||||
[data-type="core/image"][data-align="right"] .editor-block-list__block-edit .editor-rich-text {
|
||||
[data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit .block-editor-rich-text,
|
||||
[data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit .block-editor-rich-text,
|
||||
[data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit .block-editor-rich-text {
|
||||
display: table-caption;
|
||||
caption-side: bottom; }
|
||||
|
||||
|
@ -768,10 +858,10 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
[data-type="core/image"][data-align="full"] figure img {
|
||||
width: 100%; }
|
||||
|
||||
[data-type="core/image"] .editor-block-list__block-edit figure.is-resized {
|
||||
[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
|
||||
margin: 0;
|
||||
display: table; }
|
||||
[data-type="core/image"] .editor-block-list__block-edit figure.is-resized .editor-rich-text {
|
||||
[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized .block-editor-rich-text {
|
||||
display: table-caption;
|
||||
caption-side: bottom; }
|
||||
|
||||
|
@ -792,6 +882,28 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.block-editor .wp-block-latest-posts.is-grid {
|
||||
padding-right: 0; }
|
||||
|
||||
.wp-block-latest-posts li a > div {
|
||||
display: inline; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container,
|
||||
.wp-block-legacy-widget__preview {
|
||||
padding-right: 2.5em;
|
||||
padding-left: 2.5em; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container .widget-inside {
|
||||
border: none;
|
||||
display: block; }
|
||||
|
||||
.wp-block-legacy-widget__update-button {
|
||||
margin-right: auto;
|
||||
display: block; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container .widget-inside {
|
||||
box-shadow: none; }
|
||||
|
||||
.wp-block-legacy-widget__preview {
|
||||
overflow: auto; }
|
||||
|
||||
.wp-block-media-text {
|
||||
grid-template-areas: "media-text-media media-text-content" "resizer resizer"; }
|
||||
|
||||
|
@ -806,13 +918,13 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
align-self: center;
|
||||
width: 100% !important; }
|
||||
|
||||
.wp-block-media-text .editor-inner-blocks {
|
||||
.wp-block-media-text .block-editor-inner-blocks {
|
||||
word-break: break-word;
|
||||
grid-area: media-text-content;
|
||||
text-align: initial;
|
||||
padding: 0 8% 0 8%; }
|
||||
|
||||
.wp-block-media-text > .editor-inner-blocks > .editor-block-list__layout > .editor-block-list__block {
|
||||
.wp-block-media-text > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
|
||||
max-width: unset; }
|
||||
|
||||
figure.block-library-media-text__media-container {
|
||||
|
@ -835,13 +947,12 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-media-text.is-selected.is-stacked-on-mobile .editor-media-container__resizer .components-resizable-box__handle {
|
||||
display: block; } }
|
||||
|
||||
.block-library-list .editor-rich-text__tinymce,
|
||||
.block-library-list .editor-rich-text__tinymce ul,
|
||||
.block-library-list .editor-rich-text__tinymce ol {
|
||||
.editor-styles-wrapper .block-library-list ul,
|
||||
.editor-styles-wrapper .block-library-list ol {
|
||||
padding-right: 1.3em;
|
||||
margin-right: 1.3em; }
|
||||
|
||||
.editor-block-list__block[data-type="core/more"] {
|
||||
.block-editor-block-list__block[data-type="core/more"] {
|
||||
max-width: 100%;
|
||||
text-align: center; }
|
||||
|
||||
|
@ -875,7 +986,7 @@ figure.block-library-media-text__media-container {
|
|||
left: 0;
|
||||
border-top: 3px dashed #ccd0d4; }
|
||||
|
||||
.editor-visual-editor__block[data-type="core/nextpage"] {
|
||||
.block-editor-block-list__block[data-type="core/nextpage"] {
|
||||
max-width: 100%; }
|
||||
|
||||
.wp-block-nextpage {
|
||||
|
@ -902,37 +1013,25 @@ figure.block-library-media-text__media-container {
|
|||
left: 0;
|
||||
border-top: 3px dashed #ccd0d4; }
|
||||
|
||||
.editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce.wp-block-paragraph {
|
||||
.block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph {
|
||||
padding-left: 108px; }
|
||||
.wp-block .wp-block .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce.wp-block-paragraph {
|
||||
.wp-block .wp-block .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph {
|
||||
padding-left: 36px; }
|
||||
|
||||
.wp-block-preformatted pre {
|
||||
white-space: pre-wrap; }
|
||||
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p, .editor-block-list__block[data-type="core/pullquote"][data-align="right"] .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p {
|
||||
.block-editor-block-list__block[data-type="core/pullquote"][data-align="left"] .block-editor-rich-text p, .block-editor-block-list__block[data-type="core/pullquote"][data-align="right"] .block-editor-rich-text p {
|
||||
font-size: 20px; }
|
||||
|
||||
.wp-block-pullquote cite .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
font-size: 14px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
||||
|
||||
.wp-block-pullquote .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
width: 100%;
|
||||
right: 50%;
|
||||
transform: translateX(50%); }
|
||||
|
||||
.wp-block-pullquote blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.wp-block-pullquote blockquote > .editor-rich-text p {
|
||||
.wp-block-pullquote blockquote > .block-editor-rich-text p {
|
||||
font-size: 28px;
|
||||
line-height: 1.6; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color {
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p {
|
||||
.wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p {
|
||||
font-size: 32px; }
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
|
@ -946,6 +1045,30 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-quote__citation {
|
||||
font-size: 13px; }
|
||||
|
||||
.block-editor .wp-block-rss {
|
||||
padding-right: 2.5em; }
|
||||
.block-editor .wp-block-rss.is-grid {
|
||||
padding-right: 0; }
|
||||
|
||||
.wp-block-search .wp-block-search__input {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #8d96a0;
|
||||
color: rgba(14, 28, 46, 0.62);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px; }
|
||||
.wp-block-search .wp-block-search__input:focus {
|
||||
outline: none; }
|
||||
|
||||
.wp-block-search .wp-block-search__button {
|
||||
background: #f7f7f7;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 -1px 0 #ccc;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px; }
|
||||
.wp-block-search .wp-block-search__button .wp-block-search__button-rich-text {
|
||||
padding: 6px 10px; }
|
||||
|
||||
.wp-block-shortcode {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -960,7 +1083,7 @@ figure.block-library-media-text__media-container {
|
|||
white-space: nowrap;
|
||||
font-weight: 600;
|
||||
flex-shrink: 0; }
|
||||
.wp-block-shortcode .editor-plain-text {
|
||||
.wp-block-shortcode .block-editor-plain-text {
|
||||
flex-grow: 1; }
|
||||
.wp-block-shortcode .dashicon {
|
||||
margin-left: 8px; }
|
||||
|
@ -973,12 +1096,12 @@ figure.block-library-media-text__media-container {
|
|||
font-size: 1.1em;
|
||||
font-style: italic; }
|
||||
|
||||
.editor-block-list__block[data-type="core/table"][data-align="left"] table, .editor-block-list__block[data-type="core/table"][data-align="right"] table, .editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="left"] table, .block-editor-block-list__block[data-type="core/table"][data-align="right"] table, .block-editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
width: auto; }
|
||||
|
||||
.editor-block-list__block[data-type="core/table"][data-align="center"] {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="center"] {
|
||||
text-align: initial; }
|
||||
.editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
margin: 0 auto; }
|
||||
|
||||
.wp-block-table table {
|
||||
|
@ -988,7 +1111,7 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-table td,
|
||||
.wp-block-table th {
|
||||
padding: 0;
|
||||
border: 1px solid currentColor; }
|
||||
border: 1px solid #000; }
|
||||
|
||||
.wp-block-table td.is-selected,
|
||||
.wp-block-table th.is-selected {
|
||||
|
@ -999,7 +1122,17 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-table__cell-content {
|
||||
padding: 0.5em; }
|
||||
|
||||
.wp-block-text-columns .editor-rich-text__tinymce:focus {
|
||||
.block-editor .wp-block-tag-cloud a {
|
||||
display: inline-block;
|
||||
margin-left: 5px; }
|
||||
|
||||
.block-editor .wp-block-tag-cloud span {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
color: #8f98a1;
|
||||
text-decoration: none; }
|
||||
|
||||
.wp-block-text-columns .block-editor-rich-text__editable:focus {
|
||||
outline: 1px solid #e2e4e7; }
|
||||
|
||||
pre.wp-block-verse,
|
||||
|
@ -1011,7 +1144,7 @@ pre.wp-block-verse,
|
|||
padding: 1em;
|
||||
overflow: auto; }
|
||||
|
||||
.editor-block-list__block[data-align="center"] {
|
||||
.block-editor-block-list__block[data-align="center"] {
|
||||
text-align: center; }
|
||||
|
||||
.editor-video-poster-control .components-button {
|
||||
|
|
File diff suppressed because one or more lines are too long
541
wp-includes/css/dist/block-library/editor.css
vendored
541
wp-includes/css/dist/block-library/editor.css
vendored
|
@ -28,16 +28,19 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.block-editor ul.wp-block-archives {
|
||||
padding-left: 2.5em; }
|
||||
|
||||
.wp-block-audio {
|
||||
margin: 0; }
|
||||
|
||||
.editor-block-list__block[data-type="core/button"][data-align="center"] {
|
||||
.block-editor-block-list__block[data-type="core/button"][data-align="center"] {
|
||||
text-align: center; }
|
||||
|
||||
.editor-block-list__block[data-type="core/button"][data-align="right"] {
|
||||
.block-editor-block-list__block[data-type="core/button"][data-align="right"] {
|
||||
/*!rtl:ignore*/
|
||||
text-align: right; }
|
||||
|
||||
|
@ -45,20 +48,20 @@
|
|||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
position: relative; }
|
||||
.wp-block-button .editor-rich-text__tinymce.mce-content-body {
|
||||
.wp-block-button [contenteditable] {
|
||||
cursor: text; }
|
||||
.wp-block-button:not(.has-text-color):not(.is-style-outline) .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce {
|
||||
.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable {
|
||||
color: #fff; }
|
||||
.wp-block-button .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce {
|
||||
.wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable {
|
||||
opacity: 0.8; }
|
||||
.editor-block-preview__content .wp-block-button {
|
||||
.block-editor-block-preview__content .wp-block-button {
|
||||
max-width: 100%; }
|
||||
.editor-block-preview__content .wp-block-button .editor-rich-text__tinymce[data-is-placeholder-visible="true"] {
|
||||
.block-editor-block-preview__content .wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible="true"] {
|
||||
height: auto; }
|
||||
.editor-block-preview__content .wp-block-button .wp-block-button__link {
|
||||
.block-editor-block-preview__content .wp-block-button .wp-block-button__link {
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
white-space: nowrap !important;
|
||||
text-overflow: ellipsis; }
|
||||
|
||||
.block-library-button__inline-link {
|
||||
|
@ -70,20 +73,20 @@
|
|||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
width: 374px; }
|
||||
.block-library-button__inline-link .editor-url-input {
|
||||
.block-library-button__inline-link .block-editor-url-input {
|
||||
width: auto; }
|
||||
.block-library-button__inline-link .editor-url-input__suggestions {
|
||||
.block-library-button__inline-link .block-editor-url-input__suggestions {
|
||||
width: 302px;
|
||||
z-index: 6; }
|
||||
.block-library-button__inline-link > .dashicon {
|
||||
width: 36px; }
|
||||
.block-library-button__inline-link .dashicon {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]:-ms-input-placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]:-ms-input-placeholder {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]::-ms-input-placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]::-ms-input-placeholder {
|
||||
color: #8f98a1; }
|
||||
.block-library-button__inline-link .editor-url-input input[type="text"]::placeholder {
|
||||
.block-library-button__inline-link .block-editor-url-input input[type="text"]::placeholder {
|
||||
color: #8f98a1; }
|
||||
[data-align="center"] .block-library-button__inline-link {
|
||||
margin-left: auto;
|
||||
|
@ -97,11 +100,15 @@
|
|||
.block-editor .wp-block-categories ul ul {
|
||||
margin-top: 6px; }
|
||||
|
||||
.wp-block-code .editor-plain-text {
|
||||
.wp-block-code .block-editor-plain-text {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d; }
|
||||
.wp-block-code .editor-plain-text:focus {
|
||||
color: #23282d;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-code .block-editor-plain-text {
|
||||
font-size: 13px; } }
|
||||
.wp-block-code .block-editor-plain-text:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.components-tab-button {
|
||||
|
@ -141,29 +148,29 @@
|
|||
background-color: #555d66;
|
||||
color: #fff; }
|
||||
|
||||
.wp-block-columns .editor-block-list__layout {
|
||||
.wp-block-columns .block-editor-block-list__layout {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
.wp-block-columns .editor-block-list__layout .editor-block-list__block {
|
||||
.wp-block-columns .block-editor-block-list__layout .block-editor-block-list__block {
|
||||
max-width: none; }
|
||||
|
||||
.editor-block-list__block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
|
||||
.block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks {
|
||||
padding-left: 14px;
|
||||
padding-right: 14px; }
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
|
||||
.block-editor-block-list__block[data-align="full"] .wp-block-columns > .block-editor-inner-blocks {
|
||||
padding-left: 60px;
|
||||
padding-right: 60px; } }
|
||||
|
||||
.wp-block-columns {
|
||||
display: block; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
display: flex;
|
||||
flex-wrap: wrap; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout {
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
flex-wrap: nowrap; } }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
@ -175,69 +182,69 @@
|
|||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
flex-basis: 100%; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > div > .editor-inner-blocks {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > div > .block-editor-inner-blocks {
|
||||
margin-top: -28px;
|
||||
margin-bottom: -28px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit::before {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit::before {
|
||||
left: 0;
|
||||
right: 0; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > .editor-block-contextual-toolbar {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] > .block-editor-block-list__block-edit > .block-editor-block-contextual-toolbar {
|
||||
margin-left: -1px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
margin-left: 14px;
|
||||
margin-right: 14px; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
|
||||
flex-basis: 50%;
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
|
||||
flex-basis: calc(50% - (16px + 28px));
|
||||
flex-grow: 0; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:nth-child(odd) {
|
||||
margin-right: 32px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:nth-child(even) {
|
||||
margin-left: 32px; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
|
||||
margin-left: 32px; }
|
||||
.wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"]:not(:last-child) {
|
||||
margin-right: 32px; } }
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:nth-child(even) {
|
||||
margin-left: calc(32px + 14px); } }
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
|
||||
margin-left: calc(32px + 14px); } }
|
||||
|
||||
.wp-block-columns [data-type="core/column"].is-hovered > .block-editor-block-list__block-edit::before {
|
||||
content: none; }
|
||||
|
||||
.wp-block-columns [data-type="core/column"].is-hovered .block-editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
.wp-block-columns [data-type="core/column"] {
|
||||
pointer-events: none; }
|
||||
.wp-block-columns [data-type="core/column"].is-hovered > .editor-block-list__block-edit::before {
|
||||
content: none; }
|
||||
.wp-block-columns [data-type="core/column"].is-hovered .editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
:not(.components-disabled) > .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > * {
|
||||
pointer-events: all; }
|
||||
|
||||
.wp-block-cover-image .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.wp-block-cover .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
position: inherit; }
|
||||
|
||||
.wp-block-cover-image .editor-rich-text__tinymce:focus a[data-mce-selected],
|
||||
.wp-block-cover .editor-rich-text__tinymce:focus a[data-mce-selected] {
|
||||
padding: 0 2px;
|
||||
margin: 0 -2px;
|
||||
border-radius: 2px;
|
||||
box-shadow: none;
|
||||
background: rgba(255, 255, 255, 0.3); }
|
||||
.wp-block-columns [data-type="core/column"] .block-editor-block-list__layout {
|
||||
pointer-events: all; }
|
||||
|
||||
.wp-block-cover-image.components-placeholder h2,
|
||||
.wp-block-cover.components-placeholder h2 {
|
||||
color: inherit; }
|
||||
|
||||
.wp-block-cover-image.has-left-content .editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-left-content .editor-rich-text__inline-toolbar {
|
||||
justify-content: flex-start; }
|
||||
.wp-block-cover-image.has-right-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover-image.has-left-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-right-content .block-editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-left-content .block-editor-rich-text__inline-toolbar {
|
||||
display: inline-block; }
|
||||
|
||||
.wp-block-cover-image.has-right-content .editor-rich-text__inline-toolbar,
|
||||
.wp-block-cover.has-right-content .editor-rich-text__inline-toolbar {
|
||||
justify-content: flex-end; }
|
||||
.wp-block-cover-image .block-editor-block-list__layout,
|
||||
.wp-block-cover .block-editor-block-list__layout {
|
||||
width: 100%; }
|
||||
|
||||
.wp-block-cover-image .block-editor-block-list__block,
|
||||
.wp-block-cover .block-editor-block-list__block {
|
||||
color: #f8f9f9; }
|
||||
|
||||
.wp-block-cover-image .wp-block-cover__inner-container,
|
||||
.wp-block-cover .wp-block-cover__inner-container {
|
||||
text-align: left; }
|
||||
|
||||
.wp-block-cover-image .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout,
|
||||
.wp-block-cover .wp-block-cover__inner-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.wp-block-cover-image.components-placeholder,
|
||||
.wp-block-cover.components-placeholder {
|
||||
|
@ -260,7 +267,9 @@
|
|||
clear: both; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-embed {
|
||||
min-width: 360px; } }
|
||||
min-width: 360px; }
|
||||
.wp-block-embed.components-placeholder {
|
||||
min-width: 0; } }
|
||||
.wp-block-embed.is-loading {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -276,6 +285,14 @@
|
|||
.wp-block-embed .components-placeholder__error {
|
||||
word-break: break-word; }
|
||||
|
||||
.block-library-embed__interactive-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
opacity: 0; }
|
||||
|
||||
.wp-block-file {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -297,12 +314,9 @@
|
|||
margin-left: 1em; }
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce {
|
||||
overflow: hidden;
|
||||
/**
|
||||
* The following gallery styles were replicated
|
||||
* from the styles applied in the tinymce skin,
|
||||
* /wp-includes/js/tinymce/skins/wordpress/wp-content.css.
|
||||
*/ }
|
||||
/* Remove blue highlighting of selected images in WebKit */
|
||||
/* Image captions */
|
||||
/* WP Views */ }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce p,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce li {
|
||||
line-height: 1.8; }
|
||||
|
@ -371,16 +385,76 @@
|
|||
margin-right: auto; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag {
|
||||
width: 96%;
|
||||
height: 0;
|
||||
height: 20px;
|
||||
display: block;
|
||||
margin: 15px auto;
|
||||
outline: 0;
|
||||
cursor: default;
|
||||
border: 2px dashed #bababa; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview-type-gallery::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
background-image: url(/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png);
|
||||
background-size: 1900px 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce img::selection {
|
||||
background-color: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp {
|
||||
-ms-user-select: element; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
|
||||
margin: 0;
|
||||
/* dl browser reset */
|
||||
max-width: 100%; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img {
|
||||
display: block; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption * {
|
||||
-webkit-user-drag: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
|
||||
padding-top: 0.5em;
|
||||
margin: 0;
|
||||
/* browser dd reset */ }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview {
|
||||
width: 99.99%;
|
||||
/* All IE need hasLayout, incl. 11 (ugh, not again!!) */
|
||||
position: relative;
|
||||
clear: both;
|
||||
margin-bottom: 16px;
|
||||
border: 1px solid transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
background: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim {
|
||||
display: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder {
|
||||
border: 1px dashed #e8eaeb;
|
||||
padding: 10px; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error {
|
||||
border: 1px solid #e8eaeb;
|
||||
padding: 1em 0;
|
||||
margin: 0;
|
||||
word-wrap: break-word; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p {
|
||||
margin: 0;
|
||||
text-align: center; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error {
|
||||
border-color: transparent; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 32px; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus {
|
||||
outline: none; }
|
||||
.wp-block-freeform.block-library-rich-text__tinymce .gallery a {
|
||||
|
@ -426,28 +500,40 @@
|
|||
border: none;
|
||||
padding: 0; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active button,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active:hover button,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active i,
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn.mce-active:hover i {
|
||||
color: #23282d; }
|
||||
div[data-type="core/freeform"] .block-editor-block-list__block-edit::before {
|
||||
transition: border-color 0.1s linear, box-shadow 0.1s linear;
|
||||
border: 1px solid #e2e4e7;
|
||||
outline: 1px solid transparent; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-btn i {
|
||||
font-style: normal; }
|
||||
div[data-type="core/freeform"].is-selected .block-editor-block-list__block-edit::before {
|
||||
border-color: #b5bcc2;
|
||||
border-left-color: transparent; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .mce-toolbar-grp > div {
|
||||
padding: 1px 3px; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"] .editor-block-list__block-edit::before {
|
||||
outline: 1px solid #e2e4e7; }
|
||||
|
||||
.editor-block-list__layout .editor-block-list__block[data-type="core/freeform"].is-hovered .editor-block-list__breadcrumb {
|
||||
div[data-type="core/freeform"].is-hovered .block-editor-block-list__breadcrumb {
|
||||
display: none; }
|
||||
|
||||
div[data-type="core/freeform"] .editor-block-contextual-toolbar + div {
|
||||
margin-top: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
|
||||
.mce-toolbar-grp .mce-btn.mce-active button,
|
||||
.mce-toolbar-grp .mce-btn.mce-active:hover button,
|
||||
.mce-toolbar-grp .mce-btn.mce-active i,
|
||||
.mce-toolbar-grp .mce-btn.mce-active:hover i {
|
||||
color: #23282d; }
|
||||
|
||||
.mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last {
|
||||
margin-right: 0;
|
||||
margin-left: 8px; }
|
||||
|
||||
.mce-toolbar-grp .mce-btn i {
|
||||
font-style: normal; }
|
||||
|
||||
.block-library-classic__toolbar {
|
||||
width: auto;
|
||||
margin: 0 -14px;
|
||||
|
@ -456,71 +542,75 @@ div[data-type="core/freeform"] .editor-block-contextual-toolbar + div {
|
|||
z-index: 10;
|
||||
top: 14px;
|
||||
transform: translateY(-14px);
|
||||
border: 1px solid #e2e4e7;
|
||||
border-bottom: none;
|
||||
padding: 0 14px; }
|
||||
.is-selected .block-library-classic__toolbar {
|
||||
border-color: #b5bcc2;
|
||||
border-left-color: transparent; }
|
||||
@media (min-width: 600px) {
|
||||
.block-library-classic__toolbar {
|
||||
padding: 0; } }
|
||||
|
||||
.block-library-classic__toolbar:empty {
|
||||
height: 37px;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #e2e4e7; }
|
||||
.block-library-classic__toolbar:empty::before {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
content: attr(data-placeholder);
|
||||
color: #555d66;
|
||||
line-height: 37px;
|
||||
padding: 14px; }
|
||||
|
||||
.block-library-classic__toolbar .mce-tinymce-inline,
|
||||
.block-library-classic__toolbar .mce-tinymce-inline > div,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp > div,
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar .mce-menubar > div {
|
||||
height: auto !important;
|
||||
width: 100% !important; }
|
||||
|
||||
.block-library-classic__toolbar .mce-container-body.mce-abs-layout {
|
||||
overflow: visible; }
|
||||
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp {
|
||||
position: static; }
|
||||
|
||||
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
|
||||
display: none; }
|
||||
|
||||
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
|
||||
display: block; }
|
||||
.block-library-classic__toolbar:empty {
|
||||
height: 37px;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #e2e4e7; }
|
||||
.block-library-classic__toolbar:empty::before {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
content: attr(data-placeholder);
|
||||
color: #555d66;
|
||||
line-height: 37px;
|
||||
padding: 14px; }
|
||||
.block-library-classic__toolbar .mce-tinymce-inline,
|
||||
.block-library-classic__toolbar .mce-tinymce-inline > div,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp > div,
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar .mce-menubar > div {
|
||||
height: auto !important;
|
||||
width: 100% !important; }
|
||||
.block-library-classic__toolbar .mce-container-body.mce-abs-layout {
|
||||
overflow: visible; }
|
||||
.block-library-classic__toolbar .mce-menubar,
|
||||
.block-library-classic__toolbar div.mce-toolbar-grp {
|
||||
position: static; }
|
||||
.block-library-classic__toolbar .mce-toolbar-grp > div {
|
||||
padding: 1px 3px; }
|
||||
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
|
||||
display: none; }
|
||||
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
|
||||
display: block; }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-switcher__no-switcher-icon {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-switcher__no-switcher-icon {
|
||||
display: none; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar {
|
||||
float: right;
|
||||
margin-right: 23px;
|
||||
margin-right: 25px;
|
||||
transform: translateY(-13px);
|
||||
top: 14px; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-top: 3px; } }
|
||||
@media (min-width: 600px) and (min-width: 782px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
|
||||
margin-top: 0; } }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .editor-block-toolbar::before {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar::before {
|
||||
content: "";
|
||||
display: block;
|
||||
border-left: 1px solid #e2e4e7;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .editor-block-contextual-toolbar .components-toolbar {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar__control.components-button:hover {
|
||||
background-color: transparent; }
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .components-toolbar {
|
||||
background: transparent;
|
||||
border: none; }
|
||||
.editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item {
|
||||
.block-editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item {
|
||||
padding-right: 36px; } }
|
||||
|
||||
ul.wp-block-gallery li {
|
||||
|
@ -529,55 +619,54 @@ ul.wp-block-gallery li {
|
|||
.blocks-gallery-item figure:not(.is-selected):focus {
|
||||
outline: none; }
|
||||
|
||||
.blocks-gallery-item img:focus,
|
||||
.blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #0085ba; }
|
||||
|
||||
body.admin-color-sunrise .blocks-gallery-item img:focus, body.admin-color-sunrise .blocks-gallery-item .is-selected {
|
||||
body.admin-color-sunrise .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #d1864a; }
|
||||
|
||||
body.admin-color-ocean .blocks-gallery-item img:focus, body.admin-color-ocean .blocks-gallery-item .is-selected {
|
||||
body.admin-color-ocean .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #a3b9a2; }
|
||||
|
||||
body.admin-color-midnight .blocks-gallery-item img:focus, body.admin-color-midnight .blocks-gallery-item .is-selected {
|
||||
body.admin-color-midnight .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #e14d43; }
|
||||
|
||||
body.admin-color-ectoplasm .blocks-gallery-item img:focus, body.admin-color-ectoplasm .blocks-gallery-item .is-selected {
|
||||
body.admin-color-ectoplasm .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #a7b656; }
|
||||
|
||||
body.admin-color-coffee .blocks-gallery-item img:focus, body.admin-color-coffee .blocks-gallery-item .is-selected {
|
||||
body.admin-color-coffee .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #c2a68c; }
|
||||
|
||||
body.admin-color-blue .blocks-gallery-item img:focus, body.admin-color-blue .blocks-gallery-item .is-selected {
|
||||
body.admin-color-blue .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #82b4cb; }
|
||||
|
||||
body.admin-color-light .blocks-gallery-item img:focus, body.admin-color-light .blocks-gallery-item .is-selected {
|
||||
body.admin-color-light .blocks-gallery-item .is-selected {
|
||||
outline: 4px solid #0085ba; }
|
||||
|
||||
.blocks-gallery-item .is-transient img {
|
||||
opacity: 0.3; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text {
|
||||
.blocks-gallery-item .block-editor-rich-text {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow-y: auto; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) {
|
||||
.blocks-gallery-item .block-editor-rich-text figcaption:not([data-is-placeholder-visible="true"]) {
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
|
||||
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
||||
.blocks-gallery-item .is-selected .editor-rich-text {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text {
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin-top: -4px; } }
|
||||
|
||||
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__inline-toolbar {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text .block-editor-rich-text__inline-toolbar {
|
||||
top: 0; }
|
||||
|
||||
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce {
|
||||
.blocks-gallery-item .is-selected .block-editor-rich-text figcaption {
|
||||
padding-top: 48px; }
|
||||
|
||||
.blocks-gallery-item .components-form-file-upload,
|
||||
|
@ -598,12 +687,9 @@ body.admin-color-light .blocks-gallery-item img:focus, body.admin-color-light .b
|
|||
.blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover, .blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus {
|
||||
border: 1px solid #555d66; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce a {
|
||||
.blocks-gallery-item .block-editor-rich-text figcaption a {
|
||||
color: #fff; }
|
||||
|
||||
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce:focus a[data-mce-selected] {
|
||||
color: rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.block-library-gallery-item__inline-menu {
|
||||
padding: 2px;
|
||||
position: absolute;
|
||||
|
@ -683,22 +769,26 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.wp-block-heading h6 {
|
||||
font-size: 0.8em; }
|
||||
|
||||
.wp-block-heading h1.editor-rich-text__tinymce,
|
||||
.wp-block-heading h2.editor-rich-text__tinymce,
|
||||
.wp-block-heading h3.editor-rich-text__tinymce {
|
||||
.wp-block-heading h1,
|
||||
.wp-block-heading h2,
|
||||
.wp-block-heading h3 {
|
||||
line-height: 1.4; }
|
||||
|
||||
.wp-block-heading h4.editor-rich-text__tinymce {
|
||||
.wp-block-heading h4 {
|
||||
line-height: 1.5; }
|
||||
|
||||
.wp-block-html .editor-plain-text {
|
||||
.wp-block-html .block-editor-plain-text {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d;
|
||||
padding: 0.8em 1em;
|
||||
border: 1px solid #e2e4e7;
|
||||
border-radius: 4px; }
|
||||
.wp-block-html .editor-plain-text:focus {
|
||||
border-radius: 4px;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-html .block-editor-plain-text {
|
||||
font-size: 13px; } }
|
||||
.wp-block-html .block-editor-plain-text:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.wp-block-image {
|
||||
|
@ -724,11 +814,11 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
display: block;
|
||||
z-index: 1; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"][data-align="center"] .wp-block-image {
|
||||
.block-editor-block-list__block[data-type="core/image"][data-align="center"] .wp-block-image {
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"][data-align="center"][data-resized="false"] .wp-block-image > div {
|
||||
.block-editor-block-list__block[data-type="core/image"][data-align="center"][data-resized="false"] .wp-block-image > div {
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
|
||||
|
@ -748,24 +838,24 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height {
|
||||
margin-left: 5px; }
|
||||
|
||||
.editor-block-list__block[data-type="core/image"] .editor-block-toolbar .editor-url-input__button-modal {
|
||||
.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: -1px 0; }
|
||||
@media (min-width: 600px) {
|
||||
.editor-block-list__block[data-type="core/image"] .editor-block-toolbar .editor-url-input__button-modal {
|
||||
.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
|
||||
margin: -1px; } }
|
||||
|
||||
[data-type="core/image"][data-align="center"] .editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="left"] .editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="right"] .editor-block-list__block-edit figure {
|
||||
[data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit figure,
|
||||
[data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit figure {
|
||||
margin: 0;
|
||||
display: table; }
|
||||
|
||||
[data-type="core/image"][data-align="center"] .editor-block-list__block-edit .editor-rich-text,
|
||||
[data-type="core/image"][data-align="left"] .editor-block-list__block-edit .editor-rich-text,
|
||||
[data-type="core/image"][data-align="right"] .editor-block-list__block-edit .editor-rich-text {
|
||||
[data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit .block-editor-rich-text,
|
||||
[data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit .block-editor-rich-text,
|
||||
[data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit .block-editor-rich-text {
|
||||
display: table-caption;
|
||||
caption-side: bottom; }
|
||||
|
||||
|
@ -773,10 +863,10 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
[data-type="core/image"][data-align="full"] figure img {
|
||||
width: 100%; }
|
||||
|
||||
[data-type="core/image"] .editor-block-list__block-edit figure.is-resized {
|
||||
[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
|
||||
margin: 0;
|
||||
display: table; }
|
||||
[data-type="core/image"] .editor-block-list__block-edit figure.is-resized .editor-rich-text {
|
||||
[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized .block-editor-rich-text {
|
||||
display: table-caption;
|
||||
caption-side: bottom; }
|
||||
|
||||
|
@ -797,6 +887,28 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
.block-editor .wp-block-latest-posts.is-grid {
|
||||
padding-left: 0; }
|
||||
|
||||
.wp-block-latest-posts li a > div {
|
||||
display: inline; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container,
|
||||
.wp-block-legacy-widget__preview {
|
||||
padding-left: 2.5em;
|
||||
padding-right: 2.5em; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container .widget-inside {
|
||||
border: none;
|
||||
display: block; }
|
||||
|
||||
.wp-block-legacy-widget__update-button {
|
||||
margin-left: auto;
|
||||
display: block; }
|
||||
|
||||
.wp-block-legacy-widget__edit-container .widget-inside {
|
||||
box-shadow: none; }
|
||||
|
||||
.wp-block-legacy-widget__preview {
|
||||
overflow: auto; }
|
||||
|
||||
.wp-block-media-text {
|
||||
grid-template-areas: "media-text-media media-text-content" "resizer resizer"; }
|
||||
|
||||
|
@ -811,13 +923,13 @@ body.admin-color-light .block-library-gallery-item__inline-menu {
|
|||
align-self: center;
|
||||
width: 100% !important; }
|
||||
|
||||
.wp-block-media-text .editor-inner-blocks {
|
||||
.wp-block-media-text .block-editor-inner-blocks {
|
||||
word-break: break-word;
|
||||
grid-area: media-text-content;
|
||||
text-align: initial;
|
||||
padding: 0 8% 0 8%; }
|
||||
|
||||
.wp-block-media-text > .editor-inner-blocks > .editor-block-list__layout > .editor-block-list__block {
|
||||
.wp-block-media-text > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
|
||||
max-width: unset; }
|
||||
|
||||
figure.block-library-media-text__media-container {
|
||||
|
@ -840,13 +952,12 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-media-text.is-selected.is-stacked-on-mobile .editor-media-container__resizer .components-resizable-box__handle {
|
||||
display: block; } }
|
||||
|
||||
.block-library-list .editor-rich-text__tinymce,
|
||||
.block-library-list .editor-rich-text__tinymce ul,
|
||||
.block-library-list .editor-rich-text__tinymce ol {
|
||||
.editor-styles-wrapper .block-library-list ul,
|
||||
.editor-styles-wrapper .block-library-list ol {
|
||||
padding-left: 1.3em;
|
||||
margin-left: 1.3em; }
|
||||
|
||||
.editor-block-list__block[data-type="core/more"] {
|
||||
.block-editor-block-list__block[data-type="core/more"] {
|
||||
max-width: 100%;
|
||||
text-align: center; }
|
||||
|
||||
|
@ -880,7 +991,7 @@ figure.block-library-media-text__media-container {
|
|||
right: 0;
|
||||
border-top: 3px dashed #ccd0d4; }
|
||||
|
||||
.editor-visual-editor__block[data-type="core/nextpage"] {
|
||||
.block-editor-block-list__block[data-type="core/nextpage"] {
|
||||
max-width: 100%; }
|
||||
|
||||
.wp-block-nextpage {
|
||||
|
@ -907,37 +1018,25 @@ figure.block-library-media-text__media-container {
|
|||
right: 0;
|
||||
border-top: 3px dashed #ccd0d4; }
|
||||
|
||||
.editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce.wp-block-paragraph {
|
||||
.block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph {
|
||||
padding-right: 108px; }
|
||||
.wp-block .wp-block .editor-rich-text__tinymce[data-is-placeholder-visible="true"] + .editor-rich-text__tinymce.wp-block-paragraph {
|
||||
.wp-block .wp-block .block-editor-rich-text__editable[data-is-placeholder-visible="true"] + .block-editor-rich-text__editable.wp-block-paragraph {
|
||||
padding-right: 36px; }
|
||||
|
||||
.wp-block-preformatted pre {
|
||||
white-space: pre-wrap; }
|
||||
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .editor-rich-text p, .editor-block-list__block[data-type="core/pullquote"][data-align="right"] .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.editor-block-list__block[data-type="core/pullquote"][data-align="right"] .editor-rich-text p {
|
||||
.block-editor-block-list__block[data-type="core/pullquote"][data-align="left"] .block-editor-rich-text p, .block-editor-block-list__block[data-type="core/pullquote"][data-align="right"] .block-editor-rich-text p {
|
||||
font-size: 20px; }
|
||||
|
||||
.wp-block-pullquote cite .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
font-size: 14px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
||||
|
||||
.wp-block-pullquote .editor-rich-text__tinymce[data-is-empty="true"]::before {
|
||||
width: 100%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%); }
|
||||
|
||||
.wp-block-pullquote blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
|
||||
.wp-block-pullquote blockquote > .editor-rich-text p {
|
||||
.wp-block-pullquote blockquote > .block-editor-rich-text p {
|
||||
font-size: 28px;
|
||||
line-height: 1.6; }
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p {
|
||||
.wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p {
|
||||
font-size: 32px; }
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
|
||||
text-transform: none;
|
||||
|
@ -951,6 +1050,30 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-quote__citation {
|
||||
font-size: 13px; }
|
||||
|
||||
.block-editor .wp-block-rss {
|
||||
padding-left: 2.5em; }
|
||||
.block-editor .wp-block-rss.is-grid {
|
||||
padding-left: 0; }
|
||||
|
||||
.wp-block-search .wp-block-search__input {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #8d96a0;
|
||||
color: rgba(14, 28, 46, 0.62);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px; }
|
||||
.wp-block-search .wp-block-search__input:focus {
|
||||
outline: none; }
|
||||
|
||||
.wp-block-search .wp-block-search__button {
|
||||
background: #f7f7f7;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 -1px 0 #ccc;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px; }
|
||||
.wp-block-search .wp-block-search__button .wp-block-search__button-rich-text {
|
||||
padding: 6px 10px; }
|
||||
|
||||
.wp-block-shortcode {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -965,7 +1088,7 @@ figure.block-library-media-text__media-container {
|
|||
white-space: nowrap;
|
||||
font-weight: 600;
|
||||
flex-shrink: 0; }
|
||||
.wp-block-shortcode .editor-plain-text {
|
||||
.wp-block-shortcode .block-editor-plain-text {
|
||||
flex-grow: 1; }
|
||||
.wp-block-shortcode .dashicon {
|
||||
margin-right: 8px; }
|
||||
|
@ -978,12 +1101,12 @@ figure.block-library-media-text__media-container {
|
|||
font-size: 1.1em;
|
||||
font-style: italic; }
|
||||
|
||||
.editor-block-list__block[data-type="core/table"][data-align="left"] table, .editor-block-list__block[data-type="core/table"][data-align="right"] table, .editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="left"] table, .block-editor-block-list__block[data-type="core/table"][data-align="right"] table, .block-editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
width: auto; }
|
||||
|
||||
.editor-block-list__block[data-type="core/table"][data-align="center"] {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="center"] {
|
||||
text-align: initial; }
|
||||
.editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
.block-editor-block-list__block[data-type="core/table"][data-align="center"] table {
|
||||
margin: 0 auto; }
|
||||
|
||||
.wp-block-table table {
|
||||
|
@ -993,7 +1116,7 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-table td,
|
||||
.wp-block-table th {
|
||||
padding: 0;
|
||||
border: 1px solid currentColor; }
|
||||
border: 1px solid #000; }
|
||||
|
||||
.wp-block-table td.is-selected,
|
||||
.wp-block-table th.is-selected {
|
||||
|
@ -1004,7 +1127,17 @@ figure.block-library-media-text__media-container {
|
|||
.wp-block-table__cell-content {
|
||||
padding: 0.5em; }
|
||||
|
||||
.wp-block-text-columns .editor-rich-text__tinymce:focus {
|
||||
.block-editor .wp-block-tag-cloud a {
|
||||
display: inline-block;
|
||||
margin-right: 5px; }
|
||||
|
||||
.block-editor .wp-block-tag-cloud span {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
color: #8f98a1;
|
||||
text-decoration: none; }
|
||||
|
||||
.wp-block-text-columns .block-editor-rich-text__editable:focus {
|
||||
outline: 1px solid #e2e4e7; }
|
||||
|
||||
pre.wp-block-verse,
|
||||
|
@ -1016,7 +1149,7 @@ pre.wp-block-verse,
|
|||
padding: 1em;
|
||||
overflow: auto; }
|
||||
|
||||
.editor-block-list__block[data-align="center"] {
|
||||
.block-editor-block-list__block[data-align="center"] {
|
||||
text-align: center; }
|
||||
|
||||
.editor-video-poster-control .components-button {
|
||||
|
|
File diff suppressed because one or more lines are too long
213
wp-includes/css/dist/block-library/style-rtl.css
vendored
213
wp-includes/css/dist/block-library/style-rtl.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.wp-block-audio figcaption {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 1em;
|
||||
|
@ -39,7 +42,7 @@
|
|||
width: 100%;
|
||||
min-width: 300px; }
|
||||
|
||||
.editor-block-list__layout .reusable-block-edit-panel {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
align-items: center;
|
||||
background: #f8f9f9;
|
||||
color: #555d66;
|
||||
|
@ -52,38 +55,45 @@
|
|||
margin: 0 -14px;
|
||||
padding: 8px 14px;
|
||||
position: relative;
|
||||
z-index: 7; }
|
||||
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
|
||||
border: 1px dashed rgba(145, 151, 162, 0.25);
|
||||
border-bottom: none; }
|
||||
.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
margin: 0 -14px;
|
||||
padding: 8px 14px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
|
||||
margin: 0 5px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
|
||||
margin-left: auto; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
|
||||
margin-left: 8px;
|
||||
white-space: nowrap;
|
||||
font-weight: 600; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
flex: 1 1 100%;
|
||||
font-size: 14px;
|
||||
height: 30px;
|
||||
margin: 4px 0 8px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
flex-shrink: 0; }
|
||||
@media (min-width: 960px) {
|
||||
.editor-block-list__layout .reusable-block-edit-panel {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
flex-wrap: nowrap; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
margin: 0; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
margin: 0 5px 0 0; } }
|
||||
|
||||
.editor-block-list__layout .reusable-block-indicator {
|
||||
.editor-block-list__layout .is-selected .reusable-block-edit-panel {
|
||||
border-color: rgba(66, 88, 99, 0.4);
|
||||
border-right-color: transparent; }
|
||||
.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
|
||||
border-color: rgba(255, 255, 255, 0.45);
|
||||
border-right-color: transparent; }
|
||||
|
||||
.block-editor-block-list__layout .reusable-block-indicator {
|
||||
background: #fff;
|
||||
border-right: 1px dashed #e2e4e7;
|
||||
border: 1px dashed #e2e4e7;
|
||||
color: #555d66;
|
||||
border-bottom: 1px dashed #e2e4e7;
|
||||
top: -14px;
|
||||
height: 30px;
|
||||
padding: 4px;
|
||||
|
@ -113,9 +123,8 @@
|
|||
padding: 12px 24px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word; }
|
||||
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
|
||||
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
|
||||
color: inherit; }
|
||||
|
||||
.is-style-squared .wp-block-button__link {
|
||||
|
@ -124,9 +133,32 @@
|
|||
.is-style-outline {
|
||||
color: #32373c; }
|
||||
.is-style-outline .wp-block-button__link {
|
||||
background: transparent;
|
||||
background-color: transparent;
|
||||
border: 2px solid currentcolor; }
|
||||
|
||||
.wp-block-calendar {
|
||||
text-align: center; }
|
||||
.wp-block-calendar th,
|
||||
.wp-block-calendar tbody td {
|
||||
padding: 4px;
|
||||
border: 1px solid #e2e4e7; }
|
||||
.wp-block-calendar tfoot td {
|
||||
border: none; }
|
||||
.wp-block-calendar table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
||||
.wp-block-calendar table th {
|
||||
font-weight: 440;
|
||||
background: #edeff0; }
|
||||
.wp-block-calendar a {
|
||||
text-decoration: underline; }
|
||||
.wp-block-calendar tfoot a {
|
||||
color: #00739c; }
|
||||
.wp-block-calendar table tbody,
|
||||
.wp-block-calendar table caption {
|
||||
color: #40464d; }
|
||||
|
||||
.wp-block-categories.alignleft {
|
||||
margin-right: 2em; }
|
||||
|
||||
|
@ -141,7 +173,7 @@
|
|||
flex-wrap: nowrap; } }
|
||||
|
||||
.wp-block-column {
|
||||
flex: 1;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 1em;
|
||||
flex-basis: 100%;
|
||||
min-width: 0;
|
||||
|
@ -149,17 +181,13 @@
|
|||
overflow-wrap: break-word; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-column {
|
||||
flex-basis: 50%;
|
||||
flex-grow: 0; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-column:nth-child(odd) {
|
||||
margin-left: 32px; }
|
||||
.wp-block-column:nth-child(even) {
|
||||
margin-right: 32px; }
|
||||
flex-basis: calc(50% - 16px);
|
||||
flex-grow: 0; }
|
||||
.wp-block-column:nth-child(even) {
|
||||
margin-right: 32px; } }
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-column:not(:first-child) {
|
||||
margin-right: 32px; }
|
||||
.wp-block-column:not(:last-child) {
|
||||
margin-left: 32px; } }
|
||||
margin-right: 32px; } }
|
||||
|
||||
.wp-block-cover-image,
|
||||
.wp-block-cover {
|
||||
|
@ -303,6 +331,28 @@
|
|||
.wp-block-cover.alignleft,
|
||||
.wp-block-cover.alignright {
|
||||
display: flex; }
|
||||
.wp-block-cover-image .wp-block-cover__inner-container,
|
||||
.wp-block-cover .wp-block-cover__inner-container {
|
||||
width: calc(100% - 70px);
|
||||
z-index: 1;
|
||||
color: #f8f9f9; }
|
||||
.wp-block-cover-image p,
|
||||
.wp-block-cover-image h1,
|
||||
.wp-block-cover-image h2,
|
||||
.wp-block-cover-image h3,
|
||||
.wp-block-cover-image h4,
|
||||
.wp-block-cover-image h5,
|
||||
.wp-block-cover-image h6,
|
||||
.wp-block-cover-image .wp-block-subhead,
|
||||
.wp-block-cover p,
|
||||
.wp-block-cover h1,
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover h3,
|
||||
.wp-block-cover h4,
|
||||
.wp-block-cover h5,
|
||||
.wp-block-cover h6,
|
||||
.wp-block-cover .wp-block-subhead {
|
||||
color: inherit; }
|
||||
|
||||
.wp-block-cover__video-background {
|
||||
position: absolute;
|
||||
|
@ -315,8 +365,8 @@
|
|||
-o-object-fit: cover;
|
||||
object-fit: cover; }
|
||||
|
||||
.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
|
||||
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit,
|
||||
.block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
|
||||
.block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
|
||||
.wp-block-embed.alignleft,
|
||||
.wp-block-embed.alignright {
|
||||
max-width: 360px;
|
||||
|
@ -449,11 +499,11 @@
|
|||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
padding: 40px 10px 5px;
|
||||
padding: 40px 10px 9px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
|
||||
.wp-block-gallery .blocks-gallery-image figcaption img,
|
||||
.wp-block-gallery .blocks-gallery-item figcaption img {
|
||||
display: inline; }
|
||||
|
@ -486,26 +536,50 @@
|
|||
.wp-block-gallery.columns-3 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 2) / 3);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-3 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-3 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 2) / 3 - 1px); } }
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 3) / 4);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 3) / 4 - 1px); } }
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 4) / 5);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 4) / 5 - 1px); } }
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 5) / 6);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 5) / 6 - 1px); } }
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 6) / 7);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 6) / 7 - 1px); } }
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 7) / 8);
|
||||
margin-left: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 7) / 8 - 1px); } }
|
||||
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
|
||||
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
|
||||
margin-left: 0; }
|
||||
|
@ -689,19 +763,19 @@
|
|||
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
|
||||
grid-template-areas: "media-text-content" "media-text-media"; } }
|
||||
|
||||
p.is-small-text {
|
||||
.is-small-text {
|
||||
font-size: 14px; }
|
||||
|
||||
p.is-regular-text {
|
||||
.is-regular-text {
|
||||
font-size: 16px; }
|
||||
|
||||
p.is-large-text {
|
||||
.is-large-text {
|
||||
font-size: 36px; }
|
||||
|
||||
p.is-larger-text {
|
||||
.is-larger-text {
|
||||
font-size: 48px; }
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
float: right;
|
||||
font-size: 8.4em;
|
||||
line-height: 0.68;
|
||||
|
@ -710,7 +784,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
text-transform: uppercase;
|
||||
font-style: normal; }
|
||||
|
||||
p.has-drop-cap:not(:focus)::after {
|
||||
.has-drop-cap:not(:focus)::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
|
@ -774,6 +848,48 @@ p.has-text-color a {
|
|||
font-size: 18px;
|
||||
text-align: left; }
|
||||
|
||||
.wp-block-rss.alignleft {
|
||||
margin-right: 2em; }
|
||||
|
||||
.wp-block-rss.alignright {
|
||||
margin-left: 2em; }
|
||||
|
||||
.wp-block-rss.is-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
.wp-block-rss.is-grid li {
|
||||
margin: 0 0 16px 16px;
|
||||
width: 100%; }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-rss.columns-2 li {
|
||||
width: calc(( 100% / 2 ) - 16px); }
|
||||
.wp-block-rss.columns-3 li {
|
||||
width: calc(( 100% / 3 ) - 16px); }
|
||||
.wp-block-rss.columns-4 li {
|
||||
width: calc(( 100% / 4 ) - 16px); }
|
||||
.wp-block-rss.columns-5 li {
|
||||
width: calc(( 100% / 5 ) - 16px); }
|
||||
.wp-block-rss.columns-6 li {
|
||||
width: calc(( 100% / 6 ) - 16px); } }
|
||||
|
||||
.wp-block-rss__item-publish-date,
|
||||
.wp-block-rss__item-author {
|
||||
color: #6c7781;
|
||||
font-size: 13px; }
|
||||
|
||||
.wp-block-search {
|
||||
display: flex;
|
||||
flex-wrap: wrap; }
|
||||
.wp-block-search .wp-block-search__label {
|
||||
width: 100%; }
|
||||
.wp-block-search .wp-block-search__input {
|
||||
flex-grow: 1; }
|
||||
.wp-block-search .wp-block-search__button {
|
||||
margin-right: 10px; }
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
border-bottom-width: 1px; }
|
||||
|
||||
|
@ -805,12 +921,33 @@ p.wp-block-subhead {
|
|||
display: table;
|
||||
width: auto; }
|
||||
|
||||
.wp-block-table.has-subtle-light-gray-background-color {
|
||||
background-color: #f3f4f5; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-green-background-color {
|
||||
background-color: #e9fbe5; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-blue-background-color {
|
||||
background-color: #e7f5fe; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-pink-background-color {
|
||||
background-color: #fcf0ef; }
|
||||
|
||||
.wp-block-table.is-style-stripes {
|
||||
border-spacing: 0;
|
||||
border-collapse: inherit;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes tr:nth-child(odd) {
|
||||
background-color: #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
|
||||
background-color: #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
|
||||
background-color: #e9fbe5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
|
||||
background-color: #e7f5fe; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
|
||||
background-color: #fcf0ef; }
|
||||
.wp-block-table.is-style-stripes td {
|
||||
border-color: transparent; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
215
wp-includes/css/dist/block-library/style.css
vendored
215
wp-includes/css/dist/block-library/style.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.wp-block-audio figcaption {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 1em;
|
||||
|
@ -39,7 +42,7 @@
|
|||
width: 100%;
|
||||
min-width: 300px; }
|
||||
|
||||
.editor-block-list__layout .reusable-block-edit-panel {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
align-items: center;
|
||||
background: #f8f9f9;
|
||||
color: #555d66;
|
||||
|
@ -52,38 +55,45 @@
|
|||
margin: 0 -14px;
|
||||
padding: 8px 14px;
|
||||
position: relative;
|
||||
z-index: 7; }
|
||||
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
|
||||
border: 1px dashed rgba(145, 151, 162, 0.25);
|
||||
border-bottom: none; }
|
||||
.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
margin: 0 -14px;
|
||||
padding: 8px 14px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
|
||||
margin: 0 5px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
|
||||
margin-right: auto; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
|
||||
margin-right: 8px;
|
||||
white-space: nowrap;
|
||||
font-weight: 600; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
flex: 1 1 100%;
|
||||
font-size: 14px;
|
||||
height: 30px;
|
||||
margin: 4px 0 8px; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
flex-shrink: 0; }
|
||||
@media (min-width: 960px) {
|
||||
.editor-block-list__layout .reusable-block-edit-panel {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel {
|
||||
flex-wrap: nowrap; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
|
||||
margin: 0; }
|
||||
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
|
||||
margin: 0 0 0 5px; } }
|
||||
|
||||
.editor-block-list__layout .reusable-block-indicator {
|
||||
.editor-block-list__layout .is-selected .reusable-block-edit-panel {
|
||||
border-color: rgba(66, 88, 99, 0.4);
|
||||
border-left-color: transparent; }
|
||||
.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
|
||||
border-color: rgba(255, 255, 255, 0.45);
|
||||
border-left-color: transparent; }
|
||||
|
||||
.block-editor-block-list__layout .reusable-block-indicator {
|
||||
background: #fff;
|
||||
border-left: 1px dashed #e2e4e7;
|
||||
border: 1px dashed #e2e4e7;
|
||||
color: #555d66;
|
||||
border-bottom: 1px dashed #e2e4e7;
|
||||
top: -14px;
|
||||
height: 30px;
|
||||
padding: 4px;
|
||||
|
@ -114,9 +124,8 @@
|
|||
padding: 12px 24px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word; }
|
||||
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
|
||||
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
|
||||
color: inherit; }
|
||||
|
||||
.is-style-squared .wp-block-button__link {
|
||||
|
@ -125,9 +134,32 @@
|
|||
.is-style-outline {
|
||||
color: #32373c; }
|
||||
.is-style-outline .wp-block-button__link {
|
||||
background: transparent;
|
||||
background-color: transparent;
|
||||
border: 2px solid currentcolor; }
|
||||
|
||||
.wp-block-calendar {
|
||||
text-align: center; }
|
||||
.wp-block-calendar th,
|
||||
.wp-block-calendar tbody td {
|
||||
padding: 4px;
|
||||
border: 1px solid #e2e4e7; }
|
||||
.wp-block-calendar tfoot td {
|
||||
border: none; }
|
||||
.wp-block-calendar table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
||||
.wp-block-calendar table th {
|
||||
font-weight: 440;
|
||||
background: #edeff0; }
|
||||
.wp-block-calendar a {
|
||||
text-decoration: underline; }
|
||||
.wp-block-calendar tfoot a {
|
||||
color: #00739c; }
|
||||
.wp-block-calendar table tbody,
|
||||
.wp-block-calendar table caption {
|
||||
color: #40464d; }
|
||||
|
||||
.wp-block-categories.alignleft {
|
||||
/*rtl:ignore*/
|
||||
margin-right: 2em; }
|
||||
|
@ -144,7 +176,7 @@
|
|||
flex-wrap: nowrap; } }
|
||||
|
||||
.wp-block-column {
|
||||
flex: 1;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 1em;
|
||||
flex-basis: 100%;
|
||||
min-width: 0;
|
||||
|
@ -152,17 +184,13 @@
|
|||
overflow-wrap: break-word; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-column {
|
||||
flex-basis: 50%;
|
||||
flex-grow: 0; } }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-column:nth-child(odd) {
|
||||
margin-right: 32px; }
|
||||
.wp-block-column:nth-child(even) {
|
||||
margin-left: 32px; }
|
||||
flex-basis: calc(50% - 16px);
|
||||
flex-grow: 0; }
|
||||
.wp-block-column:nth-child(even) {
|
||||
margin-left: 32px; } }
|
||||
@media (min-width: 782px) {
|
||||
.wp-block-column:not(:first-child) {
|
||||
margin-left: 32px; }
|
||||
.wp-block-column:not(:last-child) {
|
||||
margin-right: 32px; } }
|
||||
margin-left: 32px; } }
|
||||
|
||||
.wp-block-cover-image,
|
||||
.wp-block-cover {
|
||||
|
@ -306,6 +334,28 @@
|
|||
.wp-block-cover.alignleft,
|
||||
.wp-block-cover.alignright {
|
||||
display: flex; }
|
||||
.wp-block-cover-image .wp-block-cover__inner-container,
|
||||
.wp-block-cover .wp-block-cover__inner-container {
|
||||
width: calc(100% - 70px);
|
||||
z-index: 1;
|
||||
color: #f8f9f9; }
|
||||
.wp-block-cover-image p,
|
||||
.wp-block-cover-image h1,
|
||||
.wp-block-cover-image h2,
|
||||
.wp-block-cover-image h3,
|
||||
.wp-block-cover-image h4,
|
||||
.wp-block-cover-image h5,
|
||||
.wp-block-cover-image h6,
|
||||
.wp-block-cover-image .wp-block-subhead,
|
||||
.wp-block-cover p,
|
||||
.wp-block-cover h1,
|
||||
.wp-block-cover h2,
|
||||
.wp-block-cover h3,
|
||||
.wp-block-cover h4,
|
||||
.wp-block-cover h5,
|
||||
.wp-block-cover h6,
|
||||
.wp-block-cover .wp-block-subhead {
|
||||
color: inherit; }
|
||||
|
||||
.wp-block-cover__video-background {
|
||||
position: absolute;
|
||||
|
@ -318,8 +368,8 @@
|
|||
-o-object-fit: cover;
|
||||
object-fit: cover; }
|
||||
|
||||
.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
|
||||
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit,
|
||||
.block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
|
||||
.block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
|
||||
.wp-block-embed.alignleft,
|
||||
.wp-block-embed.alignright {
|
||||
max-width: 360px;
|
||||
|
@ -453,11 +503,11 @@
|
|||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
padding: 40px 10px 5px;
|
||||
padding: 40px 10px 9px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
|
||||
.wp-block-gallery .blocks-gallery-image figcaption img,
|
||||
.wp-block-gallery .blocks-gallery-item figcaption img {
|
||||
display: inline; }
|
||||
|
@ -490,26 +540,50 @@
|
|||
.wp-block-gallery.columns-3 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 2) / 3);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-3 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-3 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 2) / 3 - 1px); } }
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 3) / 4);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-4 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 3) / 4 - 1px); } }
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 4) / 5);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-5 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 4) / 5 - 1px); } }
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 5) / 6);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-6 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 5) / 6 - 1px); } }
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 6) / 7);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-7 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 6) / 7 - 1px); } }
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 7) / 8);
|
||||
margin-right: 16px; }
|
||||
@supports (-ms-ime-align: auto) {
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-image,
|
||||
.wp-block-gallery.columns-8 .blocks-gallery-item {
|
||||
width: calc((100% - 16px * 7) / 8 - 1px); } }
|
||||
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
|
||||
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
|
||||
margin-right: 0; }
|
||||
|
@ -699,19 +773,19 @@
|
|||
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
|
||||
grid-template-areas: "media-text-content" "media-text-media"; } }
|
||||
|
||||
p.is-small-text {
|
||||
.is-small-text {
|
||||
font-size: 14px; }
|
||||
|
||||
p.is-regular-text {
|
||||
.is-regular-text {
|
||||
font-size: 16px; }
|
||||
|
||||
p.is-large-text {
|
||||
.is-large-text {
|
||||
font-size: 36px; }
|
||||
|
||||
p.is-larger-text {
|
||||
.is-larger-text {
|
||||
font-size: 48px; }
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
.has-drop-cap:not(:focus)::first-letter {
|
||||
float: left;
|
||||
font-size: 8.4em;
|
||||
line-height: 0.68;
|
||||
|
@ -720,7 +794,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
text-transform: uppercase;
|
||||
font-style: normal; }
|
||||
|
||||
p.has-drop-cap:not(:focus)::after {
|
||||
.has-drop-cap:not(:focus)::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
|
@ -784,6 +858,50 @@ p.has-text-color a {
|
|||
font-size: 18px;
|
||||
text-align: right; }
|
||||
|
||||
.wp-block-rss.alignleft {
|
||||
/*rtl:ignore*/
|
||||
margin-right: 2em; }
|
||||
|
||||
.wp-block-rss.alignright {
|
||||
/*rtl:ignore*/
|
||||
margin-left: 2em; }
|
||||
|
||||
.wp-block-rss.is-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
.wp-block-rss.is-grid li {
|
||||
margin: 0 16px 16px 0;
|
||||
width: 100%; }
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-rss.columns-2 li {
|
||||
width: calc(( 100% / 2 ) - 16px); }
|
||||
.wp-block-rss.columns-3 li {
|
||||
width: calc(( 100% / 3 ) - 16px); }
|
||||
.wp-block-rss.columns-4 li {
|
||||
width: calc(( 100% / 4 ) - 16px); }
|
||||
.wp-block-rss.columns-5 li {
|
||||
width: calc(( 100% / 5 ) - 16px); }
|
||||
.wp-block-rss.columns-6 li {
|
||||
width: calc(( 100% / 6 ) - 16px); } }
|
||||
|
||||
.wp-block-rss__item-publish-date,
|
||||
.wp-block-rss__item-author {
|
||||
color: #6c7781;
|
||||
font-size: 13px; }
|
||||
|
||||
.wp-block-search {
|
||||
display: flex;
|
||||
flex-wrap: wrap; }
|
||||
.wp-block-search .wp-block-search__label {
|
||||
width: 100%; }
|
||||
.wp-block-search .wp-block-search__input {
|
||||
flex-grow: 1; }
|
||||
.wp-block-search .wp-block-search__button {
|
||||
margin-left: 10px; }
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
border-bottom-width: 1px; }
|
||||
|
||||
|
@ -815,12 +933,33 @@ p.wp-block-subhead {
|
|||
display: table;
|
||||
width: auto; }
|
||||
|
||||
.wp-block-table.has-subtle-light-gray-background-color {
|
||||
background-color: #f3f4f5; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-green-background-color {
|
||||
background-color: #e9fbe5; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-blue-background-color {
|
||||
background-color: #e7f5fe; }
|
||||
|
||||
.wp-block-table.has-subtle-pale-pink-background-color {
|
||||
background-color: #fcf0ef; }
|
||||
|
||||
.wp-block-table.is-style-stripes {
|
||||
border-spacing: 0;
|
||||
border-collapse: inherit;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes tr:nth-child(odd) {
|
||||
background-color: #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
|
||||
background-color: #f3f4f5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
|
||||
background-color: #e9fbe5; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
|
||||
background-color: #e7f5fe; }
|
||||
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
|
||||
background-color: #fcf0ef; }
|
||||
.wp-block-table.is-style-stripes td {
|
||||
border-color: transparent; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
30
wp-includes/css/dist/block-library/theme-rtl.css
vendored
30
wp-includes/css/dist/block-library/theme-rtl.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.wp-block-code {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
|
@ -38,8 +41,12 @@
|
|||
|
||||
.wp-block-preformatted pre {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d; }
|
||||
color: #23282d;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-preformatted pre {
|
||||
font-size: 14px; } }
|
||||
|
||||
.wp-block-pullquote {
|
||||
border-top: 4px solid #555d66;
|
||||
|
@ -53,7 +60,9 @@
|
|||
font-style: normal; }
|
||||
|
||||
.wp-block-quote {
|
||||
margin: 20px 0; }
|
||||
border-right: 4px solid #000;
|
||||
margin: 20px 0;
|
||||
padding-right: 1em; }
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote footer, .wp-block-quote__citation {
|
||||
color: #6c7781;
|
||||
|
@ -61,10 +70,19 @@
|
|||
margin-top: 1em;
|
||||
position: relative;
|
||||
font-style: normal; }
|
||||
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
||||
border-right: none;
|
||||
border-left: 4px solid #000;
|
||||
padding-right: 0;
|
||||
padding-left: 1em; }
|
||||
.wp-block-quote[style*="text-align:center"], .wp-block-quote[style*="text-align: center"] {
|
||||
border: none;
|
||||
padding-right: 0; }
|
||||
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
||||
border: none; }
|
||||
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large) {
|
||||
border-right: 4px solid #000;
|
||||
padding-right: 1em; }
|
||||
.wp-block-search .wp-block-search__label {
|
||||
font-weight: bold; }
|
||||
|
||||
.wp-block-separator {
|
||||
border: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
.wp-block-code{padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{margin:20px 0}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote:not(.is-large):not(.is-style-large){border-right:4px solid #000;padding-right:1em}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}
|
||||
.wp-block-code{font-size:14px;padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;color:#23282d}.wp-block-preformatted pre{font-size:16px}@media (min-width:600px){.wp-block-preformatted pre{font-size:14px}}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{border-right:4px solid #000;margin:20px 0;padding-right:1em}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align: right"]{border-right:none;border-left:4px solid #000;padding-right:0;padding-left:1em}.wp-block-quote[style*="text-align:center"],.wp-block-quote[style*="text-align: center"]{border:none;padding-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}
|
30
wp-includes/css/dist/block-library/theme.css
vendored
30
wp-includes/css/dist/block-library/theme.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.wp-block-code {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
|
@ -38,8 +41,12 @@
|
|||
|
||||
.wp-block-preformatted pre {
|
||||
font-family: Menlo, Consolas, monaco, monospace;
|
||||
font-size: 14px;
|
||||
color: #23282d; }
|
||||
color: #23282d;
|
||||
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
||||
font-size: 16px; }
|
||||
@media (min-width: 600px) {
|
||||
.wp-block-preformatted pre {
|
||||
font-size: 14px; } }
|
||||
|
||||
.wp-block-pullquote {
|
||||
border-top: 4px solid #555d66;
|
||||
|
@ -53,7 +60,9 @@
|
|||
font-style: normal; }
|
||||
|
||||
.wp-block-quote {
|
||||
margin: 20px 0; }
|
||||
border-left: 4px solid #000;
|
||||
margin: 20px 0;
|
||||
padding-left: 1em; }
|
||||
.wp-block-quote cite,
|
||||
.wp-block-quote footer, .wp-block-quote__citation {
|
||||
color: #6c7781;
|
||||
|
@ -61,10 +70,19 @@
|
|||
margin-top: 1em;
|
||||
position: relative;
|
||||
font-style: normal; }
|
||||
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
||||
border-left: none;
|
||||
border-right: 4px solid #000;
|
||||
padding-left: 0;
|
||||
padding-right: 1em; }
|
||||
.wp-block-quote[style*="text-align:center"], .wp-block-quote[style*="text-align: center"] {
|
||||
border: none;
|
||||
padding-left: 0; }
|
||||
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
||||
border: none; }
|
||||
|
||||
.wp-block-quote:not(.is-large):not(.is-style-large) {
|
||||
border-left: 4px solid #000;
|
||||
padding-left: 1em; }
|
||||
.wp-block-search .wp-block-search__label {
|
||||
font-weight: bold; }
|
||||
|
||||
.wp-block-separator {
|
||||
border: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
.wp-block-code{padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;font-size:14px;color:#23282d}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{margin:20px 0}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote:not(.is-large):not(.is-style-large){border-left:4px solid #000;padding-left:1em}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}
|
||||
.wp-block-code{font-size:14px;padding:.8em 1em;border:1px solid #e2e4e7;border-radius:4px}.wp-block-code,.wp-block-preformatted pre{font-family:Menlo,Consolas,monaco,monospace;color:#23282d}.wp-block-preformatted pre{font-size:16px}@media (min-width:600px){.wp-block-preformatted pre{font-size:14px}}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-quote{border-left:4px solid #000;margin:20px 0;padding-left:1em}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align: right"]{border-left:none;border-right:4px solid #000;padding-left:0;padding-right:1em}.wp-block-quote[style*="text-align:center"],.wp-block-quote[style*="text-align: center"]{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:break-all}
|
295
wp-includes/css/dist/components/style-rtl.css
vendored
295
wp-includes/css/dist/components/style-rtl.css
vendored
|
@ -28,6 +28,43 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.components-animate__appear {
|
||||
animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-animate__appear {
|
||||
animation-duration: 1ms !important; } }
|
||||
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
|
||||
transform-origin: top right; }
|
||||
.components-animate__appear.is-from-top.is-from-right {
|
||||
transform-origin: top left; }
|
||||
.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
|
||||
transform-origin: bottom right; }
|
||||
.components-animate__appear.is-from-bottom.is-from-right {
|
||||
transform-origin: bottom left; }
|
||||
|
||||
@keyframes components-animate__appear-animation {
|
||||
from {
|
||||
transform: translateY(-2em) scaleY(0) scaleX(0); }
|
||||
to {
|
||||
transform: translateY(0%) scaleY(1) scaleX(1); } }
|
||||
|
||||
.components-animate__slide-in {
|
||||
animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-animate__slide-in {
|
||||
animation-duration: 1ms !important; } }
|
||||
.components-animate__slide-in.is-from-left {
|
||||
transform: translateX(-100%); }
|
||||
|
||||
@keyframes components-animate__slide-in-animation {
|
||||
100% {
|
||||
transform: translateX(0%); } }
|
||||
|
||||
.components-autocomplete__popover .components-popover__content {
|
||||
min-width: 200px; }
|
||||
|
||||
|
@ -49,18 +86,21 @@
|
|||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
padding: 6px;
|
||||
padding: 6px 8px;
|
||||
margin-right: -3px;
|
||||
margin-left: -3px;
|
||||
text-align: right; }
|
||||
.components-autocomplete__result.components-button.is-selected {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px; }
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66; }
|
||||
.components-autocomplete__result.components-button:hover {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, 0.2); }
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; }
|
||||
|
||||
.components-base-control {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
|
@ -74,8 +114,10 @@
|
|||
margin-bottom: 4px; }
|
||||
.components-base-control .components-base-control__help {
|
||||
margin-top: -8px;
|
||||
font-style: italic;
|
||||
margin-bottom: 0; }
|
||||
font-style: italic; }
|
||||
|
||||
.components-base-control + .components-base-control {
|
||||
margin-bottom: 16px; }
|
||||
|
||||
.components-button-group {
|
||||
display: inline-block; }
|
||||
|
@ -368,7 +410,7 @@
|
|||
box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px; }
|
||||
.components-button.is-busy {
|
||||
.components-button.is-busy, .components-button.is-default.is-busy, .components-button.is-default.is-busy:disabled, .components-button.is-default.is-busy[aria-disabled="true"] {
|
||||
animation: components-button__busy-animation 2500ms infinite linear;
|
||||
background-size: 100px 100%;
|
||||
background-image: repeating-linear-gradient(45deg, #e2e4e7, #fff 11px, #fff 10px, #e2e4e7 20px);
|
||||
|
@ -425,6 +467,8 @@
|
|||
color: rgb(49, 95, 116); }
|
||||
body.admin-color-light .components-button.is-tertiary:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
color: rgb(0, 93, 140); }
|
||||
.components-button .screen-reader-text {
|
||||
height: auto; }
|
||||
|
||||
@keyframes components-button__busy-animation {
|
||||
0% {
|
||||
|
@ -443,10 +487,12 @@
|
|||
margin-right: 0.5rem; }
|
||||
|
||||
.components-color-palette {
|
||||
margin-left: -14px; }
|
||||
.components-color-palette .components-color-palette__clear {
|
||||
float: left;
|
||||
margin-left: 20px; }
|
||||
margin-left: -14px;
|
||||
width: calc(100% + 14px); }
|
||||
.components-color-palette .components-color-palette__custom-clear-wrapper {
|
||||
width: calc(100% - 14px);
|
||||
display: flex;
|
||||
justify-content: flex-end; }
|
||||
|
||||
.components-color-palette__item-wrapper {
|
||||
display: inline-block;
|
||||
|
@ -475,7 +521,13 @@
|
|||
transition: 100ms box-shadow ease;
|
||||
cursor: pointer; }
|
||||
.components-color-palette__item.is-active {
|
||||
box-shadow: inset 0 0 0 4px; }
|
||||
box-shadow: inset 0 0 0 4px;
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
.components-color-palette__item.is-active + .dashicons-saved {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 4px; }
|
||||
.components-color-palette__item::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -489,13 +541,15 @@
|
|||
outline: none; }
|
||||
.components-color-palette__item:focus::after {
|
||||
content: "";
|
||||
border: 1px solid #606a73;
|
||||
position: absolute;
|
||||
border: 2px solid #606a73;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
right: -2px;
|
||||
border-radius: 50%; }
|
||||
border-radius: 50%;
|
||||
box-shadow: inset 0 0 0 2px #fff; }
|
||||
|
||||
.components-color-palette__clear-color .components-color-palette__item {
|
||||
color: #fff;
|
||||
|
@ -520,33 +574,10 @@
|
|||
border-bottom: 2px solid #d94f4f;
|
||||
transform: rotate(-45deg) translateY(-13px) translateX(1px); }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__item {
|
||||
position: relative;
|
||||
box-shadow: none; }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__custom-color-gradient {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-radius: 50%;
|
||||
overflow: hidden; }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__custom-color-gradient::before {
|
||||
content: "";
|
||||
filter: blur(6px) saturate(0.7) brightness(1.1);
|
||||
display: block;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
right: -50%;
|
||||
padding-top: 100%;
|
||||
transform: scale(1);
|
||||
background-image: linear-gradient(-330deg, transparent 50%, #ff8100 50%), linear-gradient(-300deg, transparent 50%, #ff5800 50%), linear-gradient(-270deg, transparent 50%, #c92323 50%), linear-gradient(-240deg, transparent 50%, #cc42a2 50%), linear-gradient(-210deg, transparent 50%, #9f49ac 50%), linear-gradient(-180deg, transparent 50%, #306cd3 50%), linear-gradient(-150deg, transparent 50%, #179067 50%), linear-gradient(-120deg, transparent 50%, #0eb5d6 50%), linear-gradient(-90deg, transparent 50%, #50b517 50%), linear-gradient(-60deg, transparent 50%, #ede604 50%), linear-gradient(-30deg, transparent 50%, #fc0 50%), linear-gradient(0deg, transparent 50%, #feac00 50%);
|
||||
background-clip: content-box, content-box, content-box, content-box, content-box, content-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box; }
|
||||
.components-color-palette__custom-color {
|
||||
margin-left: 16px; }
|
||||
.components-color-palette__custom-color .components-button {
|
||||
line-height: 22px; }
|
||||
|
||||
.block-editor__container .components-popover.components-color-palette__picker.is-bottom {
|
||||
z-index: 100001; }
|
||||
|
@ -721,6 +752,8 @@
|
|||
align-items: flex-end; }
|
||||
.components-color-picker__inputs-wrapper fieldset {
|
||||
flex: 1; }
|
||||
.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type="number"] {
|
||||
padding: 2px; }
|
||||
|
||||
.components-color-picker__inputs-fields {
|
||||
display: flex; }
|
||||
|
@ -1669,8 +1702,6 @@ svg.dashicon {
|
|||
border-radius: 0 4px 4px 0 !important; }
|
||||
.components-datetime__time.is-12-hour .components-datetime__time-field-year input {
|
||||
border-radius: 4px 0 0 4px !important; }
|
||||
.components-datetime__time.is-24-hour .components-datetime__time-field-day {
|
||||
order: 0 !important; }
|
||||
|
||||
.components-datetime__time-legend {
|
||||
font-weight: 600;
|
||||
|
@ -1865,13 +1896,90 @@ body.is-dragging-components-draggable {
|
|||
margin: -0.2em 0.1em 0;
|
||||
vertical-align: middle; }
|
||||
|
||||
.components-focal-point-picker-wrapper {
|
||||
background-color: transparent;
|
||||
border: 1px solid #e2e4e7;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
padding: 14px; }
|
||||
|
||||
.components-focal-point-picker {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%; }
|
||||
.components-focal-point-picker img {
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.components-focal-point-picker__icon_container {
|
||||
background-color: transparent;
|
||||
cursor: -webkit-grab;
|
||||
cursor: grab;
|
||||
height: 30px;
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
will-change: transform;
|
||||
width: 30px;
|
||||
z-index: 10000; }
|
||||
.components-focal-point-picker__icon_container.is-dragging {
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: grabbing; }
|
||||
|
||||
.components-focal-point-picker__icon {
|
||||
display: block;
|
||||
height: 100%;
|
||||
right: -15px;
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
width: 100%; }
|
||||
.components-focal-point-picker__icon .components-focal-point-picker__icon-outline {
|
||||
fill: #fff; }
|
||||
.components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #0085ba; }
|
||||
body.admin-color-sunrise .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #d1864a; }
|
||||
body.admin-color-ocean .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #a3b9a2; }
|
||||
body.admin-color-midnight .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #e14d43; }
|
||||
body.admin-color-ectoplasm .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #a7b656; }
|
||||
body.admin-color-coffee .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #c2a68c; }
|
||||
body.admin-color-blue .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #82b4cb; }
|
||||
body.admin-color-light .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #0085ba; }
|
||||
|
||||
.components-focal-point-picker_position-display-container {
|
||||
margin: 1em 0;
|
||||
display: flex; }
|
||||
.components-focal-point-picker_position-display-container .components-base-control__field {
|
||||
margin: 0 0 0 1em; }
|
||||
.components-focal-point-picker_position-display-container input[type="number"].components-text-control__input {
|
||||
max-width: 4em;
|
||||
padding: 6px 4px; }
|
||||
.components-focal-point-picker_position-display-container span {
|
||||
margin: 0 0.2em 0 0; }
|
||||
|
||||
.components-font-size-picker__buttons {
|
||||
max-width: 248px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
.components-font-size-picker__buttons .components-range-control__number {
|
||||
height: 24px;
|
||||
line-height: 22px; }
|
||||
height: 30px;
|
||||
margin-right: 0; }
|
||||
.components-font-size-picker__buttons .components-range-control__number[value=""] + .components-button {
|
||||
cursor: default;
|
||||
opacity: 0.3;
|
||||
|
@ -1891,6 +1999,17 @@ body.is-dragging-components-draggable {
|
|||
position: absolute;
|
||||
top: calc(50% - 10px);
|
||||
right: 10px; }
|
||||
.components-font-size-picker__dropdown-content .components-button:hover {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; }
|
||||
.components-font-size-picker__dropdown-content .components-button:focus {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66; }
|
||||
|
||||
.components-font-size-picker__buttons .components-font-size-picker__selector {
|
||||
border: 1px solid;
|
||||
|
@ -1926,11 +2045,13 @@ body.is-dragging-components-draggable {
|
|||
padding-right: 6px; }
|
||||
|
||||
.components-form-toggle {
|
||||
position: relative; }
|
||||
position: relative;
|
||||
display: inline-block; }
|
||||
.components-form-toggle .components-form-toggle__on,
|
||||
.components-form-toggle .components-form-toggle__off {
|
||||
position: absolute;
|
||||
top: 6px; }
|
||||
top: 6px;
|
||||
box-sizing: border-box; }
|
||||
.components-form-toggle .components-form-toggle__off {
|
||||
color: #6c7781;
|
||||
fill: currentColor;
|
||||
|
@ -1940,6 +2061,7 @@ body.is-dragging-components-draggable {
|
|||
.components-form-toggle .components-form-toggle__track {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
background-color: #fff;
|
||||
border: 2px solid #6c7781;
|
||||
|
@ -1950,6 +2072,7 @@ body.is-dragging-components-draggable {
|
|||
.components-form-toggle .components-form-toggle__thumb {
|
||||
display: block;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
width: 10px;
|
||||
|
@ -2085,7 +2208,6 @@ body.is-dragging-components-draggable {
|
|||
min-height: 24px;
|
||||
background: inherit;
|
||||
border: 0;
|
||||
font-size: 13px;
|
||||
color: #23282d;
|
||||
box-shadow: none; }
|
||||
.components-form-token-field__input-container input[type="text"].components-form-token-field__input:focus,
|
||||
|
@ -2208,14 +2330,16 @@ body.is-dragging-components-draggable {
|
|||
left: 0;
|
||||
pointer-events: none;
|
||||
outline: 4px solid transparent;
|
||||
animation: editor-animation__region-focus 0.2s ease-out;
|
||||
animation-fill-mode: forwards; }
|
||||
box-shadow: inset 0 0 0 4px #33b3db; }
|
||||
|
||||
@keyframes editor-animation__region-focus {
|
||||
from {
|
||||
box-shadow: inset 0 0 0 0 #33b3db; }
|
||||
to {
|
||||
box-shadow: inset 0 0 0 4px #33b3db; } }
|
||||
@supports (outline-offset: 1px) {
|
||||
.components-navigate-regions.is-focusing-regions [role="region"]:focus::after {
|
||||
content: none; }
|
||||
.components-navigate-regions.is-focusing-regions [role="region"]:focus {
|
||||
outline-style: solid;
|
||||
outline-color: #33b3db;
|
||||
outline-width: 4px;
|
||||
outline-offset: -4px; } }
|
||||
|
||||
.components-icon-button {
|
||||
display: flex;
|
||||
|
@ -2234,8 +2358,8 @@ body.is-dragging-components-draggable {
|
|||
.components-icon-button svg {
|
||||
fill: currentColor;
|
||||
outline: none; }
|
||||
.components-icon-button svg:not:only-child {
|
||||
margin-left: 4px; }
|
||||
.components-icon-button.has-text svg {
|
||||
margin-left: 4px; }
|
||||
.components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
|
@ -2250,16 +2374,17 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-menu-group {
|
||||
width: 100%;
|
||||
padding: 7px; }
|
||||
padding: 7px 0; }
|
||||
|
||||
.components-menu-group__label {
|
||||
margin-bottom: 8px;
|
||||
color: #6c7781; }
|
||||
color: #6c7781;
|
||||
padding: 0 7px; }
|
||||
|
||||
.components-menu-item__button,
|
||||
.components-menu-item__button.components-icon-button {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
padding: 8px 15px;
|
||||
text-align: right;
|
||||
color: #40464d; }
|
||||
.components-menu-item__button .dashicon,
|
||||
|
@ -2281,7 +2406,11 @@ body.is-dragging-components-draggable {
|
|||
.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled="true"]) {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none; } }
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; } }
|
||||
.components-menu-item__button:hover:not(:disabled):not([aria-disabled="true"]) .components-menu-item__shortcut,
|
||||
.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled="true"]) .components-menu-item__shortcut {
|
||||
opacity: 1; }
|
||||
.components-menu-item__button:focus:not(:disabled):not([aria-disabled="true"]),
|
||||
.components-menu-item__button.components-icon-button:focus:not(:disabled):not([aria-disabled="true"]) {
|
||||
color: #191e23;
|
||||
|
@ -2297,11 +2426,11 @@ body.is-dragging-components-draggable {
|
|||
.components-menu-item__info {
|
||||
margin-top: 4px;
|
||||
font-size: 12px;
|
||||
opacity: 0.82; }
|
||||
opacity: 0.84; }
|
||||
|
||||
.components-menu-item__shortcut {
|
||||
align-self: center;
|
||||
opacity: 0.5;
|
||||
opacity: 0.84;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
padding-right: 8px;
|
||||
|
@ -2320,6 +2449,9 @@ body.is-dragging-components-draggable {
|
|||
z-index: 100000;
|
||||
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-modal__screen-overlay {
|
||||
animation-duration: 1ms !important; } }
|
||||
|
||||
.components-modal__frame {
|
||||
position: absolute;
|
||||
|
@ -2345,6 +2477,9 @@ body.is-dragging-components-draggable {
|
|||
transform: translate(50%, -50%);
|
||||
animation: components-modal__appear-animation 0.1s ease-out;
|
||||
animation-fill-mode: forwards; } }
|
||||
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
|
||||
.components-modal__frame {
|
||||
animation-duration: 1ms !important; } }
|
||||
|
||||
@keyframes components-modal__appear-animation {
|
||||
from {
|
||||
|
@ -2372,8 +2507,8 @@ body.is-dragging-components-draggable {
|
|||
position: fixed;
|
||||
width: 100%; } }
|
||||
.components-modal__header .components-modal__header-heading {
|
||||
font-size: 1em;
|
||||
font-weight: 400; }
|
||||
font-size: 1rem;
|
||||
font-weight: 600; }
|
||||
.components-modal__header h1 {
|
||||
line-height: 1;
|
||||
margin: 0; }
|
||||
|
@ -2401,6 +2536,8 @@ body.is-dragging-components-draggable {
|
|||
padding-top: 56px; } }
|
||||
|
||||
.components-notice {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
background-color: #e5f5fa;
|
||||
border-right: 4px solid #00a0d2;
|
||||
margin: 5px 15px 2px;
|
||||
|
@ -2419,11 +2556,14 @@ body.is-dragging-components-draggable {
|
|||
background-color: #f9e2e2; }
|
||||
|
||||
.components-notice__content {
|
||||
margin: 1em 0; }
|
||||
margin: 1em 0 1em 25px; }
|
||||
|
||||
.components-notice__action.components-button, .components-notice__action.components-button.is-link {
|
||||
margin-right: 4px; }
|
||||
|
||||
.components-notice__action.components-button.is-default {
|
||||
vertical-align: initial; }
|
||||
|
||||
.components-notice__dismiss {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -2437,7 +2577,7 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-notice-list {
|
||||
min-width: 300px;
|
||||
z-index: 9989; }
|
||||
z-index: 29; }
|
||||
|
||||
.components-panel {
|
||||
background: #fff;
|
||||
|
@ -2495,7 +2635,7 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-panel__body > .components-panel__body-title:hover,
|
||||
.edit-post-last-revision__panel > .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
background: #f8f9f9; }
|
||||
background: #f3f4f5; }
|
||||
|
||||
.components-panel__body-toggle.components-button {
|
||||
position: relative;
|
||||
|
@ -2574,11 +2714,13 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-placeholder__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1em; }
|
||||
.components-placeholder__label .dashicon,
|
||||
.components-placeholder__label .editor-block-icon {
|
||||
.components-placeholder__label .block-editor-block-icon {
|
||||
fill: currentColor;
|
||||
margin-left: 1ch; }
|
||||
|
||||
.components-placeholder__fieldset,
|
||||
|
@ -2844,8 +2986,7 @@ body.is-dragging-components-draggable {
|
|||
display: inline-block;
|
||||
margin-right: 8px;
|
||||
font-weight: 500;
|
||||
width: 50px;
|
||||
padding: 3px 5px !important; }
|
||||
width: 54px; }
|
||||
|
||||
.components-resizable-box__handle {
|
||||
display: none;
|
||||
|
@ -2948,7 +3089,7 @@ body.lockscroll {
|
|||
position: absolute;
|
||||
background-color: #fff;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
left: 3px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 100%;
|
||||
|
@ -3077,12 +3218,12 @@ div.components-toolbar > div + div {
|
|||
background: #191e23;
|
||||
border-width: 0;
|
||||
color: #fff;
|
||||
white-space: nowrap; }
|
||||
white-space: nowrap;
|
||||
text-align: center; }
|
||||
|
||||
.components-tooltip:not(.is-mobile) .components-popover__content {
|
||||
min-width: 0; }
|
||||
|
||||
.components-tooltip__shortcut {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #7e8993; }
|
||||
|
|
File diff suppressed because one or more lines are too long
297
wp-includes/css/dist/components/style.css
vendored
297
wp-includes/css/dist/components/style.css
vendored
|
@ -28,6 +28,43 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.components-animate__appear {
|
||||
animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-animate__appear {
|
||||
animation-duration: 1ms !important; } }
|
||||
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
|
||||
transform-origin: top left; }
|
||||
.components-animate__appear.is-from-top.is-from-right {
|
||||
transform-origin: top right; }
|
||||
.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
|
||||
transform-origin: bottom left; }
|
||||
.components-animate__appear.is-from-bottom.is-from-right {
|
||||
transform-origin: bottom right; }
|
||||
|
||||
@keyframes components-animate__appear-animation {
|
||||
from {
|
||||
transform: translateY(-2em) scaleY(0) scaleX(0); }
|
||||
to {
|
||||
transform: translateY(0%) scaleY(1) scaleX(1); } }
|
||||
|
||||
.components-animate__slide-in {
|
||||
animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-animate__slide-in {
|
||||
animation-duration: 1ms !important; } }
|
||||
.components-animate__slide-in.is-from-left {
|
||||
transform: translateX(100%); }
|
||||
|
||||
@keyframes components-animate__slide-in-animation {
|
||||
100% {
|
||||
transform: translateX(0%); } }
|
||||
|
||||
.components-autocomplete__popover .components-popover__content {
|
||||
min-width: 200px; }
|
||||
|
||||
|
@ -49,18 +86,21 @@
|
|||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
padding: 6px;
|
||||
padding: 6px 8px;
|
||||
margin-left: -3px;
|
||||
margin-right: -3px;
|
||||
text-align: left; }
|
||||
.components-autocomplete__result.components-button.is-selected {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px; }
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66; }
|
||||
.components-autocomplete__result.components-button:hover {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, 0.2); }
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; }
|
||||
|
||||
.components-base-control {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
|
@ -74,8 +114,10 @@
|
|||
margin-bottom: 4px; }
|
||||
.components-base-control .components-base-control__help {
|
||||
margin-top: -8px;
|
||||
font-style: italic;
|
||||
margin-bottom: 0; }
|
||||
font-style: italic; }
|
||||
|
||||
.components-base-control + .components-base-control {
|
||||
margin-bottom: 16px; }
|
||||
|
||||
.components-button-group {
|
||||
display: inline-block; }
|
||||
|
@ -368,7 +410,7 @@
|
|||
box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px; }
|
||||
.components-button.is-busy {
|
||||
.components-button.is-busy, .components-button.is-default.is-busy, .components-button.is-default.is-busy:disabled, .components-button.is-default.is-busy[aria-disabled="true"] {
|
||||
animation: components-button__busy-animation 2500ms infinite linear;
|
||||
background-size: 100px 100%;
|
||||
background-image: repeating-linear-gradient(-45deg, #e2e4e7, #fff 11px, #fff 10px, #e2e4e7 20px);
|
||||
|
@ -425,6 +467,8 @@
|
|||
color: rgb(49, 95, 116); }
|
||||
body.admin-color-light .components-button.is-tertiary:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
color: rgb(0, 93, 140); }
|
||||
.components-button .screen-reader-text {
|
||||
height: auto; }
|
||||
|
||||
@keyframes components-button__busy-animation {
|
||||
0% {
|
||||
|
@ -443,10 +487,12 @@
|
|||
margin-left: 0.5rem; }
|
||||
|
||||
.components-color-palette {
|
||||
margin-right: -14px; }
|
||||
.components-color-palette .components-color-palette__clear {
|
||||
float: right;
|
||||
margin-right: 20px; }
|
||||
margin-right: -14px;
|
||||
width: calc(100% + 14px); }
|
||||
.components-color-palette .components-color-palette__custom-clear-wrapper {
|
||||
width: calc(100% - 14px);
|
||||
display: flex;
|
||||
justify-content: flex-end; }
|
||||
|
||||
.components-color-palette__item-wrapper {
|
||||
display: inline-block;
|
||||
|
@ -475,7 +521,13 @@
|
|||
transition: 100ms box-shadow ease;
|
||||
cursor: pointer; }
|
||||
.components-color-palette__item.is-active {
|
||||
box-shadow: inset 0 0 0 4px; }
|
||||
box-shadow: inset 0 0 0 4px;
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
.components-color-palette__item.is-active + .dashicons-saved {
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
top: 4px; }
|
||||
.components-color-palette__item::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -489,13 +541,15 @@
|
|||
outline: none; }
|
||||
.components-color-palette__item:focus::after {
|
||||
content: "";
|
||||
border: 1px solid #606a73;
|
||||
position: absolute;
|
||||
border: 2px solid #606a73;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
border-radius: 50%; }
|
||||
border-radius: 50%;
|
||||
box-shadow: inset 0 0 0 2px #fff; }
|
||||
|
||||
.components-color-palette__clear-color .components-color-palette__item {
|
||||
color: #fff;
|
||||
|
@ -520,33 +574,10 @@
|
|||
border-bottom: 2px solid #d94f4f;
|
||||
transform: rotate(45deg) translateY(-13px) translateX(-1px); }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__item {
|
||||
position: relative;
|
||||
box-shadow: none; }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__custom-color-gradient {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-radius: 50%;
|
||||
overflow: hidden; }
|
||||
|
||||
.components-color-palette__custom-color .components-color-palette__custom-color-gradient::before {
|
||||
content: "";
|
||||
filter: blur(6px) saturate(0.7) brightness(1.1);
|
||||
display: block;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
padding-top: 100%;
|
||||
transform: scale(1);
|
||||
background-image: linear-gradient(330deg, transparent 50%, #ff8100 50%), linear-gradient(300deg, transparent 50%, #ff5800 50%), linear-gradient(270deg, transparent 50%, #c92323 50%), linear-gradient(240deg, transparent 50%, #cc42a2 50%), linear-gradient(210deg, transparent 50%, #9f49ac 50%), linear-gradient(180deg, transparent 50%, #306cd3 50%), linear-gradient(150deg, transparent 50%, #179067 50%), linear-gradient(120deg, transparent 50%, #0eb5d6 50%), linear-gradient(90deg, transparent 50%, #50b517 50%), linear-gradient(60deg, transparent 50%, #ede604 50%), linear-gradient(30deg, transparent 50%, #fc0 50%), linear-gradient(0deg, transparent 50%, #feac00 50%);
|
||||
background-clip: content-box, content-box, content-box, content-box, content-box, content-box, padding-box, padding-box, padding-box, padding-box, padding-box, padding-box; }
|
||||
.components-color-palette__custom-color {
|
||||
margin-right: 16px; }
|
||||
.components-color-palette__custom-color .components-button {
|
||||
line-height: 22px; }
|
||||
|
||||
.block-editor__container .components-popover.components-color-palette__picker.is-bottom {
|
||||
z-index: 100001; }
|
||||
|
@ -721,6 +752,8 @@
|
|||
align-items: flex-end; }
|
||||
.components-color-picker__inputs-wrapper fieldset {
|
||||
flex: 1; }
|
||||
.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type="number"] {
|
||||
padding: 2px; }
|
||||
|
||||
.components-color-picker__inputs-fields {
|
||||
display: flex; }
|
||||
|
@ -1673,8 +1706,6 @@ svg.dashicon {
|
|||
border-radius: 4px 0 0 4px !important; }
|
||||
.components-datetime__time.is-12-hour .components-datetime__time-field-year input {
|
||||
border-radius: 0 4px 4px 0 !important; }
|
||||
.components-datetime__time.is-24-hour .components-datetime__time-field-day {
|
||||
order: 0 !important; }
|
||||
|
||||
.components-datetime__time-legend {
|
||||
font-weight: 600;
|
||||
|
@ -1869,13 +1900,90 @@ body.is-dragging-components-draggable {
|
|||
margin: -0.2em 0.1em 0;
|
||||
vertical-align: middle; }
|
||||
|
||||
.components-focal-point-picker-wrapper {
|
||||
background-color: transparent;
|
||||
border: 1px solid #e2e4e7;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
padding: 14px; }
|
||||
|
||||
.components-focal-point-picker {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 100%; }
|
||||
.components-focal-point-picker img {
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.components-focal-point-picker__icon_container {
|
||||
background-color: transparent;
|
||||
cursor: -webkit-grab;
|
||||
cursor: grab;
|
||||
height: 30px;
|
||||
opacity: 0.8;
|
||||
position: absolute;
|
||||
will-change: transform;
|
||||
width: 30px;
|
||||
z-index: 10000; }
|
||||
.components-focal-point-picker__icon_container.is-dragging {
|
||||
cursor: -webkit-grabbing;
|
||||
cursor: grabbing; }
|
||||
|
||||
.components-focal-point-picker__icon {
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: -15px;
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
width: 100%; }
|
||||
.components-focal-point-picker__icon .components-focal-point-picker__icon-outline {
|
||||
fill: #fff; }
|
||||
.components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #0085ba; }
|
||||
body.admin-color-sunrise .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #d1864a; }
|
||||
body.admin-color-ocean .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #a3b9a2; }
|
||||
body.admin-color-midnight .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #e14d43; }
|
||||
body.admin-color-ectoplasm .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #a7b656; }
|
||||
body.admin-color-coffee .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #c2a68c; }
|
||||
body.admin-color-blue .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #82b4cb; }
|
||||
body.admin-color-light .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
||||
fill: #0085ba; }
|
||||
|
||||
.components-focal-point-picker_position-display-container {
|
||||
margin: 1em 0;
|
||||
display: flex; }
|
||||
.components-focal-point-picker_position-display-container .components-base-control__field {
|
||||
margin: 0 1em 0 0; }
|
||||
.components-focal-point-picker_position-display-container input[type="number"].components-text-control__input {
|
||||
max-width: 4em;
|
||||
padding: 6px 4px; }
|
||||
.components-focal-point-picker_position-display-container span {
|
||||
margin: 0 0 0 0.2em; }
|
||||
|
||||
.components-font-size-picker__buttons {
|
||||
max-width: 248px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
.components-font-size-picker__buttons .components-range-control__number {
|
||||
height: 24px;
|
||||
line-height: 22px; }
|
||||
height: 30px;
|
||||
margin-left: 0; }
|
||||
.components-font-size-picker__buttons .components-range-control__number[value=""] + .components-button {
|
||||
cursor: default;
|
||||
opacity: 0.3;
|
||||
|
@ -1895,6 +2003,17 @@ body.is-dragging-components-draggable {
|
|||
position: absolute;
|
||||
top: calc(50% - 10px);
|
||||
left: 10px; }
|
||||
.components-font-size-picker__dropdown-content .components-button:hover {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; }
|
||||
.components-font-size-picker__dropdown-content .components-button:focus {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66; }
|
||||
|
||||
.components-font-size-picker__buttons .components-font-size-picker__selector {
|
||||
border: 1px solid;
|
||||
|
@ -1930,11 +2049,13 @@ body.is-dragging-components-draggable {
|
|||
padding-left: 6px; }
|
||||
|
||||
.components-form-toggle {
|
||||
position: relative; }
|
||||
position: relative;
|
||||
display: inline-block; }
|
||||
.components-form-toggle .components-form-toggle__on,
|
||||
.components-form-toggle .components-form-toggle__off {
|
||||
position: absolute;
|
||||
top: 6px; }
|
||||
top: 6px;
|
||||
box-sizing: border-box; }
|
||||
.components-form-toggle .components-form-toggle__off {
|
||||
color: #6c7781;
|
||||
fill: currentColor;
|
||||
|
@ -1944,6 +2065,7 @@ body.is-dragging-components-draggable {
|
|||
.components-form-toggle .components-form-toggle__track {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
background-color: #fff;
|
||||
border: 2px solid #6c7781;
|
||||
|
@ -1954,6 +2076,7 @@ body.is-dragging-components-draggable {
|
|||
.components-form-toggle .components-form-toggle__thumb {
|
||||
display: block;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 10px;
|
||||
|
@ -2089,7 +2212,6 @@ body.is-dragging-components-draggable {
|
|||
min-height: 24px;
|
||||
background: inherit;
|
||||
border: 0;
|
||||
font-size: 13px;
|
||||
color: #23282d;
|
||||
box-shadow: none; }
|
||||
.components-form-token-field__input-container input[type="text"].components-form-token-field__input:focus,
|
||||
|
@ -2212,14 +2334,16 @@ body.is-dragging-components-draggable {
|
|||
right: 0;
|
||||
pointer-events: none;
|
||||
outline: 4px solid transparent;
|
||||
animation: editor-animation__region-focus 0.2s ease-out;
|
||||
animation-fill-mode: forwards; }
|
||||
box-shadow: inset 0 0 0 4px #33b3db; }
|
||||
|
||||
@keyframes editor-animation__region-focus {
|
||||
from {
|
||||
box-shadow: inset 0 0 0 0 #33b3db; }
|
||||
to {
|
||||
box-shadow: inset 0 0 0 4px #33b3db; } }
|
||||
@supports (outline-offset: 1px) {
|
||||
.components-navigate-regions.is-focusing-regions [role="region"]:focus::after {
|
||||
content: none; }
|
||||
.components-navigate-regions.is-focusing-regions [role="region"]:focus {
|
||||
outline-style: solid;
|
||||
outline-color: #33b3db;
|
||||
outline-width: 4px;
|
||||
outline-offset: -4px; } }
|
||||
|
||||
.components-icon-button {
|
||||
display: flex;
|
||||
|
@ -2238,8 +2362,8 @@ body.is-dragging-components-draggable {
|
|||
.components-icon-button svg {
|
||||
fill: currentColor;
|
||||
outline: none; }
|
||||
.components-icon-button svg:not:only-child {
|
||||
margin-right: 4px; }
|
||||
.components-icon-button.has-text svg {
|
||||
margin-right: 4px; }
|
||||
.components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
background-color: #fff;
|
||||
color: #191e23;
|
||||
|
@ -2254,16 +2378,17 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-menu-group {
|
||||
width: 100%;
|
||||
padding: 7px; }
|
||||
padding: 7px 0; }
|
||||
|
||||
.components-menu-group__label {
|
||||
margin-bottom: 8px;
|
||||
color: #6c7781; }
|
||||
color: #6c7781;
|
||||
padding: 0 7px; }
|
||||
|
||||
.components-menu-item__button,
|
||||
.components-menu-item__button.components-icon-button {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
padding: 8px 15px;
|
||||
text-align: left;
|
||||
color: #40464d; }
|
||||
.components-menu-item__button .dashicon,
|
||||
|
@ -2285,7 +2410,11 @@ body.is-dragging-components-draggable {
|
|||
.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled="true"]) {
|
||||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none; } }
|
||||
box-shadow: none;
|
||||
background: #f3f4f5; } }
|
||||
.components-menu-item__button:hover:not(:disabled):not([aria-disabled="true"]) .components-menu-item__shortcut,
|
||||
.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled="true"]) .components-menu-item__shortcut {
|
||||
opacity: 1; }
|
||||
.components-menu-item__button:focus:not(:disabled):not([aria-disabled="true"]),
|
||||
.components-menu-item__button.components-icon-button:focus:not(:disabled):not([aria-disabled="true"]) {
|
||||
color: #191e23;
|
||||
|
@ -2301,11 +2430,11 @@ body.is-dragging-components-draggable {
|
|||
.components-menu-item__info {
|
||||
margin-top: 4px;
|
||||
font-size: 12px;
|
||||
opacity: 0.82; }
|
||||
opacity: 0.84; }
|
||||
|
||||
.components-menu-item__shortcut {
|
||||
align-self: center;
|
||||
opacity: 0.5;
|
||||
opacity: 0.84;
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
padding-left: 8px;
|
||||
|
@ -2324,6 +2453,9 @@ body.is-dragging-components-draggable {
|
|||
z-index: 100000;
|
||||
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
|
||||
animation-fill-mode: forwards; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.components-modal__screen-overlay {
|
||||
animation-duration: 1ms !important; } }
|
||||
|
||||
.components-modal__frame {
|
||||
position: absolute;
|
||||
|
@ -2349,6 +2481,9 @@ body.is-dragging-components-draggable {
|
|||
transform: translate(-50%, -50%);
|
||||
animation: components-modal__appear-animation 0.1s ease-out;
|
||||
animation-fill-mode: forwards; } }
|
||||
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
|
||||
.components-modal__frame {
|
||||
animation-duration: 1ms !important; } }
|
||||
|
||||
@keyframes components-modal__appear-animation {
|
||||
from {
|
||||
|
@ -2376,8 +2511,8 @@ body.is-dragging-components-draggable {
|
|||
position: fixed;
|
||||
width: 100%; } }
|
||||
.components-modal__header .components-modal__header-heading {
|
||||
font-size: 1em;
|
||||
font-weight: 400; }
|
||||
font-size: 1rem;
|
||||
font-weight: 600; }
|
||||
.components-modal__header h1 {
|
||||
line-height: 1;
|
||||
margin: 0; }
|
||||
|
@ -2405,6 +2540,8 @@ body.is-dragging-components-draggable {
|
|||
padding-top: 56px; } }
|
||||
|
||||
.components-notice {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 13px;
|
||||
background-color: #e5f5fa;
|
||||
border-left: 4px solid #00a0d2;
|
||||
margin: 5px 15px 2px;
|
||||
|
@ -2423,11 +2560,14 @@ body.is-dragging-components-draggable {
|
|||
background-color: #f9e2e2; }
|
||||
|
||||
.components-notice__content {
|
||||
margin: 1em 0; }
|
||||
margin: 1em 25px 1em 0; }
|
||||
|
||||
.components-notice__action.components-button, .components-notice__action.components-button.is-link {
|
||||
margin-left: 4px; }
|
||||
|
||||
.components-notice__action.components-button.is-default {
|
||||
vertical-align: initial; }
|
||||
|
||||
.components-notice__dismiss {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -2441,7 +2581,7 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-notice-list {
|
||||
min-width: 300px;
|
||||
z-index: 9989; }
|
||||
z-index: 29; }
|
||||
|
||||
.components-panel {
|
||||
background: #fff;
|
||||
|
@ -2499,7 +2639,7 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-panel__body > .components-panel__body-title:hover,
|
||||
.edit-post-last-revision__panel > .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
|
||||
background: #f8f9f9; }
|
||||
background: #f3f4f5; }
|
||||
|
||||
.components-panel__body-toggle.components-button {
|
||||
position: relative;
|
||||
|
@ -2580,11 +2720,13 @@ body.is-dragging-components-draggable {
|
|||
|
||||
.components-placeholder__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1em; }
|
||||
.components-placeholder__label .dashicon,
|
||||
.components-placeholder__label .editor-block-icon {
|
||||
.components-placeholder__label .block-editor-block-icon {
|
||||
fill: currentColor;
|
||||
margin-right: 1ch; }
|
||||
|
||||
.components-placeholder__fieldset,
|
||||
|
@ -2854,8 +2996,7 @@ body.is-dragging-components-draggable {
|
|||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
font-weight: 500;
|
||||
width: 50px;
|
||||
padding: 3px 5px !important; }
|
||||
width: 54px; }
|
||||
|
||||
.components-resizable-box__handle {
|
||||
display: none;
|
||||
|
@ -2958,6 +3099,7 @@ body.lockscroll {
|
|||
border-radius: 100%;
|
||||
position: relative; }
|
||||
.components-spinner::before {
|
||||
/* rtl:begin:ignore */
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
|
@ -2967,7 +3109,8 @@ body.lockscroll {
|
|||
height: 4px;
|
||||
border-radius: 100%;
|
||||
transform-origin: 6px 6px;
|
||||
animation: components-spinner__animation 1s infinite linear; }
|
||||
animation: components-spinner__animation 1s infinite linear;
|
||||
/* rtl:end:ignore */ }
|
||||
|
||||
@keyframes components-spinner__animation {
|
||||
from {
|
||||
|
@ -3091,12 +3234,12 @@ div.components-toolbar > div + div {
|
|||
background: #191e23;
|
||||
border-width: 0;
|
||||
color: #fff;
|
||||
white-space: nowrap; }
|
||||
white-space: nowrap;
|
||||
text-align: center; }
|
||||
|
||||
.components-tooltip:not(.is-mobile) .components-popover__content {
|
||||
min-width: 0; }
|
||||
|
||||
.components-tooltip__shortcut {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #7e8993; }
|
||||
|
|
File diff suppressed because one or more lines are too long
857
wp-includes/css/dist/edit-post/style-rtl.css
vendored
857
wp-includes/css/dist/edit-post/style-rtl.css
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
857
wp-includes/css/dist/edit-post/style.css
vendored
857
wp-includes/css/dist/edit-post/style.css
vendored
File diff suppressed because it is too large
Load diff
2
wp-includes/css/dist/edit-post/style.min.css
vendored
2
wp-includes/css/dist/edit-post/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
body {
|
||||
font-family: "Noto Serif", serif;
|
||||
font-size: 16px;
|
||||
|
@ -35,13 +38,16 @@ body {
|
|||
color: #191e23; }
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
line-height: 1.8; }
|
||||
font-size: inherit;
|
||||
line-height: inherit; }
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: initial; }
|
||||
|
||||
ul {
|
||||
list-style-type: disc; }
|
||||
|
@ -52,6 +58,3 @@ ol {
|
|||
ul ul,
|
||||
ol ul {
|
||||
list-style-type: circle; }
|
||||
|
||||
.mce-content-body {
|
||||
line-height: 1.8; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
body{font-family:"Noto Serif",serif;color:#191e23}body,p{font-size:16px;line-height:1.8}ol,ul{margin:0;padding:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol ul,ul ul{list-style-type:circle}.mce-content-body{line-height:1.8}
|
||||
body{font-family:"Noto Serif",serif;font-size:16px;line-height:1.8;color:#191e23}p{font-size:inherit;line-height:inherit}ol,ul{margin:0;padding:0}ol li,ul li{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol ul,ul ul{list-style-type:circle}
|
13
wp-includes/css/dist/editor/editor-styles.css
vendored
13
wp-includes/css/dist/editor/editor-styles.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
body {
|
||||
font-family: "Noto Serif", serif;
|
||||
font-size: 16px;
|
||||
|
@ -35,13 +38,16 @@ body {
|
|||
color: #191e23; }
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
line-height: 1.8; }
|
||||
font-size: inherit;
|
||||
line-height: inherit; }
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: initial; }
|
||||
|
||||
ul {
|
||||
list-style-type: disc; }
|
||||
|
@ -52,6 +58,3 @@ ol {
|
|||
ul ul,
|
||||
ol ul {
|
||||
list-style-type: circle; }
|
||||
|
||||
.mce-content-body {
|
||||
line-height: 1.8; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
body{font-family:"Noto Serif",serif;color:#191e23}body,p{font-size:16px;line-height:1.8}ol,ul{margin:0;padding:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol ul,ul ul{list-style-type:circle}.mce-content-body{line-height:1.8}
|
||||
body{font-family:"Noto Serif",serif;font-size:16px;line-height:1.8;color:#191e23}p{font-size:inherit;line-height:inherit}ol,ul{margin:0;padding:0}ol li,ul li{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol ul,ul ul{list-style-type:circle}
|
1931
wp-includes/css/dist/editor/style-rtl.css
vendored
1931
wp-includes/css/dist/editor/style-rtl.css
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
1943
wp-includes/css/dist/editor/style.css
vendored
1943
wp-includes/css/dist/editor/style.css
vendored
File diff suppressed because it is too large
Load diff
10
wp-includes/css/dist/editor/style.min.css
vendored
10
wp-includes/css/dist/editor/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -28,10 +28,29 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
.editor-format-toolbar__link-container-content {
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.block-editor-format-toolbar__image-container-content {
|
||||
display: flex; }
|
||||
.block-editor-format-toolbar__image-container-content .components-icon-button {
|
||||
height: 52px;
|
||||
align-self: flex-end; }
|
||||
|
||||
.block-editor-format-toolbar__image-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.block-editor-format-toolbar__link-container-content {
|
||||
display: flex; }
|
||||
|
||||
.editor-format-toolbar__link-container-value {
|
||||
.block-editor-format-toolbar__link-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
@ -40,5 +59,5 @@
|
|||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
.block-editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
color: #d94f4f; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
.editor-format-toolbar__link-container-content{display:flex}.editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
||||
.block-editor-format-toolbar__image-container-content{display:flex}.block-editor-format-toolbar__image-container-content .components-icon-button{height:52px;align-self:flex-end}.block-editor-format-toolbar__image-container-value{margin:7px;flex-grow:1;flex-shrink:1;white-space:nowrap;min-width:150px;max-width:500px}.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field{margin-bottom:0}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
25
wp-includes/css/dist/format-library/style.css
vendored
25
wp-includes/css/dist/format-library/style.css
vendored
|
@ -28,10 +28,29 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
.editor-format-toolbar__link-container-content {
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.block-editor-format-toolbar__image-container-content {
|
||||
display: flex; }
|
||||
.block-editor-format-toolbar__image-container-content .components-icon-button {
|
||||
height: 52px;
|
||||
align-self: flex-end; }
|
||||
|
||||
.block-editor-format-toolbar__image-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.block-editor-format-toolbar__link-container-content {
|
||||
display: flex; }
|
||||
|
||||
.editor-format-toolbar__link-container-value {
|
||||
.block-editor-format-toolbar__link-container-value {
|
||||
margin: 7px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
@ -40,5 +59,5 @@
|
|||
white-space: nowrap;
|
||||
min-width: 150px;
|
||||
max-width: 500px; }
|
||||
.editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
.block-editor-format-toolbar__link-container-value.has-invalid-link {
|
||||
color: #d94f4f; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
.editor-format-toolbar__link-container-content{display:flex}.editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
||||
.block-editor-format-toolbar__image-container-content{display:flex}.block-editor-format-toolbar__image-container-content .components-icon-button{height:52px;align-self:flex-end}.block-editor-format-toolbar__image-container-value{margin:7px;flex-grow:1;flex-shrink:1;white-space:nowrap;min-width:150px;max-width:500px}.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field{margin-bottom:0}.block-editor-format-toolbar__link-container-content{display:flex}.block-editor-format-toolbar__link-container-value{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.block-editor-format-toolbar__link-container-value.has-invalid-link{color:#d94f4f}
|
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.list-reusable-blocks-import-dropdown__content .components-popover__content {
|
||||
padding: 10px; }
|
||||
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.list-reusable-blocks-import-dropdown__content .components-popover__content {
|
||||
padding: 10px; }
|
||||
|
||||
|
|
3
wp-includes/css/dist/nux/style-rtl.css
vendored
3
wp-includes/css/dist/nux/style-rtl.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.nux-dot-tip::before, .nux-dot-tip::after {
|
||||
border-radius: 100%;
|
||||
content: " ";
|
||||
|
|
3
wp-includes/css/dist/nux/style.css
vendored
3
wp-includes/css/dist/nux/style.css
vendored
|
@ -28,6 +28,9 @@
|
|||
/**
|
||||
* Styles that are reused verbatim in a few places
|
||||
*/
|
||||
/**
|
||||
* Allows users to opt-out of animations via OS-level preferences.
|
||||
*/
|
||||
.nux-dot-tip::before, .nux-dot-tip::after {
|
||||
border-radius: 100%;
|
||||
content: " ";
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
.mce-window {
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
transition: none;
|
||||
}
|
||||
|
@ -88,7 +88,7 @@
|
|||
.mce-window-head .mce-close:focus .mce-i-remove,
|
||||
div.mce-tab:focus {
|
||||
box-shadow: 0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-dragh {
|
||||
|
@ -104,7 +104,7 @@ div.mce-tab:focus {
|
|||
#wp-link .query-results {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
||||
transition: .05s all ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -113,7 +113,7 @@ div.mce-tab:focus {
|
|||
.mce-checkbox:focus i.mce-i-checkbox,
|
||||
#wp-link .query-results:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-wp-help {
|
||||
|
@ -189,7 +189,7 @@ div.mce-tab:focus {
|
|||
font-weight: 600;
|
||||
margin: 0;
|
||||
background: #eaeaea;
|
||||
background: rgba(0,0,0,0.08);
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.mce-window .wp-help-th-center td:nth-child(odd),
|
||||
|
@ -200,9 +200,9 @@ div.mce-tab:focus {
|
|||
/* TinyMCE menus */
|
||||
.mce-menu,
|
||||
.mce-floatpanel.mce-popover {
|
||||
border-color: rgba(0,0,0,0.15);
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-menu,
|
||||
|
@ -253,7 +253,7 @@ div.mce-toolbar-grp {
|
|||
div.mce-inline-toolbar-grp {
|
||||
border: 1px solid #a0a5aa;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 8px;
|
||||
position: absolute;
|
||||
|
@ -413,7 +413,7 @@ div.mce-path {
|
|||
background: #fafafa;
|
||||
border-color: #555d66;
|
||||
color: #23282d;
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
@ -422,7 +422,7 @@ div.mce-path {
|
|||
.qt-dfw.active {
|
||||
background: #ebebeb;
|
||||
border-color: #555d66;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.mce-btn.mce-active,
|
||||
|
@ -534,7 +534,7 @@ div.mce-path {
|
|||
direction: rtl;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
|
||||
|
@ -639,7 +639,7 @@ div.mce-menubar {
|
|||
color: #124964;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
div.mce-menu .mce-menu-item-sep,
|
||||
|
@ -711,13 +711,13 @@ div.mce-menu .mce-menu-item-sep,
|
|||
|
||||
.mce-window .mce-btn:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-btn:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -767,7 +767,7 @@ div.mce-menu .mce-menu-item-sep,
|
|||
background: #008ec2 !important;
|
||||
border-color: #007cb2 !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
@ -810,7 +810,7 @@ div.mce-menu .mce-menu-item-sep,
|
|||
|
||||
.mce-tooltip-inner {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -1140,7 +1140,7 @@ i.mce-i-wp_code:before {
|
|||
.wp-switch-editor:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
outline: none;
|
||||
color: #23282d;
|
||||
}
|
||||
|
@ -1269,6 +1269,13 @@ i.mce-i-wp_code:before {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
|
||||
margin: 7px 0 0 7px;
|
||||
}
|
||||
|
||||
.qt-dfw {
|
||||
margin: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
|
@ -1361,7 +1368,7 @@ i.mce-i-wp_code:before {
|
|||
#wp-link-wrap {
|
||||
display: none;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
width: 500px;
|
||||
overflow: hidden;
|
||||
margin-right: -250px;
|
||||
|
@ -1450,7 +1457,7 @@ i.mce-i-wp_code:before {
|
|||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
#wp-link-wrap #link-selector {
|
||||
|
@ -1796,7 +1803,7 @@ div.wp-link-input input {
|
|||
list-style: none;
|
||||
position: absolute;
|
||||
border: 1px solid #5b9dd9;
|
||||
box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
box-shadow: 0 1px 2px rgba(30, 140, 190, 0.8);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,7 @@
|
|||
|
||||
.mce-window {
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
transition: none;
|
||||
}
|
||||
|
@ -88,7 +88,7 @@
|
|||
.mce-window-head .mce-close:focus .mce-i-remove,
|
||||
div.mce-tab:focus {
|
||||
box-shadow: 0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-dragh {
|
||||
|
@ -104,7 +104,7 @@ div.mce-tab:focus {
|
|||
#wp-link .query-results {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
||||
transition: .05s all ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -113,7 +113,7 @@ div.mce-tab:focus {
|
|||
.mce-checkbox:focus i.mce-i-checkbox,
|
||||
#wp-link .query-results:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-wp-help {
|
||||
|
@ -189,7 +189,7 @@ div.mce-tab:focus {
|
|||
font-weight: 600;
|
||||
margin: 0;
|
||||
background: #eaeaea;
|
||||
background: rgba(0,0,0,0.08);
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.mce-window .wp-help-th-center td:nth-child(odd),
|
||||
|
@ -200,9 +200,9 @@ div.mce-tab:focus {
|
|||
/* TinyMCE menus */
|
||||
.mce-menu,
|
||||
.mce-floatpanel.mce-popover {
|
||||
border-color: rgba(0,0,0,0.15);
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-menu,
|
||||
|
@ -253,7 +253,7 @@ div.mce-toolbar-grp {
|
|||
div.mce-inline-toolbar-grp {
|
||||
border: 1px solid #a0a5aa;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 8px;
|
||||
position: absolute;
|
||||
|
@ -413,7 +413,7 @@ div.mce-path {
|
|||
background: #fafafa;
|
||||
border-color: #555d66;
|
||||
color: #23282d;
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
|
||||
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
@ -422,7 +422,7 @@ div.mce-path {
|
|||
.qt-dfw.active {
|
||||
background: #ebebeb;
|
||||
border-color: #555d66;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.mce-btn.mce-active,
|
||||
|
@ -534,7 +534,7 @@ div.mce-path {
|
|||
direction: ltr;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
|
||||
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover,
|
||||
|
@ -639,7 +639,7 @@ div.mce-menubar {
|
|||
color: #124964;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
div.mce-menu .mce-menu-item-sep,
|
||||
|
@ -711,13 +711,13 @@ div.mce-menu .mce-menu-item-sep,
|
|||
|
||||
.mce-window .mce-btn:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.mce-window .mce-btn:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -767,7 +767,7 @@ div.mce-menu .mce-menu-item-sep,
|
|||
background: #008ec2 !important;
|
||||
border-color: #007cb2 !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
@ -810,7 +810,7 @@ div.mce-menu .mce-menu-item-sep,
|
|||
|
||||
.mce-tooltip-inner {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -1140,7 +1140,7 @@ i.mce-i-wp_code:before {
|
|||
.wp-switch-editor:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
outline: none;
|
||||
color: #23282d;
|
||||
}
|
||||
|
@ -1269,6 +1269,13 @@ i.mce-i-wp_code:before {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
|
||||
margin: 7px 7px 0 0;
|
||||
}
|
||||
|
||||
.qt-dfw {
|
||||
margin: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
|
@ -1361,7 +1368,7 @@ i.mce-i-wp_code:before {
|
|||
#wp-link-wrap {
|
||||
display: none;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
width: 500px;
|
||||
overflow: hidden;
|
||||
margin-left: -250px;
|
||||
|
@ -1450,7 +1457,7 @@ i.mce-i-wp_code:before {
|
|||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
#wp-link-wrap #link-selector {
|
||||
|
@ -1796,7 +1803,7 @@ div.wp-link-input input {
|
|||
list-style: none;
|
||||
position: absolute;
|
||||
border: 1px solid #5b9dd9;
|
||||
box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
box-shadow: 0 1px 2px rgba(30, 140, 190, 0.8);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -221,13 +221,13 @@
|
|||
|
||||
.ui-button:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.ui-button:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -263,7 +263,7 @@
|
|||
right: 0;
|
||||
z-index: 100102;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
|
|
|
@ -221,13 +221,13 @@
|
|||
|
||||
.ui-button:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.ui-button:active {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -263,7 +263,7 @@
|
|||
left: 0;
|
||||
z-index: 100102;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
.media-frame a:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
color: #124964;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
|
@ -195,7 +195,7 @@
|
|||
.media-modal-close:focus {
|
||||
color: #00a0d2;
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
|
@ -222,7 +222,7 @@
|
|||
bottom: 0;
|
||||
overflow: auto;
|
||||
min-height: 300px;
|
||||
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
|
||||
background: #fcfcfc;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
@ -431,7 +431,8 @@
|
|||
.attachment-details .setting input[type="tel"],
|
||||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting .value {
|
||||
.attachment-details .setting .value,
|
||||
.attachment-details .setting + .description {
|
||||
box-sizing: border-box;
|
||||
margin: 1px;
|
||||
width: 65%;
|
||||
|
@ -439,11 +440,19 @@
|
|||
}
|
||||
|
||||
.media-sidebar .setting .value,
|
||||
.attachment-details .setting .value {
|
||||
.attachment-details .setting .value,
|
||||
.attachment-details .setting + .description {
|
||||
margin: 0 1px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.attachment-details .setting + .description {
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.media-sidebar .setting textarea,
|
||||
.attachment-details .setting textarea,
|
||||
.compat-item .field textarea {
|
||||
|
@ -554,7 +563,7 @@
|
|||
|
||||
.media-menu > a:hover {
|
||||
color: #0073aa;
|
||||
background: rgba( 0, 0, 0, 0.04 );
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.media-menu > a:active {
|
||||
|
@ -715,7 +724,7 @@
|
|||
|
||||
.media-frame.hide-router .media-frame-title {
|
||||
border-bottom: 1px solid #ddd;
|
||||
box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-frame-title .dashicons {
|
||||
|
@ -861,8 +870,8 @@
|
|||
.wp-core-ui .attachment-preview {
|
||||
position: relative;
|
||||
box-shadow:
|
||||
inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
|
||||
inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
|
||||
inset 0 0 15px rgba(0, 0, 0, 0.1),
|
||||
inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -905,7 +914,7 @@
|
|||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -946,8 +955,8 @@
|
|||
word-wrap: break-word;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
background: rgba( 255, 255, 255, 0.8 );
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .filename div {
|
||||
|
@ -969,7 +978,7 @@
|
|||
background-color: #fff;
|
||||
background-position: -96px 4px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
@ -991,7 +1000,7 @@
|
|||
outline: none;
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .check .media-modal-icon {
|
||||
|
@ -1124,7 +1133,7 @@
|
|||
|
||||
.uploader-inline .close:focus {
|
||||
outline: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.attachments-browser.hide-sidebar .attachments,
|
||||
|
@ -1156,7 +1165,7 @@
|
|||
margin: 10px auto;
|
||||
border-radius: 10px;
|
||||
background: #ddd;
|
||||
background: rgba( 0, 0, 0, 0.1 );
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-progress-bar div {
|
||||
|
@ -1278,7 +1287,7 @@
|
|||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: rgba( 0, 86, 132, 0.9 );
|
||||
background: rgba(0, 86, 132, 0.9);
|
||||
z-index: 250000;
|
||||
display: none;
|
||||
text-align: center;
|
||||
|
@ -1520,7 +1529,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
width: 25px;
|
||||
background-image: linear-gradient(to right, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 0 ));
|
||||
background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
|
||||
}
|
||||
|
||||
.media-selection .attachment .filename {
|
||||
|
@ -1612,7 +1621,7 @@
|
|||
.uploading .attachment-info .thumbnail {
|
||||
width: 120px;
|
||||
height: 80px;
|
||||
box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.uploading .attachment-info .media-progress-bar {
|
||||
|
@ -1627,7 +1636,7 @@
|
|||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -1792,7 +1801,7 @@
|
|||
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
|
||||
color: #0074a2;
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
@ -1841,7 +1850,7 @@
|
|||
padding: 12px 14px;
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
box-shadow: inset -2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset -2px 2px 4px -2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-frame .embed-url .spinner {
|
||||
|
@ -1889,7 +1898,7 @@
|
|||
|
||||
.mejs-container:focus {
|
||||
outline: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.image-details .media-modal {
|
||||
|
@ -2028,7 +2037,7 @@
|
|||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -2040,6 +2049,15 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.media-embed .setting.has-description {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.media-embed .description {
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .setting {
|
||||
float: none;
|
||||
width: auto;
|
||||
|
@ -2069,11 +2087,17 @@
|
|||
|
||||
.image-details .embed-media-settings .setting input.link-to-custom,
|
||||
.image-details .embed-media-settings .link-target,
|
||||
.image-details .embed-media-settings .custom-size {
|
||||
.image-details .embed-media-settings .custom-size,
|
||||
.image-details .description {
|
||||
margin-right: 27%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.image-details .description {
|
||||
font-style: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .link-target {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
@ -2116,7 +2140,7 @@
|
|||
|
||||
/* Drag & drop on the editor upload */
|
||||
.wp-editor-wrap .uploader-editor {
|
||||
background: rgba( 150, 150, 150, 0.9 );
|
||||
background: rgba(150, 150, 150, 0.9);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
@ -2152,7 +2176,7 @@
|
|||
}
|
||||
|
||||
.wp-editor-wrap .uploader-editor.droppable {
|
||||
background: rgba( 0, 86, 132, 0.9 );
|
||||
background: rgba(0, 86, 132, 0.9);
|
||||
}
|
||||
|
||||
.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title {
|
||||
|
@ -2363,7 +2387,8 @@
|
|||
.attachment-details .setting input[type="tel"],
|
||||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting select {
|
||||
.attachment-details .setting select,
|
||||
.attachment-details .setting + .description {
|
||||
float: none;
|
||||
width: 98%;
|
||||
max-width: none;
|
||||
|
@ -2413,6 +2438,15 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .setting.has-description {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.image-details .description {
|
||||
width: auto;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .custom-size {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -47,7 +47,7 @@
|
|||
.media-frame a:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
color: #124964;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
|
@ -195,7 +195,7 @@
|
|||
.media-modal-close:focus {
|
||||
color: #00a0d2;
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
|
@ -222,7 +222,7 @@
|
|||
bottom: 0;
|
||||
overflow: auto;
|
||||
min-height: 300px;
|
||||
box-shadow: 0 5px 15px rgba(0,0,0,0.7);
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
|
||||
background: #fcfcfc;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
@ -431,7 +431,8 @@
|
|||
.attachment-details .setting input[type="tel"],
|
||||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting .value {
|
||||
.attachment-details .setting .value,
|
||||
.attachment-details .setting + .description {
|
||||
box-sizing: border-box;
|
||||
margin: 1px;
|
||||
width: 65%;
|
||||
|
@ -439,11 +440,19 @@
|
|||
}
|
||||
|
||||
.media-sidebar .setting .value,
|
||||
.attachment-details .setting .value {
|
||||
.attachment-details .setting .value,
|
||||
.attachment-details .setting + .description {
|
||||
margin: 0 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.attachment-details .setting + .description {
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.media-sidebar .setting textarea,
|
||||
.attachment-details .setting textarea,
|
||||
.compat-item .field textarea {
|
||||
|
@ -554,7 +563,7 @@
|
|||
|
||||
.media-menu > a:hover {
|
||||
color: #0073aa;
|
||||
background: rgba( 0, 0, 0, 0.04 );
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.media-menu > a:active {
|
||||
|
@ -715,7 +724,7 @@
|
|||
|
||||
.media-frame.hide-router .media-frame-title {
|
||||
border-bottom: 1px solid #ddd;
|
||||
box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-frame-title .dashicons {
|
||||
|
@ -861,8 +870,8 @@
|
|||
.wp-core-ui .attachment-preview {
|
||||
position: relative;
|
||||
box-shadow:
|
||||
inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
|
||||
inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
|
||||
inset 0 0 15px rgba(0, 0, 0, 0.1),
|
||||
inset 0 0 0 1px rgba(0, 0, 0, 0.05);
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -905,7 +914,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -946,8 +955,8 @@
|
|||
word-wrap: break-word;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
background: rgba( 255, 255, 255, 0.8 );
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .filename div {
|
||||
|
@ -969,7 +978,7 @@
|
|||
background-color: #fff;
|
||||
background-position: -96px 4px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
@ -991,7 +1000,7 @@
|
|||
outline: none;
|
||||
background: #eee;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .check .media-modal-icon {
|
||||
|
@ -1124,7 +1133,7 @@
|
|||
|
||||
.uploader-inline .close:focus {
|
||||
outline: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
.attachments-browser.hide-sidebar .attachments,
|
||||
|
@ -1156,7 +1165,7 @@
|
|||
margin: 10px auto;
|
||||
border-radius: 10px;
|
||||
background: #ddd;
|
||||
background: rgba( 0, 0, 0, 0.1 );
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-progress-bar div {
|
||||
|
@ -1278,7 +1287,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba( 0, 86, 132, 0.9 );
|
||||
background: rgba(0, 86, 132, 0.9);
|
||||
z-index: 250000;
|
||||
display: none;
|
||||
text-align: center;
|
||||
|
@ -1520,7 +1529,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
width: 25px;
|
||||
background-image: linear-gradient(to left, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 0 ));
|
||||
background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
|
||||
}
|
||||
|
||||
.media-selection .attachment .filename {
|
||||
|
@ -1612,7 +1621,7 @@
|
|||
.uploading .attachment-info .thumbnail {
|
||||
width: 120px;
|
||||
height: 80px;
|
||||
box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.uploading .attachment-info .media-progress-bar {
|
||||
|
@ -1627,7 +1636,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -1792,7 +1801,7 @@
|
|||
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
|
||||
color: #0074a2;
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
@ -1841,7 +1850,7 @@
|
|||
padding: 12px 14px;
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.media-frame .embed-url .spinner {
|
||||
|
@ -1889,7 +1898,7 @@
|
|||
|
||||
.mejs-container:focus {
|
||||
outline: 1px solid #5b9dd9;
|
||||
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.image-details .media-modal {
|
||||
|
@ -2028,7 +2037,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -2040,6 +2049,15 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.media-embed .setting.has-description {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.media-embed .description {
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .setting {
|
||||
float: none;
|
||||
width: auto;
|
||||
|
@ -2069,11 +2087,17 @@
|
|||
|
||||
.image-details .embed-media-settings .setting input.link-to-custom,
|
||||
.image-details .embed-media-settings .link-target,
|
||||
.image-details .embed-media-settings .custom-size {
|
||||
.image-details .embed-media-settings .custom-size,
|
||||
.image-details .description {
|
||||
margin-left: 27%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.image-details .description {
|
||||
font-style: normal;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .link-target {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
@ -2116,7 +2140,7 @@
|
|||
|
||||
/* Drag & drop on the editor upload */
|
||||
.wp-editor-wrap .uploader-editor {
|
||||
background: rgba( 150, 150, 150, 0.9 );
|
||||
background: rgba(150, 150, 150, 0.9);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -2152,7 +2176,7 @@
|
|||
}
|
||||
|
||||
.wp-editor-wrap .uploader-editor.droppable {
|
||||
background: rgba( 0, 86, 132, 0.9 );
|
||||
background: rgba(0, 86, 132, 0.9);
|
||||
}
|
||||
|
||||
.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title {
|
||||
|
@ -2363,7 +2387,8 @@
|
|||
.attachment-details .setting input[type="tel"],
|
||||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting select {
|
||||
.attachment-details .setting select,
|
||||
.attachment-details .setting + .description {
|
||||
float: none;
|
||||
width: 98%;
|
||||
max-width: none;
|
||||
|
@ -2413,6 +2438,15 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .setting.has-description {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.image-details .description {
|
||||
width: auto;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.image-details .embed-media-settings .custom-size {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@
|
|||
padding: 30px 0 0;
|
||||
background-color: #f1f1f1;
|
||||
z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
padding: 30px 0 0;
|
||||
background-color: #f1f1f1;
|
||||
z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
|
|
|
@ -70,7 +70,7 @@ body {
|
|||
color: #82878c;
|
||||
background: #fff;
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
/* Clearfix */
|
||||
overflow: auto;
|
||||
zoom: 1;
|
||||
|
@ -216,7 +216,7 @@ p.wp-embed-heading {
|
|||
|
||||
.wp-embed-share-dialog-open:focus .dashicons,
|
||||
.wp-embed-share-dialog-close:focus .dashicons {
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
font-size: 13px;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.wp-pointer-content h3 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
font-size: 13px;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.wp-pointer-content h3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue