kollapsminoriteten/wp-includes/blocks/gallery/editor-rtl.css

87 lines
2.2 KiB
CSS
Raw Permalink Normal View History

2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery){
2023-04-26 17:39:43 +02:00
display:block;
2022-04-02 10:26:41 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery)>.blocks-gallery-caption{
2023-04-26 17:39:43 +02:00
flex:0 0 100%;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery)>.blocks-gallery-media-placeholder-wrapper{
2023-04-26 17:39:43 +02:00
flex-basis:100%;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice.is-error{
2023-04-26 17:39:43 +02:00
display:block;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__content{
2023-04-26 17:39:43 +02:00
margin:4px 0;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__dismiss{
2023-04-26 17:39:43 +02:00
left:5px;
position:absolute;
top:0;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .components-placeholder__label{
2023-04-26 17:39:43 +02:00
display:none;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{
2023-04-26 17:39:43 +02:00
margin-bottom:0;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder{
2023-04-26 17:39:43 +02:00
margin:0;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder .components-placeholder__label{
2023-04-26 17:39:43 +02:00
display:flex;
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder figcaption{
2023-04-26 17:39:43 +02:00
z-index:2;
2022-04-02 10:26:41 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(figure.wp-block-gallery) .components-spinner{
2023-04-26 17:39:43 +02:00
margin-right:-9px;
margin-top:-9px;
position:absolute;
right:50%;
top:50%;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.gallery-settings-buttons .components-button:first-child{
margin-left:8px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{
outline:none;
}
.blocks-gallery-item figure.is-selected:before{
bottom:0;
box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
content:"";
left:0;
2024-04-17 11:32:24 +02:00
outline:2px solid #0000;
2023-04-26 17:39:43 +02:00
pointer-events:none;
position:absolute;
right:0;
top:0;
z-index:1;
}
.blocks-gallery-item figure.is-transient img{
opacity:.3;
}
.blocks-gallery-item .block-editor-media-placeholder{
height:100%;
margin:0;
}
.blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{
display:flex;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-gallery ul.blocks-gallery-grid{
margin:0;
padding:0;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
@media (min-width:600px){
.wp-block-update-gallery-modal{
max-width:480px;
2022-06-16 14:03:35 +02:00
}
2022-04-02 10:26:41 +02:00
}
2022-06-16 14:03:35 +02:00
2023-04-26 17:39:43 +02:00
.wp-block-update-gallery-modal-buttons{
display:flex;
gap:12px;
justify-content:flex-end;
2021-07-23 11:58:50 +02:00
}