@charset "utf-8";
#sideBar {
    width: 300px;
}

.blogStats {
    opacity: 0;
}
#navList li a {
    opacity: 0;
}
#profile_block {
    line-height: 0;

}
@font-face {
    font-family: FontAwesome;
      font-weight: 400;
    font-style: normal
}
#navigator, #blogTitle, #main, #footer {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.day {
    border-radius: 20px;
}
#mainContent {
margin-top:20px;
 border-radius: 20px;
}
html{
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
body{
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.post .postBody a:active, .post .postBody a:link, .post .postBody a:visited {
   
    /*padding: 4px;*/
}
.post .postBody {
    font-weight: 400 !important;
    
}
post .postTitle {
    
    font-weight: 400!important;
    
}





/*-----主题扩展-------------------------------------*/
/*表格样式修改*/
tr.even {
    background: #f7f7f7;
}
/*选中文本颜色设置*/
::selection{background:#e5f4ff;color:#333;}
::-moz-selection{background:#e5f4ff;color:#333;}

/*光标*/
body { cursor:url("https://files.cnblogs.com/files/yjlblog/cursor.ico"),auto;}


/*评论区细节*/

/*隐藏多余菜单*/
#header #navList #blog_nav_sitehome {
    display: none;
}

#header #navList #blog_nav_admin {
    display: none;
}

#header #navList #blog_nav_contact {
    display: none;
}

#header #navList #blog_nav_rss {
    display: none;
}


/*图片微调*/
#mainContent {
       overflow: unset !important;
}
#topics {
    overflow: unset !important;
   
}
/*背景图片*/
body:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}
/*背景底图开关*/
/*
body::before {
   background: url(https://i.loli.net/2019/05/11/5cd6b55fe0e08.jpg) center/cover no-repeat;
}
*/
/*文章页面细节微调*/
.center {
    margin: 0 auto;
    text-align: center;
}
div.info {
    position: relative;
    min-height: 4.7em;
    padding-left: 4.7em !important;
    background-color: #d9edf7;
}
div.info {
    margin: 1.75em 0;
    padding: .85em 1em;
    font-size: .85em;
    color: #444;
    border-radius: .55em;
}
div.info:before {
    position: absolute;
    left: 0;
    height: 100%;
    padding: .125em .25em;
    font-size: 3.5em;
    color: #70bbe1;
}

div.info:before {
    content: "";
}

div.info.note {
    background-color: #dff0d8;
}

div.info.note:before {
    color: #93cd7c;
}
div.info.note:before {
    content: "";
}

div.info.important {
    background-color: #f2dede;
}





.newsItem, .catListComment, .catListEssay, .catListView, .catListFeedback,
#blog-calendar, #sidebar_postcategory, #sidebar_postcategory, #sidebar_postarchive, #sidebar_search {
    /*侧边栏每一模块添加圆角和阴影*/
    border-radius: 10px;
    box-shadow: 1px 2px 3px #A7A8AD;
    background-color: #fff;
}
#sideBarMain h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d4d4d4;
    padding-bottom: 10px;
    margin-top: 20px;
}
#sideBarMain li {
    margin-bottom: 10px;
    font-size: 14px;
}
#sideBarMain li {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 24px;
    border-radius: 6px;
    background-color: #eae7e7;
    color: #fff;
width: 200px;
    cursor: pointer;
}
#sideBarMain li:hover {
    margin-left: 10px;
    background-color: #d1d4d8;
}
#comment_form
{
display:none;
}
#topics .postDesc{
    visibility: hidden !important;

}

#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #c0c0c0 1px dashed;
    font-size: 12px;
    width: 350px;
    text-align: center;
visibility: hidden;
}
#author_profile_detail
{
visibility: hidden;
}

#div_digg .diggit{
opacity: 0;
}
.buryit {
   visibility: hidden;
}
#profile_block
{
visibility: hidden;
}
a#blog_nav_admin {
    /* visibility: hidden; */
    opacity: 0;
}
.postDesc a {
    visibility: hidden;
}
#author_profile_follow
{
 visibility: hidden;
}

#header {
    height: 200px;
    width: 100%;
    background: url("https://images.cnblogs.com/cnblogs_com/baiduyunpan/1872824/o_201030020034timg.jpg");/*背景图片*/
background-size:100% 100%; background-attachment:fixed;
}

#div_digg {
    width: 360px;
   
    height: 360px;
    background-image: url("https://images.cnblogs.com/cnblogs_com/baiduyunpan/1872824/o_201030015902qrcode.jpg"); /*二维码*/
}
body {
    width: 100%;
    background: url(https://images.cnblogs.com/cnblogs_com/baiduyunpan/1872824/o_201030020034timg.jpg);/*背景图片*/
    background-size: 100% 100%;
    background-attachment: fixed;
    cursor: url(https://files.cnblogs.com/files/yjlblog/cursor.ico),auto;
}
#main {
    border-radius: 20px;
    opacity: 0.8;
}
#blog_post_info_block
{
    
}
#post_next_prev {
    display: none;
    line-height: 1.8;
    font-size: 12px;
}
.author_profile_info {
    float: left;
    line-height: 18px;
    display: none;
}