@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.19.1.css) screen and (min-width:0px);

#topics table{
display:table;
}

.div-box{
background-color:var(--BlockColor);
}

.CalOtherMonthDay{
color:var(--TextColor3);
}

#blog-calendar u:after{
    content:'â—';
    display:block;
    font-size:4px;
    position: absolute;
    top: 20px;
    text-align: center;
    left: 0;
     right: 0; 
    line-height:0;
}

#blog-calendar u{height:22px;position: relative;}

#blogCalendar td{
line-height:2;
}

.CalTitle .CalNextPrev{
    font-size:0px;
}
.CalTitle .CalNextPrev:nth-child(1) a:before {
    content: "\f0d9";
    font-size:18px;
    text-align: center;
    font-family: FontAwesome;
line-height:2;
}
.CalTitle .CalNextPrev:nth-child(3) a:before {
   content: "\f0da";
   text-align: center;
   font-size:18px;
   font-family: FontAwesome;
line-height:2;
}

.CalDayHeader {
    line-height: 2.4;
    font-size: var(--text6);
    font-weight: normal;
    color: var(--TextColor2);
     border-bottom: 0px solid var(--DividColor); 
}

.comment_quote {
	padding: 10px;
	border: none;
	background-color: var(--BackgroundColor);
	border-radius: 4px;
color:inherit;
	margin:10px 0;
}
.blog_comment_body img{
margin:10px 0;
}
/*设置顶部头像背景*/
#blogTitle {
    background-image: url(https://images.cnblogs.com/cnblogs_com/hujuntao/1606633/o_1912041127441.jpg);
}
/*设置头像*/
#blogLogo {
    background-image: url(https://img2018.cnblogs.com/blog/1489774/201911/1489774-20191115182121018-1227398891.jpg);
}
/*** 设置全局主题颜色 ***/
html {
    --ThemeColor: #00a1d6;
}
/* 禁止页面选中、复制 */
html,body{
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
 -webkit-user-select:none;
-ms-user-select:none;
user-select:none;
}
/*********************背景 *****************************/
body{
    background-image: url("https://images.cnblogs.com/cnblogs_com/hujuntao/1606633/o_19120411512658f57d10047f6.png");
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height:100%;
    width:100%;
    }
