::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background: #f0eef5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom,#ff1561,#fbff04,#0fff4e,#00a1ff);
}
body {
    background: url(https://blog-static.cnblogs.com/files/NidhoggDJoking/bg.gif) repeat-x;
    background-size: 100px 315px;
    background-color: rgb(241, 255, 255);
    animation: bgc 10s infinite;
    animation-direction:alternate;
}
@keyframes bgc {
     0% {background-color: #ffdcdc;}
    20% {background-color: #fff1dc;}
    40% {background-color: #eaffdc;}
    60% {background-color: #c7fded;}
    80% {background-color: #cecbff;}
   100% {background-color: #ffdcdc;}
}
@keyframes ani {
0% {
    background-position: 0 0;
}
100% {
    background-position: -100% 0;
}
}
#navigator{
background:linear-gradient(90deg,#ff3c3c,#ffa600,#e6ff00,#8aff00,#00ff99,#0095ff,#9100ff,#ff0081);
border:0px;
}
#navList a:hover {
    text-decoration: none;
   background-image: -webkit-linear-gradient(-5deg,#ff0000, #e53a95 10%, #ec42ff 20%, #a201d7 30%, #306ede 40%,#11a6d8 50%, #3adce5 60%, #42ffa7 70%, #39d701 80%,     #ffc800 90%,#ff0000);
   background-size: 800%;
   animation: ani 5s linear infinite;
   animation-direction:alternate;
    color: #ffffff;
}
#blogCalendar{
//background: url(https://csdnimg.cn/release/phoenix/themes/skin-1024/images/bg.gif?v4) repeat;
}
.catListTitle {;
    background-color: #ff9226;
    color: #fff;
    border: 1px solid #e6ad16;
}
.sidebar-block h3 {
    background-color: #2cd1ff;
    border: 1px solid #33efff;
}
#footer{
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #e2e2e2;
    background: #001123;
}
