[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-calendar{
   2    text-align:center;
   3  }
   4  .wp-block-calendar td,.wp-block-calendar th{
   5    border:1px solid;
   6    padding:.25em;
   7  }
   8  .wp-block-calendar th{
   9    font-weight:400;
  10  }
  11  .wp-block-calendar caption{
  12    background-color:inherit;
  13  }
  14  .wp-block-calendar table{
  15    border-collapse:collapse;
  16    width:100%;
  17  }
  18  .wp-block-calendar table:where(:not(.has-text-color)){
  19    color:#40464d;
  20  }
  21  .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
  22    border-color:#ddd;
  23  }
  24  .wp-block-calendar table.has-background th{
  25    background-color:inherit;
  26  }
  27  .wp-block-calendar table.has-text-color th{
  28    color:inherit;
  29  }
  30  
  31  :where(.wp-block-calendar table:not(.has-background) th){
  32    background:#ddd;
  33  }


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref