Sha256: 3565fca26c715101564875ff210bf07143c5314d686c27c10025c757cbcc03de

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

.rpure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
  caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
  }
  td, th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
  }
  td:first-child, th:first-child {
    border-left-width: 0;
  }
  thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
  }
  td {
    background-color: transparent;
  }
}

.rpure-table-odd td, .rpure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

.rpure-table-bordered {
  td {
    border-bottom: 1px solid #cbcbcb;
  }
  tbody > tr:last-child > td {
    border-bottom-width: 0;
  }
}

.rpure-table-horizontal {
  td, th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb;
  }
  tbody > tr:last-child > td {
    border-bottom-width: 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rpure-sass-0.2.0 assets/stylesheets/rpure/_tables.scss
rpure-sass-0.1.1 assets/stylesheets/rpure/_tables.scss