a {
    text-decoration: none;
    color: black;
}

blockquote {
    border-left: 4px solid #807fe2 !important;
    margin-left: 0 !important;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 2rem;
    height: 0.15rem;
    background: linear-gradient(#807fe2 30%, #5755d9 70%);
    box-shadow: 0 3px 3px rgba(128, 127, 226, 0.4);
    border-radius: 4px;
    transition: 0.25s;
    z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0.7rem;
    color: #3b4351;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

table {
    width: 100%;
    overflow: auto;
    border-spacing: 0;
    border-collapse: collapse;
}


:not(code)> table tr{
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}

:not(code)> table td,
:not(code)> table th {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
    color: #24292e;
}

/* for block of numbers */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 10px !important;

    /* your custom style here */
}

/* for block of code */
.hljs-ln-code {
    padding-left: 10px !important;
}

.page-navigator {
    text-align: center;
    padding: 5px auto;
    display: block;
}

.page-navigator li {
    display: inline-block;
}

.page-navigator li a:hover {
    background-color: #b6b6b6;
    color: #3f51b5;
}

.page-navigator li a {
    color: #727272;
    display: block;
    margin: 0px 10px;
    padding: 1em;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.page-navigator .current a:hover {
    background: #3f51b5;
}

.page-navigator .current a {
    background: #3f51b5;
    color: #fff;
}

.my-info {
    margin: 20px auto;
    cursor: pointer;
}

.my-info img {
    margin: 10px auto;
    max-height: 130px;
    max-width: 130px;
}

.avatar {
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.avatar:hover {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.avatar {
    animation-timing-function: cubic-bezier(0, 0, .07, 1) !important;
    border: 0 solid
}

.avatar:hover {
    transform: rotate(360deg) scale(1.2);
    /*border-width:5px;*/
    animation: avatar .5s
}

.comment-list {
    padding: 0 !important;
    margin: 0;
}

.comment-content p {
    display: inline-block;
}

.tags>a {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 6px 10px;
    border-radius: 2px;
    color: #f0f0f0;
    text-decoration: none;
}

.tags>a:nth-child(7n+1) {
    background: #8bc34a;
}

.tags>a:nth-child(7n+2) {
    background: #673ab7;
}

.tags>a:nth-child(7n+3) {
    background: #ff9800;
}

.tags>a:nth-child(7n+4) {
    background: #f44336;
}

.tags>a:nth-child(7n+5) {
    background: #00abc0;
}

.tags>a:nth-child(7n+6) {
    background: #ff4081;
}

.tags>a:nth-child(7n+7) {
    background: #2196f3;
}

.hitokoto {
    padding: 1em;
}

.hitokoto-content {
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    color: #727272;
}

.comment-content img {
    max-height: 100px;
    max-width: 300px;
}

#article-content img {
    margin: 10px auto;
    vertical-align: middle;
}

.comment-content p {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}

#comments li {
    list-style: none;
}