#my.xml .hljs-tag .hljs-value{
  color:#D88;
}
#my.xml .hljs-tag{
  color:white;
}
#my.xml .hljs-attribute{
  color:white;
}

.cnblogs-markdown code .hljs-keyword {
color:blue;
}

#top {
background-color: #808080;
color: #000;
border-bottom: 4px solid green;
}

div .post {
border: 0px;
border-bottom: 1px solid black;
}

@keyframes BlogStats {from { top: 0; } to { top: 86px; } }
@-moz-keyframes BlogStats {from { top: 0; } to { top: 86px; } }
@-webkit-keyframes BlogStats {from { top: 0; } to { top: 86px; } }
@-ms-keyframes BlogStats {from { top: 0; } to { top: 86px; } }
@-o-keyframes BlogStats {from { top: 0; } to { top: 86px; } }
.BlogStats {
    -webkit-animation: blogStats 3s;
    -moz-animation: blogStats 3s;
    -ms-animation: blogStats 3s;
    -o-animation: blogStats 3s;
    animation: blogStats 3s;
    background: rgba(0, 255, 255, 0.8);
    border: 1px solid #666;
    border-radius: 5px;
    color: #000;
    font-size: 1.2em;
    padding: 8px;
    position: absolute;
    right: 12px;
    text-shadow: 1px 1px 1px rgb(180, 159, 159);
    top: 86px;
    display: none;
};