[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/quote/ -> theme.css (source)

   1  .wp-block-quote {
   2    border-left: 0.25em solid currentColor;
   3    margin: 0 0 1.75em 0;
   4    padding-left: 1em;
   5  }
   6  .wp-block-quote cite,
   7  .wp-block-quote footer {
   8    color: currentColor;
   9    font-size: 0.8125em;
  10    position: relative;
  11    font-style: normal;
  12  }
  13  .wp-block-quote:where(.has-text-align-right) {
  14    border-left: none;
  15    border-right: 0.25em solid currentColor;
  16    padding-left: 0;
  17    padding-right: 1em;
  18  }
  19  .wp-block-quote:where(.has-text-align-center) {
  20    border: none;
  21    padding-left: 0;
  22  }
  23  .wp-block-quote:where(.is-style-plain), .wp-block-quote.is-style-large, .wp-block-quote.is-large {
  24    border: none;
  25  }


Generated : Wed May 6 08:20:15 2026 Cross-referenced by PHPXref