Sha256: 263f03f3d8cab9615e70ede9d20912aeb26e410296d32a67711ad870c100aa91

Contents?: true

Size: 1015 Bytes

Versions: 8

Compression:

Stored size: 1015 Bytes

Contents

header#page_header {
  background-color: #888888;
  color: #fff;
  height: 68px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 20px;
}

footer#page_footer {
  background-color: #888888;
  border-bottom: 10px solid #484848;
  color: #fff;
  height: 30px;
  padding: 10px 20px;
  clear: both;
  
  ul {
    list-style-type: none;
    display: inline;

    li {
      float: left;
      &:last-child {
        float: right;
      }
    }
  }
}

.container {
  margin: 0px 25px;
}

section#tags {
  float: left;
  width: 80%;
  margin: 0px 0px 25px;
}

section#sidebar {
  float: right;
  width: 20%;
  margin: 0px 0px 25px;
  ul {
    list-style-type: none;
  }
}

a {
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}

table {  border-collapse: collapse;
  width: 100%;

  th, td { 
    border: none;
  }

  th {
    background-color: #484848;
    color:            #fff;
  }

  tbody {
    tr {
      &:nth-of-type(even) {
        background-color: #f3f3f3;
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
syclink-0.2.0 templates/stylesheets/style.css.scss
syclink-0.1.4 templates/stylesheets/style.css.scss
syclink-0.1.3 templates/stylesheets/style.css.scss
syclink-0.1.2 templates/stylesheets/style.css.scss
syclink-0.1.1 templates/stylesheets/style.css.scss
syclink-0.1.0 templates/stylesheets/style.css.scss
syclink-0.0.2 templates/stylesheets/style.css.scss
syclink-0.0.1 templates/stylesheets/style.css.scss