@font-face {
  font-family: HuiFont;
  src: url(../font/HuiFont29.woff); }
@font-face {
  font-family: InputMono;
  src: url(../font/InputMono-Regular.ttf); }
body {
  margin: 0;
  padding: 0; }

hr {
  border-color: lightblue;
  border-width: 0.5px; }

.navbar-inner {
  padding: 0 20px;
  background-color: lightblue;
  margin-bottom: 26px;
  min-height: 80px; }

.navigation {
  background-color: lightblue;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 990; }

.container-narrow {
  max-width: 1024px;
  margin: 0 auto; }

.navigation img.icon {
  margin-top: 10px;
  width: 40px;
  border-radius: 40px; }
.navigation img.logo {
  padding: 10px;
  height: 64px; }

.navbar .title {
  padding: 12px;
  font-size: 180%;
  margin: 0; }

.content {
  margin-top: 120px; }
  .content .date {
    font-family: HuiFont;
    font-size: 140%;
    margin-bottom: 4px; }
  .content .entry {
    font-size: 1.6rem; }
    .content .entry h1 {
      font-family: HuiFont;
      font-size: 3.2rem;
      background: #fffff8;
      padding: 4px;
      border-top: double #fdd;
      border-bottom: double #fdd;
      margin-top: 8px; }
      .content .entry h1 code {
        background: inherit; }
      .content .entry h1 a:link {
        color: #606c76;
        text-decoration: none; }
      .content .entry h1 a:visited {
        color: #606c76;
        text-decoration: none; }
      .content .entry h1 a:active {
        color: #606c76;
        text-decoration: none; }
      .content .entry h1 a:hover {
        color: #f44;
        text-decoration: none; }
      .content .entry h1 p {
        margin-bottom: 0; }
    .content .entry h2 {
      font-size: 2.4rem;
      font-weight: 400;
      border-left: solid 16px #fcc;
      border-bottom: solid 1px #fcc;
      padding: 8px; }
    .content .entry h3 {
      font-size: 2.4rem;
      font-weight: 300; }
    .content .entry code {
      font-family: InputMono;
      font-size: 1.0em; }
    .content .entry div.highlight {
      margin-bottom: 2.5rem; }
      .content .entry div.highlight pre {
        margin: 0; }
        .content .entry div.highlight pre code {
          padding: 0.5rem 1rem; }
    .content .entry img {
      width: 480px; }
  .content .error-message {
    padding: 12px;
    background: #fee;
    color: red;
    border-radius: 4px; }
  .content .error-message p {
    margin: 0; }
  .content .date a:link {
    color: #606c76;
    text-decoration: none; }
  .content .date a:visited {
    color: #606c76;
    text-decoration: none; }
  .content .date a:active {
    color: #606c76;
    text-decoration: none; }
  .content .date a:hover {
    color: #f44;
    text-decoration: none; }
