Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/pullquote/style-rtl.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.wp-block-pullquote{
2
+
box-sizing:border-box;
3
+
margin:0 0 1em;
4
+
overflow-wrap:break-word;
5
+
padding:4em 0;
6
+
text-align:center;
7
+
}
8
+
.wp-block-pullquote blockquote,.wp-block-pullquote p{
9
+
color:inherit;
10
+
}
11
+
.wp-block-pullquote blockquote{
12
+
margin:0;
13
+
}
14
+
.wp-block-pullquote p{
15
+
margin-top:0;
16
+
}
17
+
.wp-block-pullquote p:last-child{
18
+
margin-bottom:0;
19
+
}
20
+
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
21
+
max-width:420px;
22
+
}
23
+
.wp-block-pullquote cite,.wp-block-pullquote footer{
24
+
position:relative;
25
+
}
26
+
.wp-block-pullquote .has-text-color a{
27
+
color:inherit;
28
+
}
29
+
30
+
.wp-block-pullquote.has-text-align-left blockquote{
31
+
text-align:right;
32
+
}
33
+
34
+
.wp-block-pullquote.has-text-align-right blockquote{
35
+
text-align:left;
36
+
}
37
+
38
+
.wp-block-pullquote.has-text-align-center blockquote{
39
+
text-align:center;
40
+
}
41
+
42
+
.wp-block-pullquote.is-style-solid-color{
43
+
border:none;
44
+
}
45
+
.wp-block-pullquote.is-style-solid-color blockquote{
46
+
margin-left:auto;
47
+
margin-right:auto;
48
+
max-width:60%;
49
+
}
50
+
.wp-block-pullquote.is-style-solid-color blockquote p{
51
+
font-size:2em;
52
+
margin-bottom:0;
53
+
margin-top:0;
54
+
}
55
+
.wp-block-pullquote.is-style-solid-color blockquote cite{
56
+
font-style:normal;
57
+
text-transform:none;
58
+
}
59
+
60
+
.wp-block-pullquote :where(cite){
61
+
color:inherit;
62
+
display:block;
63
+
}