/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color:#E0FFFF;
    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';
}

/* 设置背景格式 定制css样式 */
body{
 background:url("https://images.cnblogs.com/cnblogs_com/-mo-/1507018/o_2010071831256503h3404p022.jpg");
 background-repeat:no-repeat;
 background-size:cover;
 background-attachment: fixed;
 width: 100%;
 height: 100%;
}

.CalDayHeader{
   background:none;
}

.CalTodayDay{
 background:none;
}

#sideBar a:visited{
color:#000000;
}

#sideBar a:link{
color:#000000;
}

#sideBar{color:#000000;}
#footer {
    background:none;
}

#home {
opacity: 0.90; /* 透明度 */
margin: 0 auto;
width: 65%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 100px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);
}

#ad_t2 {
display: none;
}

.c_ad_block {
display: none;
}
/*复制按钮*/
.copybutton {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    color: #5e6687;
    padding: 0 6px;
    border-radius: 5px;
}
 
.cnblogs-markdown pre {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative !important;
}

