[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-table{
   2    overflow-x:auto;
   3  }
   4  .wp-block-table table{
   5    border-collapse:collapse;
   6    width:100%;
   7  }
   8  .wp-block-table thead{
   9    border-bottom:3px solid;
  10  }
  11  .wp-block-table tfoot{
  12    border-top:3px solid;
  13  }
  14  .wp-block-table td,.wp-block-table th{
  15    border:1px solid;
  16    padding:.5em;
  17  }
  18  .wp-block-table .has-fixed-layout{
  19    table-layout:fixed;
  20    width:100%;
  21  }
  22  .wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
  23    word-break:break-word;
  24  }
  25  .wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
  26    display:table;
  27    width:auto;
  28  }
  29  .wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
  30    word-break:break-word;
  31  }
  32  .wp-block-table .has-subtle-light-gray-background-color{
  33    background-color:#f3f4f5;
  34  }
  35  .wp-block-table .has-subtle-pale-green-background-color{
  36    background-color:#e9fbe5;
  37  }
  38  .wp-block-table .has-subtle-pale-blue-background-color{
  39    background-color:#e7f5fe;
  40  }
  41  .wp-block-table .has-subtle-pale-pink-background-color{
  42    background-color:#fcf0ef;
  43  }
  44  .wp-block-table.is-style-stripes{
  45    background-color:initial;
  46    border-collapse:inherit;
  47    border-spacing:0;
  48  }
  49  .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  50    background-color:#f0f0f0;
  51  }
  52  .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
  53    background-color:#f3f4f5;
  54  }
  55  .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
  56    background-color:#e9fbe5;
  57  }
  58  .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
  59    background-color:#e7f5fe;
  60  }
  61  .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
  62    background-color:#fcf0ef;
  63  }
  64  .wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
  65    border-color:#0000;
  66  }
  67  .wp-block-table.is-style-stripes{
  68    border-bottom:1px solid #f0f0f0;
  69  }
  70  .wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{
  71    border-color:inherit;
  72  }
  73  .wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{
  74    border-top-color:inherit;
  75  }
  76  .wp-block-table table[style*=border-top-color] tr:not(:first-child){
  77    border-top-color:initial;
  78  }
  79  .wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{
  80    border-right-color:inherit;
  81  }
  82  .wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{
  83    border-bottom-color:inherit;
  84  }
  85  .wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
  86    border-bottom-color:initial;
  87  }
  88  .wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{
  89    border-left-color:inherit;
  90  }
  91  .wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{
  92    border-style:inherit;
  93  }
  94  .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{
  95    border-style:inherit;
  96    border-width:inherit;
  97  }


Generated : Thu Oct 23 08:20:05 2025 Cross-referenced by PHPXref