/*
  Cinder Theme for MkDocs | Copyright 2015 Christopher Simpkins | MIT License
*/

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fff;
  color: #343838;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #b1b7b9;
}
h1,
h2 {
  padding-top: 10px;
  font-weight: 700;
}
h3 {
  padding-top: 15px;
  font-weight: bold;
}
/* 这里padding进行更改 20px */
h4 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 12px 10px;
  margin-left: -5px;
  margin-top: 30px;
  font-size: 22px;
  background-color: #f5f5f5;
}
h5 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
}
pre,
code {
  background-color: #fcfdff;
}
pre > code {
  font-size: 14px;
}
pre {
  margin-top: 25px;
  margin-bottom: 25px;
}
.lead {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0312em;
  color: #b1b7b9;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default {
  background-color: rgb(14, 124, 231);
}
.bs-sidenav {
  background-image: url('../img/grid11.png');
  background-repeat: repeat;
  font-size: 12px;
}
.well {
  background-color: #fcfdff;
}
.btn-default {
  background-color: #fcfdff;
}
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #fcfdff;
}
#mkdocs-search-query:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mkdocs-search-query {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #343838;
  height: 45px;
}
footer > hr {
  width: 35%;
}
.table {
  font-size: 14px;
}
blockquote {
  background-color: #f5f5f5;
}
blockquote p {
  font-size: 15px;
}
