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

63 lines
1.2 KiB
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-pullquote{
box-sizing:border-box;
2025-02-28 08:42:11 +01:00
margin:0 0 1em;
2023-04-26 17:39:43 +02:00
overflow-wrap:break-word;
2024-04-17 11:32:24 +02:00
padding:4em 0;
2023-04-26 17:39:43 +02:00
text-align:center;
2021-07-23 11:58:50 +02:00
}
2025-12-12 13:15:55 +01:00
.wp-block-pullquote blockquote,.wp-block-pullquote p{
2023-04-26 17:39:43 +02:00
color:inherit;
2022-04-02 10:26:41 +02:00
}
2024-04-17 11:32:24 +02:00
.wp-block-pullquote blockquote{
margin:0;
}
.wp-block-pullquote p{
margin-top:0;
}
.wp-block-pullquote p:last-child{
margin-bottom:0;
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
max-width:420px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote cite,.wp-block-pullquote footer{
position:relative;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote .has-text-color a{
color:inherit;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.has-text-align-left blockquote{
text-align:right;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.has-text-align-right blockquote{
text-align:left;
2022-04-02 10:26:41 +02:00
}
2025-04-25 12:30:07 +02:00
.wp-block-pullquote.has-text-align-center blockquote{
text-align:center;
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.is-style-solid-color{
border:none;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.is-style-solid-color blockquote{
margin-left:auto;
margin-right:auto;
max-width:60%;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.is-style-solid-color blockquote p{
font-size:2em;
margin-bottom:0;
margin-top:0;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote.is-style-solid-color blockquote cite{
font-style:normal;
text-transform:none;
2021-07-23 11:58:50 +02:00
}
2025-12-12 13:15:55 +01:00
.wp-block-pullquote :where(cite){
2023-04-26 17:39:43 +02:00
color:inherit;
2025-04-25 12:30:07 +02:00
display:block;
2021-07-23 11:58:50 +02:00
}