
#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
border-radius: 12px;  /*调节边框圆度*/
}

#blogTitle h1 {
    font-size: 36px;
    color: #808080;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
    background-image: -webkit-linear-gradient(left,blue,#66ffff 10%,#cc00ff 20%,#CC00CC 30%, #CCCCFF 40%, #00FFFF 50%,#CCCCFF 60%,#CC00CC 70%,#CC00FF 80%,#66FFFF 90%,blue 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s linear infinite;
    font-size: 45px;
    margin-top: 10px;
}
#cnblogs_post_body h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
}
#navigator {
    font-size:24px;
    height: 50px;/*导航栏高度，原始50*/
    clear: both;
margin:0 0 50px 0;
}
.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition {
    color: #a31515;
    font-size: 16px;
}
/*导航栏设置,可以自定义导航栏的目录*/
#navList {
    min-height: 28px;
    list-style-type:none;
    text-align: center;
    padding:0 !important;
}
    #navList li {        /*每一个栏目节点*/
        float: left;
        margin: 0 15px 0 0; /*这里原来是0 40px 0 0 */
    } 
/*boby调节背景图片*/
body {
    background:url("https://images.cnblogs.com/cnblogs_com/nthforsth/1636966/o_2001210816401565149939605.png");  /*背景图片链接*/
    background-position:center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#cnblogs_post_body p {
    text-indent: 0;
    font-size: medium;
}
#blogTitle {
    height: 100px;  /*高度/
border-radius: 12px;
    clear: both;
    background-color: #cccccc69;   /*博客标题的背景*/

}
#blogTitle h1 {
    font-size: 36px;
color:#808080;
    font-weight: bold;

    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */

}
#cnblogs_post_body ul li {
    list-style-type: disc;
    font-size: medium;
}
#cnblogs_post_body h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px; /*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #320f9d;
    font-weight: bold;
    text-align: right;
    float: right;
}

.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(132,112,255, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    float: right;
    text-align: center;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:     #FF6A6A;
    font-size: 30px;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #EE6363;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.5);
}
/*文章附加信息*/
.postDesc {
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    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;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(255,110,180,0.6);   //栏目的条纹颜色
}
#topics{
    background: rgba(255, 255, 255, 0.5);
}
.c_ad_block{
    display: none;
}
#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}
#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.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);
}
#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.5);
}

#blogCalendar td{
color:#fff;
}
#blogCalendar td.CalOtherMonthDay{
color:gray;
}
#blogCalendar td a:link{
color:#fff;
background-color:blue;
border-radius:2px;
}

#blogCalendar th.CalDayHeader{
color:#fff
}

#blogCalendar td.CalNextPrev a:link{
color:#fff;
background-color:transparent;
}

.CalTitle, .CalDayHeader, #blogCalendar{
background-color:#000;
}

@keyframes masked-animation {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -100%  0;
    }
}
