/*--------------------------------------------------------2018-05-20更新--------------------------------------------------------*/
#header{display:none;} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */


/* 定制自己导航栏的样式 */
#shwtop ul {
    margin: 0;
    padding: 0;
    list-style-type: none; /*去除li前的标注*/
    background-color: #333; 
    /* background-color: #404A58; */
    overflow: hidden; /*隐藏溢出的部分，保持一行*/
}
#shwtop li {
    float: left; /*左浮动*/
}
#shwtop li a, .dropbtn {
    display: inline-block; /*设置成块*/
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 14px;
   font-family: 'Microsoft YaHei';

}
/*鼠标移上去，改变背景颜色*/
#shwtop li a:hover, .dropdown:hover .dropbtn { 
    /* 当然颜色你可以自己改成自己喜欢的，我还是挺喜欢蓝色的 */
    background-color: blue;
}
#shwtop .dropdown {
    /*
    display:inline-block将对象呈递为内联对象，
    但是对象的内容作为块对象呈递。
    旁边的内联对象会被呈递在同一行内，允许空格。
    */
    display: inline-block;
}
#shwtop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#shwtop .dropdown-content a {
    display: block;
    color: black;
    padding: 8px 10px;
    text-decoration:none;
}
#shwtop .dropdown-content a:hover {
    background-color: #a1a1a1;
}
#shwtop .dropdown:hover .dropdown-content{
    display: block;
}

/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}


/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:110px;
    right:0px;
    width: auto;
    height: auto; 
 
    border-radius:4px 4px 0px 0px !important;/*给目录框生成圆角，左上角和左下角圆角，右上角和右下角直角*/
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 10px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(0, 220, 0);
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}


/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}


/* 定制左侧随笔分类上下项之间的间距，左侧随笔分类显示有多少项，你就在后面增加多少项 */
#CatList_LinkList_0_Link_0{
}
#CatList_LinkList_0_Link_1{
    margin-top:10px;
}
#CatList_LinkList_0_Link_2{
    margin-top:10px;
}
#CatList_LinkList_0_Link_3{
    margin-top:10px;
}
#CatList_LinkList_0_Link_4{
    margin-top:10px;
}
#CatList_LinkList_0_Link_5{
    margin-top:10px;
}
#CatList_LinkList_0_Link_6{
    margin-top:10px;
}
#CatList_LinkList_0_Link_7{
    margin-top:10px;
}
#CatList_LinkList_0_Link_8{
    margin-top:10px;
}
#CatList_LinkList_0_Link_9{
    margin-top:10px;
}
#CatList_LinkList_0_Link_10{
    margin-top:10px;
}
#CatList_LinkList_0_Link_11{
    margin-top:10px;
}
#CatList_LinkList_0_Link_12{
    margin-top:10px;
}
#CatList_LinkList_0_Link_13{
    margin-top:10px;
}
#CatList_LinkList_0_Link_14{
    margin-top:10px;
}


#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}


/* 定制页面扩大按键 */
#divExpandViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 400px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 445px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}


/* adblock屏蔽广告 */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}


/* 定制返回顶部按键 */
#toTop {
    background: url(//https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 115px;
    bottom: 18px;
    cursor: pointer;
}

/* 定制公告栏文字信息 */
.gonggao{
    /* margin:8px; 用下面这一句*/
    text-align: center;
    font-size:17px;
    color:blue;
}
.wenzi{
    text-align: center;
    font-size:15px;
}
.xian{
    text-align: center;
}

/* 定制博客背景图片，url里面是你的图片位置信息 */
body { 
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_bg_shw10.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }


/*--------------------------------------------------------2018-05-22更新--------------------------------------------------------*/
/*文章内容详情页面的标h2、h3的样式*/
#cnblogs_post_body h2 {
    background: #2B6695;
    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: 17px;
    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 h3 {
    background: #2B6600;
    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: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}


/* 公告栏日历样式设置 */
.Cal {
    align: center;
    border: 1px solid #F5F5F5;
    width: 190px;/*日历宽度*/
    font-family: Arial;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 180px;
    background-color: #F5F5F5;
    /* margin-left: 0; */
}
/*日历的第一行标题  年份/月份这一栏配置*/
.CalTitle {
    background-color: #F5F5F5;
    border-color: #adf;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
/*日历的第二行  星期信息这一行配置*/
.CalDayHeader {
    background-color: #F5F5F5;
}
/*隐藏 联系、管理、新随笔*/
#blog_nav_contact{
    display: none;
}
#blog_nav_newpost{
    display: none;
}
#blog_nav_admin{
    display: none;
}
/*让侧边栏的官方导航下面的博客园、首页、新随笔、联系、订阅、管理不显示*/
#nav_rss{
    display: none;
}
#nav_contact{
    display: none;
}
#nav_newpost{
    display: none;
}
#nav_myhome{
    display: none;
}
#nav_sitehome{
    display: none;
}
#nav_ing{
    display: none;
}
#nav_admin{
    display: none;
}
#nav_q{
    display: none;
}


/*整个左侧边栏配置*/
#leftmenu {
    float: left;
    left: 0;
    width: 190px;
    padding: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    overflow: hidden;
    background-color: #f5f5f5;

    box-shadow: 0 0 10px #ccc;
}


/*这是主页全部的显示内容区*/
body {
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    background-color: #d9d6cb;
}


/*这是主页文章内容框列表详情内容显示区*/
#content {
    margin-left: 194px;
    padding-right: 0;
    margin-right: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;/*文字为白色背景*/

    box-shadow: 0 0 10px #ccc;
}
/*这是主页文章显示内容框的配置*/
.post {
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 4px;
    margin-bottom: 2px;/*两篇文章显示内容框之间的上下间距，默认是25px*/

    box-shadow: 0 0 8px #ccc;
}

#content h2 {
    border-left: 0 solid #fb6362;
    font-size: 20px;
}
a {
    border-left: 0 solid #fb6362;
    color: #235;
    text-decoration: none;
}
/*屏蔽掉底部官方版权声明信息等*/
#footer {
    display:none;
}
/*自己自定义一个底部版权声明信息*/
#footer1 {
    margin: 0;
    padding-top: 5px;
    text-align: center;
    font-size: 17px;
}

/*-----------------------------------------------------2018-05-23----------------------------------------------------------------*/
/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}
/*-----------------------------------------------------2018-05-29----------------------------------------------------------------*/
#green_channel {
    background: #6DA47D;
    padding-left: 20px;
    font-weight: normal;
    font-size: 15px;
    width: 97.3%;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
}
/*-----------------------------------------------------2018-05-30----------------------------------------------------------------*/
/*让反对按钮不显示*/
.buryit {
    display:none;
}

/* 定制推荐和反对按键 */
#div_digg{
  /* margin: 0; */
  position:fixed;
  bottom:-10px;
  width:110px;
  right:-28px;
  box-shadow: 0 0 10px #0000FF;
  border:2px solid #FF0000;
  padding:0px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}
/*定制推荐按键参数*/
.diggit {
    float: left;
    margin-left: 30px;
}
/*-----------------------------------------------------2018-05-31----------------------------------------------------------------*/
#content {
    margin-left: 194px;
    opacity: 1;
    padding-right: 0;
    margin-right: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
body {
    font-size: 14px;
    opacity: 0.9;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    background-color: #d9d6cb;
}