@import "./hljs-railscasts";
@import "./octicons";

@monospace-fonts: 'Source Code Pro', Menlo, Monaco, Consolas, 'Courier New', monospace;

code {
  background-color: lighten(#337ab7, 45%);
  color: #337ab7;
  font-family: @monospace-fonts;
}

pre code {
  .hljs;
}

.footer {
  border-top: 1px solid #bbb;
  margin-bottom: 1em;
}

.info-table {
  th {
    width: 30%;
  }
}

.navigation {
  margin-top: 2em;
}

.signature {
  font-family: @monospace-fonts;
}

#table-of-contents {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;

  #full {
    display: none;
  }

  &:hover #full {
    display: block;
  }
}
