@charset "UTF-8";
@font-face {
  font-family: 'octicons';
  src: url("/fonts/octicons.eot");
  src: url("/fonts/octicons.eot#iefix") format("embedded-opentype"), url("/fonts/octicons.woff") format("woff"), url("/fonts/octicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.markdown h1 a,
.markdown h2 a,
.markdown h3 a,
.markdown h4 a,
.markdown h5 a,
.markdown h6 a {
  color: #4368b3;
  text-decoration: none;
}
.markdown h1 a.anchor,
.markdown h2 a.anchor,
.markdown h3 a.anchor,
.markdown h4 a.anchor,
.markdown h5 a.anchor,
.markdown h6 a.anchor {
  text-decoration: none;
  line-height: 1;
  padding-left: 0;
  margin-left: 5px;
  top: 15%;
}
.markdown h1:hover .octicon-link,
.markdown h2:hover .octicon-link,
.markdown h3:hover .octicon-link,
.markdown h4:hover .octicon-link,
.markdown h5:hover .octicon-link,
.markdown h6:hover .octicon-link {
  display: inline-block;
}
.markdown a span.octicon {
  font: normal normal 16px octicons;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.markdown a span.octicon-link {
  display: none;
  color: #000;
}
.markdown a span.octicon-link:before {
  content: '\f05c';
}
body {
  background-color: #FFFFFF;
}
.following.bar {
  z-index: 900;
  left: 0;
  width: 100%;
  padding: 1em 0;
}
.following.bar.light {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.following.bar .column .menu {
  margin-top: 0;
}
.following.bar .column .menu .language {
  font-weight: bold;
}
p.large {
  font-size: 16px;
}
.ui.search.real .input {
  width: 65%;
}
.ui.search.main .field {
  width: 80%;
  margin: 0 auto;
}
.ui.search .result {
  text-align: left;
}
.ui.search .result .title .description {
  margin-left: 2px;
}
.ui.search .result .title {
  overflow-x: hidden;
}
.ui.stackable.middle .column {
  padding-bottom: 30px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui.inverted.black.footer.vertical.segment.grid {
  margin-top: 60px;
  margin-bottom: 0;
  border-radius: 0;
}
.ui.inverted.black.footer.vertical.segment.grid .fourteen.wide.center.aligned.centered.column {
  padding: 4em 0 5em;
}
.ui.grid.alert {
  padding-top: 10px;
}
.ui.grid.alert > div {
  padding-left: 0!important;
  padding-right: 0!important;
}
.ui.collapse {
  margin-bottom: 10px;
}
.ui.collapse div:first-child {
  padding: 0;
}
.ui.collapse div:first-child pre {
  margin-bottom: 0;
}
.ui.collapse div:nth-child(2) {
  display: none;
  padding-top: 0 !important;
}
.ui.collapse div:nth-child(2) pre {
  margin-top: 0;
  border-top: 0;
}
.ui.collapse.example pre {
  border-top: 1px solid #ccc!important;
}
.ui.right {
  float: right;
}
.readme {
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.button.sg i {
  margin-right: 0;
}
.unstyled {
  margin-left: 0;
  list-style: none outside none;
  padding: 0;
}
.ui.breadcrumb .project.icon {
  color: #930000;
}
.ui.breadcrumb .sg.icon img {
  width: 16px;
  margin-bottom: -3px;
}
tbody td.stars {
  text-align: center !important;
}
/* Comment, String, Internal, External, Return/Break, Keyword, Boolean/nil, Builtin */
pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f5f5f5;
}
pre .com {
  color: #007500;
}
pre .boo {
  color: #0080FF;
}
pre .str {
  color: #796400;
}
pre .int {
  color: #5A5AAD;
}
pre .ext {
  color: #6F00D2;
}
pre .ret {
  color: #db2828;
}
pre .key {
  color: #e03997;
}
pre .bui {
  color: #009393;
}
pre a:hover {
  text-decoration: underline;
}
.search.icon.button {
  pointer-events: all !important;
  opacity: 1 !important;
}
.qiniu-logo {
  margin-top: -20px;
}
