#cnblog-nav a:nth-child(1) span:before {
    display:none;
    color: #f27474!important;
}
#cnblog-nav a:nth-child(2) span:before {
    color: #fac!important;
}
#cnblog-nav a:nth-child(3) span:before {
    color: #bac!important;
}
#cnblog-nav a:nth-child(4) span:before {
    color: #add!important;
}
#cnblog-nav a:nth-child(5) span:before {
    color: #adb!important;
}
#cnblog-nav a:nth-child(6) span:before {
    color: #ad7!important;
}
#cnblog-nav a:nth-child(7) span:before {
    color: #ffc0cb!important;
}
.event-wrapper .event-date .event-month {
    background-color: #ffffff!important;
} 
 
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code{
  font-family: Fira Code,Consolas!important;
}
pre code.hljs {
    font-family: Fira Code,Consolas!important;
}
body {
  font-family: "AaManYuShouXieTijf",Segoe Print,Fira Code,"idchuxinshaonvtij","KaiTi",Consolas!important;
  font-size: 12px;
  min-height: 101%;
}
#catalog{
  font-family: "AaManYuShouXieTijf","idchuxinshaonvtij","KaiTi";
}
.custom-signature {
    text-shadow: 5px 4px 3px rgb(0 0 0);
}
.profile-msg p:nth-child(1) {
    text-shadow: 3px 3px 3px #000000!important;
}
.profile-msg p:nth-child(2) a, .profile-msg p:nth-child(2) span {
    /* color: #000!important; */
    text-shadow:1px 2px 3px #000;
}
html {//鼠标指针更改
    cursor: url('https://files.cnblogs.com/files/yyyzyyyz/%E6%8C%87%E9%92%88.ico'), auto;
}
 
/* 初始的 */
/* #loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}} */
#loading{position:fixed;width:100%;height:100%;background-color:#fff;z-index:999}.boxLoading{width:50px;height:50px;margin:auto;position:absolute;left:0;right:0;top:0;bottom:0}.boxLoading:before{content:'';width:50px;height:5px;background:#000;opacity:.1;position:absolute;top:59px;left:0;border-radius:20%;animation:shadow .5s linear infinite}.boxLoading:after{content:'';width:50px;height:50px;background:#9dcded;animation:animate .5s linear infinite;position:absolute;top:0;left:0;border-radius:3px}@keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scale(1,0.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes shadow{0%,100%{transform:scale(1,1)}50%{transform:scale(1.2,1)}}
