/*===============================定制推荐和反对按键   --begin*/
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #800080;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.buryit {
    display: none;
}

.diggit{
   display: none;
}
/* ===============================定制推荐和反对按键   --end*/




/* ===============================定制博客园背景和主题透明度   --begin*/
body {
color: #000;
background: url(https://images.cnblogs.com/cnblogs_com/xuchuanjin/1851880/o_200922141611sy.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
}

#footer{
height:676px;
}

#mainContent{
width:70%;
}

#home {
    background-color:rgba(185, 171, 171, 0.29);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#navigator{
 background-color:rgba(185, 171, 171, 0.29);
}

#main{
background:none;
}

#mainContent{
 background-color:rgba(185, 171, 171, 0.29);
}

#mainContent :hover {
 background:white;
}

#sideBar{
 background-color:rgba(185, 171, 171, 0.29);
}

#sideBar :hover{
 background: white;
}

code{
background-color:rgba(185, 171, 171, 0.29);
}

pre{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_news  .catListTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_search  .catListTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#div_digg{
background-color:rgba(185, 171, 171, 0.29);
}

#comment_form_container  .commentbox_main {
background-color:rgba(185, 171, 171, 0.29);
}

#comment_form_container  textarea {
background-color:rgba(185, 171, 171, 0.29);
}

#topics  .cnblogs_code{
background-color:rgba(185, 171, 171, 0.29);
}

#topics  .cnblogs_code_toolbar{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_shortcut  .catListTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_postarchive .catListTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_topviewedposts  .catListTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#blogCalendar  .CalTitle{
background-color:rgba(185, 171, 171, 0.29);
}

#sidebar_search_box{
display:none;
}

#div_digg{
display:none;
}
/* ===============================定制博客园背景和主题透明度    --end*/




/* ==================================博客园去掉广告    --begin*/
#site_nav_under {
    display: none;
}

.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google {
    height: 0;
    overflow: hidden;
}

#ad_under_google a {
    display: none;
}

#ad_t2{ display:none }

#div_digg{ display:none }

#author_profile_info{ display:none }

.postDesc{ display:none }
/* ==================================博客园去掉广告    --end*/








