/* 定制博客背景图片，url里面是你的图片位置信息 */
body {
    background: rgba(26, 191, 224, 0.43);
    background-image:url('https://images.cnblogs.com/cnblogs_com/blogs/730733/galleries/2098589/o_230707163903_auto_scale(Level3)(tta)x2.jpg');
    background-repeat: no-repeat;/*图片填充且仅填充1次，这个很重要*/
    /* min-height: 125%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-origin: initial;
    background-clip: initial;
}


/*主页面版定制，正文部分在面板上呈现*/
#home {
    margin: 0 auto;        /*外边距属性*/
    width: 82%;            /*面板宽度，原始65%*/
    min-width: 980px;      /*页面顶部的最小宽度，感觉没啥用*/
    background-color:rgba(59, 52, 52, 0.423);
    padding: 38px;         /*内边距属性*/  
    margin-top: 45px;      /*顶部外边距，下一行为底部，感觉用处不大，主要调顶部*/
    margin-bottom: 50px;
    box-shadow: 4px 30px 6px rgba(114, 244, 229, 0.3);/*面板右侧的阴影属性*/
}


/*用户名标题栏定制，就是用户名所在那一场横条面版*/
/*#header{display:none;}   可以屏蔽掉整个导航头*/
#blogTitle {
    height: 80px;
    clear: both;/*清除左右两侧浮动元素*/
    background-color: rgba(245, 245, 245, 0);/*设置成透明，只显示文字*/
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0em;/*行高，原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #ad0cca;
} 
#blogTitle h2 {/*这个也不太清楚有什么用*/
    font-weight: normal;
    font-size: 16px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #93e5eac8;
    font-weight: bold;
    text-align: right;/*对齐方式*/
    float: right;  
}


/*导航栏定制*/
#navigator{
    background-color:rgba(59, 181, 153, 0);/*背景*/
}
#navList a:link, #navList a:visited, #navList a:active{/*文字*/
    color: rgb(194, 212, 241);
    font-size: 18px;
    font-weight: bold;
}
#navList a:hover {
    color: rgba(242, 244, 246, 0.772);
    background-color: rgba(244, 141, 243, 0.532);
    text-decoration: none;/*文本修饰，就是上划线、下划线之类的东西*/
    text-shadow: 2px 2px 2px #9739e0d5;/*鼠标悬停文字阴影*/
}
.blogStats{/*导航栏右侧信息文字颜色，无此代码默认为白*/
    color: #eee;
}


/*侧边栏定制*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(240, 219, 248, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;/*允许长单词换行*/
}
.CalTitle{/*日历calendar标题*/
    background: rgba(234, 167, 10, 0.278);
}
.CalNextPrev{background: rgba(255, 255, 255, 0);}/*日历calendar翻页按钮*/
.catListTitle {
    background: rgba(51, 153, 0, 0);
    border-bottom: 1px solid #b0f4f8;     /*下边框样式*/
    border-top-left-radius: 7px;            /*左上角圆边框*/
    border-top-right-radius: 7px;           /*右上角圆边框*/
    color: rgba(164, 241, 97, 0.895);     /*栏目的条纹颜色*/
    font-size: 1.3em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 6px;
    text-indent: 0.6em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#q{background: rgba(255, 255, 255, 0);}/*搜索请求框*/


/*正文标题部分定制*/
.postTitle {
    border-left: 8px solid rgba(131, 112, 255, 0.23);/*正文标题左方头部图案*/
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {/*标题文字链接前*/
    color: #4d77f8;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {/*鼠标放上去链接后*/
    margin-left: 3px;/*右移3px动画*/
    color: #db0ded;
    text-decoration: none;
}


/*个人主界面: 日志面板定制*/
.day .postTitle a {/*日志标题部分*/
    padding-left: 10px;/*缩进位移*/
}
.day {
    background: rgba(215, 240, 253, 0.3);/*日志面板背景*/
}
.postCon {/*日志面板文字部分*/
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #000000;
}
.postDesc { /*日志界面每篇文章附加信息*/
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #474747;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px; /*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}
#myposts .PostList {/*日志面板文字部分*/
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #ff0000;
}


/*正文部分*/
#topics{
    background: rgba(215, 240, 253, 0.6);/*文章背景*/
}

.c_ad_block{/*不太清楚，盲猜跟广告有关*/
    display: none;
}


/*评论区部分定制*/
#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}


/*代码框部分定制*/
.cnblogs_code{/*代码框正文面板*/
    background: rgba(255, 255, 255, 0);    
}
.cnblogs_code div{/*代码框复制功能栏*/
    background: rgba(255, 255, 255, 0);    
}
.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);  
}



 
