body{}

fieldset, img {
    border: 0;
    height: auto;
    /* width: 100%; */
}

.newsItem {
    border: 1px solid #d0c7c7;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #efefef;
    border-radius: 10px;
}

#leftcontentcontainer>div {
    border: 1px solid #d0c7c7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #efefef;
}

/*公告栏标题样式*/
.catListTitle {
    font-size: 200%;
    margin-bottom: 5px;
    text-shadow: 2px 2px 5px #582b44;
    color: green;
    /* background: #3b3bb7; */
    color: gainsboro;
    text-align: center;
    margin: 20px 0;
    background: linear-gradient(to right, #ccb739, #2f907e, #c1625a) !important;
}

/* 好看的滚动条 ↓*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 15px !important;
    width: 15px !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    background-clip: padding-box;
    /*    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);*/
    background-color: #3b3bb7; 
    opacity: 0.3;
    border: 1px solid transparent;
    border-bottom: none;
    border-top: none;
    height: 5px;
}

/* 好看的滚动条 ↑*/

/*设置主页样式*/
#home {    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #000;
    margin: 30px;
    padding-top: 30px;
    padding-right: 25px;
    word-wrap: break-word;
    box-shadow: 0 0 25px black;
    position: relative;
    min-width: 950px;
    line-height: 1.5;
}

#cnblogs_post_body h2 {
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

#topics .postTitle {
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    padding-left: 5px;
}

.MySignature {
     border: solid 1px #e8e7d0;
    box-shadow: 0 0 15px #aaa;
    padding: 10px;
    margin: 20px;
    color: #808080;
    box-shadow:5px 5px 5px 10px rgba(0,0,0,.6);
}


#MyOwnSignature {
    border: solid 2px #efefef;
    padding: 10px;
    padding-left: 80px;
    box-shadow:2px 2px 5px 2px rgba(0,0,0,.6) inset; 
    color:orangered;
    text-shadow: 1px 1px 2px #eeeeee, 0 0 1em #efefef, 0 0 0.2em #efefef;
}

/*踏实做一名搬运工 样式*/
#MySignature {
    background-color: #f0f0f0;
    border: solid 1px #e8e7d0;
    box-shadow: 0 0 15px #aaa;
    padding: 10px;
    margin-bottom: 10px;
    color: orangered;
}

/*设置代码块背景样式*/
.cnblogs_code
 {
    /*background-color: #dfe1e0;*/
    border-radius: 12px;
    font-family: Courier New !important;
    font-size: 18px !important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
    /*box-shadow:1px 1px 0.5px 0.5px rgba(0,0,0,.6) inset*/
}
.cnblogs_code div {
    background-color: #dfe1e0;
}

#cnblogs_post_body h4 {
    background: #FEB65B;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    width: 340px;
    line-height: 20px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}

/*设置图片样式*/
   img{
       box-shadow: 5px 5px 5px 0.5px rgba(0,0,0,.6);
   }

    /*评论框样式*/
   #comment_form_container .comment_textarea {
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 250px;
    width: 100%;
    height: 100%;
}
#tbCommentBody {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 8px #AAAAAA inset;
    color: #333333;
    font-size: 14px;
    height: 120px;
    margin-top: 10px;
    /* max-width: 900px;
    min-height: 120px;
    min-width: 900px; */
    padding: 10px;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

/*右侧侧边栏公告边框样式*/
#sideBarMain {
    font-size: 116%;
}

/*屏蔽反对按钮，美化点赞  https://www.cnblogs.com/hafiz/p/9276689.html ↓*/
#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 80px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://files-cdn.cnblogs.com/files/hafiz/dianzan.bmp) no-repeat;
  width: 60px;
  height: 60px;
}
#div_digg .diggnum{
  position: absolute;
  bottom: -20px;
  left: 6px;
  background: #D0D0D0;
  padding: 2px 0;
  display: block;
  color: #555;
  font-size: 12px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}
/*屏蔽反对按钮，美化点赞↑*/



/*目录样式*/
#sideCatalog a{
  font-size:12px;
  font-weight:normal !important;
}

/*文章列表页添加动态效果*/
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-left: 3px solid #21759b;
  padding-left: 20px;
  font-size: 20px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}

/*修改博客园默认字体大小 添加默认背景图片*/
.cnblogs_code pre {
  font-family: Courier New !important;
  font-size: 18px !important;
  word-wrap: break-word;
  white-space: pre-wrap;
  /*background: url(https://files.cnblogs.com/files/LifeDecidesHappiness/LDHCodeBg.bmp) repeat scroll 0 0 #f0f0f0;*/
  border-radius: 8px;
}

.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.5;
    margin: 0;
    background-color: #f0f0f0;
    border-radius: 8px;
}

/*设置代码块字体大小，行高*/
.cnblogs_code span {
    font-family: Courier New !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

home {
  margin: 0 auto;
  width: 1330px;
  font-size:16px;
}

/*优化博客园代码标题框样式*/
#cnblogs_post_body img{display: inline-block;}
.cnblogs_code div {
    display: inline-block !important;
}

/*小火箭-回到顶部 https://www.cnblogs.com/pythonywy/p/11437066.html start*/
  /*回到顶部*/
    #rocket-to-top div {
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 149px;
    }

    #rocket-to-top .level-2 {
        background: url("https://images.cnblogs.com/cnblogs_com/pythonywy/1455951/o_redhuojian2.png") no-repeat scroll -149px 0 transparent;
        display: none;
        height: 250px;
        opacity: 0;
        z-index: 1;
    }

    #rocket-to-top .level-3 {
        background: none repeat scroll 0 0 transparent;
        display: block;
        height: 150px;
        z-index: 2;
    }

    #rocket-to-top .level-3:hover {
        cursor: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1516412/o_huo3.png), auto;
    }

    #rocket-to-top .level-3:active {
        cursor: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1516412/o_huo1.png), auto;
    }

    #rocket-to-top .level-3:focus {
        cursor: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1516412/o_huo2.png), auto;
    }

    #rocket-to-top {
        background: url("https://images.cnblogs.com/cnblogs_com/pythonywy/1455951/o_redhuojian2.png") no-repeat scroll 0 0 transparent;
        cursor: default;
        display: block;
        height: 250px;
        margin: -125px 0 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        left: -40px;
        top: 90%;
        width: 149px;
        z-index: 11;
    }
/*小火箭-回到顶部 End*/
