[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  /**
   2   * Colors
   3   */
   4  .wp-block-file {
   5    box-sizing: border-box;
   6  }
   7  .wp-block-file:not(.wp-element-button) {
   8    font-size: 0.8em;
   9  }
  10  .wp-block-file.aligncenter {
  11    text-align: center;
  12  }
  13  .wp-block-file.alignright {
  14    text-align: right;
  15  }
  16  .wp-block-file * + .wp-block-file__button {
  17    margin-right: 0.75em;
  18  }
  19  
  20  :where(.wp-block-file) {
  21    margin-bottom: 1.5em;
  22  }
  23  
  24  .wp-block-file__embed {
  25    margin-bottom: 1em;
  26  }
  27  
  28  :where(.wp-block-file__button) {
  29    border-radius: 2em;
  30    padding: 0.5em 1em;
  31    display: inline-block;
  32  }
  33  :where(.wp-block-file__button):where(a):hover, :where(.wp-block-file__button):where(a):visited, :where(.wp-block-file__button):where(a):focus, :where(.wp-block-file__button):where(a):active {
  34    box-shadow: none;
  35    color: #fff;
  36    opacity: 0.85;
  37    text-decoration: none;
  38  }


Generated : Wed Apr 15 08:20:10 2026 Cross-referenced by PHPXref