@charset "UTF-8";

body.theme-zui {
  /* 顶部导航 */
  /* 格言区域 */
  /* 网页内容区域 */
  /* 页脚 */
  /* 书签 */
}

body.theme-zui #header {
  height: 20rem;
  padding: 30px 0;
  background: #808080 url(/images/blackwood.jpg?5e596fb7fc7fbe4b47562c2e40da71ae) repeat left top scroll;
  color: #fff;
}

body.theme-zui #header img {
  margin: 0 auto;
}

body.theme-zui .nav a {
  letter-spacing: 0.5rem;
}

body.theme-zui .motto-wrap {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #353535;
}

body.theme-zui .motto-wrap * {
  color: #f1f1f1;
}

body.theme-zui .yield-content {
  padding: 20px 0;
}

body.theme-zui footer.page-footer {
  line-height: 3rem;
  background-color: #333;
  margin-top: 30px;
  padding: 15px 0;
  z-index: 99;
  color: #808080;
}

body.theme-zui footer.page-footer a {
  color: #808080;
}

body.theme-zui footer.page-footer .links a {
  display: inline-block;
  margin: 0 10px;
}

body.theme-zui .bookmarks-wrap .bookmarks {
  padding-top: 20px;
}

body.theme-zui .bookmarks-wrap .card {
  height: 25rem;
  border: none;
}

body.theme-zui .bookmarks-wrap .card .card-heading {
  color: #3280fc;
}

body.theme-zui .bookmarks-wrap .card .bookmark-icon {
  width: 375px;
  height: 135px;
}

body.theme-zui .article-sidebar {
  position: fixed;
}

body.theme-zui .work-image {
  width: 375px;
  height: 135px;
}

