[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-quote{
   2    box-sizing:border-box;
   3    overflow-wrap:break-word;
   4  }
   5  .wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
   6    margin-bottom:1em;
   7    padding:0 1em;
   8  }
   9  .wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{
  10    font-size:1.5em;
  11    font-style:italic;
  12    line-height:1.6;
  13  }
  14  .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
  15    font-size:1.125em;
  16    text-align:right;
  17  }
  18  .wp-block-quote>cite{
  19    display:block;
  20  }


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