[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/post-comments-form/ -> style-rtl.css (source)

   1  :where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{
   2    border:1px solid #949494;
   3    font-family:inherit;
   4    font-size:1em;
   5  }
   6  :where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{
   7    padding:calc(.667em + 2px);
   8  }
   9  
  10  .wp-block-post-comments-form{
  11    box-sizing:border-box;
  12  }
  13  .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
  14    font-weight:inherit;
  15  }
  16  .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
  17    font-family:inherit;
  18  }
  19  .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
  20    font-size:inherit;
  21  }
  22  .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
  23    line-height:inherit;
  24  }
  25  .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
  26    font-style:inherit;
  27  }
  28  .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
  29    letter-spacing:inherit;
  30  }
  31  .wp-block-post-comments-form :where(input[type=submit]){
  32    box-shadow:none;
  33    cursor:pointer;
  34    display:inline-block;
  35    overflow-wrap:break-word;
  36    text-align:center;
  37  }
  38  .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{
  39    box-sizing:border-box;
  40    display:block;
  41    width:100%;
  42  }
  43  .wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
  44    display:block;
  45    margin-bottom:.25em;
  46  }
  47  .wp-block-post-comments-form .comment-form-cookies-consent{
  48    display:flex;
  49    gap:.25em;
  50  }
  51  .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
  52    margin-top:.35em;
  53  }
  54  .wp-block-post-comments-form .comment-reply-title{
  55    margin-bottom:0;
  56  }
  57  .wp-block-post-comments-form .comment-reply-title :where(small){
  58    font-size:var(--wp--preset--font-size--medium, smaller);
  59    margin-right:.5em;
  60  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref