kollapsminoriteten/wp-includes/blocks/file/style-rtl.css

30 lines
638 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-file{
margin-bottom:1.5em;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-file:not(.wp-element-button){
font-size:.8em;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-file.aligncenter{
text-align:center;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-file.alignright{
text-align:right;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-file *+.wp-block-file__button{
margin-right:.75em;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-file__embed{
margin-bottom:1em;
2021-07-23 11:58:50 +02:00
}
2022-12-15 17:47:31 +01:00
2023-04-26 17:39:43 +02:00
:where(.wp-block-file__button){
border-radius:2em;
padding:.5em 1em;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{
box-shadow:none;
color:#fff;
opacity:.85;
text-decoration:none;
2021-07-23 11:58:50 +02:00
}