Sha256: 407742c6f414cdc61ebb35acfd91ed6ed04184a5d0785769e464b9912c13779a

Contents?: true

Size: 1.4 KB

Versions: 198

Compression:

Stored size: 1.4 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;
}

Version data entries

198 entries across 191 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.10.115 _sass/core/tables.scss
linaro-jekyll-theme-0.10.114 _sass/core/tables.scss
linaro-jekyll-theme-0.10.113 _sass/core/tables.scss
linaro-jekyll-theme-0.10.112 _sass/core/tables.scss
linaro-jekyll-theme-0.10.111 _sass/core/tables.scss
linaro-jekyll-theme-0.10.110 _sass/core/tables.scss
linaro-jekyll-theme-0.10.109 _sass/core/tables.scss
linaro-jekyll-theme-0.10.108 _sass/core/tables.scss
linaro-jekyll-theme-0.10.107 _sass/core/tables.scss
linaro-jekyll-theme-0.10.106 _sass/core/tables.scss
linaro-jekyll-theme-0.10.105 _sass/core/tables.scss
linaro-jekyll-theme-0.10.104 _sass/core/tables.scss
linaro-jekyll-theme-0.10.103 _sass/core/tables.scss
linaro-jekyll-theme-0.10.102 _sass/core/tables.scss
linaro-jekyll-theme-0.10.101 _sass/core/tables.scss
linaro-jekyll-theme-0.10.100 _sass/core/tables.scss
linaro-jekyll-theme-0.10.99 _sass/core/tables.scss
linaro-jekyll-theme-0.10.98 _sass/core/tables.scss
linaro-jekyll-theme-0.10.97 _sass/core/tables.scss
linaro-jekyll-theme-0.10.96 _sass/core/tables.scss