/*github*/
.git-link {
z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    background-image: url(https://blog-static.cnblogs.com/files/qingdaye/github.gif);
    background-repeat: no-repeat;
    background-size: 100% 80%;
}
/*子标题
#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 180%;
    font-weight: normal;
    top: 79px;
    left: 39px;
    font-size: 18px;
    -webkit-animation:  change 5s infinite linear;
}*/

/*标题彩虹滚动字
#blogTitle h1 a{
background-image: 
        -webkit-gradient( linear, left top, right top, color-stop(0, #f22), 
        color-stop(0.15, #f2f), 
        color-stop(0.3, #22f), 
        color-stop(0.45, #2ff), 
        color-stop(0.6, #2f2),
        color-stop(0.75, #2f2), 
        color-stop(0.9, #ff2), 
        color-stop(1, #f22) );
       color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation:  maskedAnimation 2s infinite linear;
    -webkit-background-clip: text;-moz-background-clip: text;-ms-background-clip: text
}
*/
/*文字颜色变化
@keyframes maskedAnimation {
    0% {
    background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}
/*文字颜色变化*/
@keyframes change {
0% {color: DeepPink;}
25% {color: DeepSkyBlue;}
50% {color: Gold;}
75% {color: MediumAquamarine;}
100% {color: BlueViolet;}
}*/


