[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  @charset "UTF-8";
   2  .wp-block-separator {
   3    border-top: 2px solid currentColor;
   4    border-left: none;
   5    border-right: none;
   6    border-bottom: none;
   7  }
   8  
   9  :root :where(.wp-block-separator.is-style-dots) {
  10    text-align: center;
  11    line-height: 1;
  12    height: auto;
  13  }
  14  :root :where(.wp-block-separator.is-style-dots)::before {
  15    content: "ยทยทยท";
  16    color: currentColor;
  17    font-size: 1.5em;
  18    letter-spacing: 2em;
  19    /*rtl:ignore*/
  20    padding-left: 2em;
  21    font-family: serif;
  22  }
  23  
  24  .wp-block-separator.is-style-dots {
  25    background: none !important;
  26    border: none !important;
  27  }


Generated : Sun Jun 14 08:20:09 2026 Cross-referenced by PHPXref