[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref