You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
2.5 KiB

1 year ago
  1. .wp-block-post-comments{
  2. box-sizing:border-box;
  3. }
  4. .wp-block-post-comments .alignleft{
  5. float:right;
  6. }
  7. .wp-block-post-comments .alignright{
  8. float:left;
  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-right: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:right;
  42. height:2.5em;
  43. margin-left:.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-right:.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. :where(.wp-block-post-comments input[type=submit]){
  101. border:none;
  102. }