@import url(https://files.cnblogs.com/files/ahole/ahole-cnblogs-index.css) ;
#header{
    background-attachment:fixed;
}
::-webkit-scrollbar-thumb {
    border: 1px #808080 solid;
    border-radius: 10px;
    background: #999;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::selection {
    background: #666;
    text-shadow: none;
    color: #fff;
}

#cnblogs_c1,
#cnblogs_c2,
#cnblogs_c3 {
display: none;
}