/* Modifications */

.highlight pre {
  padding: 10px;
}

.highlight pre code {
  white-space: pre-wrap;
}

.btn, .navigation__item a {
  margin: 5px 0;
  white-space: nowrap;
}

.pagination__page-number {
  display: inline-block;
  padding: 10px;
}

.tags a {
  border: 1px solid #e25440;
  border-radius: 20px;
  color: #e25440;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}

.post-meta__tags {
  font-size: 12px;
  padding: 0 5px;
}

.footer__copyright {
    margin: 0 20px 10px;
}

.image-wrapper{
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius:100%;
}

.image-wrapper img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius:100%;
}

.user-image {
  animation: breathe 5s normal ease-in-out infinite;
}

@keyframes breathe{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}



@media screen and (max-width: 750px){
	.post > *{line-height:1.7em;margin-bottom:1.3em;}
	.post img{margin:10px 0;width:100%;}
	.post .sp-only img{width:auto;}
	.excerpt img{width:100%;}
}


/* 多说样式调整 */
#ds-thread #ds-reset .ds-replybox .ds-avatar{
	margin-left: 0 !important;
}
#ds-thread #ds-reset .ds-powered-by{
	display: none !important;
}