Sha256: b3cb808d646de84cbda69d8b1f2d5000f6b22f9a2a37f96caaefd178bf826cd7

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

/*** Table Styles **/

table {
  background: white;
  border-radius:0px;
  border-collapse: collapse;
  // height: 320px;
  margin: auto;
  padding:5px;
  width: 100%;
  animation: float 5s infinite;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  border-bottom: 5px $brand-primary solid;
  margin-bottom: 40px;
  //overflow-x:scroll;
}

th {
  color:#FFF;
  background-color: $brand-primary;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 400;
  padding:15px;
  text-align:left !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th a {
    color: #FFF;
}


th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#000000;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(even) td {
  background:#f7f7f7;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  padding: 20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

table.responsive-table{
    width: 100%;
    display: block;
    overflow: scroll;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.119 _sass/core/tables.scss
linaro-jekyll-theme-0.10.118 _sass/core/tables.scss
linaro-jekyll-theme-0.10.117 _sass/core/tables.scss
linaro-jekyll-theme-0.10.116 _sass/core/tables.scss