[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Tue Apr 30 08:20:01 2024 Cross-referenced by PHPXref