[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Wed May 6 08:20:15 2026 Cross-referenced by PHPXref