/*看板娘样式设定*/
#waifu{
    position:fixed!important;
    bottom:-22.5px!important;
    right:25px;
    left:auto!important;
    z-index:100!important;
}
#waifu{
    transform:translateY(-6%)!important;
}
#waifu-tool{
    display:block!important;
    opacity:0;
    top:15%!important;
    font-size:10px!important;
    transform:matrix(1.25,0,0,1.25,0,50)!important;
    transition:all 1s!important;
}
#waifu-toggle{background-color: #169fe6!important;}
#waifu:hover>#waifu-tool{
    opacity:1!important;
    transform:matrix(1.25,0,0,1.25,0,0)!important;
}
#waifu[style="bottom: -500px;"]{
    display:block!important;
    transform:translateY(100%)!important;
    transition:transform 5s;
}
#waifu[style="bottom: -500px;"]>#waifu-tool{
    opacity:0!important;
    transition:opacity 0.5s;
}
#waifu[style="bottom: -500px;"]>#waifu-tips{
    opacity:0!important;
    transition:opacity 3.5s;
}
#waifu-tips{
    font-weight: bold;
color:grey!important;
}
/*看板娘样式设定*/

/*选中文字背景*/
::-moz-selection{
    background-color:#169fe6;
    color : white;
}
::selection{
    background-color:#169fe6;
    color: white;
}
/*选中文字背景*/

*{cursor:url('https://files.cnblogs.com/files/LHYLHY/20200829072900364_easyicon_net_32.ico'),auto!important;}/*鼠标样式设定*/

/*Sakura Tears播放器设定*/
embed{
    transform:translateX(-5%);
    border-radius:25px;
}
/*Sakura Tears播放器设定*/

.buryit {display:none!important;}/*删除反对按钮*/

/*设置界面样式*/
#sidebar_scorerank,#sidebar_search,#sidebar_recentposts,#sidebar_postarchive,#sidebar_articlecategory,#sidebar_articlearchive,#comment_form_container,#topics,#profile_block,.day,#blog-comments-placeholder{
    background:none;
}
*{
border-color:#169fe6;
    border-width:2px;
}
#topics,.day,#profile_block,#profile_block:hover,.day>.postSeparator,.day:hover,.day>.postSeparator:hover{
    border-color:#169fe6;
    border-width:2px!important;
}
div.postTitle{
    position: relative;
    transition:all 0.5s;
    font-weight:bold;
}
.menu:hover,.menu,{
    transition:all 0.5s;
}
.dayTitle,.day,#profile_block{
    border-radius:10px;
}
.catListTitle,.input_my_zzk,#topics{
    border-radius:10px;
}
.btn_my_zzk{
    background:#169fe6!important;
    border-radius:10px;
    transition:background 0.5s;
}
.btn_my_zzk{
    background:#169fe6;
}
#widget_my_zzk,#widget_my_google{
    border:none;
}
#topics a[href^='http'],#topics a[href^='http']:visited{
    color:#169fe6;
    transition:color 0.25s;
    text-decoration:none!important;
}
#topics .postTitle a{
    font-weight:bold;
}
#author_profile a,#cb_post_title_url,.postDesc a{
    color:black!important;
}
#under_post_news,#under_post_kb,#ad_t2,#cnblogs_c1,#cnblogs_c2{
    display:none;
}
.c_b_p_desc_readmore{
    color:#169fe6!important;
    transition:color 0.5s;
    font-weight:bold;
}
.c_b_p_desc_readmore:hover{
    color:#169fe6!important;
    transition:color 0.5s;
}
p{font-size:medium;}
#green_channel{margin:0 auto;border:none;font-size:14px;}
.menu {
    border-radius: 40px;
}
.dayTitle:hover{
    background-color:#169fe6;
}
a.postTitle2:hover{
    color:#169fe6!important;
    transition: color 0.25s!important;
}
a.postTitle2{
    transition: color 0.25s!important;
}
.input_my_zzk{
    border-color:#169fe6;
    border-width:2px;
}
div.day{
    margin-top:2.5%;
}
/*设置界面样式*/

/*滚动条样式设定*/
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:50px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #169fe6;
}
/*滚动条样式设定*/

/*滚动代码和下部滚动条*/
#canvas{
  position:fixed;
  z-index:-2;
  top:0px;
  opacity:0.15;
}
body{
    overflow-x:hidden;
}
#snowfall{
    position:fixed!important;
}
body{
    background:none;
    font-family:"Poppins", sans-serif;
}
#blogTitle{
    width:0;
    height:0;
}
#blogTitle>h2,#lnkBlogLogo{
    display:none;
}
#navigator{
    z-index:1;
    height:200px!important;
    top:-100px;
    bottom:auto;
    position:fixed;
    width:105%!important;
    transition:all 1s;
    opacity:0;
    border:none;
    background:none;
}
#navigator.blue{
    transition:all 1s;
    background:#169fe6;
    transform:translateY(-50px);
    height:1000px;
}
#navigator.none,#navigator.blue{
    opacity:1;
}
#navigator.none>#navList a{
    color:#169fe6;
    transform:scale(1.5,1.5);
}
#Header1_HeaderTitle{
    display:none;
}
#header{
    background: none !important;
}
#navList>li{
    margin:0 9% 0 0;
    transform:translateY(140px);
}
#navList a{
    font-weight:bold;
    text-shadow:none!important;
    transition:1s;
}
#navigator.blue>#navList a{
    color:#fff;
    transform:translateY(5px);
}
#navList a:hover{
    opacity:0.75;
    
    font-weight:bold;
    transform:translateY(1%);
    transition:0.3s!important;
}
#navList a:hover{
    background:none!important;
    
}
div#mainContent,#leftcontentcontainer,div.wrap,img[src="//rf.revolvermaps.com/h/m/a/2/ff0000/144/20/5p5xgksjomi.png"],#clockdiv,embed,#sidebar_news.newsItem>h3.catListTitle{
    transform:translateY(100px);
}

#nav_next_page,.pager{
    background:none!important;
}
#nav_next_page>a:hover,.pager>a:hover{
    transform:translateY(-7.5%);
    transition:all 0.25s;
}
#nav_next_page>a,.pager>a{
    color:white!important;;
font-weight:bold;
    background:#169fe6!important;
    transition:all 0.25s;
}
.postTitle a:link{
    color:#555;
}

#sidebar_search{
    display: none;
}

#c_n11{opacity:1!important;}/*背景线条*/

div#profile_block,#blog-calendar,#under_post_card1,#under_post_card2,#cnblogs_ch{
    display:none!important;
}
#footer{
    transform: translateY(150%);
}
h1.postTitle{
    text-align: center;
}
h1.postTitle button{
    display:none!important;
}