/* 定制博客背景图片，url里面是你的图片位置信息 */
#home{ 
     background-image:url(https://images.cnblogs.com/cnblogs_com/mrluo735/1226314/t_blogbg.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: 0px 0px; 
     background-size: cover;
}
#header {
    background: url(//www.cnblogs.com/skins/CodingLife/images/body_bg.png) repeat-x scroll 0 0 #f0eef5;
}

/*博客园标题*/
#topics .postTitle
{
    text-align: center;
}
#topics .postTitle a
{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #235;
    text-align: center;
}
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #333366;
    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: 23px;
    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 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 h3 {
    background: #2B8895;
    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: 18px;
    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{
    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: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}

/* 定制返回顶部按键 */
#toTop {
    background: url(//images.cnblogs.com/cnblogs_com/mrluo735/1226314/o_o_toTop.bmp) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 120px;
    bottom: 20px;
    cursor: pointer;
}

/* 定制推荐和反对按键 */
#div_digg{
  margin: 0;
    position: fixed;
    bottom: 0px;
    width: 110px;
    right: 3px;
    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: 5px;
    width: 100px;
    height: 50px;
    background: url(//images.cnblogs.com/cnblogs_com/mrluo735/1226314/o_o_dig.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 0px;
}
.buryit {
    display: none;
}
.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/mrluo735/1226314/o_o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}
.diggnum {
    font-size: 20px;
    color: #FF0000;
    font-family: 'Microsoft Yahei';
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

/* 定制页面扩大按键 */
#divExpandViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    line-height:20px;
    left: 0px;
    top: 400px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #8cbcd1;
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    line-height:20px;
    left: 0px;
    top: 445px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #8cbcd1;
}

/* 设置签名格式 定制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';
}

#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;
}

/* 定制公告栏时钟位置 */
#cv_clock {
    /* left, center, right */
    text-align: center;
}

/* 日历 */
.Cal {
    align: center;
    border: 1px solid #dedede;
    width: 290px;
    color: #000;
    font-family: Arial;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 180px;
    background-color: #fff;
    /* margin-left: 0; */
}
.CalTodayDay {
    color: blue;
    font-weight: bolder;
}
.CalOtherMonthDay {
    color: gray;
}