[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .is-small-text{
   2    font-size:.875em;
   3  }
   4  
   5  .is-regular-text{
   6    font-size:1em;
   7  }
   8  
   9  .is-large-text{
  10    font-size:2.25em;
  11  }
  12  
  13  .is-larger-text{
  14    font-size:3em;
  15  }
  16  
  17  .has-drop-cap:not(:focus):first-letter{
  18    float:left;
  19    font-size:8.4em;
  20    font-style:normal;
  21    font-weight:100;
  22    line-height:.68;
  23    margin:.05em .1em 0 0;
  24    text-transform:uppercase;
  25  }
  26  
  27  body.rtl .has-drop-cap:not(:focus):first-letter{
  28    float:none;
  29    margin-left:.1em;
  30  }
  31  
  32  p.has-drop-cap.has-background{
  33    overflow:hidden;
  34  }
  35  
  36  p.has-background{
  37    padding:1.25em 2.375em;
  38  }
  39  
  40  :where(p.has-text-color:not(.has-link-color)) a{
  41    color:inherit;
  42  }
  43  
  44  p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
  45    rotate:180deg;
  46  }


Generated : Sat Apr 27 08:20:02 2024 Cross-referenced by PHPXref