kollapsminoriteten/wp-includes/blocks/quote/theme.css

24 lines
548 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-quote{
border-left:.25em solid;
margin:0 0 1.75em;
padding-left:1em;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-quote cite,.wp-block-quote footer{
color:currentColor;
font-size:.8125em;
font-style:normal;
position:relative;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
.wp-block-quote:where(.has-text-align-right){
2023-04-26 17:39:43 +02:00
border-left:none;
border-right:.25em solid;
padding-left:0;
padding-right:1em;
2022-04-02 10:26:41 +02:00
}
2025-02-28 08:42:11 +01:00
.wp-block-quote:where(.has-text-align-center){
2023-04-26 17:39:43 +02:00
border:none;
padding-left:0;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){
2023-04-26 17:39:43 +02:00
border:none;
2021-07-23 11:58:50 +02:00
}