| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 /** 2 * Colors 3 */ 4 :where(.wp-block-post-comments-form textarea), 5 :where(.wp-block-post-comments-form input:not([type=submit])) { 6 border-width: 1px; 7 border-style: solid; 8 border-color: #949494; 9 font-size: 1em; 10 font-family: inherit; 11 } 12 13 :where(.wp-block-post-comments-form textarea), 14 :where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) { 15 padding: calc(0.667em + 2px); 16 } 17 18 .wp-block-post-comments-form { 19 box-sizing: border-box; 20 } 21 .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) { 22 font-weight: inherit; 23 } 24 .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) { 25 font-family: inherit; 26 } 27 .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) { 28 font-size: inherit; 29 } 30 .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) { 31 line-height: inherit; 32 } 33 .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) { 34 font-style: inherit; 35 } 36 .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) { 37 letter-spacing: inherit; 38 } 39 .wp-block-post-comments-form :where(input[type=submit]) { 40 box-shadow: none; 41 cursor: pointer; 42 display: inline-block; 43 text-align: center; 44 overflow-wrap: break-word; 45 } 46 .wp-block-post-comments-form .comment-form textarea, 47 .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) { 48 display: block; 49 box-sizing: border-box; 50 width: 100%; 51 } 52 .wp-block-post-comments-form .comment-form-author label, 53 .wp-block-post-comments-form .comment-form-email label, 54 .wp-block-post-comments-form .comment-form-url label { 55 display: block; 56 margin-bottom: 0.25em; 57 } 58 .wp-block-post-comments-form .comment-form-cookies-consent { 59 display: flex; 60 gap: 0.25em; 61 } 62 .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent { 63 margin-top: 0.35em; 64 } 65 .wp-block-post-comments-form .comment-reply-title { 66 margin-bottom: 0; 67 } 68 .wp-block-post-comments-form .comment-reply-title :where(small) { 69 font-size: var(--wp--preset--font-size--medium, smaller); 70 margin-left: 0.5em; 71 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Wed Apr 15 08:20:10 2026 | Cross-referenced by PHPXref |