Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/comments/style.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + .wp-block-post-comments{
2 + box-sizing:border-box;
3 + }
4 + .wp-block-post-comments .alignleft{
5 + float:left;
6 + }
7 + .wp-block-post-comments .alignright{
8 + float:right;
9 + }
10 + .wp-block-post-comments .navigation:after{
11 + clear:both;
12 + content:"";
13 + display:table;
14 + }
15 + .wp-block-post-comments .commentlist{
16 + clear:both;
17 + list-style:none;
18 + margin:0;
19 + padding:0;
20 + }
21 + .wp-block-post-comments .commentlist .comment{
22 + min-height:2.25em;
23 + padding-left:3.25em;
24 + }
25 + .wp-block-post-comments .commentlist .comment p{
26 + font-size:1em;
27 + line-height:1.8;
28 + margin:1em 0;
29 + }
30 + .wp-block-post-comments .commentlist .children{
31 + list-style:none;
32 + margin:0;
33 + padding:0;
34 + }
35 + .wp-block-post-comments .comment-author{
36 + line-height:1.5;
37 + }
38 + .wp-block-post-comments .comment-author .avatar{
39 + border-radius:1.5em;
40 + display:block;
41 + float:left;
42 + height:2.5em;
43 + margin-right:.75em;
44 + margin-top:.5em;
45 + width:2.5em;
46 + }
47 + .wp-block-post-comments .comment-author cite{
48 + font-style:normal;
49 + }
50 + .wp-block-post-comments .comment-meta{
51 + font-size:.875em;
52 + line-height:1.5;
53 + }
54 + .wp-block-post-comments .comment-meta b{
55 + font-weight:400;
56 + }
57 + .wp-block-post-comments .comment-meta .comment-awaiting-moderation{
58 + display:block;
59 + margin-bottom:1em;
60 + margin-top:1em;
61 + }
62 + .wp-block-post-comments .comment-body .commentmetadata{
63 + font-size:.875em;
64 + }
65 + .wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{
66 + display:block;
67 + margin-bottom:.25em;
68 + }
69 + .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{
70 + box-sizing:border-box;
71 + display:block;
72 + width:100%;
73 + }
74 + .wp-block-post-comments .comment-form-cookies-consent{
75 + display:flex;
76 + gap:.25em;
77 + }
78 + .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
79 + margin-top:.35em;
80 + }
81 + .wp-block-post-comments .comment-reply-title{
82 + margin-bottom:0;
83 + }
84 + .wp-block-post-comments .comment-reply-title :where(small){
85 + font-size:var(--wp--preset--font-size--medium, smaller);
86 + margin-left:.5em;
87 + }
88 + .wp-block-post-comments .reply{
89 + font-size:.875em;
90 + margin-bottom:1.4em;
91 + }
92 + .wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{
93 + border:1px solid #949494;
94 + font-family:inherit;
95 + font-size:1em;
96 + }
97 + .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{
98 + padding:calc(.667em + 2px);
99 + }
100 +
101 + :where(.wp-block-post-comments input[type=submit]){
102 + border:none;
103 + }
104 +
105 + .wp-block-comments{
106 + box-sizing:border-box;
107 + }