[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/comments/ -> editor-rtl.css (source)

   1  .wp-block-comments__legacy-placeholder,.wp-block-post-comments{
   2    box-sizing:border-box;
   3  }
   4  .wp-block-comments__legacy-placeholder .alignleft,.wp-block-post-comments .alignleft{
   5    float:right;
   6  }
   7  .wp-block-comments__legacy-placeholder .alignright,.wp-block-post-comments .alignright{
   8    float:left;
   9  }
  10  .wp-block-comments__legacy-placeholder .navigation:after,.wp-block-post-comments .navigation:after{
  11    clear:both;
  12    content:"";
  13    display:table;
  14  }
  15  .wp-block-comments__legacy-placeholder .commentlist,.wp-block-post-comments .commentlist{
  16    clear:both;
  17    list-style:none;
  18    margin:0;
  19    padding:0;
  20  }
  21  .wp-block-comments__legacy-placeholder .commentlist .comment,.wp-block-post-comments .commentlist .comment{
  22    min-height:2.25em;
  23    padding-right:3.25em;
  24  }
  25  .wp-block-comments__legacy-placeholder .commentlist .comment p,.wp-block-post-comments .commentlist .comment p{
  26    font-size:1em;
  27    line-height:1.8;
  28    margin:1em 0;
  29  }
  30  .wp-block-comments__legacy-placeholder .commentlist .children,.wp-block-post-comments .commentlist .children{
  31    list-style:none;
  32    margin:0;
  33    padding:0;
  34  }
  35  .wp-block-comments__legacy-placeholder .comment-author,.wp-block-post-comments .comment-author{
  36    line-height:1.5;
  37  }
  38  .wp-block-comments__legacy-placeholder .comment-author .avatar,.wp-block-post-comments .comment-author .avatar{
  39    border-radius:1.5em;
  40    display:block;
  41    float:right;
  42    height:2.5em;
  43    margin-left:.75em;
  44    margin-top:.5em;
  45    width:2.5em;
  46  }
  47  .wp-block-comments__legacy-placeholder .comment-author cite,.wp-block-post-comments .comment-author cite{
  48    font-style:normal;
  49  }
  50  .wp-block-comments__legacy-placeholder .comment-meta,.wp-block-post-comments .comment-meta{
  51    font-size:.875em;
  52    line-height:1.5;
  53  }
  54  .wp-block-comments__legacy-placeholder .comment-meta b,.wp-block-post-comments .comment-meta b{
  55    font-weight:400;
  56  }
  57  .wp-block-comments__legacy-placeholder .comment-meta .comment-awaiting-moderation,.wp-block-post-comments .comment-meta .comment-awaiting-moderation{
  58    display:block;
  59    margin-bottom:1em;
  60    margin-top:1em;
  61  }
  62  .wp-block-comments__legacy-placeholder .comment-body .commentmetadata,.wp-block-post-comments .comment-body .commentmetadata{
  63    font-size:.875em;
  64  }
  65  .wp-block-comments__legacy-placeholder .comment-form-author label,.wp-block-comments__legacy-placeholder .comment-form-comment label,.wp-block-comments__legacy-placeholder .comment-form-email label,.wp-block-comments__legacy-placeholder .comment-form-url label,.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-comments__legacy-placeholder .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder .comment-form textarea,.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-comments__legacy-placeholder .comment-form-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent{
  75    display:flex;
  76    gap:.25em;
  77  }
  78  .wp-block-comments__legacy-placeholder .comment-form-cookies-consent #wp-comment-cookies-consent,.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
  79    margin-top:.35em;
  80  }
  81  .wp-block-comments__legacy-placeholder .comment-reply-title,.wp-block-post-comments .comment-reply-title{
  82    margin-bottom:0;
  83  }
  84  .wp-block-comments__legacy-placeholder .comment-reply-title :where(small),.wp-block-post-comments .comment-reply-title :where(small){
  85    font-size:var(--wp--preset--font-size--medium, smaller);
  86    margin-right:.5em;
  87  }
  88  .wp-block-comments__legacy-placeholder .reply,.wp-block-post-comments .reply{
  89    font-size:.875em;
  90    margin-bottom:1.4em;
  91  }
  92  .wp-block-comments__legacy-placeholder input:not([type=submit]),.wp-block-comments__legacy-placeholder textarea,.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-comments__legacy-placeholder input:not([type=submit]):not([type=checkbox]),.wp-block-comments__legacy-placeholder textarea,.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  .block-library-comments-toolbar__popover .components-popover__content{
 106    min-width:230px;
 107  }
 108  
 109  .wp-block-comments__legacy-placeholder *{
 110    pointer-events:none;
 111  }


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